Skip to content
Snippets Groups Projects
Commit 3b25c1db authored by alvaro's avatar alvaro
Browse files

Fix class service query

parent 84babd2b
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%}
{%if base.args.arg0 %}GRAPH <{{base.args.arg0}}>{ {%else%} GRAPH ?g { {%endif%}
[] a ?resource .
{%if base.args.arg0 %} } {%endif%}
}
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