-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDUO_0000035.ttl
30 lines (29 loc) · 1.23 KB
/
DUO_0000035.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_0000035 a odrl:Set ;
odrl:uid :DUO_0000035 ;
rdfs:label "DUO_0000035: An investigation concerning specific gender categories"@en ;
skos:exactMatch obo:DUO_0000035 ;
skos:editorialNote "We interpret this as an investigation (request) asking for permission where purpose is an instance of :GenderCategoryResearch and specific genders indicated by TemplateGender 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 :GenderCategoryResearch ;
] ,
[
odrl:leftOperand :Gender ;
odrl:operator odrl:eq ;
odrl:rightOperand :TemplateGender ;
]
]
]
] .