updating mapping table and constructs
This commit is contained in:
parent
68eb7a8f2f
commit
e246017f79
5 changed files with 21 additions and 30 deletions
|
@ -14,11 +14,8 @@ PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
|
||||
Construct {
|
||||
_:role a core:OutreachProviderRole .
|
||||
?person core:hasOutreachProviderRole _:role .
|
||||
_:role core:outreachProviderRoleOf ?person .
|
||||
_:role core:roleIn ?grant .
|
||||
?grant core:relatedRole _:role .
|
||||
_:activity core:roleIn ?grant .
|
||||
?grant core:relatedRole ?activity .
|
||||
|
||||
} where {
|
||||
?person core:hasOutreachActivity ?activity .
|
||||
|
|
|
@ -22,13 +22,13 @@ Construct {
|
|||
?event bibo:presents ?infores .
|
||||
?infores bibo:presentedAt ?event.
|
||||
} where {
|
||||
?person core:presentationActivity ?pactivity .
|
||||
?person core:presentationActivity ?activity .
|
||||
|
||||
optional {
|
||||
?pactivity core:activityRelatedEvent ?event .
|
||||
?activity core:activityRelatedEvent ?event .
|
||||
}
|
||||
|
||||
optional {
|
||||
?pactivity core:activityRelatedInformationResource ?infores .
|
||||
?activity core:activityRelatedInformationResource ?infores .
|
||||
}
|
||||
}
|
|
@ -14,11 +14,8 @@ PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
|
||||
Construct {
|
||||
_:role a core:ResearcherRole .
|
||||
?person core:hasResearcherRole _:role .
|
||||
_:role core:researcherRoleOf ?person .
|
||||
_:role core:roleIn ?grant .
|
||||
?grant core:relatedRole _:role .
|
||||
?activity core:roleIn ?grant .
|
||||
?grant core:relatedRole ?activity .
|
||||
|
||||
} where {
|
||||
?person core:hasResearchActivity ?activity .
|
||||
|
|
|
@ -14,11 +14,8 @@ PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
|
||||
Construct {
|
||||
_:role a core:ServiceProviderRole .
|
||||
?person core:hasServiceProviderRole _:role .
|
||||
_:role core:serviceProviderRoleOf ?person .
|
||||
_:role core:roleIn ?grant .
|
||||
?grant core:relatedRole _:role .
|
||||
?activity core:roleIn ?grant .
|
||||
?grant core:relatedRole ?activity .
|
||||
|
||||
} where {
|
||||
?person core:hasProfessionalServiceActivity ?activity .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue