6 lines
57 B
MySQL
6 lines
57 B
MySQL
|
select ?s ?p2 ?o2 where
|
||
|
{
|
||
|
?s ?p ?o .
|
||
|
?o ?p2 ?o2 .
|
||
|
}
|