forked from solid/data-interoperability-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path6531c8e2.ttl
More file actions
23 lines (22 loc) · 1.04 KB
/
Copy path6531c8e2.ttl
File metadata and controls
23 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 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:6531c8e2
a interop:DataAuthorization ;
interop:grantedBy alice:\#id ;
interop:dataOwner alice:\#id ;
interop:grantee performchart:\#id ;
interop:registeredShapeTree pm-shapetrees:TaskTree ;
interop:accessMode acl:Read ;
interop:scopeOfAuthorization interop:Inherited ;
interop:hasDataRegistration alice-work-data:df4ab227\/ ;
interop:satisfiesAccessNeed performchart:\#f92e605c ;
interop:inheritsFromAuthorization alice-authorization:8f178288 .