-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDUO_0000004.ttl
22 lines (21 loc) · 1.3 KB
/
DUO_0000004.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 dpv: <https://w3id.org/dpv#>
PREFIX : <https://w3id.org/duodrl#>
:DUO_0000004 a odrl:Set ;
odrl:uid :DUO_0000004 ;
rdfs:label "DUO_0000004: this data use permission indicates there is no restriction on use (NRES - No Restriction)"@en ;
skos:exactMatch obo:DUO_0000004 ;
skos:editorialNote "We interpret no restrictions as a generic permission that is always satisfied, though we note that our interpretation forces the purpose for use to always be defined i.e. there MUST be a purpose - this is so as to enable comparison with other rules that specify prohibitions over purposes. To enforce this, the right operand that is set to dpv:ResearchAndDevelopment in the DUO_0000004 ODRL rule MUST be replaced by one of the research purposes defined in the provided ad-hoc vocabulary."@en ;
odrl:permission [
odrl:action odrl:use ;
odrl:target :TemplateDataset ;
odrl:constraint [
odrl:leftOperand odrl:purpose ;
odrl:operator odrl:isA ;
odrl:rightOperand dpv:ResearchAndDevelopment
]
] .