forked from oborel/obo-relations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
annotations.owl
338 lines (189 loc) · 8.92 KB
/
annotations.owl
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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY foaf "http://xmlns.com/foaf/0.1/" >
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY obo "http://purl.obolibrary.org/obo/" >
<!ENTITY dc "http://purl.org/dc/elements/1.1/" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY oboInOwl "http://www.geneontology.org/formats/oboInOwl#" >
]>
<rdf:RDF xmlns="&obo;bfo.owl#"
xml:base="&obo;bfo.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="&obo;ro/annotations.owl"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000111 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000111">
<rdfs:label xml:lang="en">editor preferred term</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000112 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000112">
<rdfs:label xml:lang="en">example of usage</rdfs:label>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000122"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000114 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000114">
<rdfs:label xml:lang="en">has curation status</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000115 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000115">
<rdfs:label>definition</rdfs:label>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000122"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000116 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000116">
<rdfs:label xml:lang="en">editor note</rdfs:label>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000122"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000117 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000117">
<rdfs:label xml:lang="en">term editor</rdfs:label>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000122"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000118 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000118">
<rdfs:label xml:lang="en">alternative term</rdfs:label>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000125"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000119 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000119">
<rdfs:label xml:lang="en">definition source</rdfs:label>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000122"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000412 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000412">
<rdfs:label xml:lang="en">imported from</rdfs:label>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000125"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000424 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000424">
<rdfs:label xml:lang="en">expand expression to</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000425 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000425">
<rdfs:label xml:lang="en">expand assertion to</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000426 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000426">
<rdfs:label xml:lang="en">first order logic expression</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000600 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000600">
<rdfs:label xml:lang="en">elucidation</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/RO_0001900 -->
<owl:AnnotationProperty rdf:about="&obo;RO_0001900">
<rdfs:label xml:lang="en">temporal interpretation</rdfs:label>
<rdfs:seeAlso rdf:datatype="&xsd;anyURI">https://oborel.github.io/obo-relations/temporal-semantics/</rdfs:seeAlso>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/contributor -->
<owl:AnnotationProperty rdf:about="&dc;contributor"/>
<!-- http://purl.org/dc/elements/1.1/creator -->
<owl:AnnotationProperty rdf:about="&dc;creator"/>
<!-- http://purl.org/dc/elements/1.1/publisher -->
<owl:AnnotationProperty rdf:about="&dc;publisher"/>
<!-- http://purl.org/dc/elements/1.1/source -->
<owl:AnnotationProperty rdf:about="&dc;source"/>
<!-- http://purl.org/dc/elements/1.1/title -->
<owl:AnnotationProperty rdf:about="&dc;title"/>
<!-- http://www.geneontology.org/formats/oboInOwl#shorthand -->
<owl:AnnotationProperty rdf:about="&oboInOwl;shorthand">
<rdfs:label rdf:datatype="&xsd;string">shorthand</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2000/01/rdf-schema#label -->
<owl:AnnotationProperty rdf:about="&rdfs;label"/>
<!-- http://xmlns.com/foaf/0.1/homepage -->
<owl:AnnotationProperty rdf:about="&foaf;homepage"/>
<!-- http://xmlns.com/foaf/0.1/page -->
<owl:AnnotationProperty rdf:about="&foaf;page"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/RO_0001901 -->
<owl:NamedIndividual rdf:about="&obo;RO_0001901">
<rdfs:label xml:lang="en">axiom holds for all times</rdfs:label>
<obo:IAO_0000115>
## Elucidation
This is used when the statement/axiom is assumed to hold true 'eternally'
## How to interpret (informal)
First the "atemporal" FOL is derived from the OWL using the standard
interpretation. This axiom is temporalized by embedding the axiom
within a for-all-times quantified sentence. The t argument is added to
all instantiation predicates and predicates that use this relation.
## Example
Class: nucleus
SubClassOf: part_of some cell
forall t :
forall n :
instance_of(n,Nucleus,t)
implies
exists c :
instance_of(c,Cell,t)
part_of(n,c,t)
## Notes
This interpretation is *not* the same as an at-all-times relation
</obo:IAO_0000115>
</owl:NamedIndividual>
<!-- http://purl.obolibrary.org/obo/RO_0001902 -->
<owl:NamedIndividual rdf:about="&obo;RO_0001902">
<rdfs:label xml:lang="en">relation has no temporal argument</rdfs:label>
<obo:IAO_0000115>
## Elucidation
This is used when the first-order logic form of the relation is
binary, and takes no temporal argument.
## Example:
Class: limb
SubClassOf: develops_from some lateral-plate-mesoderm
forall t, t2:
forall x :
instance_of(x,Limb,t)
implies
exists y :
instance_of(y,LPM,t2)
develops_from(x,y)
</obo:IAO_0000115>
</owl:NamedIndividual>
<!-- http://purl.obolibrary.org/obo/IAO_0000122 -->
<owl:NamedIndividual rdf:about="http://purl.obolibrary.org/obo/IAO_0000122">
<rdfs:label xml:lang="en">ready for release</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.obolibrary.org/obo/IAO_0000125 -->
<owl:NamedIndividual rdf:about="http://purl.obolibrary.org/obo/IAO_0000125">
<rdfs:label xml:lang="en">pending final vetting</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.obolibrary.org/obo/IAO_0000428 -->
<owl:NamedIndividual rdf:about="http://purl.obolibrary.org/obo/IAO_0000428">
<rdfs:label xml:lang="en">requires discussion</rdfs:label>
</owl:NamedIndividual>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotations
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="&obo;IAO_0000232">
<rdfs:label xml:lang="en">curator note</rdfs:label>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000122"/>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->