-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathodrl-cce.ttl
140 lines (122 loc) · 5.28 KB
/
odrl-cce.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix spl: <https://specialprivacy.ercim.eu/langs/usage-policy#> .
@prefix occe: <https://w3id.org/occe/> .
<https://w3id.org/occe>
a owl:Ontology ;
dct:title "ODRL Profile for Common Conditions of use elements"@en ;
ns1:preferredNamespacePrefix "occe" ;
ns1:preferredNamespaceUri "https://w3id.org/occe/"^^xsd:string ;
rdfs:label "ODRL common conditions of use elements profile"@en ;
dct:created "2022-10-18"^^xsd:date ;
dct:creator "Mark D. Wilkinson", "Oussama M. Benhamed" ;
dct:abstract ""@en ;
dct:description ""@en ;
rdfs:comment ""@en ;
dct:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
owl:versionInfo "1.0"^^xsd:string .
# Actions
occe:collaborate
a odrl:Action, skos:Concept ;
rdfs:isDefinedBy occe: ;
rdfs:label "Collaborate"@en ;
skos:definition "To collaborate with a Party."@en ;
skos:note "This action indicates that two parties can collaborate."@en .
occe:returnOfResults
a odrl:Action, skos:Concept ;
rdfs:isDefinedBy occe: ;
rdfs:label "Return of results"@en ;
skos:definition "Inform the assigner or any other Party by revealing and explaining the results of research that were intentionally generated by the planned use."@en ;
skos:note "This action indicates that the assignee MUST inform the assigner or any other Party by revealing and explaining the results of research that were intentionally generated by the planned use."@en .
occe:returnOfIncidentalFindings
a odrl:Action, skos:Concept ;
rdfs:isDefinedBy occe: ;
rdfs:label "Return of incidental findings"@en ;
skos:definition "Inform the assigner or any other Party by revealing and explaining the results of research that were NOT intentionally generated by the planned use."@en ;
skos:note "This action indicates that the assignee MUST inform the assigner or any other Party by revealing and explaining the results of research that were NOT intentionally generated by the planned use."@en .
occe:publishResults
a odrl:Action, skos:Concept ;
rdfs:isDefinedBy occe: ;
rdfs:label "Publish results"@en ;
skos:definition "Publish results using information collected from asset(s)."@en ;
skos:note "This action indicates that results obtained from using asset(s) provided by an assigner Party can be published."@en .
occe:reIdentify
a odrl:Action, skos:Concept ;
rdfs:isDefinedBy occe: ;
rdfs:label "(Re-)identification of individuals"@en ;
skos:definition "(Re-)identification of individuals from whom the samples or data were taken."@en ;
skos:note ""@en ;
odrl:includedIn odrl:use .
# Left operands
occe:permitUsePurpose
a odrl:LeftOperand, owl:NamedIndividual, skos:Concept ;
rdfs:isDefinedBy occe: ;
rdfs:label "Permit use purpose"@en ;
skos:definition "Permit use purpose"@en ;
skos:note "" .
occe:useAs
a odrl:LeftOperand, owl:NamedIndividual, skos:Concept ;
rdfs:isDefinedBy occe: ;
rdfs:label "Use as"@en ;
skos:definition "A purpose use of an Asset or AssetCollection"@en ;
skos:note "" .
occe:forbidUse
a odrl:LeftOperand, owl:NamedIndividual, skos:Concept ;
rdfs:isDefinedBy occe: ;
rdfs:label "Forbid use"@en ;
skos:definition ""@en ;
skos:note "" .
occe:jurisdiction
a odrl:LeftOperand, owl:NamedIndividual, skos:Concept ;
rdfs:isDefinedBy occe: ;
rdfs:label "Power of a court to adjudicate cases and issue orders"@en ;
skos:definition ""@en ;
skos:note "" .
occe:userID
a odrl:LeftOperand, owl:NamedIndividual, skos:Concept ;
rdfs:isDefinedBy occe: ;
rdfs:label "User ID"@en ;
skos:definition "A user ID is an ORCID or an email address."@en ;
skos:note "" .
occe:documentType
a odrl:LeftOperand, owl:NamedIndividual, skos:Concept ;
rdfs:isDefinedBy occe: ;
rdfs:label "Document type"@en ;
skos:definition "A document is a any paper."@en ;
skos:note "" .
occe:mediatedBy
a odrl:LeftOperand, owl:NamedIndividual, skos:Concept ;
rdfs:isDefinedBy occe: ;
rdfs:label "Mediated by"@en ;
skos:definition ""@en ;
skos:note "" .
occe:notMediatedBy
a odrl:LeftOperand, owl:NamedIndividual, skos:Concept ;
rdfs:isDefinedBy occe: ;
rdfs:label "Not mediated by"@en ;
skos:definition ""@en ;
skos:note "" .
# Right operands
occe:ClinicalCare
a odrl:RightOperand, owl:NamedIndividual, skos:Concept, spl:AnyPurpose ;
rdfs:isDefinedBy occe: ;
rdfs:label "Clinical care"@en ;
skos:definition "Clinical care."@en ;
skos:note "" .
occe:ClinicalResearch
a odrl:RightOperand, owl:NamedIndividual, skos:Concept, spl:AnyPurpose ;
rdfs:isDefinedBy occe: ;
rdfs:label "Clinical research"@en ;
skos:definition "Clinical research."@en ;
skos:note "" .
occe:ReIdentificationOfIndividuals
a odrl:RightOperand, owl:NamedIndividual, skos:Concept, spl:AnyPurpose ;
rdfs:isDefinedBy occe: ;
rdfs:label "Re-identification of individuals"@en ;
skos:definition "Re-identification of individuals."@en ;
skos:note "" .