VIVO-491 migrating hasGeographicLocation on Addresses
This commit is contained in:
parent
2704258977
commit
5b5bc34d1a
2 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,7 @@ CONSTRUCT {
|
|||
?s vivo:faxNumber ?faxNumber .
|
||||
?s vivo:mailingAddress ?address .
|
||||
?address ?addressP ?addressO .
|
||||
?addressS ?addressQ ?address .
|
||||
?s vivo:webpage ?webpage .
|
||||
?webpage ?webpageP ?webpageO .
|
||||
} WHERE {
|
||||
|
@ -58,6 +59,10 @@ CONSTRUCT {
|
|||
?s vivo:mailingAddress ?address .
|
||||
?address ?addressP ?addressO
|
||||
}
|
||||
UNION {
|
||||
?s vivo:mailingAddress ?address .
|
||||
?addressS ?addressQ ?address
|
||||
}
|
||||
UNION {
|
||||
?s vivo:webpage ?webpage
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue