2013-07-24 17:04:30 -04:00
|
|
|
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
|
|
|
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
|
|
|
@prefix : <http://vitro.mannlib.cornell.edu/ns/vitro/ApplicationConfiguration#> .
|
|
|
|
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
|
|
|
|
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
|
|
@prefix datagetter: <java:edu/cornell/mannlib/vitro/webapp/utils/datagetter/> .
|
|
|
|
@prefix vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> .
|
|
|
|
@prefix role: <http://vitro.mannlib.cornell.edu/ns/vitro/role#> .
|
2013-08-05 16:46:25 -04:00
|
|
|
@prefix local: <http://example.org/appConfig/> .
|
|
|
|
@prefix vivo: <http://vivoweb.org/ontology/core#> .
|
|
|
|
|
2013-07-24 17:04:30 -04:00
|
|
|
@base <http://vitro.mannlib.cornell.edu/ns/vitro/ApplicationConfiguration> .
|
|
|
|
|
|
|
|
|
2013-08-06 16:23:44 -04:00
|
|
|
# warning: don't use blank nodes; the display model doesn't currently support them.
|
|
|
|
|
|
|
|
local:personInPositionContext a :ConfigContext ;
|
|
|
|
:hasConfiguration local:personInPositionConfig ;
|
|
|
|
:configContextFor vivo:relatedBy ;
|
|
|
|
:qualifiedBy vivo:Position .
|
|
|
|
|
|
|
|
local:personInPositionConfig a :ObjectPropertyDisplayConfig ;
|
|
|
|
:displayName "positions" ;
|
|
|
|
:listViewConfigFile "listViewConfig-personInPosition.xml"^^xsd:string ;
|
|
|
|
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupaffiliation> ;
|
2013-08-06 16:55:15 -04:00
|
|
|
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
|
|
|
|
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.PersonHasPositionHistoryGenerator"^^xsd:string .
|
2013-08-06 16:23:44 -04:00
|
|
|
|
2013-08-05 16:46:25 -04:00
|
|
|
local:authorInAuthorshipContext a :ConfigContext ;
|
|
|
|
:hasConfiguration local:authorInAuthorshipConfig ;
|
|
|
|
:configContextFor vivo:relatedBy ;
|
|
|
|
:qualifiedBy vivo:Authorship .
|
|
|
|
|
|
|
|
local:authorInAuthorshipConfig a :ObjectPropertyDisplayConfig ;
|
|
|
|
:listViewConfigFile "listViewConfig-authorInAuthorship.xml"^^xsd:string ;
|
|
|
|
:displayName "selected publications" ;
|
|
|
|
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
|
|
|
|
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
|
|
|
|
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddPublicationToPersonGenerator"^^xsd:string ;
|
|
|
|
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupresearch> .
|
|
|
|
|
2013-08-21 11:44:16 -04:00
|
|
|
<http://example.org/appConfig/hasServiceProviderRoleContext> a :ConfigContext ;
|
2013-07-24 17:04:30 -04:00
|
|
|
:hasConfiguration <http://example.org/appConfig/hasServiceProviderRoleConfig> ;
|
2013-08-21 11:44:16 -04:00
|
|
|
:configContextFor <http://purl.obolibrary.org/obo/RO_0000053> ;
|
|
|
|
:qualifiedBy <http://purl.obolibrary.org/obo/ERO_0000012> .
|
2013-07-24 17:04:30 -04:00
|
|
|
|
|
|
|
|
|
|
|
<http://example.org/appConfig/hasServiceProviderRoleConfig> a :ObjectPropertyDisplayConfig ;
|
2013-08-05 16:46:25 -04:00
|
|
|
:listViewConfigFile "listViewConfig-hasRole.xml"^^xsd:string ;
|
2013-07-24 17:04:30 -04:00
|
|
|
:displayName "has service provider role" ;
|
|
|
|
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
|
|
|
|
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
|
|
|
|
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddServiceProviderRoleToPersonGenerator"^^<http://www.w3.org/2001/XMLSchema#string> ;
|
|
|
|
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupmapping> .
|
|
|
|
|