forked from solid/data-interoperability-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path5ca4692b.ttl
More file actions
21 lines (20 loc) · 914 Bytes
/
Copy path5ca4692b.ttl
File metadata and controls
21 lines (20 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 sarah: <https://sarah.example>
PREFIX jarvis: <https://jarvis.example/>
PREFIX alice-authorization: <https://alice.example/authorization/>
PREFIX alice-agents: <https://alice.example/agents/>
alice-authorization:5ca4692b
a interop:DataAuthorization ;
interop:grantedBy alice:\#id ;
interop:dataOwner alice:\#id ;
interop:grantee sarah:\#id ;
interop:satisfiesAccessNeed jarvis:\#fde6805e ;
interop:accessMode acl:Read, acl:Update, acl:Control ;
interop:registeredShapeTree interop:RegistrySetTree ;
interop:hasDataResource alice:registries ;
interop:scopeOfGrant interop:SelectedInstances .