in-process conversion of position rendering to ISF
This commit is contained in:
parent
f30917d357
commit
afedf991f2
3 changed files with 44 additions and 11 deletions
|
@ -13,6 +13,19 @@
|
|||
@base <http://vitro.mannlib.cornell.edu/ns/vitro/ApplicationConfiguration> .
|
||||
|
||||
|
||||
# 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> ;
|
||||
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public .
|
||||
|
||||
local:authorInAuthorshipContext a :ConfigContext ;
|
||||
:hasConfiguration local:authorInAuthorshipConfig ;
|
||||
:configContextFor vivo:relatedBy ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue