VIVO-375: new custom form, list view etc for ISsuedCredential

This commit is contained in:
tworrall 2013-10-18 09:58:37 -04:00
parent 50ab41738d
commit 3df439c4a7
6 changed files with 801 additions and 0 deletions

View file

@ -394,6 +394,21 @@ local:editorOfConfig a :ObjectPropertyDisplayConfig ;
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddEditorshipToPersonGenerator"^^<http://www.w3.org/2001/XMLSchema#string> ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupbibliographic> .
local:issuedCredentialContext a :ConfigContext ;
:hasConfiguration local:issuedCredentialConfig ;
:configContextFor <http://vivoweb.org/ontology/core#relatedBy> ;
:qualifiedByDomain <http://xmlns.com/foaf/0.1/Person> ;
:qualifiedBy <http://vivoweb.org/ontology/core#IssuedCredential> .
local:issuedCredentialConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-issuedCredential.xml"^^xsd:string ;
:displayName "credentials" ;
vitro:displayRankAnnot 5;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.PersonHasIssuedCredentialGenerator"^^<http://www.w3.org/2001/XMLSchema#string> ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupbiography> .
### vcard properties ###
local:mailingAddressContext a :ConfigContext ;