Changing PageController to use permissions on pages. VIVO-63 Adding Permissions to display model.
This commit is contained in:
parent
b425682a92
commit
e6c2596a35
7 changed files with 415 additions and 147 deletions
|
@ -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 ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue