gStore/data/small_p1.sql

7 lines
81 B
SQL

select ?s1 ?s2 ?o1 ?o2 where
{
?s1 ?p1 ?o1 .
?s2 ?p1 ?o2 .
?o1 ?p1 ?o2 .
}