-
Notifications
You must be signed in to change notification settings - Fork 0
/
ado-edit.ttl
277 lines (195 loc) · 12.5 KB
/
ado-edit.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
@prefix : <https://github.com/mconlon17/ado#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ado: <https://github.com/mconlon17/ado#> .
@prefix bfo: <http://purl.obolibrary.org/obo/BFO_> .
@prefix iao: <http://purl.obolibrary.org/obo/IAO_> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix person: <http://purl.obolibrary.org/obo/NCBITaxon_9606> .
@prefix organization: <http://purl.obolibrary.org/obo/OBI_0000245> .
@base <https://github.com/mconlon17/ado> .
<https://github.com/mconlon17/ado> rdf:type owl:Ontology ;
owl:versionIRI <https://github.com/mconlon17/ado/releases/2020-06-20> ;
dc:creator "Michael Conlon"^^xsd:string ;
dc:description "A BFO-based, OBO compliant ontology of academic degrees of the world. ADO represents degrees as classes. People and organizations participate in the conferring of the degree through roles. The process of granting a degree results in a new role for the recipient, and the degree document, which records the granting of the degree."@en ;
dc:title "Academic Degree Ontology"@en ;
rdfs:label "Academic Degree Ontology"@en ;
owl:priorVersion <http://vivoweb.org/ontology/core#> ;
owl:versionInfo "version 0.0.1" .
#################################################################
# Annotation properties
#################################################################
### http://purl.obolibrary.org/obo/IAO_0000115
obo:IAO_0000115 rdf:type owl:AnnotationProperty .
### http://purl.obolibrary.org/obo/IAO_0000116
obo:IAO_0000116 rdf:type owl:AnnotationProperty .
### http://purl.obolibrary.org/obo/IAO_0000119
obo:IAO_0000119 rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/creator
dc:creator rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/description
dc:description rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/title
dc:title rdf:type owl:AnnotationProperty .
#################################################################
# Object Properties
#################################################################
### http://purl.obolibrary.org/obo/BFO_20001
obo:BFO_20001 rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000035 ;
rdfs:label "has part"@en .
### http://purl.obolibrary.org/obo/BFO_20004
obo:BFO_20004 rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000023 ;
rdfs:range obo:BFO_0000015 ;
rdfs:label "realized in"@en .
### http://purl.obolibrary.org/obo/BFO_20007
obo:BFO_20007 rdf:type owl:ObjectProperty ;
rdfs:domain obo:NCBITaxon_9606 ;
rdfs:range obo:BFO_0000023 ;
rdfs:label "bearer of"@en .
### http://purl.obolibrary.org/obo/IAO_0000136
obo:IAO_0000136 rdf:type owl:ObjectProperty ;
rdfs:domain obo:IAO_0000310 ;
rdfs:range skos:Concept ;
rdfs:label "is about"@en .
### http://purl.obolibrary.org/obo/IAO_0000235
obo:IAO_0000235 rdf:type owl:ObjectProperty ;
rdfs:domain <https://github.com/mconlon17/ado#10003> ;
rdfs:range obo:IAO_0000578 ;
rdfs:label "denoted by"@en .
### https://github.com/mconlon17/ado#20001
<https://github.com/mconlon17/ado#20001> rdf:type owl:ObjectProperty ;
rdfs:domain obo:OBI_0000245 ;
rdfs:range <https://github.com/mconlon17/ado#10001> ;
rdfs:label "degree granting organization"@en .
### https://github.com/mconlon17/ado#20002
<https://github.com/mconlon17/ado#20002> rdf:type owl:ObjectProperty ;
rdfs:domain obo:NCBITaxon_9606 ;
rdfs:range <https://github.com/mconlon17/ado#10001> ;
rdfs:label "degree recipient"@en .
### https://github.com/mconlon17/ado#20003
<https://github.com/mconlon17/ado#20003> rdf:type owl:ObjectProperty ;
rdfs:domain <https://github.com/mconlon17/ado#10001> ;
rdfs:range <https://github.com/mconlon17/ado#10002> ;
rdfs:label "date granted"@en .
### https://github.com/mconlon17/ado#20004
<https://github.com/mconlon17/ado#20004> rdf:type owl:ObjectProperty ;
rdfs:domain <https://github.com/mconlon17/ado#10001> ;
rdfs:range <https://github.com/mconlon17/ado#10005> ;
rdfs:label "creates recipient role"@en .
### https://github.com/mconlon17/ado#20005
<https://github.com/mconlon17/ado#20005> rdf:type owl:ObjectProperty ;
rdfs:domain <https://github.com/mconlon17/ado#10003> ;
rdfs:range <https://github.com/mconlon17/ado#10001> ;
rdfs:label "resulting degree granting act"@en .
### https://github.com/mconlon17/ado#20006
<https://github.com/mconlon17/ado#20006> rdf:type owl:ObjectProperty ;
rdfs:domain <https://github.com/mconlon17/ado#10001> ;
rdfs:range <https://github.com/mconlon17/ado#00001> ;
rdfs:label "has degree output"@en .
### https://github.com/mconlon17/ado#20007
<https://github.com/mconlon17/ado#20007> rdf:type owl:ObjectProperty ;
rdfs:domain <https://github.com/mconlon17/ado#10001> ;
rdfs:range <https://github.com/mconlon17/ado#10004> ;
rdfs:label "creates conferrer role"@en .
#################################################################
# Data properties
#################################################################
### https://github.com/mconlon17/ado#30001
<https://github.com/mconlon17/ado#30001> rdf:type owl:DatatypeProperty ;
rdfs:domain obo:BFO_0000035 ;
rdfs:range xsd:dateTime ;
rdfs:label "has instant value"@en .
### https://github.com/mconlon17/ado#30002
<https://github.com/mconlon17/ado#30002> rdf:type owl:DatatypeProperty ;
rdfs:domain <https://github.com/mconlon17/ado#00001> ;
rdfs:range xsd:string ;
rdfs:label "degree granting act note"@en .
### https://github.com/mconlon17/ado#30003
<https://github.com/mconlon17/ado#30003> rdf:type owl:DatatypeProperty ;
rdfs:domain obo:OBI_0000245 ;
rdfs:range xsd:string ;
rdfs:label "organization name"@en .
### https://github.com/mconlon17/ado#30004
<https://github.com/mconlon17/ado#30004> rdf:type owl:DatatypeProperty ;
rdfs:domain skos:Concept ;
rdfs:range xsd:string ;
rdfs:label "concept title"@en .
#################################################################
# Classes
#################################################################
### http://purl.obolibrary.org/obo/BFO_0000015
obo:BFO_0000015 rdf:type owl:Class ;
rdfs:label "process"@en .
### http://purl.obolibrary.org/obo/BFO_0000023
obo:BFO_0000023 rdf:type owl:Class ;
rdfs:label "role"@en .
### http://purl.obolibrary.org/obo/BFO_0000035
obo:BFO_0000035 rdf:type owl:Class ;
rdfs:label "process boundary"@en .
### http://purl.obolibrary.org/obo/IAO_0000030
obo:IAO_0000030 rdf:type owl:Class ;
rdfs:label "information content entity"@en .
### http://purl.obolibrary.org/obo/IAO_0000310
obo:IAO_0000310 rdf:type owl:Class ;
rdfs:subClassOf obo:IAO_0000030 ;
rdfs:label "document"@en .
### http://purl.obolibrary.org/obo/IAO_0000578
obo:IAO_0000578 rdf:type owl:Class ;
rdfs:subClassOf obo:IAO_0000030 ;
rdfs:label "centrally registered identifier"@en .
### http://purl.obolibrary.org/obo/IAO_0021001
obo:IAO_0021001 rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000015 ;
rdfs:label "deontic document act"@en .
### http://purl.obolibrary.org/obo/NCBITaxon_9606
obo:NCBITaxon_9606 rdf:type owl:Class ;
rdfs:label "person"@en .
### http://purl.obolibrary.org/obo/OBI_0000245
obo:OBI_0000245 rdf:type owl:Class ;
rdfs:label "organization"@en .
### http://www.w3.org/2004/02/skos/core#Concept
skos:Concept rdf:type owl:Class ;
rdfs:label "concept"@en .
### https://github.com/mconlon17/ado#00001
<https://github.com/mconlon17/ado#00001> rdf:type owl:Class ;
rdfs:subClassOf obo:IAO_0000310 ;
obo:IAO_0000115 "A qualification awarded to a student upon successful completion of a course of study in higher education, usually at a college or university"@en ;
obo:IAO_0000119 <https://en.wikipedia.org/wiki/Academic_degree> ;
rdfs:label "academic degree"@en .
### https://github.com/mconlon17/ado#10001
<https://github.com/mconlon17/ado#10001> rdf:type owl:Class ;
rdfs:subClassOf obo:IAO_0021001 ;
obo:IAO_0000115 "The process by which an academic degree is conferred on an individual. The individual receiving the degree participates, as well as the organization."@en ;
obo:IAO_0000116 "This is a deontic document act, creating a role, which then exists in perpetuity, and creating the academic degree document"@en ;
rdfs:label "degree granting act"@en .
### https://github.com/mconlon17/ado#10002
<https://github.com/mconlon17/ado#10002> rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000035 ;
obo:IAO_0000115 "The instant of the granting of the degree"@en ;
rdfs:label "date degree granted"@en .
### https://github.com/mconlon17/ado#10003
<https://github.com/mconlon17/ado#10003> rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000015 ;
obo:IAO_0000115 "The process of education of a student following a course of study"@en ;
rdfs:label "education process"@en .
### https://github.com/mconlon17/ado#10004
<https://github.com/mconlon17/ado#10004> rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000023 ;
obo:IAO_0000115 "The role which inheres in an organization as an output of a degree granting process. Mutually dependent with the degree recipient role."@en ;
obo:IAO_0000116 "Another deontic idea here."@en ;
rdfs:label "degree conferrer"@en .
### https://github.com/mconlon17/ado#10005
<https://github.com/mconlon17/ado#10005> rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000023 ;
obo:IAO_0000115 "The role which inheres in a person as an output of a degree granting process. Mutually dependent with the conferrer role."@en ;
obo:IAO_0000116 "Another deontic idea here."@en ;
rdfs:label "degree recipient"@en .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi