9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
|
select ?x1 ?x2 where
|
||
|
{
|
||
|
?x1 rdfs:label ?x3.
|
||
|
?x1 y:isMarriedTo ?x2.
|
||
|
?x1 y:bornIn ?x5.
|
||
|
?x2 y:bornIn ?x5.
|
||
|
?x2 rdfs:label ?x4.
|
||
|
}
|