Skip to content

Commit 8b5f657

Browse files
committed
Add template for semantic SPARQL query global outline (#455)
1 parent 2131032 commit 8b5f657

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{{>sparqlPreamble}}
2+
3+
CONSTRUCT {
4+
?item ?p ?o
5+
} FROM {{{sourceGraph}}} WHERE {
6+
?item ?p ?o.
7+
{{{body}}}
8+
}

0 commit comments

Comments
 (0)