12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
|
select ?x1 ?x2 where
|
||
|
{
|
||
|
?x1 y:hasFamilyName ?x3.
|
||
|
?x1 y:bornIn ?x6.
|
||
|
?x1 rdf:type <wordnet_scientist_110560637>.
|
||
|
?x1 y:hasWonPrize ?x5.
|
||
|
?x2 y:hasWonPrize ?x5.
|
||
|
?x2 rdf:type <wordnet_scientist_110560637>.
|
||
|
?x2 y:bornIn ?x6.
|
||
|
?x2 y:hasFamilyName ?x4.
|
||
|
}
|