Skip to content
Snippets Groups Projects
Commit 96ded389 authored by alvaro's avatar alvaro
Browse files

Replacing [] by ?x so query conversion to CONSTRUCT gives useful RDF

parent 96309ca8
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@ PREFIX {{h.prefix}}: <{{h.ns}}>
{%endfor%}
SELECT DISTINCT ?resource WHERE {
{%if base.args.arg0 %}GRAPH <{{base.args.arg0}}>{%else%} GRAPH ?g {%endif%} {
[] a ?resource .
?x a ?resource .
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment