6 lines
54 B
MySQL
6 lines
54 B
MySQL
|
select ?s1 ?s2 ?o where
|
||
|
{
|
||
|
?s1 ?p ?o .
|
||
|
?s2 ?p ?o .
|
||
|
}
|