Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Remove invalid ProjectAdminOntologyAllPermission (DEV-2814) #2881

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 1 addition & 11 deletions docs/05-internals/design/api-admin/administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,15 +194,6 @@ values can be used:
- usage: used as a value for the *knora-base:hasPermissions*
property.

3. Ontology Administration Permissions:

1) **ProjectAdminOntologyAllPermission**:

- description: gives the user the permission to administrate
the project ontologies
- usage: used as a value for the *knora-base:hasPermissions*
property.

The administrative permissions are stored in a compact format in a
single string, which is the object of the predicate
`knora-base:hasPermissions` attached to an instance of the
Expand Down Expand Up @@ -462,8 +453,7 @@ and the same as RDF:
ProjectAdminAllPermission|
ProjectAdminGroupAllPermission|
ProjectAdminGroupRestrictedPermission "<http://rdfh.ch/groups/[shortcode]/[UUID]>, <http://rdfh.ch/groups/[shortcode]/[UUID]>"|
ProjectAdminRightsAllPermission|
ProjectAdminOntologyAllPermission"^^xsd:string .
ProjectAdminRightsAllPermission"^^xsd:string .
```

**Default Object Access Permission Structure**:
Expand Down