Skip to content

Commit e8ad2e9

Browse files
committed
for-SLME
1 parent dbf86d2 commit e8ad2e9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/ontology/sparql/terms.sparql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)