-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDUO_0000027.ttl
30 lines (29 loc) · 1.28 KB
/
DUO_0000027.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX odrl: <http://www.w3.org/ns/odrl/2/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX obo: <http://purl.obolibrary.org/obo/>
PREFIX : <https://w3id.org/duodrl#>
:DUO_0000027 a odrl:Set ;
odrl:uid :DUO_0000027 ;
rdfs:label "DUO_0000027: This data use modifier indicates that use is limited to use within an approved project (PS - project specific restriction)"@en ;
skos:exactMatch obo:DUO_0000027 ;
skos:editorialNote "We interpret this as specifying a permission for the specified project indicated by TemplateProject placeholder, and the phrase 'is limited to' is interpreted as a prohibition for when the project is not the specified project"@en ;
odrl:permission [
odrl:action odrl:use ;
odrl:target :TemplateDataset ;
odrl:constraint [
odrl:leftOperand :Project ;
odrl:operator odrl:isA ;
odrl:rightOperand :TemplateProject
]
] ;
odrl:prohibition [
odrl:action odrl:use ;
odrl:target :TemplateDataset ;
odrl:constraint [
odrl:leftOperand :Project ;
odrl:operator :isNotA ;
odrl:rightOperand :TemplateProject
]
] .