Skip to content
Snippets Groups Projects

WIP: add query generation for watdiv queries

Merged Matthäus Zloch requested to merge 40-introduce-query-generation into master
25 files
+ 876
0
Compare changes
  • Side-by-side
  • Inline
Files
25
+ 15
0
{{# prefixes }}
{{{ prefix }}}
{{/ prefixes }}
SELECT ?v0 ?v4 ?v6 ?v7
WHERE {
?v0 {{ e0 }} ?v1 .
?v0 {{ e1 }} ?v2 .
?v0 {{ e2 }} ?v3 .
?v0 {{ e3 }} ?v4 .
?v4 {{ e4 }} ?v5 .
?v4 {{ e5 }} ?v6 .
?v7 {{ e6 }} ?v6 .
?v7 {{ e7 }} ?v8 .
}
\ No newline at end of file
Loading