12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
|
select ?x1 ?x2 ?x3 ?x4 where
|
||
|
{
|
||
|
?x1 <rdfs:label> ?x5.
|
||
|
?x1 <y:livesIn> ?x3.
|
||
|
?x1 <y:actedIn> ?x7.
|
||
|
?x2 <y:actedIn> ?x7.
|
||
|
?x2 <rdfs:label> ?x6.
|
||
|
?x2 <y:livesIn> ?x4.
|
||
|
?x3 <y:locatedIn> <England>.
|
||
|
?x4 <y:locatedIn> <England>.
|
||
|
}
|