NIHVIVO-3457 update rich export sparql queries for 1.4 ontology role property changes
This commit is contained in:
parent
1aa4d82c5a
commit
43bed0719c
8 changed files with 22 additions and 8 deletions
|
@ -5,7 +5,7 @@ CONSTRUCT {
|
|||
?location rdfs:label ?locationName .
|
||||
} WHERE {
|
||||
PERSON_URI core:hasPresenterRole ?presenterRole .
|
||||
?presenterRole core:roleIn ?presentation .
|
||||
?presenterRole core:roleRealizedIn ?presentation .
|
||||
?presentation core:eventWithin ?containingEvent .
|
||||
?containingEvent core:hasGeographicLocation ?location .
|
||||
?location rdfs:label ?locationName .
|
||||
|
|
|
@ -5,7 +5,7 @@ CONSTRUCT {
|
|||
?containingEvent rdfs:label ?containingEventName
|
||||
} WHERE {
|
||||
PERSON_URI core:hasPresenterRole ?presenterRole .
|
||||
?presenterRole core:roleIn ?presentation .
|
||||
?presenterRole core:roleRealizedIn ?presentation .
|
||||
?presentation core:eventWithin ?containingEvent .
|
||||
?containingEvent rdfs:label ?containingEventName
|
||||
}
|
|
@ -4,6 +4,8 @@ CONSTRUCT {
|
|||
?presentation ?property ?object .
|
||||
} WHERE {
|
||||
PERSON_URI core:hasPresenterRole ?presenterRole .
|
||||
?presenterRole core:roleIn ?presentation .
|
||||
|
||||
?presenterRole core:roleRealizedIn ?presentation .
|
||||
|
||||
?presentation ?property ?object .
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue