Skip to content
Snippets Groups Projects
Commit 7f6c91e7 authored by alvaro's avatar alvaro
Browse files

Merge branch 'hotfixes'

parents dddb1641 96ded389
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
PREFIX {{h.prefix}}: <{{h.ns}}>
{%endfor%}
SELECT DISTINCT ?resource WHERE {
{%if base.args.arg0 %}GRAPH <{{base.args.arg0}}>{ {%else%} GRAPH?g { {%endif%}
[] a ?resource .
{%if base.args.arg0 %} } {%endif%}
{%if base.args.arg0 %}GRAPH <{{base.args.arg0}}>{%else%} GRAPH ?g {%endif%} {
?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