Skip to content

Commit

Permalink
Added type and label publish permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg committed Feb 14, 2025
1 parent a6f8546 commit b8eef45
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@prefix : <https://vivoweb.org/ontology/vitro-application/auth/individual/access-allowed-property/> .

:AdminPublishObjectPropertyValueSet access:value
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>,
<http://aims.fao.org/aos/geopolitical.owl#hasBorderWith> ,
<http://aims.fao.org/aos/geopolitical.owl#hasMember> ,
<http://aims.fao.org/aos/geopolitical.owl#isAdministeredBy> ,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@prefix access: <https://vivoweb.org/ontology/vitro-application/auth/vocabulary/> .

:CuratorPublishObjectPropertyValueSet access:value
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>,
<http://aims.fao.org/aos/geopolitical.owl#hasBorderWith> ,
<http://aims.fao.org/aos/geopolitical.owl#hasMember> ,
<http://aims.fao.org/aos/geopolitical.owl#isAdministeredBy> ,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@prefix access: <https://vivoweb.org/ontology/vitro-application/auth/vocabulary/> .

:EditorPublishObjectPropertyValueSet access:value
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>,
<http://aims.fao.org/aos/geopolitical.owl#hasBorderWith> ,
<http://aims.fao.org/aos/geopolitical.owl#hasMember> ,
<http://aims.fao.org/aos/geopolitical.owl#isAdministeredBy> ,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# $This file is distributed under the terms of the license in LICENSE$

@prefix : <https://vivoweb.org/ontology/vitro-application/auth/individual/access-allowed-property/> .
@prefix access: <https://vivoweb.org/ontology/vitro-application/auth/vocabulary/> .

:PublicPublishDataPropertyValueSet access:value
<http://www.w3.org/2000/01/rdf-schema#label> .
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# $This file is distributed under the terms of the license in LICENSE$

@prefix : <https://vivoweb.org/ontology/vitro-application/auth/individual/access-allowed-property/> .
@prefix access: <https://vivoweb.org/ontology/vitro-application/auth/vocabulary/> .

:PublicPublishObjectPropertyValueSet access:value
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> .
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@prefix access: <https://vivoweb.org/ontology/vitro-application/auth/vocabulary/> .

:SelfEditorPublishObjectPropertyValueSet access:value
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>,
<http://aims.fao.org/aos/geopolitical.owl#hasBorderWith> ,
<http://aims.fao.org/aos/geopolitical.owl#hasMember> ,
<http://aims.fao.org/aos/geopolitical.owl#isAdministeredBy> ,
Expand Down

0 comments on commit b8eef45

Please sign in to comment.