work in progress on data migration and related changes for ISF properties
This commit is contained in:
parent
5fad9b85fa
commit
4598aae578
20 changed files with 14929 additions and 20 deletions
|
@ -7,10 +7,25 @@
|
|||
@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#> .
|
||||
|
||||
@prefix local: <http://example.org/appConfig/> .
|
||||
@prefix vivo: <http://vivoweb.org/ontology/core#> .
|
||||
|
||||
@base <http://vitro.mannlib.cornell.edu/ns/vitro/ApplicationConfiguration> .
|
||||
|
||||
|
||||
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> .
|
||||
|
||||
<http://example.org/appConfig/hasRoleServiceProviderRoleContext> a :ConfigContext ;
|
||||
:hasConfiguration <http://example.org/appConfig/hasServiceProviderRoleConfig> ;
|
||||
:configContextFor <http://vivoweb.org/ontology/core#hasRole> ;
|
||||
|
@ -18,9 +33,7 @@
|
|||
|
||||
|
||||
<http://example.org/appConfig/hasServiceProviderRoleConfig> a :ObjectPropertyDisplayConfig ;
|
||||
:hasListView [
|
||||
:listViewConfigFile "listViewConfig-hasRole.xml"^^<xsd:string>
|
||||
] ;
|
||||
:listViewConfigFile "listViewConfig-hasRole.xml"^^xsd:string ;
|
||||
:displayName "has service provider role" ;
|
||||
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
|
||||
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue