Changing PageController to use permissions on pages. VIVO-63 Adding Permissions to display model.

This commit is contained in:
Brian Caruso 2013-08-21 16:03:53 -04:00
parent b425682a92
commit e6c2596a35
7 changed files with 415 additions and 147 deletions

View file

@ -14,4 +14,14 @@ rdf:type
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#selectFromExistingAnnot>
"true"^^xsd:boolean ;
display:requiresAction
a owl:ObjectProperty ;
rdfs:label "Required Action"@en-US ;
rdfs:comment "Indicates that a resource has a required action that may need to be authorized" .
rdfs:range display:RequiredAction .
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#offerCreateNewOptionAnnot>
"true"^^xsd:boolean ;
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#selectFromExistingAnnot>
"true"^^xsd:boolean ;