9 lines
No EOL
274 B
SPARQL
9 lines
No EOL
274 B
SPARQL
PREFIX core: <http://vivoweb.org/ontology/core#>
|
|
|
|
CONSTRUCT {
|
|
?geographicLocation ?property ?object .
|
|
} WHERE {
|
|
PERSON_URI core:mailingAddress ?address .
|
|
?address core:hasGeographicLocation ?geographicLocation .
|
|
?geographicLocation ?property ?object .
|
|
} |