Skip to content

Commit

Permalink
try bulb and shorter link
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Oct 16, 2023
1 parent 43e6f45 commit 465ed83
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ A user group can have one or more of the following permissions:
- `ProjectAdminGroupRestrictedPermission`: is allowed to modify group info and group membership on certain groups of the project
- `ProjectAdminRightsAllPermission`: is allowed to change the permissions on all objects belonging to the project

> **Note**
> The example file [project_data/F18E/APs_original.json](project_data/F18E/APs_original.json)
> :bulb: **Example file**
> [This example file](project_data/F18E/APs_original.json)
> contains 2 APs that:
>
>- grants to `knora-admin:ProjectAdmin` the rights to do anything on project level, and to create resources of any class.
>- grants to `knora-admin:ProjectMember` the rights to create resources of any class.
Expand Down Expand Up @@ -104,10 +105,9 @@ There are **built-in groups** and **project specific groups**:

**Permission strings** (represented as **scopes** in this repo) are used to grant **rights** to certain **user groups**.

> **Note**
> The example file
>[project_data/F18E/OAPs_original/resource_XwwqVvWgSmuHRobQubg9uQ.json](project_data/F18E/OAPs_original/resource_XwwqVvWgSmuHRobQubg9uQ.json)
> is an OAP that grants the following rights to the resource `http://rdfh.ch/0102/XwwqVvWgSmuHRobQubg9uQ`:
> :bulb: **Example file**
> [This example file](project_data/F18E/OAPs_original/resource_XwwqVvWgSmuHRobQubg9uQ.json)
> contains an OAP that grants the following rights to the resource `http://rdfh.ch/0102/XwwqVvWgSmuHRobQubg9uQ`:
>
> - Project admins have change rights.
> - The creator has deletion rights.
Expand All @@ -128,9 +128,9 @@ DOAPs are always project-related, but more specifically, they are:
- property-related: some properties are public, while other properties are restricted
- or a combination of class/property-related

> **Note**
> The example file [project_data/F18E/DOAPs_original.json](project_data/F18E/DOAPs_original.json)
> encodes the following information:
> :bulb: **Example file**
> [This example file](project_data/F18E/DOAPs_original.json)
> contains 2 DOAPs that encode the following information:
>
> - If a `ProjectAdmin` creates a resource, the resource's OAP would grant
> - change rights to `ProjectAdmin`
Expand Down

0 comments on commit 465ed83

Please sign in to comment.