7 lines
111 B
MySQL
7 lines
111 B
MySQL
|
select ?s where
|
||
|
{
|
||
|
?s <to> <point2> .
|
||
|
?s <from> <point3> .
|
||
|
?s <name> "sbsb 12.879" .
|
||
|
}
|