-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDUO_0000018.ttl
51 lines (50 loc) · 1.99 KB
/
DUO_0000018.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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_0000018 a odrl:Set ;
odrl:uid :DUO_0000018 ;
rdfs:label "DUO_0000018: this data use modifier indicates that use of the data is limited to not-for-profit organizations and not-for-profit use, non-commercial use. (NPUNCU - not for profit, non commercial use only)"@en ;
skos:exactMatch obo:DUO_0000018 ;
skos:editorialNote "We interpret this as a permission for not-for-profit organisation and not-for-profit use or non-commercial use, and the phrase 'is limited to' as a prohibition on non-commercial use by for-profit organisations and a prohibition on (non-non-commercial) for-commercial use by not-for-profit organisations"@en ;
odrl:permission [
odrl:assignee [
a odrl:Party ;
obo:DUO_0000010 :NonProfitOrganisation
] ;
odrl:target :TemplateDataset ;
odrl:action odrl:use ;
odrl:constraint [
odrl:leftOperand odrl:purpose ;
odrl:operator odrl:isA ;
odrl:rightOperand :NCU
]
] ;
odrl:prohibition [
odrl:assignee [
a odrl:Party ;
obo:DUO_0000010 :ForProfitOrganisation
] ;
odrl:target :TemplateDataset ;
odrl:action odrl:use ;
odrl:constraint [
odrl:leftOperand odrl:purpose ;
odrl:operator :isA ;
odrl:rightOperand :NCU
]
] ;
odrl:prohibition [
odrl:assignee [
a odrl:Party ;
obo:DUO_0000010 :NonProfitOrganisation
] ;
odrl:target :TemplateDataset ;
odrl:action odrl:use ;
odrl:constraint [
odrl:leftOperand odrl:purpose ;
odrl:operator :isNotA ;
odrl:rightOperand :NCU
]
] .