6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
|
select ?x where
|
||
|
{
|
||
|
?x y:bornIn <New_York_City>.
|
||
|
?x y:diedIn <Canada>.
|
||
|
}
|