Closed amalic closed 4 years ago
I have to escape forward slashes, I don't understand why.
E.g. this is not a valid query in YASQE
PREFIX : <http://example.com/> SELECT ?thing WHERE { ?thing a :category/subcategory/thing }
Instead I have to escape forward slashes:
PREFIX : <http://example.com/> SELECT ?thing WHERE { ?thing a :category\/subcategory\/thing }
I could not find a rationale for this.
@amalic Can you double-check this? AFAIK forward slashes are not allowed in Turtle/SPARQL local names.
Closing, as indeed this is not allowed
I have to escape forward slashes, I don't understand why.
E.g. this is not a valid query in YASQE
Instead I have to escape forward slashes:
I could not find a rationale for this.