Skip to content

Commit

Permalink
Add template for semantic SPARQL query global outline (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed May 31, 2021
1 parent 2131032 commit 8b5f657
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/semantic-search/query-template.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{>sparqlPreamble}}

CONSTRUCT {
?item ?p ?o
} FROM {{{sourceGraph}}} WHERE {
?item ?p ?o.
{{{body}}}
}

0 comments on commit 8b5f657

Please sign in to comment.