issued credential was using dateTimeValue not dateIssued; also property config changes for VIVO-408
This commit is contained in:
parent
ae80d6c63d
commit
cb611da8ad
6 changed files with 104 additions and 6 deletions
|
@ -710,5 +710,32 @@ local:grantRelatesConfig a :ObjectPropertyDisplayConfig ;
|
|||
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
|
||||
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupbiography> .
|
||||
|
||||
### faux properties for dateTimeValue ###
|
||||
|
||||
local:publicationDateContext a :ConfigContext ;
|
||||
:hasConfiguration local:publicationDateConfig ;
|
||||
:configContextFor <http://vivoweb.org/ontology/core#dateTimeValue> ;
|
||||
:qualifiedByDomain <http://purl.obolibrary.org/obo/IAO_0000030> ;
|
||||
:qualifiedBy <http://vivoweb.org/ontology/core#DateTimeValue> .
|
||||
|
||||
local:publicationDateConfig a :ObjectPropertyDisplayConfig ;
|
||||
:listViewConfigFile "listViewConfig-dateTimeValue.xml"^^xsd:string ;
|
||||
:displayName "publication date" ;
|
||||
vitro:displayRankAnnot 10;
|
||||
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
|
||||
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
|
||||
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGrouptime> .
|
||||
|
||||
local:yearAwardedContext a :ConfigContext ;
|
||||
:hasConfiguration local:yearAwardedConfig ;
|
||||
:configContextFor <http://vivoweb.org/ontology/core#dateTimeValue> ;
|
||||
:qualifiedByDomain <http://vivoweb.org/ontology/core#AwardReceipt> ;
|
||||
:qualifiedBy <http://vivoweb.org/ontology/core#DateTimeValue> .
|
||||
|
||||
local:yearAwardedConfig a :ObjectPropertyDisplayConfig ;
|
||||
:listViewConfigFile "listViewConfig-dateTimeValue.xml"^^xsd:string ;
|
||||
:displayName "year awarded" ;
|
||||
vitro:displayRankAnnot 10;
|
||||
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
|
||||
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
|
||||
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGrouptime> .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue