Skip to content

Commit

Permalink
docs: Remove invalid ProjectAdminOntologyAllPermission (DEV-2814) (#2881
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jnussbaum committed Oct 13, 2023
1 parent 31cefb4 commit 1796d52
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/05-internals/design/api-admin/administration.md
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

0 comments on commit 1796d52

Please sign in to comment.