9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
|
select ?x1 ?x2 ?x3 where
|
||
|
{
|
||
|
?x1 <rdf:type> <wordnet_athlete_109820263>.
|
||
|
?x1 <y:bornIn> ?x2.
|
||
|
?x1 <rdf:type> ?x5.
|
||
|
?x2 <y:locatedIn> ?x3.
|
||
|
?x3 <y:locatedIn> ?x4.
|
||
|
}
|