Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rdf2sparql: allow variable (parenthesized) parts in strings #47

Open
VladimirAlexiev opened this issue Jan 17, 2025 · 0 comments
Open

Comments

@VladimirAlexiev
Copy link
Owner

It is possible to interpolate variables in templated URLs and in literal values (single var):

<tag/refinery-compressor/URLIFY(tag)> a skos:Concept, sosa:FeatureOfInterest;  ## have it
  skos:inScheme <tag>;
  skos:prefLabel "(tag)";  ## have it
  skos:description "Refinery compressor (tag)".  ### need it

But for string literals, there's also a need to intersperse fixed text with variables, and use several variables (last line above).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant