-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIAO_import.owl
606 lines (410 loc) · 30.6 KB
/
IAO_import.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
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY ns "http://usefulinc.com/ns/" >
<!ENTITY foaf "http://xmlns.com/foaf/0.1/" >
<!ENTITY doap "http://usefulinc.com/ns/doap#" >
<!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 iao "http://purl.obolibrary.org/obo/iao/2015-02-23/" >
<!ENTITY protege "http://protege.stanford.edu/plugins/owl/protege#" >
]>
<rdf:RDF xmlns="&obo;iao.owl#"
xml:base="&obo;iao.owl"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:ns="http://usefulinc.com/ns/"
xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:doap="&ns;doap#"
xmlns:iao="&obo;iao/2015-02-23/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="&obo;iao.owl">
<owl:versionIRI rdf:resource="&obo;iao/2015-02-23/iao.owl"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://protege.stanford.edu/plugins/owl/protege#defaultLanguage -->
<owl:AnnotationProperty rdf:about="&protege;defaultLanguage"/>
<!-- http://purl.obolibrary.org/obo/BFO_0000179 -->
<owl:AnnotationProperty rdf:about="&obo;BFO_0000179">
<rdfs:label xml:lang="en">BFO OWL specification label</rdfs:label>
<obo:IAO_0000232 xml:lang="en">Really of interest to developers only</obo:IAO_0000232>
<obo:IAO_0000115 xml:lang="en">Relates an entity in the ontology to the name of the variable that is used to represent it in the code that generates the BFO OWL file from the lispy specification.</obo:IAO_0000115>
<rdfs:subPropertyOf rdf:resource="&rdfs;label"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/BFO_0000180 -->
<owl:AnnotationProperty rdf:about="&obo;BFO_0000180">
<rdfs:label xml:lang="en">BFO CLIF specification label</rdfs:label>
<obo:IAO_0000119>Person:Alan Ruttenberg</obo:IAO_0000119>
<obo:IAO_0000232 xml:lang="en">Really of interest to developers only</obo:IAO_0000232>
<obo:IAO_0000115 xml:lang="en">Relates an entity in the ontology to the term that is used to represent it in the the CLIF specification of BFO2</obo:IAO_0000115>
<rdfs:subPropertyOf rdf:resource="&rdfs;label"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000111 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000111">
<rdfs:label>editor preferred term</rdfs:label>
<rdfs:label xml:lang="en">editor preferred label</rdfs:label>
<rdfs:label xml:lang="en">editor preferred term</rdfs:label>
<obo:IAO_0000111>editor preferred term</obo:IAO_0000111>
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:<http://purl.obolibrary.org/obo/obi></obo:IAO_0000119>
<obo:IAO_0000117 xml:lang="en">PERSON:Daniel Schober</obo:IAO_0000117>
<obo:IAO_0000115 xml:lang="en">The concise, meaningful, and human-friendly name for a class or property preferred by the ontology developers. (US-English)</obo:IAO_0000115>
<obo:IAO_0000111 xml:lang="en">editor preferred label</obo:IAO_0000111>
<obo:IAO_0000111 xml:lang="en">editor preferred term</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000122"/>
<rdfs:isDefinedBy rdf:resource="&obo;iao.owl"/>
</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_0000115 xml:lang="en">A phrase describing how a class name should be used. May also include other kinds of examples that facilitate immediate understanding of a class semantics, such as widely known prototypical subclasses or instances of the class. Although essential for high level terms, examples for low level terms (e.g., Affymetrix HU133 array) are not</obo:IAO_0000115>
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:<http://purl.obolibrary.org/obo/obi></obo:IAO_0000119>
<obo:IAO_0000117 xml:lang="en">PERSON:Daniel Schober</obo:IAO_0000117>
<obo:IAO_0000111 xml:lang="en">example</obo:IAO_0000111>
<obo:IAO_0000111 xml:lang="en">example of usage</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000122"/>
<rdfs:isDefinedBy rdf:resource="&obo;iao.owl"/>
</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>
<obo:IAO_0000119 xml:lang="en">OBI_0000281</obo:IAO_0000119>
<obo:IAO_0000117 xml:lang="en">PERSON:Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000117 xml:lang="en">PERSON:Bill Bug</obo:IAO_0000117>
<obo:IAO_0000117 xml:lang="en">PERSON:Melanie Courtot</obo:IAO_0000117>
<obo:IAO_0000111 xml:lang="en">has curation status</obo:IAO_0000111>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000115 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000115">
<rdfs:label rdf:datatype="&xsd;string">definition</rdfs:label>
<rdfs:label rdf:datatype="&xsd;string">textual definition</rdfs:label>
<rdfs:label>definition</rdfs:label>
<rdfs:label xml:lang="en">definition</rdfs:label>
<obo:IAO_0000111 rdf:datatype="&xsd;string">definition</obo:IAO_0000111>
<obo:IAO_0000111 rdf:datatype="&xsd;string">textual definition</obo:IAO_0000111>
<obo:IAO_0000111>definition</obo:IAO_0000111>
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:<http://purl.obolibrary.org/obo/obi></obo:IAO_0000119>
<obo:IAO_0000117 xml:lang="en">PERSON:Daniel Schober</obo:IAO_0000117>
<obo:IAO_0000115 xml:lang="en">The official OBI definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions.</obo:IAO_0000115>
<obo:IAO_0000115 xml:lang="en">The official definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions.</obo:IAO_0000115>
<obo:IAO_0000111 xml:lang="en">definition</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000122"/>
<rdfs:isDefinedBy rdf:resource="&obo;iao.owl"/>
</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_0000115 xml:lang="en">An administrative note intended for its editor. It may not be included in the publication version of the ontology, so it should contain nothing necessary for end users to understand the ontology.</obo:IAO_0000115>
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:<http://purl.obfoundry.org/obo/obi></obo:IAO_0000119>
<obo:IAO_0000117 xml:lang="en">PERSON:Daniel Schober</obo:IAO_0000117>
<obo:IAO_0000111 xml:lang="en">editor note</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000122"/>
<rdfs:isDefinedBy rdf:resource="&obo;iao.owl"/>
</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_0000116 xml:lang="en">20110707, MC: label update to term editor and definition modified accordingly. See http://code.google.com/p/information-artifact-ontology/issues/detail?id=115.</obo:IAO_0000116>
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:<http://purl.obolibrary.org/obo/obi></obo:IAO_0000119>
<obo:IAO_0000115 xml:lang="en">Name of editor entering the term in the file. The term editor is a point of contact for information regarding the term. The term editor may be, but is not always, the author of the definition, which may have been worked upon by several people</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">PERSON:Daniel Schober</obo:IAO_0000117>
<obo:IAO_0000111 xml:lang="en">term editor</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000122"/>
<rdfs:isDefinedBy rdf:resource="&obo;iao.owl"/>
</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_0000115 xml:lang="en">An alternative name for a class or property which means the same thing as the preferred name (semantically equivalent)</obo:IAO_0000115>
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:<http://purl.obolibrary.org/obo/obi></obo:IAO_0000119>
<obo:IAO_0000117 xml:lang="en">PERSON:Daniel Schober</obo:IAO_0000117>
<obo:IAO_0000111 xml:lang="en">alternative term</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000125"/>
<rdfs:isDefinedBy rdf:resource="&obo;iao.owl"/>
</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_0000119 rdf:datatype="&xsd;string">Discussion on obo-discuss mailing-list, see http://bit.ly/hgm99w</obo:IAO_0000119>
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:<http://purl.obolibrary.org/obo/obi></obo:IAO_0000119>
<obo:IAO_0000117 xml:lang="en">PERSON:Daniel Schober</obo:IAO_0000117>
<obo:IAO_0000111 xml:lang="en">definition source</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007</obo:IAO_0000115>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000122"/>
<rdfs:isDefinedBy rdf:resource="&obo;iao.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000232 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000232">
<rdfs:label xml:lang="en">curator note</rdfs:label>
<obo:IAO_0000115 xml:lang="en">An administrative note of use for a curator but of no use for a user</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">PERSON:Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000111 xml:lang="en">curator note</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000122"/>
<rdfs:isDefinedBy rdf:resource="&obo;iao.owl"/>
</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>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000600 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000600">
<rdfs:label xml:lang="en">elucidation</rdfs:label>
<obo:IAO_0000119 xml:lang="en">Person:Barry Smith</obo:IAO_0000119>
<obo:IAO_0000600 xml:lang="en">Primitive terms in a highest-level ontology such as BFO are terms which are so basic to our understanding of reality that there is no way of defining them in a non-circular fashion. For these, therefore, we can provide only elucidations, supplemented by examples and by axioms</obo:IAO_0000600>
<obo:IAO_0000111 xml:lang="en">elucidation</obo:IAO_0000111>
<obo:IAO_0000117 xml:lang="en">person:Alan Ruttenberg</obo:IAO_0000117>
<rdfs:isDefinedBy rdf:resource="&obo;iao.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/contributor -->
<owl:AnnotationProperty rdf:about="&dc;contributor">
<rdfs:label xml:lang="en-us">Contributor</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/elements/1.1/"/>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/date -->
<owl:AnnotationProperty rdf:about="&dc;date">
<rdfs:label xml:lang="en-us">Date</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/elements/1.1/"/>
</owl:AnnotationProperty>
<!-- http://usefulinc.com/ns/doap#file-release -->
<owl:AnnotationProperty rdf:about="&ns;doap#file-release"/>
<!-- http://www.w3.org/2000/01/rdf-schema#label -->
<owl:AnnotationProperty rdf:about="&rdfs;label"/>
<!-- http://www.w3.org/2002/07/owl#versionInfo -->
<owl:AnnotationProperty rdf:about="&owl;versionInfo"/>
<!-- http://xmlns.com/foaf/0.1/homepage -->
<owl:AnnotationProperty rdf:about="&foaf;homepage"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000136 -->
<owl:ObjectProperty rdf:about="&obo;IAO_0000136">
<rdfs:label xml:lang="en">is about</rdfs:label>
<obo:IAO_0000119 xml:lang="en">Smith, Ceusters, Ruttenberg, 2000 years of philosophy</obo:IAO_0000119>
<obo:IAO_0000112 xml:lang="en">This document is about information artifacts and their representations</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">is_about is a (currently) primitive relation that relates an information artifact to an entity.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">person:Alan Ruttenberg</obo:IAO_0000117>
<rdfs:domain rdf:resource="&obo;IAO_0000030"/>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000125"/>
<obo:IAO_0000412 rdf:resource="&obo;iao.owl"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://usefulinc.com/ns/doap#revision -->
<owl:DatatypeProperty rdf:about="&ns;doap#revision">
<obo:IAO_0000412 rdf:resource="&obo;iao.owl"/>
<rdfs:isDefinedBy rdf:resource="&ns;doap"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/BFO_0000001 -->
<owl:Class rdf:about="&obo;BFO_0000001">
<rdfs:label xml:lang="en">entity</rdfs:label>
<rdfs:subClassOf rdf:resource="&owl;Thing"/>
<obo:BFO_0000179>entity</obo:BFO_0000179>
<obo:BFO_0000180>Entity</obo:BFO_0000180>
<obo:IAO_0000600 xml:lang="en">An entity is anything that exists or has existed or will exist. (axiom label in BFO2 Reference: [001-001])</obo:IAO_0000600>
<obo:IAO_0000116 xml:lang="en">BFO 2 Reference: In all areas of empirical inquiry we encounter general terms of two sorts. First are general terms which refer to universals or types:animaltuberculosissurgical procedurediseaseSecond, are general terms used to refer to groups of entities which instantiate a given universal but do not correspond to the extension of any subuniversal of that universal because there is nothing intrinsic to the entities in question by virtue of which they – and only they – are counted as belonging to the given group. Examples are: animal purchased by the Emperortuberculosis diagnosed on a Wednesdaysurgical procedure performed on a patient from Stockholmperson identified as candidate for clinical trial #2056-555person who is signatory of Form 656-PPVpainting by Leonardo da VinciSuch terms, which represent what are called ‘specializations’ in [81</obo:IAO_0000116>
<obo:IAO_0000116 xml:lang="en">Entity doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example Werner Ceusters 'portions of reality' include 4 sorts, entities (as BFO construes them), universals, configurations, and relations. It is an open question as to whether entities as construed in BFO will at some point also include these other portions of reality. See, for example, 'How to track absolutely everything' at http://www.referent-tracking.com/_RTU/papers/CeustersICbookRevised.pdf</obo:IAO_0000116>
<obo:IAO_0000112 xml:lang="en">Julius Caesar</obo:IAO_0000112>
<obo:IAO_0000112 xml:lang="en">Verdi’s Requiem</obo:IAO_0000112>
<obo:IAO_0000112 xml:lang="en">the Second World War</obo:IAO_0000112>
<obo:IAO_0000112 xml:lang="en">your body mass index</obo:IAO_0000112>
<rdfs:isDefinedBy rdf:resource="&obo;bfo.owl"/>
<obo:IAO_0000412 rdf:resource="&obo;iao.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000027 -->
<owl:Class rdf:about="&obo;IAO_0000027">
<rdfs:label xml:lang="en">data item</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;IAO_0000030"/>
<obo:IAO_0000116 xml:lang="en">2009-03-16: data item deliberatly ambiguous: we merged data set and datum to be one entity, not knowing how to define singular versus plural. So data item is more general than datum.</obo:IAO_0000116>
<obo:IAO_0000116 xml:lang="en">2009-03-16: removed datum as alternative term as datum specifically refers to singular form, and is thus not an exact synonym.</obo:IAO_0000116>
<obo:IAO_0000116>2014-03-31: See discussion at http://odontomachus.wordpress.com/2014/03/30/aboutness-objects-propositions/</obo:IAO_0000116>
<obo:IAO_0000116 xml:lang="en">2/2/2009 Alan and Bjoern discussing FACS run output data. This is a data item because it is about the cell population. Each element records an event and is typically further composed a set of measurment data items that record the fluorescent intensity stimulated by one of the lasers.</obo:IAO_0000116>
<obo:IAO_0000112 xml:lang="en">Data items include counts of things, analyte concentrations, and statistical summaries.</obo:IAO_0000112>
<obo:IAO_0000117 xml:lang="en">PERSON: Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000117 xml:lang="en">PERSON: Chris Stoeckert</obo:IAO_0000117>
<obo:IAO_0000117 xml:lang="en">PERSON: Jonathan Rees</obo:IAO_0000117>
<obo:IAO_0000115 xml:lang="en">a data item is an information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements.</obo:IAO_0000115>
<obo:IAO_0000118 xml:lang="en">data</obo:IAO_0000118>
<obo:IAO_0000111 xml:lang="en">data item</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000125"/>
<obo:IAO_0000412 rdf:resource="&obo;iao.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000030 -->
<owl:Class rdf:about="&obo;IAO_0000030">
<rdfs:label xml:lang="en">information content entity</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;IAO_0000136"/>
<owl:someValuesFrom rdf:resource="&obo;BFO_0000001"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000116 xml:lang="en">2014-03-10: The use of "thing" is intended to be general enough to include universals and configurations (see https://groups.google.com/d/msg/information-ontology/GBxvYZCk1oc/-L6B5fSBBTQJ).</obo:IAO_0000116>
<obo:IAO_0000115 xml:lang="en">A generically dependent continuant that is about some thing.</obo:IAO_0000115>
<obo:IAO_0000112 xml:lang="en">Examples of information content entites include journal articles, data, graphical layouts, and graphs.</obo:IAO_0000112>
<obo:IAO_0000119 xml:lang="en">OBI_0000142</obo:IAO_0000119>
<obo:IAO_0000117 xml:lang="en">PERSON: Chris Stoeckert</obo:IAO_0000117>
<obo:IAO_0000111 xml:lang="en">information content entity</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000122"/>
<obo:IAO_0000412 rdf:resource="&obo;iao.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000078 -->
<owl:Class rdf:about="&obo;IAO_0000078">
<rdfs:label xml:lang="en">curation status specification</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:oneOf rdf:parseType="Collection">
<rdf:Description rdf:about="&obo;IAO_0000122"/>
<rdf:Description rdf:about="&obo;IAO_0000123"/>
<rdf:Description rdf:about="&obo;IAO_0000002"/>
<rdf:Description rdf:about="&obo;IAO_0000124"/>
<rdf:Description rdf:about="&obo;IAO_0000125"/>
<rdf:Description rdf:about="&obo;IAO_0000120"/>
<rdf:Description rdf:about="&obo;IAO_0000121"/>
<rdf:Description rdf:about="&obo;IAO_0000428"/>
<rdf:Description rdf:about="&obo;IAO_0000423"/>
</owl:oneOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&obo;IAO_0000102"/>
<obo:IAO_0000116 xml:lang="en">Better to represent curation as a process with parts and then relate labels to that process (in IAO meeting)</obo:IAO_0000116>
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:<http://purl.obolibrary.org/obo/obi></obo:IAO_0000119>
<obo:IAO_0000119 xml:lang="en">OBI_0000266</obo:IAO_0000119>
<obo:IAO_0000117 xml:lang="en">PERSON:Bill Bug</obo:IAO_0000117>
<obo:IAO_0000115 xml:lang="en">The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value.</obo:IAO_0000115>
<obo:IAO_0000111 xml:lang="en">curation status specification</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000125"/>
<obo:IAO_0000412 rdf:resource="&obo;iao.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000100 -->
<owl:Class rdf:about="&obo;IAO_0000100">
<rdfs:label xml:lang="en">data set</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;IAO_0000027"/>
<obo:IAO_0000116 xml:lang="en">2009/10/23 Alan Ruttenberg. The intention is that this term represent collections of like data. So this isn't for, e.g. the whole contents of a cel file, which includes parameters, metadata etc. This is more like java arrays of a certain rather specific type</obo:IAO_0000116>
<obo:IAO_0000116>2014-05-05: Data sets are aggregates and thus must include two or more data items. We have chosen not to add logical axioms to make this restriction.</obo:IAO_0000116>
<obo:IAO_0000115 xml:lang="en">A data item that is an aggregate of other data items of the same type that have something in common. Averages and distributions can be determined for data sets.</obo:IAO_0000115>
<obo:IAO_0000112 xml:lang="en">Intensity values in a CEL file or from multiple CEL files comprise a data set (as opposed to the CEL files themselves).</obo:IAO_0000112>
<obo:IAO_0000119 xml:lang="en">OBI_0000042</obo:IAO_0000119>
<obo:IAO_0000111 xml:lang="en">data set</obo:IAO_0000111>
<obo:IAO_0000119 xml:lang="en">group:OBI</obo:IAO_0000119>
<obo:IAO_0000117 xml:lang="en">person:Allyson Lister</obo:IAO_0000117>
<obo:IAO_0000117 xml:lang="en">person:Chris Stoeckert</obo:IAO_0000117>
<obo:IAO_0000114 rdf:resource="&obo;IAO_0000125"/>
<obo:IAO_0000412 rdf:resource="&obo;iao.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000102 -->
<owl:Class rdf:about="&obo;IAO_0000102">
<rdfs:label xml:lang="en">data about an ontology part</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;IAO_0000027"/>
<obo:IAO_0000117 rdf:datatype="&xsd;string">Person:Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000115 xml:lang="en">data about an ontology part is a data item about a part of an ontology, for example a term</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="&obo;iao.owl"/>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://code.google.com/p/information-artifact-ontology/ -->
<owl:NamedIndividual rdf:about="http://code.google.com/p/information-artifact-ontology/"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000002 -->
<owl:NamedIndividual rdf:about="&obo;IAO_0000002">
<rdf:type rdf:resource="&obo;IAO_0000078"/>
<rdfs:label xml:lang="en">example to be eventually removed</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.obolibrary.org/obo/IAO_0000120 -->
<owl:NamedIndividual rdf:about="&obo;IAO_0000120">
<rdf:type rdf:resource="&obo;IAO_0000078"/>
<rdfs:label xml:lang="en">metadata complete</rdfs:label>
<obo:IAO_0000115 xml:lang="en">Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete.</obo:IAO_0000115>
</owl:NamedIndividual>
<!-- http://purl.obolibrary.org/obo/IAO_0000121 -->
<owl:NamedIndividual rdf:about="&obo;IAO_0000121">
<rdf:type rdf:resource="&obo;IAO_0000078"/>
<rdfs:label xml:lang="en">organizational term</rdfs:label>
<obo:IAO_0000115 xml:lang="en">term created to ease viewing/sort terms for development purpose, and will not be included in a release</obo:IAO_0000115>
</owl:NamedIndividual>
<!-- http://purl.obolibrary.org/obo/IAO_0000122 -->
<owl:NamedIndividual rdf:about="&obo;IAO_0000122">
<rdf:type rdf:resource="&obo;IAO_0000078"/>
<rdfs:label xml:lang="en">ready for release</rdfs:label>
<obo:IAO_0000115 xml:lang="en">Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking "ready_for_release" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release. Those classes deemed "ready_for_release" will also derived from a chain of ancestor classes that are also "ready_for_release."</obo:IAO_0000115>
</owl:NamedIndividual>
<!-- http://purl.obolibrary.org/obo/IAO_0000123 -->
<owl:NamedIndividual rdf:about="&obo;IAO_0000123">
<rdf:type rdf:resource="&obo;IAO_0000078"/>
<rdfs:label xml:lang="en">metadata incomplete</rdfs:label>
<obo:IAO_0000115 xml:lang="en">Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors.</obo:IAO_0000115>
</owl:NamedIndividual>
<!-- http://purl.obolibrary.org/obo/IAO_0000124 -->
<owl:NamedIndividual rdf:about="&obo;IAO_0000124">
<rdf:type rdf:resource="&obo;IAO_0000078"/>
<rdfs:label xml:lang="en">uncurated</rdfs:label>
<obo:IAO_0000115 xml:lang="en">Nothing done yet beyond assigning a unique class ID and proposing a preferred term.</obo:IAO_0000115>
</owl:NamedIndividual>
<!-- http://purl.obolibrary.org/obo/IAO_0000125 -->
<owl:NamedIndividual rdf:about="&obo;IAO_0000125">
<rdf:type rdf:resource="&obo;IAO_0000078"/>
<rdfs:label xml:lang="en">pending final vetting</rdfs:label>
<obo:IAO_0000115 xml:lang="en">All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor.</obo:IAO_0000115>
</owl:NamedIndividual>
<!-- http://purl.obolibrary.org/obo/IAO_0000423 -->
<owl:NamedIndividual rdf:about="&obo;IAO_0000423">
<rdf:type rdf:resource="&obo;IAO_0000078"/>
<rdfs:label xml:lang="en">to be replaced with external ontology term</rdfs:label>
<obo:IAO_0000117 xml:lang="en">Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000115 xml:lang="en">Terms with this status should eventually replaced with a term from another ontology.</obo:IAO_0000115>
<obo:IAO_0000119 xml:lang="en">group:OBI</obo:IAO_0000119>
</owl:NamedIndividual>
<!-- http://purl.obolibrary.org/obo/IAO_0000428 -->
<owl:NamedIndividual rdf:about="&obo;IAO_0000428">
<rdf:type rdf:resource="&obo;IAO_0000078"/>
<rdfs:label xml:lang="en">requires discussion</rdfs:label>
<obo:IAO_0000115 xml:lang="en">A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">group:OBI</obo:IAO_0000119>
</owl:NamedIndividual>
<!-- http://purl.obolibrary.org/obo/iao.owl -->
<owl:NamedIndividual rdf:about="&obo;iao.owl"/>
<!-- http://purl.obolibrary.org/obo/iao/2015-02-23/iao.owl -->
<owl:NamedIndividual rdf:about="&obo;iao/2015-02-23/iao.owl">
<rdfs:label>IAO Release 2015-02-23</rdfs:label>
<doap:revision>SVN $Revision: 717 $</doap:revision>
<doap:file-release rdf:resource="&obo;iao.owl"/>
<doap:file-release rdf:resource="&obo;iao/2015-02-23/iao.owl"/>
<rdfs:seeAlso rdf:resource="&obo;iao/wiki/Releases/2015-02-23"/>
</owl:NamedIndividual>
<!-- http://purl.obolibrary.org/obo/iao/wiki/Releases/2015-02-23 -->
<owl:NamedIndividual rdf:about="&obo;iao/wiki/Releases/2015-02-23"/>
<!-- http://usefulinc.com/ns/doap -->
<owl:NamedIndividual rdf:about="&ns;doap"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.5.1) http://owlapi.sourceforge.net -->