PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX acl: <http://www.w3.org/ns/auth/acl#>
PREFIX interop: <http://www.w3.org/ns/solid/interop#>
PREFIX alice: <https://alice.example/>
PREFIX bob: <https://bob.example>
PREFIX performchart: <https://performchart.example/>
PREFIX alice-authorization: <https://alice.example/authorization/>
PREFIX alice-agents: <https://alice.example/agents/>
PREFIX alice-work-data: <https://work.alice.example>
PREFIX pm-shapetrees: <http://data.example/shapetrees/pm#>

alice-authorization:a1b2c3d4
  a interop:DataAuthorization ;
  interop:grantedBy alice:\#id ;
  interop:dataOwner alice:roles\/a7c349e2 ;
  interop:grantee performchart:\#id ;
  interop:registeredShapeTree pm-shapetrees:ProjectTree ;
  interop:accessMode acl:Read ;
  interop:scopeOfAuthorization interop:AllFromRole ;
  interop:satisfiesAccessNeed performchart:\#ac54ff1e .
