-
Notifications
You must be signed in to change notification settings - Fork 3
/
neio-non-classified.owl
8158 lines (6493 loc) · 542 KB
/
neio-non-classified.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
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0"?>
<rdf:RDF xmlns="https://w3id.org/neural-electronic-interface-ontology/neio/neio-non-classified.owl#"
xml:base="https://w3id.org/neural-electronic-interface-ontology/neio/neio-non-classified.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
xmlns:neural-electronic-interface-ontology="https://w3id.org/neural-electronic-interface-ontology/">
<owl:Ontology rdf:about="https://w3id.org/neural-electronic-interface-ontology/neio/neio-non-classified.owl">
<owl:versionIRI rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/releases/2024-06-25/neio-non-classified.owl"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0001-7387-7944"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0001-9990-8331"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0002-1118-1738"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0002-5260-9315"/>
<terms:contributor rdf:resource="https://orcid.org/0009-0006-7251-3026"/>
<terms:contributor rdf:resource="https://orcid.org/0009-0008-8150-9779"/>
<terms:contributor rdf:resource="https://orcid.org/0009-0009-9778-4641"/>
<terms:created>2023-09-17</terms:created>
<terms:creator rdf:resource="https://orcid.org/0000-0001-9625-1899"/>
<terms:description>The Neural Electronic Interface Ontology represents the types of devices used to interface with the central nervous system to enhance (or augment) stimuli from a subject's external environment, the conditions under which these devices should be employed, the assessment of a subject's sensory ability, and the metrics for evaluating the performance.</terms:description>
<terms:title>Neural Electronic Interface Ontology</terms:title>
<owl:versionInfo>2024-06-25</owl:versionInfo>
<foaf:homepage>https://github.com/uflcod/neural-electronic-interface-ontology</foaf:homepage>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://protege.stanford.edu/plugins/owl/protege#defaultLanguage -->
<owl:AnnotationProperty rdf:about="http://protege.stanford.edu/plugins/owl/protege#defaultLanguage">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/BFO_0000179 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000179">
<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>
<obo:IAO_0000232 xml:lang="en">Really of interest to developers only</obo:IAO_0000232>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/obi_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/ogms_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label xml:lang="en">BFO OWL specification label</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/BFO_0000180 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000180">
<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>
<obo:IAO_0000119>Person:Alan Ruttenberg</obo:IAO_0000119>
<obo:IAO_0000232 xml:lang="en">Really of interest to developers only</obo:IAO_0000232>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/obi_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/ogms_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label xml:lang="en">BFO CLIF specification label</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000111 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000111">
<obo:IAO_0000111>editor preferred label</obo:IAO_0000111>
<obo:IAO_0000111 xml:lang="en">editor preferred label</obo:IAO_0000111>
<obo:IAO_0000111>editor preferred term</obo:IAO_0000111>
<obo:IAO_0000111 xml:lang="en">editor preferred term</obo:IAO_0000111>
<obo:IAO_0000111>editor preferred term~editor preferred label</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
<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_0000117 xml:lang="en">PERSON:Daniel Schober</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:<http://purl.obolibrary.org/obo/obi></obo:IAO_0000119>
<rdfs:isDefinedBy rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label>editor preferred label</rdfs:label>
<rdfs:label xml:lang="en">editor preferred label</rdfs:label>
<rdfs:label>editor preferred term</rdfs:label>
<rdfs:label xml:lang="en">editor preferred term</rdfs:label>
<rdfs:label>editor preferred term~editor preferred label</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000112 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000112">
<obo:IAO_0000111 xml:lang="en">example of usage</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
<obo:IAO_0000115 xml:lang="en">A phrase describing how a term should be used and/or a citation to a work which uses it. May also include other kinds of examples that facilitate immediate understanding, such as widely know prototypes or instances of a class, or cases where a relation is said to hold.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">PERSON:Daniel Schober</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:<http://purl.obolibrary.org/obo/obi></obo:IAO_0000119>
<rdfs:isDefinedBy rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label xml:lang="en">example of usage</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000113 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000113">
<obo:IAO_0000111 xml:lang="en">in branch</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">An annotation property indicating which module the terms belong to. This is currently experimental and not implemented yet.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">GROUP:OBI</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">OBI_0000277</obo:IAO_0000119>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">in branch</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000114 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000114">
<obo:IAO_0000111 xml:lang="en">has curation status</obo:IAO_0000111>
<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>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/obi_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/ogms_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label xml:lang="en">has curation status</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000115 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000115">
<obo:IAO_0000111>definition</obo:IAO_0000111>
<obo:IAO_0000111 xml:lang="en">definition</obo:IAO_0000111>
<obo:IAO_0000111>textual definition</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
<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_0000116 xml:lang="en">2012-04-05:
Barry Smith
The official OBI definition, explaining the meaning of a class or property: 'Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions' is terrible.
Can you fix to something like:
A statement of necessary and sufficient conditions explaining the meaning of an expression referring to a class or property.
Alan Ruttenberg
Your proposed definition is a reasonable candidate, except that it is very common that necessary and sufficient conditions are not given. Mostly they are necessary, occasionally they are necessary and sufficient or just sufficient. Often they use terms that are not themselves defined and so they effectively can't be evaluated by those criteria.
On the specifics of the proposed definition:
We don't have definitions of 'meaning' or 'expression' or 'property'. For 'reference' in the intended sense I think we use the term 'denotation'. For 'expression', I think we you mean symbol, or identifier. For 'meaning' it differs for class and property. For class we want documentation that let's the intended reader determine whether an entity is instance of the class, or not. For property we want documentation that let's the intended reader determine, given a pair of potential relata, whether the assertion that the relation holds is true. The 'intended reader' part suggests that we also specify who, we expect, would be able to understand the definition, and also generalizes over human and computer reader to include textual and logical definition.
Personally, I am more comfortable weakening definition to documentation, with instructions as to what is desirable.
We also have the outstanding issue of how to aim different definitions to different audiences. A clinical audience reading chebi wants a different sort of definition documentation/definition from a chemistry trained audience, and similarly there is a need for a definition that is adequate for an ontologist to work with.</obo:IAO_0000116>
<obo:IAO_0000116 xml:lang="en">2012-04-05:
Barry Smith
The official OBI definition, explaining the meaning of a class or property: 'Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions' is terrible.
Can you fix to something like:
A statement of necessary and sufficient conditions explaining the meaning of an expression referring to a class or property.
Alan Ruttenberg
Your proposed definition is a reasonable candidate, except that it is very common that necessary and sufficient conditions are not given. Mostly they are necessary, occasionally they are necessary and sufficient or just sufficient. Often they use terms that are not themselves defined and so they effectively can't be evaluated by those criteria.
On the specifics of the proposed definition:
We don't have definitions of 'meaning' or 'expression' or 'property'. For 'reference' in the intended sense I think we use the term 'denotation'. For 'expression', I think we you mean symbol, or identifier. For 'meaning' it differs for class and property. For class we want documentation that let's the intended reader determine whether an entity is instance of the class, or not. For property we want documentation that let's the intended reader determine, given a pair of potential relata, whether the assertion that the relation holds is true. The 'intended reader' part suggests that we also specify who, we expect, would be able to understand the definition, and also generalizes over human and computer reader to include textual and logical definition.
Personally, I am more comfortable weakening definition to documentation, with instructions as to what is desirable.
We also have the outstanding issue of how to aim different definitions to different audiences. A clinical audience reading chebi wants a different sort of definition documentation/definition from a chemistry trained audience, and similarly there is a need for a definition that is adequate for an ontologist to work with. </obo:IAO_0000116>
<obo:IAO_0000117 xml:lang="en">PERSON:Daniel Schober</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:<http://purl.obolibrary.org/obo/obi></obo:IAO_0000119>
<rdfs:isDefinedBy rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label>definition</rdfs:label>
<rdfs:label xml:lang="en">definition</rdfs:label>
<rdfs:label>textual definition</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000116 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000116">
<obo:IAO_0000111 xml:lang="en">editor note</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
<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_0000117 xml:lang="en">PERSON:Daniel Schober</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:<http://purl.obofoundry.org/obo/obi></obo:IAO_0000119>
<rdfs:isDefinedBy rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label xml:lang="en">editor note</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000117 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000117">
<obo:IAO_0000111 xml:lang="en">term editor</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
<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_0000116 xml:lang="en">20110707, MC: label update to term editor and definition modified accordingly. See https://github.com/information-artifact-ontology/IAO/issues/115.</obo:IAO_0000116>
<obo:IAO_0000117 xml:lang="en">PERSON:Daniel Schober</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:<http://purl.obolibrary.org/obo/obi></obo:IAO_0000119>
<rdfs:isDefinedBy rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label xml:lang="en">term editor</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000118 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000118">
<obo:IAO_0000111 xml:lang="en">alternative label</obo:IAO_0000111>
<obo:IAO_0000111 xml:lang="en">alternative term</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000125"/>
<obo:IAO_0000115 xml:lang="en">A label for a class or property that can be used to refer to the class or property instead of the preferred rdfs:label. Alternative labels should be used to indicate community- or context-specific labels, abbreviations, shorthand forms and the like.</obo:IAO_0000115>
<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_0000117>OBO Operations committee</obo:IAO_0000117>
<obo:IAO_0000117 xml:lang="en">PERSON:Daniel Schober</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:<http://purl.obolibrary.org/obo/obi></obo:IAO_0000119>
<rdfs:comment>Consider re-defing to: An alternative name for a class or property which can mean the same thing as the preferred name (semantically equivalent, narrow, broad or related).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label xml:lang="en">alternative label</rdfs:label>
<rdfs:label xml:lang="en">alternative term</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000119 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000119">
<obo:IAO_0000111 xml:lang="en">definition source</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
<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_0000117 xml:lang="en">PERSON:Daniel Schober</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">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>
<rdfs:isDefinedBy rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label xml:lang="en">definition source</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000231 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000231">
<obo:IAO_0000111 xml:lang="en">has obsolescence reason</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">Relates an annotation property to an obsolescence reason. The values of obsolescence reasons come from a list of predefined terms, instances of the class obsolescence reason specification.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">PERSON:Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000117 xml:lang="en">PERSON:Melanie Courtot</obo:IAO_0000117>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">has obsolescence reason</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000232 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000232">
<obo:IAO_0000111 xml:lang="en">curator note</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
<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>
<rdfs:isDefinedBy rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label xml:lang="en">curator note</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000233 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000233">
<obo:IAO_0000111 xml:lang="en">term tracker item</obo:IAO_0000111>
<obo:IAO_0000112 xml:lang="en">the URI for an OBI Terms ticket at sourceforge, such as https://sourceforge.net/p/obi/obi-terms/772/</obo:IAO_0000112>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000125"/>
<obo:IAO_0000115 xml:lang="en">An IRI or similar locator for a request or discussion of an ontology term.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Person: Jie Zheng, Chris Stoeckert, Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">Person: Jie Zheng, Chris Stoeckert, Alan Ruttenberg</obo:IAO_0000119>
<rdfs:comment xml:lang="en">The 'tracker item' can associate a tracker with a specific ontology term.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label xml:lang="en">term tracker item</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000234 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000234">
<obo:IAO_0000111 xml:lang="en">ontology term requester</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000125"/>
<obo:IAO_0000115 xml:lang="en">The name of the person, project, or organization that motivated inclusion of an ontology term by requesting its addition.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Person: Jie Zheng, Chris Stoeckert, Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">Person: Jie Zheng, Chris Stoeckert, Alan Ruttenberg</obo:IAO_0000119>
<rdfs:comment>The 'term requester' can credit the person, organization or project who request the ontology term.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">ontology term requester</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000411 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000411">
<obo:IAO_0000111 xml:lang="en">is denotator type</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">Relates an class defined in an ontology, to the type of it's denotator</obo:IAO_0000115>
<obo:IAO_0000116 xml:lang="en">In OWL 2 add AnnotationPropertyRange('is denotator type' 'denotator type')</obo:IAO_0000116>
<obo:IAO_0000117 xml:lang="en">Alan Ruttenberg</obo:IAO_0000117>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">is denotator type</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000412 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000412">
<obo:IAO_0000111 xml:lang="en">imported from</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000125"/>
<obo:IAO_0000115 xml:lang="en">For external terms/classes, the ontology from which the term was imported</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">PERSON:Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000117 xml:lang="en">PERSON:Melanie Courtot</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:<http://purl.obolibrary.org/obo/obi></obo:IAO_0000119>
<rdfs:isDefinedBy rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:label xml:lang="en">imported from</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000424 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000424">
<obo:IAO_0000111 xml:lang="en">expand expression to</obo:IAO_0000111>
<obo:IAO_0000112 xml:lang="en">ObjectProperty: RO_0002104
Label: has plasma membrane part
Annotations: IAO_0000424 "http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.org/obo/owl/GO#GO_0005886 and http://purl.obolibrary.org/obo/BFO_0000051 some ?Y)"
</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">A macro expansion tag applied to an object property (or possibly a data property) which can be used by a macro-expansion engine to generate more complex expressions from simpler ones</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Chris Mungall</obo:IAO_0000117>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label xml:lang="en">expand expression to</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000425 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000425">
<obo:IAO_0000111 xml:lang="en">expand assertion to</obo:IAO_0000111>
<obo:IAO_0000112 xml:lang="en">ObjectProperty: RO???
Label: spatially disjoint from
Annotations: expand_assertion_to "DisjointClasses: (http://purl.obolibrary.org/obo/BFO_0000051 some ?X) (http://purl.obolibrary.org/obo/BFO_0000051 some ?Y)"
</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">A macro expansion tag applied to an annotation property which can be expanded into a more detailed axiom.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Chris Mungall</obo:IAO_0000117>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">expand assertion to</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000426 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000426">
<obo:IAO_0000111 xml:lang="en">first order logic expression</obo:IAO_0000111>
<obo:IAO_0000117 xml:lang="en">PERSON:Alan Ruttenberg</obo:IAO_0000117>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">first order logic expression</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000427 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000427">
<obo:IAO_0000111 xml:lang="en">antisymmetric property</obo:IAO_0000111>
<obo:IAO_0000112 xml:lang="en">part_of antisymmetric property xsd:true</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">Use boolean value xsd:true to indicate that the property is an antisymmetric property</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Alan Ruttenberg</obo:IAO_0000117>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">antisymmetric property</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/OMO_0001001"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000589 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000589">
<obo:IAO_0000111 xml:lang="en">OBO foundry unique label</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000125"/>
<obo:IAO_0000115 xml:lang="en">An alternative name for a class or property which is unique across the OBO Foundry.</obo:IAO_0000115>
<obo:IAO_0000116 xml:lang="en">The intended usage of that property is as follow: OBO foundry unique labels are automatically generated based on regular expressions provided by each ontology, so that SO could specify unique label = 'sequence ' + [label], etc. , MA could specify 'mouse + [label]' etc. Upon importing terms, ontology developers can choose to use the 'OBO foundry unique label' for an imported term or not. The same applies to tools .</obo:IAO_0000116>
<obo:IAO_0000117 xml:lang="en">PERSON:Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000117 xml:lang="en">PERSON:Bjoern Peters</obo:IAO_0000117>
<obo:IAO_0000117 xml:lang="en">PERSON:Chris Mungall</obo:IAO_0000117>
<obo:IAO_0000117 xml:lang="en">PERSON:Melanie Courtot</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">GROUP:OBO Foundry <http://obofoundry.org/></obo:IAO_0000119>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">OBO foundry unique label</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000596 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000596">
<obo:IAO_0000111 xml:lang="en">has ID digit count</obo:IAO_0000111>
<obo:IAO_0000112 xml:lang="en">Ontology: <http://purl.obolibrary.org/obo/ro/idrange/>
Annotations:
'has ID prefix': "http://purl.obolibrary.org/obo/RO_"
'has ID digit count' : 7,
rdfs:label "RO id policy"
'has ID policy for': "RO"</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">Relates an ontology used to record id policy to the number of digits in the URI. The URI is: the 'has ID prefix" annotation property value concatenated with an integer in the id range (left padded with "0"s to make this many digits)</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Person:Alan Ruttenberg</obo:IAO_0000117>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">has ID digit count</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000597 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000597">
<obo:IAO_0000111 xml:lang="en">has ID range allocated</obo:IAO_0000111>
<obo:IAO_0000112 xml:lang="en">Datatype: idrange:1
Annotations: 'has ID range allocated to': "Chris Mungall"
EquivalentTo: xsd:integer[> 2151 , <= 2300]
</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">Relates a datatype that encodes a range of integers to the name of the person or organization who can use those ids constructed in that range to define new terms</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Person:Alan Ruttenberg</obo:IAO_0000117>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">has ID range allocated to</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000598 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000598">
<obo:IAO_0000111 xml:lang="en">has ID policy for</obo:IAO_0000111>
<obo:IAO_0000112 xml:lang="en">Ontology: <http://purl.obolibrary.org/obo/ro/idrange/>
Annotations:
'has ID prefix': "http://purl.obolibrary.org/obo/RO_"
'has ID digit count' : 7,
rdfs:label "RO id policy"
'has ID policy for': "RO"</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">Relating an ontology used to record id policy to the ontology namespace whose policy it manages</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Person:Alan Ruttenberg</obo:IAO_0000117>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">has ID policy for</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000599 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000599">
<obo:IAO_0000111 xml:lang="en">has ID prefix</obo:IAO_0000111>
<obo:IAO_0000112 xml:lang="en">Ontology: <http://purl.obolibrary.org/obo/ro/idrange/>
Annotations:
'has ID prefix': "http://purl.obolibrary.org/obo/RO_"
'has ID digit count' : 7,
rdfs:label "RO id policy"
'has ID policy for': "RO"</obo:IAO_0000112>
<obo:IAO_0000115 xml:lang="en">Relates an ontology used to record id policy to a prefix concatenated with an integer in the id range (left padded with "0"s to make this many digits) to construct an ID for a term being created.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Person:Alan Ruttenberg</obo:IAO_0000117>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">has ID prefix</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000600 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/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>
<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>
<rdfs:isDefinedBy rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label xml:lang="en">elucidation</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000601 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000601">
<obo:IAO_0000111 xml:lang="en">has associated axiom(nl)</obo:IAO_0000111>
<obo:IAO_0000117 xml:lang="en">Person:Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">Person:Alan Ruttenberg</obo:IAO_0000119>
<obo:IAO_0000600 xml:lang="en">An axiom associated with a term expressed using natural language</obo:IAO_0000600>
<rdfs:isDefinedBy rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label xml:lang="en">has associated axiom(nl)</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000602 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000602">
<obo:IAO_0000111 xml:lang="en">has associated axiom(fol)</obo:IAO_0000111>
<obo:IAO_0000117 xml:lang="en">Person:Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">Person:Alan Ruttenberg</obo:IAO_0000119>
<obo:IAO_0000600 xml:lang="en">An axiom expressed in first order logic using CLIF syntax</obo:IAO_0000600>
<rdfs:isDefinedBy rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label xml:lang="en">has associated axiom(fol)</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000603 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000603">
<obo:IAO_0000111 xml:lang="en">is allocated id range</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">Relates an ontology IRI to an (inclusive) range of IRIs in an OBO name space. The range is give as, e.g. "IAO_0020000-IAO_0020999"</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">PERSON:Alan Ruttenberg</obo:IAO_0000117>
<rdfs:comment xml:lang="en">Add as annotation triples in the granting ontology</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">is allocated id range</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000700 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000700">
<obo:IAO_0000111 xml:lang="en">has ontology root term</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">Ontology annotation property. Relates an ontology to a term that is a designated root term of the ontology. Display tools like OLS can use terms annotated with this property as the starting point for rendering the ontology class hierarchy. There can be more than one root.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Nicolas Matentzoglu</obo:IAO_0000117>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">has ontology root term</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0006011 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0006011">
<obo:IAO_0000111 xml:lang="en">may be identical to</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A annotation relationship between two terms in an ontology that may refer to the same (natural) type but where more evidence is required before terms are merged.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">David Osumi-Sutherland</obo:IAO_0000117>
<obo:IAO_0000233 xml:lang="en">#40</obo:IAO_0000233>
<obo:IAO_0000234 xml:lang="en">VFB</obo:IAO_0000234>
<rdfs:comment xml:lang="en">Edges asserting this should be annotated with to record evidence supporting the assertion and its provenance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">may be identical to</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0006012 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0006012">
<obo:IAO_0000111 xml:lang="en">scheduled for obsoletion on or after</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">Used when the class or object is scheduled for obsoletion/deprecation on or after a particular date.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Chris Mungall, Jie Zheng</obo:IAO_0000117>
<obo:IAO_0000233 xml:lang="en">https://github.com/geneontology/go-ontology/issues/15532</obo:IAO_0000233>
<obo:IAO_0000233 xml:lang="en">https://github.com/information-artifact-ontology/ontology-metadata/issues/32</obo:IAO_0000233>
<obo:IAO_0000234 xml:lang="en">GO ontology</obo:IAO_0000234>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">scheduled for obsoletion on or after</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0010000 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0010000">
<obo:IAO_0000111 xml:lang="en">has axiom id</obo:IAO_0000111>
<obo:IAO_0000117 xml:lang="en">Person:Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">Person:Alan Ruttenberg</obo:IAO_0000119>
<obo:IAO_0000600 xml:lang="en">A URI that is intended to be unique label for an axiom used for tracking change to the ontology. For an axiom expressed in different languages, each expression is given the same URI</obo:IAO_0000600>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/obi_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/ogms_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
<rdfs:label xml:lang="en">has axiom label</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0100001 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0100001">
<obo:IAO_0000111 xml:lang="en">term replaced by</obo:IAO_0000111>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000125"/>
<obo:IAO_0000115 xml:lang="en">Use on obsolete terms, relating the term to another term that can be used as a substitute</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Person:Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">Person:Alan Ruttenberg</obo:IAO_0000119>
<rdfs:comment xml:lang="en">Add as annotation triples in the granting ontology</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label xml:lang="en">term replaced by</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/OMO_0001001 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0001001">
<obo:IAO_0000115>This is an annotation used on an object property to indicate a logical characterstic beyond what is possible in OWL.</obo:IAO_0000115>
<obo:IAO_0000119>OBO Operations call</obo:IAO_0000119>
<oboInOwl:created_by rdf:resource="http://orcid.org/0000-0001-5208-3432"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label>logical characteristic of object property</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/OMO_0002000 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0002000">
<obo:IAO_0000112>'part disjoint with' 'defined by construct' """
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX : <http://example.org/
CONSTRUCT {
[
a owl:Restriction ;
owl:onProperty :part_of ;
owl:someValuesFrom ?a ;
owl:disjointWith [
a owl:Restriction ;
owl:onProperty :part_of ;
owl:someValuesFrom ?b
]
]
}
WHERE {
?a :part_disjoint_with ?b .
}</obo:IAO_0000112>
<obo:IAO_0000115>Links an annotation property to a SPARQL CONSTRUCT query which is meant to provide semantics for a shortcut relation.</obo:IAO_0000115>
<obo:IAO_0000233 rdf:resource="https://github.com/ontodev/robot/issues/963"/>
<dc:contributor rdf:resource="https://orcid.org/0000-0002-7356-1779"/>
<dc:contributor rdf:resource="https://orcid.org/0000-0002-8688-6599"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label>defined by construct</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/OMO_0003000 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0003000">
<obo:IAO_0000112>CHEBI:26523 (reactive oxygen species) has an exact synonym (ROS), which is of type OMO:0003000 (abbreviation)</obo:IAO_0000112>
<obo:IAO_0000115>A synonym type for describing abbreviations or initalisms</obo:IAO_0000115>
<obo:IAO_0000233 rdf:resource="https://github.com/information-artifact-ontology/ontology-metadata/issues/122"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0003-4423-4370"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2023-03-03</terms:created>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label>abbreviation</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymType"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/OMO_0003001 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0003001">
<obo:IAO_0000115>A synonym type for describing ambiguous synonyms</obo:IAO_0000115>
<obo:IAO_0000233 rdf:resource="https://github.com/information-artifact-ontology/ontology-metadata/issues/122"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0003-4423-4370"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2023-03-03</terms:created>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label>ambiguous synonym</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymType"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/OMO_0003002 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0003002">
<obo:IAO_0000115>A synonym type for describing dubious synonyms</obo:IAO_0000115>
<obo:IAO_0000233 rdf:resource="https://github.com/information-artifact-ontology/ontology-metadata/issues/122"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0003-4423-4370"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2023-03-03</terms:created>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label>dubious synonym</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymType"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/OMO_0003003 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0003003">
<obo:IAO_0000112>EFO:0006346 (severe cutaneous adverse reaction) has an exact synonym (scar), which is of the type OMO:0003003 (layperson synonym)</obo:IAO_0000112>
<obo:IAO_0000115>A synonym type for describing layperson or colloquial synonyms</obo:IAO_0000115>
<obo:IAO_0000233 rdf:resource="https://github.com/information-artifact-ontology/ontology-metadata/issues/122"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0003-4423-4370"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2023-03-03</terms:created>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label>layperson synonym</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymType"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/OMO_0003004 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0003004">
<obo:IAO_0000112>CHEBI:23367 (molecular entity) has an exact synonym (molecular entities), which is of the type OMO:0003004 (plural form)</obo:IAO_0000112>
<obo:IAO_0000115>A synonym type for describing pluralization synonyms</obo:IAO_0000115>
<obo:IAO_0000233 rdf:resource="https://github.com/information-artifact-ontology/ontology-metadata/issues/122"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0003-4423-4370"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2023-03-03</terms:created>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label>plural form</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymType"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/OMO_0003005 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0003005">
<obo:IAO_0000112>CHEBI:16189 (sulfate) has an exact synonym (sulphate), which is of the type OMO:0003005 (UK spelling synonym)</obo:IAO_0000112>
<obo:IAO_0000115>A synonym type for describing UK spelling variants</obo:IAO_0000115>
<obo:IAO_0000233 rdf:resource="https://github.com/information-artifact-ontology/ontology-metadata/issues/122"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0003-4423-4370"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2023-03-03</terms:created>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label>UK spelling synonym</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymType"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/OMO_0003006 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0003006">
<obo:IAO_0000115>A synonym type for common misspellings</obo:IAO_0000115>
<obo:IAO_0000233 rdf:resource="https://github.com/information-artifact-ontology/ontology-metadata/issues/132"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0003-4423-4370"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2023-03-03</terms:created>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label>misspelling</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymType"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/OMO_0003007 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0003007">
<obo:IAO_0000115>A synonym type for misnomers, i.e., a synonym that is not technically correct but is commonly used anyway</obo:IAO_0000115>
<obo:IAO_0000233 rdf:resource="https://github.com/information-artifact-ontology/ontology-metadata/issues/133"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0003-4423-4370"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2023-03-03</terms:created>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label>misnomer</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymType"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/OMO_0003008 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0003008">
<obo:IAO_0000112>MAPT, the gene that encodes the Tau protein, has a previous name DDPAC. Note: in this case, the name type is more specifically the gene symbol.</obo:IAO_0000112>
<obo:IAO_0000115>A synonym type for names that have been used as primary labels in the past.</obo:IAO_0000115>
<obo:IAO_0000233 rdf:resource="https://github.com/information-artifact-ontology/ontology-metadata/issues/139"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0003-4423-4370"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2023-07-25</terms:created>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label>previous name</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymType"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/OMO_0003009 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0003009">
<obo:IAO_0000112>The legal name for Harvard University (https://ror.org/03vek6s52) is President and Fellows of Harvard College</obo:IAO_0000112>
<obo:IAO_0000115>A synonym type for the legal entity name</obo:IAO_0000115>
<obo:IAO_0000233 rdf:resource="https://github.com/information-artifact-ontology/ontology-metadata/issues/141"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0003-4423-4370"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2023-07-27</terms:created>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label>legal name</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymType"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/OMO_0003010 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0003010">
<obo:IAO_0000112>CHEBI:46195 has been assigned the english International Nonproproprietary Name (INN) "paracetamol". In some cases such as this one, the INN might be the same as the ontology's primary label</obo:IAO_0000112>
<obo:IAO_0000115>The International Nonproprietary Name (INN) is a standardize name for a pharmaceutical drug or active ingredient issued by the World Health Organization (WHO) meant to address the issues with country- or language-specific brand names. These are issued in several languages, including English, Latin, French, Russian, Spanish, Arabic, and Chinese.</obo:IAO_0000115>
<obo:IAO_0000233 rdf:resource="https://github.com/information-artifact-ontology/ontology-metadata/issues/149"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0003-4423-4370"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2023-09-30</terms:created>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label>International Nonproprietary Name</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymType"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/OMO_0003011 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0003011">
<obo:IAO_0000112>nasopharynx (UBERON:0001728) has the latin name "pars nasalis pharyngis</obo:IAO_0000112>
<obo:IAO_0000115>A synonym type for describing Latin term synonyms.</obo:IAO_0000115>
<obo:IAO_0000233 rdf:resource="https://github.com/information-artifact-ontology/ontology-metadata/issues/146"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0002-1773-2692"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2023-10-12</terms:created>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:label>latin term</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymType"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/RO_0001900 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/RO_0001900">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002161 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002161">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002175 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002175">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/RO_0040042 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/RO_0040042">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/UBPROP_0000001 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/UBPROP_0000001">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/UBPROP_0000003 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/UBPROP_0000003">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/UBPROP_0000007 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/UBPROP_0000007">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/UBPROP_0000010 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/UBPROP_0000010">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/UBPROP_0000012 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/UBPROP_0000012">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/contributor -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/contributor">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omrse_import.owl"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/uberon_import.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/coverage -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/coverage">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/creator">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/date -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/date">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description">
<rdfs:isDefinedBy rdf:resource="https://w3id.org/neural-electronic-interface-ontology/neio/imports/omo_import.owl"/>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/format -->