-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDUO_0000026.ttl
20 lines (19 loc) · 996 Bytes
/
DUO_0000026.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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_0000026 a odrl:Set ;
odrl:uid :DUO_0000026 ;
rdfs:label "DUO_0000026: this data use modifier indicates that use is limited to use by approved users (US - User-specific restriction)"@en ;
skos:exactMatch obo:DUO_0000026 ;
skos:editorialNote "We interpret this as specifying a permission for the specified assignee as users indicated by TemplateUser placeholder, and the phrase 'is limited to' is inherently applied as other parties do not have a permission under ODRL rules"@en ;
odrl:permission [
odrl:assignee [
a odrl:Party ;
obo:DUO_0000010 :TemplateUser ;
] ;
odrl:target :TemplateDataset ;
odrl:action odrl:use
] .