-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added permissions required to upload images
- Loading branch information
Showing
22 changed files
with
134 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
.../main/resources/rdf/accessControl/firsttime/allowed_entities_admin_add_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...n/resources/rdf/accessControl/firsttime/allowed_entities_admin_display_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
7 changes: 7 additions & 0 deletions
7
...main/resources/rdf/accessControl/firsttime/allowed_entities_admin_drop_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
7 changes: 7 additions & 0 deletions
7
...main/resources/rdf/accessControl/firsttime/allowed_entities_admin_edit_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
7 changes: 7 additions & 0 deletions
7
...ain/resources/rdf/accessControl/firsttime/allowed_entities_curator_add_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...resources/rdf/accessControl/firsttime/allowed_entities_curator_display_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
7 changes: 7 additions & 0 deletions
7
...in/resources/rdf/accessControl/firsttime/allowed_entities_curator_drop_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
7 changes: 7 additions & 0 deletions
7
...in/resources/rdf/accessControl/firsttime/allowed_entities_curator_edit_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
7 changes: 7 additions & 0 deletions
7
...main/resources/rdf/accessControl/firsttime/allowed_entities_editor_add_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
.../resources/rdf/accessControl/firsttime/allowed_entities_editor_display_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
7 changes: 7 additions & 0 deletions
7
...ain/resources/rdf/accessControl/firsttime/allowed_entities_editor_drop_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
7 changes: 7 additions & 0 deletions
7
...ain/resources/rdf/accessControl/firsttime/allowed_entities_editor_edit_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
.../resources/rdf/accessControl/firsttime/allowed_entities_public_display_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
7 changes: 7 additions & 0 deletions
7
...resources/rdf/accessControl/firsttime/allowed_entities_self_editor_add_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...urces/rdf/accessControl/firsttime/allowed_entities_self_editor_display_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
7 changes: 7 additions & 0 deletions
7
...esources/rdf/accessControl/firsttime/allowed_entities_self_editor_drop_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |
7 changes: 7 additions & 0 deletions
7
...esources/rdf/accessControl/firsttime/allowed_entities_self_editor_edit_object_property.n3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> . |