-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathbto-slim.owl
861 lines (526 loc) · 39.7 KB
/
bto-slim.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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.enanomapper.net/onto/external/bto-slim.owl#"
xml:base="http://purl.enanomapper.net/onto/external/bto-slim.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:bto="http://purl.obolibrary.org/obo/bto#"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:pav="http://purl.org/pav/"
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:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:ncicp="http://ncicb.nci.nih.gov/xml/owl/EVS/ComplexProperties.xsd#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.enanomapper.net/onto/external/bto-slim.owl">
<dc:description>A structured controlled vocabulary for the source of an enzyme comprising tissues, cell lines, cell types and cell cultures.</dc:description>
<dc:title>The BRENDA Tissue Ontology (BTO)</dc:title>
<terms:license>https://creativecommons.org/licenses/by/4.0/</terms:license>
<pav:importedFrom>http://purl.obolibrary.org/obo/bto.owl</pav:importedFrom>
<oboInOwl:auto-generated-by>OBO-Edit 2.3.1</oboInOwl:auto-generated-by>
<oboInOwl:auto-generated-by>Slimmer</oboInOwl:auto-generated-by>
<oboInOwl:date>2025-02-01 01:52:23</oboInOwl:date>
<oboInOwl:date>23:10:2021 16:56</oboInOwl:date>
<oboInOwl:default-namespace>BrendaTissueOBO</oboInOwl:default-namespace>
<oboInOwl:hasOBOFormatVersion>1.2</oboInOwl:hasOBOFormatVersion>
<oboInOwl:saved-by>Marion</oboInOwl:saved-by>
<owl:versionInfo>This SLIM file was generated automatically by the eNanoMapper Slimmer software library. For more information see http://github.com/enanomapper/slimmer.</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000115 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000115">
<rdfs:label>definition</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000231 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000231"/>
<!-- http://purl.obolibrary.org/obo/IAO_0100001 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0100001"/>
<!-- http://purl.obolibrary.org/obo/bto#FR -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/bto#FR">
<rdfs:label>LANGUAGE FRENCH</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/bto#GE -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/bto#GE">
<rdfs:label>LANGUAGE GERMAN</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/bto#MS -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/bto#MS">
<rdfs:label>MISSPELLING</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/bto#SCI -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/bto#SCI">
<rdfs:label>SCIENTIFIC NAME</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
<!-- http://purl.org/dc/elements/1.1/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
<!-- http://purl.org/dc/terms/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
<!-- http://purl.org/pav/importedFrom -->
<owl:AnnotationProperty rdf:about="http://purl.org/pav/importedFrom"/>
<!-- http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty">
<rdfs:label>synonym_type_property</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#auto-generated-by -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#auto-generated-by"/>
<!-- http://www.geneontology.org/formats/oboInOwl#created_by -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#created_by"/>
<!-- http://www.geneontology.org/formats/oboInOwl#creation_date -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#creation_date"/>
<!-- http://www.geneontology.org/formats/oboInOwl#date -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#date"/>
<!-- http://www.geneontology.org/formats/oboInOwl#default-namespace -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#default-namespace"/>
<!-- http://www.geneontology.org/formats/oboInOwl#hasAlternativeId -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasAlternativeId">
<rdfs:label>has_alternative_id</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasBroadSynonym -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasBroadSynonym">
<rdfs:label>has_broad_synonym</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasDbXref -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasDbXref">
<rdfs:label>database_cross_reference</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasExactSynonym -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasExactSynonym">
<rdfs:label>has_exact_synonym</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasOBOFormatVersion -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasOBOFormatVersion"/>
<!-- http://www.geneontology.org/formats/oboInOwl#hasOBONamespace -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasOBONamespace">
<rdfs:label>has_obo_namespace</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym">
<rdfs:label>has_related_synonym</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasSynonymType -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasSynonymType">
<rdfs:label>has_synonym_type</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#id -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#id"/>
<!-- http://www.geneontology.org/formats/oboInOwl#saved-by -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#saved-by"/>
<!-- http://www.geneontology.org/formats/oboInOwl#shorthand -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#shorthand">
<rdfs:label>shorthand</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2000/01/rdf-schema#comment -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#comment"/>
<!-- http://www.w3.org/2000/01/rdf-schema#label -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#label"/>
<!-- http://www.w3.org/2002/07/owl#deprecated -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#deprecated"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.enanomapper.net/onto/ENM_0617835 -->
<owl:Class rdf:about="http://purl.enanomapper.net/onto/ENM_0617835"/>
<!-- http://purl.obolibrary.org/obo/BTO_0000224 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0000224">
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/efo/EFO_0002888"/>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:id>BTO:0000224</oboInOwl:id>
<rdfs:label>liver cell line</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/BTO_0000269 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0000269">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0000062"/>
<obo:IAO_0000115>The part of the large intestine that extends from the cecum to the rectum.</obo:IAO_0000115>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:id>BTO:0000269</oboInOwl:id>
<rdfs:label>colon</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0000269"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>The part of the large intestine that extends from the cecum to the rectum.</owl:annotatedTarget>
<oboInOwl:hasDbXref>From_Merriam-Webster's_Online_Dictionary_at_www.Merriam-Webster.com:http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=colon</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0000331 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0000331">
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/efo/EFO_0002887"/>
<obo:IAO_0000115>Mouse connective tissue fibroblast, established from the normal subcutaneous areolar and adipose tissue of a male C3H/An mouse; used as target in TNF detection assays.</obo:IAO_0000115>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>L cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>L-cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>L929 cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>NCTC clone 929</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0000331</oboInOwl:id>
<rdfs:label>L-929 cell</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0000331"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>Mouse connective tissue fibroblast, established from the normal subcutaneous areolar and adipose tissue of a male C3H/An mouse; used as target in TNF detection assays.</owl:annotatedTarget>
<oboInOwl:hasDbXref>Deutsche_Sammlung_von_Mikroorganismen_und_Zellkulturen_GmbH:DSMZ</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0000341 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0000341">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0000062"/>
<obo:IAO_0000115>The thin muscle below the lungs and heart that separates the chest from the abdomen.</obo:IAO_0000115>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>diaphragm muscle</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>midriff</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>phren</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>thoracic diaphragm</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0000341</oboInOwl:id>
<rdfs:label>diaphragm</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0000341"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>The thin muscle below the lungs and heart that separates the chest from the abdomen.</owl:annotatedTarget>
<oboInOwl:hasDbXref>Cancer.gov_Dictionary:http://www.nci.nih.gov/dictionary</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0000745 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0000745">
<rdfs:subClassOf rdf:resource="http://purl.enanomapper.net/onto/ENM_0617835"/>
<obo:IAO_0000115>A cell of a carcinoma discovered by dr. Margaret r. Lewis of the wistar institute in 1951. This tumour originated spontaneously as a carcinoma of the lung of a c57bl mouse. The tumour does not appear to be grossly haemorrhagic and the majority of the tumour tissue is a semifirm homogeneous mass. It is also called 3ll and llc and is used as a transplantable malignancy.</obo:IAO_0000115>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>LLC cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0000745</oboInOwl:id>
<rdfs:label>Lewis lung carcinoma cell</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0000745"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>A cell of a carcinoma discovered by dr. Margaret r. Lewis of the wistar institute in 1951. This tumour originated spontaneously as a carcinoma of the lung of a c57bl mouse. The tumour does not appear to be grossly haemorrhagic and the majority of the tumour tissue is a semifirm homogeneous mass. It is also called 3ll and llc and is used as a transplantable malignancy.</owl:annotatedTarget>
<oboInOwl:hasDbXref>Online_Medical_Dictionary:http://cancerweb.ncl.ac.uk/</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0000759 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0000759">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0000062"/>
<obo:IAO_0000115>1: A large very vascular glandular organ of vertebrates that secretes bile and causes important changes in many of the substances contained in the blood (as by converting sugars into glycogen which it stores up until required and by forming urea). 2: Any of various large compound glands associated with the digestive tract of invertebrate animals and probably concerned with the secretion of digestive enzymes.</obo:IAO_0000115>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:id>BTO:0000759</oboInOwl:id>
<rdfs:label>liver</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0000759"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>1: A large very vascular glandular organ of vertebrates that secretes bile and causes important changes in many of the substances contained in the blood (as by converting sugars into glycogen which it stores up until required and by forming urea). 2: Any of various large compound glands associated with the digestive tract of invertebrate animals and probably concerned with the secretion of digestive enzymes.</owl:annotatedTarget>
<oboInOwl:hasDbXref>From_Merriam-Webster's_Online_Dictionary_at_www.Merriam-Webster.com:http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=liver</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0000763 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0000763">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0000062"/>
<obo:IAO_0000115>One of the usually paired compound saccular thoracic organs that constitute the basic respiratory organ of air-breathing vertebrates.</obo:IAO_0000115>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>lung parenchyma</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>parenchyma of lung</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0000763</oboInOwl:id>
<rdfs:label>lung</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0000763"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>One of the usually paired compound saccular thoracic organs that constitute the basic respiratory organ of air-breathing vertebrates.</owl:annotatedTarget>
<oboInOwl:hasDbXref>From_Merriam-Webster's_Online_Dictionary_at_www.Merriam-Webster.com:http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=lung</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0001025 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0001025">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/CL_0000010"/>
<obo:IAO_0000115>A mixture of monocytes and lymphocytes; blood leucocytes from which granulocytes have been separated and removed.</obo:IAO_0000115>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>PBM cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>PBMC</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>PBMC cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0001025</oboInOwl:id>
<rdfs:label>peripheral blood mononuclear cell</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0001025"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>A mixture of monocytes and lymphocytes; blood leucocytes from which granulocytes have been separated and removed.</owl:annotatedTarget>
<oboInOwl:hasDbXref>The_Dictionary_of_Cell_and_Molecular_Biology:Third_Edition</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0001034 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0001034">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BTO_0002278"/>
<obo:IAO_0000115>Macrophage found in peritoneum and that can be obtained by lavage.</obo:IAO_0000115>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:id>BTO:0001034</oboInOwl:id>
<rdfs:label>peritoneal macrophage</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0001034"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>Macrophage found in peritoneum and that can be obtained by lavage.</owl:annotatedTarget>
<oboInOwl:hasDbXref>The_Dictionary_of_Cell_and_Molecular_Biology:Third_Edition</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0001141 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0001141">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/CL_0000010"/>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>PAEC cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0001141</oboInOwl:id>
<rdfs:label>pulmonary artery endothelial cell</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/BTO_0001279 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0001279">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0000062"/>
<obo:IAO_0000115>The cord of nervous tissue that extends from the brain lengthwise along the back in the vertebral canal, gives off the pairs of spinal nerves, carries impulses to and from the brain, and serves as a center for initiating and coordinating many reflex acts.</obo:IAO_0000115>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>medulla spinalis</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>spinal medulla</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0001279</oboInOwl:id>
<rdfs:label>spinal cord</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0001279"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>The cord of nervous tissue that extends from the brain lengthwise along the back in the vertebral canal, gives off the pairs of spinal nerves, carries impulses to and from the brain, and serves as a center for initiating and coordinating many reflex acts.</owl:annotatedTarget>
<oboInOwl:hasDbXref>From_Merriam-Webster's_Online_Dictionary_at_www.Merriam-Webster.com:http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=spinal+cord</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0001619 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0001619">
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/efo/EFO_0002888"/>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:id>BTO:0001619</oboInOwl:id>
<rdfs:label>skin fibroblast cell line</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/BTO_0001957 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0001957">
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/efo/EFO_0002009"/>
<obo:IAO_0000115>Mouse embryo/fetus calvaria fibroblasts; established from the calvaria of an embryo/fetus C57BL/6 mouse; described to differentiate to osteoblasts and to produce collagen.</obo:IAO_0000115>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:id>BTO:0001957</oboInOwl:id>
<rdfs:label>MC3T3-E1 cell</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0001957"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>Mouse embryo/fetus calvaria fibroblasts; established from the calvaria of an embryo/fetus C57BL/6 mouse; described to differentiate to osteoblasts and to produce collagen.</owl:annotatedTarget>
<oboInOwl:hasDbXref>Deutsche_Sammlung_von_Mikroorganismen_und_Zellkulturen_GmbH:DSMZ</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0002042 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0002042">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/CL_0000010"/>
<obo:IAO_0000115>A special type of cell that is a key regulator of the immune system, acting as a professional antigen-presenting cell, APC, capable of activating naive T cells and stimulating the growth and differentiation of B cells. Dendritic cells are found, for example, in the lymph nodes and spleen. As an APC, a dendritic cell can retain antigen for long periods on its surface, present the antigen to a T or B cell and so influence their behavior.</obo:IAO_0000115>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>interdigitating cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>reticular cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>veiled cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0002042</oboInOwl:id>
<rdfs:label>dendritic cell</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0002042"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>A special type of cell that is a key regulator of the immune system, acting as a professional antigen-presenting cell, APC, capable of activating naive T cells and stimulating the growth and differentiation of B cells. Dendritic cells are found, for example, in the lymph nodes and spleen. As an APC, a dendritic cell can retain antigen for long periods on its surface, present the antigen to a T or B cell and so influence their behavior.</owl:annotatedTarget>
<oboInOwl:hasDbXref>Medical_Dictionary:http://www.medterms.com/</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0002278 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0002278">
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:id>BTO:0002278</oboInOwl:id>
<rdfs:label>macrophage cell line</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/BTO_0002900 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0002900">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BTO_0002042"/>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>MDDC cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0002900</oboInOwl:id>
<rdfs:label>monocyte-derived dendritic cell</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/BTO_0002922 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0002922">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/CL_0000010"/>
<obo:IAO_0000115>A normal cell of the bronchial epithelium.</obo:IAO_0000115>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>bronchial epithelium cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0002922</oboInOwl:id>
<rdfs:label>bronchial epithelial cell</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0002922"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>A normal cell of the bronchial epithelium.</owl:annotatedTarget>
<oboInOwl:hasDbXref>curators:mg</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0003151 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0003151">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/CL_0000010"/>
<obo:IAO_0000115>Human pulmonary artery endothelial cell line.</obo:IAO_0000115>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>human pulmonary artery endothelial cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0003151</oboInOwl:id>
<rdfs:label>HPAEC cell</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0003151"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>Human pulmonary artery endothelial cell line.</owl:annotatedTarget>
<oboInOwl:hasDbXref>PMID:18373958</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0003857 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0003857">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BTO_0002042"/>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>BMDC</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>bone marrow dendritic cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0003857</oboInOwl:id>
<rdfs:label>bone marrow-derived dendritic cell</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/BTO_0004433 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0004433">
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/efo/EFO_0002888"/>
<obo:IAO_0000115>Human esophageal cell line; derived in 1986 from human esophageal autopsy tissue by transfection with plasmid pRSV-T consisting of the RSV-LTR promoter and the sequence encoding the simian virus 40 large T-antigen.</obo:IAO_0000115>
<oboInOwl:created_by>Marion</oboInOwl:created_by>
<oboInOwl:creation_date>2010-02-02T02:40:45Z</oboInOwl:creation_date>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>HET1A cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0004433</oboInOwl:id>
<rdfs:label>HET-1A cell</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0004433"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>Human esophageal cell line; derived in 1986 from human esophageal autopsy tissue by transfection with plasmid pRSV-T consisting of the RSV-LTR promoter and the sequence encoding the simian virus 40 large T-antigen.</owl:annotatedTarget>
<oboInOwl:hasDbXref>ATCC_American_Cell_Type_Culture_Collection:http://www.lgcstandards-atcc.org/</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0004602 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0004602">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/CL_0000010"/>
<obo:IAO_0000115>Human aortic endothelial cell line.</obo:IAO_0000115>
<oboInOwl:created_by>mgr</oboInOwl:created_by>
<oboInOwl:creation_date>2010-04-13T09:34:08Z</oboInOwl:creation_date>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>HAEC cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0004602</oboInOwl:id>
<rdfs:label>human aortic endothelial cell</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0004602"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>Human aortic endothelial cell line.</owl:annotatedTarget>
<oboInOwl:hasDbXref>Invitrogen:http://products.invitrogen.com/</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0004615 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0004615">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BTO_0002042"/>
<oboInOwl:created_by>mgr</oboInOwl:created_by>
<oboInOwl:creation_date>2010-04-13T06:22:48Z</oboInOwl:creation_date>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:id>BTO:0004615</oboInOwl:id>
<rdfs:label>regulatory dendritic cell</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/BTO_0004625 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0004625">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BTO_0002042"/>
<obo:IAO_0000115>The plasmacytoid dendritic cell, pDC, is a type of white blood cell. The primary function of this cell type is to produce type I interferon when the body is infected by a virus. The pDC has special surface receptors that can detect many types of viruses.</obo:IAO_0000115>
<oboInOwl:created_by>mgr</oboInOwl:created_by>
<oboInOwl:creation_date>2010-04-13T09:37:52Z</oboInOwl:creation_date>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>IPC cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>interferon-producing cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>pDC cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0004625</oboInOwl:id>
<rdfs:label>plasmacytoid dendritic cell</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0004625"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>The plasmacytoid dendritic cell, pDC, is a type of white blood cell. The primary function of this cell type is to produce type I interferon when the body is infected by a virus. The pDC has special surface receptors that can detect many types of viruses.</owl:annotatedTarget>
<oboInOwl:hasDbXref>eScienceNews:A_new_mechanism_regulates_type_I_interferon_production_in_white_blood_cells</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0004721 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0004721">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BTO_0002042"/>
<obo:IAO_0000115>The most common division of dendritic cells is myeloid versus plasmacytoid. The myeloid dendritic cells are developed from myeloid precursors and are most similar to monocytes. They are made up of at least two subsets: 1. the more common mDC-1, which is a major stimulator of T cells and 2. the extremely rare mDC-2, which may have a function in fighting wound infection. They secrete IL-12.</obo:IAO_0000115>
<oboInOwl:created_by>mgr</oboInOwl:created_by>
<oboInOwl:creation_date>2010-07-23T09:04:22Z</oboInOwl:creation_date>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>mDC cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0004721</oboInOwl:id>
<rdfs:label>myeloid dendritic cell</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0004721"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>The most common division of dendritic cells is myeloid versus plasmacytoid. The myeloid dendritic cells are developed from myeloid precursors and are most similar to monocytes. They are made up of at least two subsets: 1. the more common mDC-1, which is a major stimulator of T cells and 2. the extremely rare mDC-2, which may have a function in fighting wound infection. They secrete IL-12.</owl:annotatedTarget>
<oboInOwl:hasDbXref>Answers.com:http://www.answers.com/</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0004722 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0004722">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BTO_0004625"/>
<obo:IAO_0000115>These cells constitute a population of medium-sized mononuclear cells with plasmacytoid features in the T-cell zones of human lymphoid tissues, and in the thymus and lymph nodes of patients with various inflammatory and neoplastic diseases. They have been shown to express several antigens expressed on myelomonocytes, monocytes, and macrophages but lack markers for B-cells and plasma cells.</obo:IAO_0000115>
<oboInOwl:created_by>mgr</oboInOwl:created_by>
<oboInOwl:creation_date>2010-07-23T09:10:58Z</oboInOwl:creation_date>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:hasRelatedSynonym>DC2 cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>T-associated plasma cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>pDC2 cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>plasmacytoid T cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>plasmacytoid T-cell</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym>plasmacytoid monocyte</oboInOwl:hasRelatedSynonym>
<oboInOwl:id>BTO:0004722</oboInOwl:id>
<rdfs:label>plasmacytoid T-lymphocyte</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0004722"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>These cells constitute a population of medium-sized mononuclear cells with plasmacytoid features in the T-cell zones of human lymphoid tissues, and in the thymus and lymph nodes of patients with various inflammatory and neoplastic diseases. They have been shown to express several antigens expressed on myelomonocytes, monocytes, and macrophages but lack markers for B-cells and plasma cells.</owl:annotatedTarget>
<oboInOwl:hasDbXref>COPE_Cytokines_&_Cells_Online_Pathfinder_Encyclopaedia:http://www.copewithcytokines.de/cope.cgi</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/BTO_0004723 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BTO_0004723">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BTO_0002042"/>
<obo:IAO_0000115>Dendritic cells that develop from lymphoid precursors.</obo:IAO_0000115>
<oboInOwl:created_by>mgr</oboInOwl:created_by>
<oboInOwl:creation_date>2010-07-23T09:22:05Z</oboInOwl:creation_date>
<oboInOwl:hasOBONamespace>BrendaTissueOBO</oboInOwl:hasOBONamespace>
<oboInOwl:id>BTO:0004723</oboInOwl:id>
<rdfs:label>lymphoid dendritic cell</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/BTO_0004723"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>Dendritic cells that develop from lymphoid precursors.</owl:annotatedTarget>
<oboInOwl:hasDbXref>COPE_Cytokines_&_Cells_Online_Pathfinder_Encyclopaedia:http://www.copewithcytokines.de/cope.cgi</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/CL_0000010 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/CL_0000010"/>
<!-- http://purl.obolibrary.org/obo/UBERON_0000062 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/UBERON_0000062"/>
<!-- http://www.ebi.ac.uk/efo/EFO_0002009 -->
<owl:Class rdf:about="http://www.ebi.ac.uk/efo/EFO_0002009"/>
<!-- http://www.ebi.ac.uk/efo/EFO_0002887 -->
<owl:Class rdf:about="http://www.ebi.ac.uk/efo/EFO_0002887"/>
<!-- http://www.ebi.ac.uk/efo/EFO_0002888 -->
<owl:Class rdf:about="http://www.ebi.ac.uk/efo/EFO_0002888"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotations
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="http://www.geneontology.org/formats/oboInOwl#hasOBOFormatVersion">
<rdfs:label>has_obo_format_version</rdfs:label>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 5.5.0) https://github.com/owlcs/owlapi/ -->