Merge branch 'maint-rel-1.6' of https://github.com/vivo-project/VIVO into maint-rel-1.6
This commit is contained in:
commit
f8f44bf4b3
3 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@ CONSTRUCT {
|
|||
?grant vivo:relates ?agent
|
||||
} WHERE {
|
||||
?agent <http://purl.obolibrary.org/obo/RO_0000053> ?role .
|
||||
?role vivo:relatedBy ?grant
|
||||
?role vivo:relatedBy ?grant .
|
||||
?grant a vivo:Grant .
|
||||
FILTER NOT EXISTS { ?grant vivo:relates ?agent }
|
||||
}
|
||||
|
|
|
@ -6,10 +6,10 @@ CONSTRUCT {
|
|||
?educationalProcess <http://purl.obolibrary.org/obo/BFO_0000055> ?role .
|
||||
?role <http://purl.obolibrary.org/obo/BFO_0000054> ?educationalProcess .
|
||||
} WHERE {
|
||||
?educationalProcess vivo:contributingAdvising ?advising .
|
||||
?person <http://purl.obolibrary.org/obo/RO_0000056> ?educationalProcess .
|
||||
?person a foaf:Person .
|
||||
?educationalProcess a vivo:EducationalProcess .
|
||||
?educationalProcess vivo:contributingAdvising ?advising .
|
||||
?advising vivo:relates ?role .
|
||||
?role a <http://purl.obolibrary.org/obo/BFO_0000023> .
|
||||
}
|
||||
|
|
|
@ -305,7 +305,7 @@ local:awardOrHonorContext a :ConfigContext ;
|
|||
:hasConfiguration local:awardOrHonorConfig ;
|
||||
:configContextFor <http://vivoweb.org/ontology/core#relatedBy> ;
|
||||
:qualifiedByDomain <http://xmlns.com/foaf/0.1/Person> ;
|
||||
:qualifiedBy <http://vivoweb.org/ontology/core#AwardorHonorReceipt> .
|
||||
:qualifiedBy <http://vivoweb.org/ontology/core#AwardReceipt> .
|
||||
|
||||
local:awardOrHonorConfig a :ObjectPropertyDisplayConfig ;
|
||||
:listViewConfigFile "listViewConfig-awardOrHonor.xml"^^xsd:string ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue