-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDUO_0000007.ttl
35 lines (34 loc) · 1.52 KB
/
DUO_0000007.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
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_0000007 a odrl:Set ;
odrl:uid :DUO_0000007 ;
rdfs:label "DUO_0000007: This data use permission indicates that use is allowed provided it is related to the specified disease (DS - disease specific research)"@en ;
skos:exactMatch obo:DUO_0000007 ;
skos:editorialNote "We interpret the phrase 'is allowed for' as indicating permission for an instance of a MONDO defined concept. If the disease is to be indicated using any IRI, then this instance would be replaced with TemplateDisease as a placeholder"@en ;
odrl:permission [
odrl:target :TemplateDataset ;
odrl:action [
rdf:value odrl:use ;
odrl:refinement [
odrl:and [
odrl:leftOperand odrl:purpose ;
odrl:operator odrl:isA ;
odrl:rightOperand :DS
] ,
[
odrl:leftOperand :Disease ;
odrl:operator odrl:isA ;
odrl:rightOperand obo:MONDO_0000001
] ,
[
odrl:leftOperand :Disease ;
odrl:operator odrl:isA ;
odrl:rightOperand :TemplateDisease
]
]
]
] .