We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf86d2 commit e8ad2e9Copy full SHA for e8ad2e9
1 file changed
src/ontology/sparql/terms.sparql
@@ -0,0 +1,7 @@
1
+SELECT DISTINCT ?term
2
+WHERE {
3
+ { ?s1 ?p1 ?term . }
4
+ UNION
5
+ { ?term ?p2 ?o2 . }
6
+ FILTER(isIRI(?term))
7
+}
0 commit comments