We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2131032 commit 8b5f657Copy full SHA for 8b5f657
frontend/src/semantic-search/query-template.hbs
@@ -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