No Jira issue. Updated PrpertyConfig.n3 so that an EventSeries can have a webpage.
This commit is contained in:
parent
3188fa7676
commit
721fc7437b
1 changed files with 16 additions and 0 deletions
|
@ -1017,6 +1017,22 @@ local:webpageEventConfig a :ObjectPropertyDisplayConfig ;
|
||||||
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.ManageWebpagesForIndividualGenerator"^^<http://www.w3.org/2001/XMLSchema#string> ;
|
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.ManageWebpagesForIndividualGenerator"^^<http://www.w3.org/2001/XMLSchema#string> ;
|
||||||
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
|
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
|
||||||
|
|
||||||
|
local:webpageEventSeriesContext a :ConfigContext ;
|
||||||
|
:hasConfiguration local:webpageEventSeriesConfig ;
|
||||||
|
:configContextFor <http://purl.obolibrary.org/obo/ARG_2000028> ;
|
||||||
|
:qualifiedByDomain <http://vivoweb.org/ontology/core#EventSeries> ;
|
||||||
|
:qualifiedByRoot <http://www.w3.org/2006/vcard/ns#Kind> ;
|
||||||
|
:qualifiedBy <http://www.w3.org/2006/vcard/ns#URL> .
|
||||||
|
|
||||||
|
local:webpageEventSeriesConfig a :ObjectPropertyDisplayConfig ;
|
||||||
|
:listViewConfigFile "listViewConfig-webpage.xml"^^xsd:string ;
|
||||||
|
:displayName "webpage" ;
|
||||||
|
vitro:displayRankAnnot 40;
|
||||||
|
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
|
||||||
|
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
|
||||||
|
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.ManageWebpagesForIndividualGenerator"^^<http://www.w3.org/2001/XMLSchema#string> ;
|
||||||
|
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
|
||||||
|
|
||||||
local:fullNameContext a :ConfigContext ;
|
local:fullNameContext a :ConfigContext ;
|
||||||
:hasConfiguration local:fullNameConfig ;
|
:hasConfiguration local:fullNameConfig ;
|
||||||
:configContextFor <http://purl.obolibrary.org/obo/ARG_2000028> ;
|
:configContextFor <http://purl.obolibrary.org/obo/ARG_2000028> ;
|
||||||
|
|
Loading…
Add table
Reference in a new issue