Skip to content

Commit

Permalink
Added permissions required to upload images
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg committed May 30, 2024
1 parent 2abe323 commit 68260b3
Show file tree
Hide file tree
Showing 22 changed files with 134 additions and 0 deletions.
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 access: <https://vivoweb.org/ontology/vitro-application/auth/vocabulary/> .
@prefix : <https://vivoweb.org/ontology/vitro-application/auth/individual/access-allowed-property/> .

:AdminAddObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
@prefix : <https://vivoweb.org/ontology/vitro-application/auth/individual/access-allowed-property/> .

:AdminDisplayDataPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#filename> ,
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mimeType> ,
<http://www.w3.org/2000/01/rdf-schema#label> .
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# $This file is distributed under the terms of the license in LICENSE$

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

:AdminDisplayObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#downloadLocation> ,
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
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 access: <https://vivoweb.org/ontology/vitro-application/auth/vocabulary/> .
@prefix : <https://vivoweb.org/ontology/vitro-application/auth/individual/access-allowed-property/> .

:AdminDropObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
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 access: <https://vivoweb.org/ontology/vitro-application/auth/vocabulary/> .
@prefix : <https://vivoweb.org/ontology/vitro-application/auth/individual/access-allowed-property/> .

:AdminEditObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
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/> .

:CuratorAddObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
@prefix access: <https://vivoweb.org/ontology/vitro-application/auth/vocabulary/> .

:CuratorDisplayDataPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#filename> ,
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mimeType> ,
<http://www.w3.org/2000/01/rdf-schema#label> .
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# $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/> .

:CuratorDisplayObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#downloadLocation> ,
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
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/> .

:CuratorDropObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
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/> .

:CuratorEditObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
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/> .

:EditorAddObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
@prefix access: <https://vivoweb.org/ontology/vitro-application/auth/vocabulary/> .

:EditorDisplayDataPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#filename> ,
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mimeType> ,
<http://www.w3.org/2000/01/rdf-schema#label> .
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# $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/> .

:EditorDisplayObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#downloadLocation> ,
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
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/> .

:EditorDropObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
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/> .

:EditorEditObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
@prefix access: <https://vivoweb.org/ontology/vitro-application/auth/vocabulary/> .

:PublicDisplayDataPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#filename> ,
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mimeType> ,
<http://www.w3.org/2000/01/rdf-schema#label> .
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# $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/> .

:PublicDisplayObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#downloadLocation> ,
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
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/update-related-allowed-property/> .
@prefix access: <https://vivoweb.org/ontology/vitro-application/auth/vocabulary/> .

:SelfEditorAddObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
@prefix access: <https://vivoweb.org/ontology/vitro-application/auth/vocabulary/> .

:SelfEditorDisplayDataPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#filename> ,
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mimeType> ,
<http://www.w3.org/2000/01/rdf-schema#label> .
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# $This file is distributed under the terms of the license in LICENSE$

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

:SelfEditorDisplayObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#downloadLocation> ,
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
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/update-related-allowed-property/> .
@prefix access: <https://vivoweb.org/ontology/vitro-application/auth/vocabulary/> .

:SelfEditorDropObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .
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/update-related-allowed-property/> .
@prefix access: <https://vivoweb.org/ontology/vitro-application/auth/vocabulary/> .

:SelfEditorEditObjectPropertyValueSet access:value
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> .

0 comments on commit 68260b3

Please sign in to comment.