-
Notifications
You must be signed in to change notification settings - Fork 0
/
tron.owl
710 lines (406 loc) · 23.5 KB
/
tron.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
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY dc "http://purl.org/dc/elements/1.1/" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY tron "http://purl.org/phylo/tron/1.0/tron.owl#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>
<rdf:RDF xmlns="http://purl.org/phylo/tron/1.0/tron.owl#"
xml:base="http://purl.org/phylo/tron/1.0/tron.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:tron="http://purl.org/phylo/tron/1.0/tron.owl#">
<owl:Ontology rdf:about="">
<dc:creator
>Leebens-Mack, Jim</dc:creator>
<dc:creator
>Estill, James C.</dc:creator>
<owl:versionInfo>1.0 Beta</owl:versionInfo>
<dc:creator
>iPlant Collaborative</dc:creator>
<rdfs:comment xml:lang="en"
>This ontology is a beta project that is subject to large changes. Make no assumptions that future versions of this beta ontology will be backwards compatible with this current version. Use at your own risk.</rdfs:comment>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:AnnotationProperty rdf:about="&dc;type"/>
<owl:AnnotationProperty rdf:about="&dc;description"/>
<owl:AnnotationProperty rdf:about="&dc;creator"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/phylo/tron/1.0/tron.owl#has_parameter -->
<owl:ObjectProperty rdf:about="#has_parameter"/>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#uses_approach -->
<owl:ObjectProperty rdf:about="#uses_approach"/>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#uses_method -->
<owl:ObjectProperty rdf:about="#uses_method"/>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#uses_model -->
<owl:ObjectProperty rdf:about="#uses_model"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/phylo/tron/1.0/tron.owl#Bayesian_inference -->
<owl:Class rdf:about="#Bayesian_inference">
<rdfs:subClassOf rdf:resource="#computational_inference_method"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#CoRe-PA -->
<owl:Class rdf:about="#CoRe-PA">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#DrML -->
<owl:Class rdf:about="#DrML">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#DupTree -->
<owl:Class rdf:about="#DupTree">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#EvolMap -->
<owl:Class rdf:about="#EvolMap">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#FORESTER -->
<owl:Class rdf:about="#FORESTER">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#Forester -->
<owl:Class rdf:about="#Forester">
<rdfs:subClassOf rdf:resource="#cophylogeny_visualization_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#GIGA -->
<owl:Class rdf:about="#GIGA">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
<dc:creator>Thomas, Paul D</dc:creator>
<dc:description
>GIGA is a fast algorithm for inferring gene phylogenies, which makes use of information that was not available prior to the genomic age: namely, a reliable species tree spanning much of the tree of life, and knowledge of the complete complement of genes in a species' genome. The algorithm constructs trees agglomeratively from a distance matrix representation of sequences, using simple rules to incorporate this genomic age information. GIGA makes use of a novel conceptualization of gene trees as being composed of orthologous subtrees (containing only speciation events), which are joined by other evolutionary events such as gene duplication or horizontal gene transfer. An important innovation in GIGA is that, at every step in the agglomeration process, the tree is interpreted/reinterpreted in terms of the evolutionary events that created it.</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#GIGA_algorithm -->
<owl:Class rdf:about="#GIGA_algorithm">
<rdfs:subClassOf rdf:resource="#algorithm"/>
<rdfs:comment
>Thomas, P. D. (2010). GIGA: a simple, efficient algorithm for gene tree inference in the genomic age. BMC bioinformatics, 11(1), 312. Retrieved from http://www.biomedcentral.com/1471-2105/11/312</rdfs:comment>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#Jane -->
<owl:Class rdf:about="#Jane">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
<rdfs:subClassOf rdf:resource="#cophylogeny_visualization_software"/>
<dc:description
>The Jane software tool uses a polynomial time dynamic programming algorithm in conjunction with a genetic algorithm to find very good, and often optimal, solutions even for relatively large pairs of trees. The tool allows the user to provide rich timing information on both the host and parasite trees. In addition the user can limit host switch distance and specify multiple host switch costs by specifying regions in the host tree and costs for host switches between pairs of regions. Jane also provides a graphical user interface that allows the user to interactively experiment with modifications to the solutions found by the program.</dc:description>
<dc:creator>Fielder, Daniel</dc:creator>
<dc:creator
>Libeskind-Hadas, Ran</dc:creator>
<dc:creator>Ovadia, Yaniv</dc:creator>
<dc:creator>Conow, Chris</dc:creator>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#Mowgli -->
<owl:Class rdf:about="#Mowgli">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#Notung -->
<owl:Class rdf:about="#Notung">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#Phylodog -->
<owl:Class rdf:about="#Phylodog">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#PrIME-GSR -->
<owl:Class rdf:about="#PrIME-GSR">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#RAP -->
<owl:Class rdf:about="#RAP">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#RAP-Green -->
<owl:Class rdf:about="#RAP-Green">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#RIATA-HGT -->
<owl:Class rdf:about="#RIATA-HGT">
<rdfs:subClassOf rdf:resource="#heuristic"/>
<rdfs:comment
>Nakhleh, L., Ruths, D., & Wang, L.-S. (2005). RIATA-HGT : A Fast and Accurate Heuristic for Reconstructing Horizontal Gene Transfer. (L. Wang, Ed.)Gene, 3595(2), 84-93. Springer. doi:10.1007/11533719_11</rdfs:comment>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#SDI_algorithm -->
<owl:Class rdf:about="#SDI_algorithm">
<rdfs:subClassOf rdf:resource="#algorithm"/>
<rdfs:comment
>Zmasek, C. M. (2001). A simple algorithm to infer gene duplication and speciation events on a gene tree. Bioinformatics, 17(9), 821-828.</rdfs:comment>
<dc:creator>Zmasek, C. M.</dc:creator>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#SPIMAP -->
<owl:Class rdf:about="#SPIMAP">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#SYNERGY_algorithm -->
<owl:Class rdf:about="#SYNERGY_algorithm">
<rdfs:subClassOf rdf:resource="#algorithm"/>
<rdfs:comment
>Wapinski, I., Pfeffer, A., Friedman, N., & Regev, A. (2007). Automatic genome-wide reconstruction of phylogenetic gene trees. Bioinformatics (Oxford, England), 23(13), i549-58.</rdfs:comment>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#Softparsmap -->
<owl:Class rdf:about="#Softparsmap">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#Tarzan -->
<owl:Class rdf:about="#Tarzan">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#TreeBeST -->
<owl:Class rdf:about="#TreeBeST">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#TreeFitter -->
<owl:Class rdf:about="#TreeFitter">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#TreeKO -->
<owl:Class rdf:about="#TreeKO">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#TreeMap -->
<owl:Class rdf:about="#TreeMap">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
<rdfs:subClassOf rdf:resource="#cophylogeny_visualization_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#algorithm -->
<owl:Class rdf:about="#algorithm">
<rdfs:subClassOf rdf:resource="#computational_approach"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#computational_approach -->
<owl:Class rdf:about="#computational_approach">
<rdfs:subClassOf rdf:resource="&owl;Thing"/>
<dc:description
>Generally a computational approach is the computational method used to search for a best fit of a computational model for a given vector of paramters for that model.</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#computational_inference_method -->
<owl:Class rdf:about="#computational_inference_method">
<rdfs:subClassOf rdf:resource="&owl;Thing"/>
<dc:description
>A general classification of the methodolical approach used to generate the inference of the reconciliation.</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#computational_model -->
<owl:Class rdf:about="#computational_model">
<rdfs:subClassOf rdf:resource="&owl;Thing"/>
<rdfs:comment
>Ideally this will be expressed in a transferable format like MathML.</rdfs:comment>
<dc:description
>The mathematical model used to generate a reconciliation. In reconciliation analyses a mathematical may used to determine the 'fitness' of a given solution given a set of parameter values for a model in a parsimony approach or may ____ in Bayesian or maximum likelihood approaches.</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#computational_model_parameter -->
<owl:Class rdf:about="#computational_model_parameter">
<rdfs:subClassOf rdf:resource="&owl;Thing"/>
<dc:description
>A computational parameter is a parameter that contributes to the determination of a model. A mathematical model may have more than one parameter value used in the determination of the model, and the same parameter may be used in multiple computational models</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#cophylogeny_inference_software -->
<owl:Class rdf:about="#cophylogeny_inference_software">
<rdfs:subClassOf rdf:resource="#software"/>
<dc:description
>A cophylogeny_inference_software is software that makes inferences for a guest tree in the context of the evolutionary history of a host tree.</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#cophylogeny_visualization_software -->
<owl:Class rdf:about="#cophylogeny_visualization_software">
<rdfs:subClassOf rdf:resource="#software"/>
<dc:description
>A cophylogeny_visualization_software is software that allows for visualization of the mapping of a guest tree onto a host tree.</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#duplication -->
<owl:Class rdf:about="#duplication">
<rdfs:subClassOf rdf:resource="#vertical_transfer"/>
<dc:description
>the creation of multiple copies of a guest entity that does not correspond to a multiplication in the host tree. For genes this would be the duplication of a gene in an ancestral branch that does not correspond to a speciation node in the host tree.</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#duplication_cost -->
<owl:Class rdf:about="#duplication_cost">
<rdfs:subClassOf rdf:resource="#computational_model_parameter"/>
<dc:description
>The cost of duplication</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#dynamic_programming_algorithm -->
<owl:Class rdf:about="#dynamic_programming_algorithm">
<rdfs:subClassOf rdf:resource="#algorithm"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#edge -->
<owl:Class rdf:about="#edge">
<rdfs:subClassOf rdf:resource="&owl;Thing"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#genetic_algorithm -->
<owl:Class rdf:about="#genetic_algorithm">
<rdfs:subClassOf rdf:resource="#algorithm"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#guest_edge -->
<owl:Class rdf:about="#guest_edge">
<rdfs:subClassOf rdf:resource="#edge"/>
<owl:disjointWith rdf:resource="#host_edge"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#guest_node -->
<owl:Class rdf:about="#guest_node">
<rdfs:subClassOf rdf:resource="#node"/>
<owl:disjointWith rdf:resource="#host_node"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#heuristic -->
<owl:Class rdf:about="#heuristic">
<rdfs:subClassOf rdf:resource="#computational_approach"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#hierarchical_clustering -->
<owl:Class rdf:about="#hierarchical_clustering">
<rdfs:subClassOf rdf:resource="#computational_inference_method"/>
<dc:description
>Hierarchical clustering methods take a matrix of similarities as their input to iteratively reconstruct a single tree toplogy or the the topological mapping of the guest tree onto the species tree.</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#holochromosomal_duplication -->
<owl:Class rdf:about="#holochromosomal_duplication">
<rdfs:subClassOf rdf:resource="#segmental_duplication"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#host_edge -->
<owl:Class rdf:about="#host_edge">
<rdfs:subClassOf rdf:resource="#edge"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#host_node -->
<owl:Class rdf:about="#host_node">
<rdfs:subClassOf rdf:resource="#node"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#iGTP -->
<owl:Class rdf:about="#iGTP">
<rdfs:subClassOf rdf:resource="#cophylogeny_inference_software"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#interchromosomal_segmental_duplication -->
<owl:Class rdf:about="#interchromosomal_segmental_duplication">
<rdfs:subClassOf rdf:resource="#segmental_duplication"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#intrachromosomal_segmental_duplication -->
<owl:Class rdf:about="#intrachromosomal_segmental_duplication">
<rdfs:subClassOf rdf:resource="#segmental_duplication"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#lateral_transfer -->
<owl:Class rdf:about="#lateral_transfer">
<rdfs:label
>horizontal_transfer</rdfs:label>
<rdfs:label
>lateral_transfer</rdfs:label>
<rdfs:subClassOf rdf:resource="#reconcilied_event"/>
<dc:description
>An event in which an organism incorporates genetic material from another organism without being the offspring of that organism. Topologically this would be illustrated in a reconciliation as an edge in a guest tree that is not constrained by the toplogy of the host tree and crosses from one node or branch in the host to to another node or branch in the host tree.</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#lateral_transfer_cost -->
<owl:Class rdf:about="#lateral_transfer_cost">
<rdfs:subClassOf rdf:resource="#computational_model_parameter"/>
<rdfs:comment
>The lateral tranfer cost may also be referred to as a 'host switch' cost.</rdfs:comment>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#loss -->
<owl:Class rdf:about="#loss">
<rdfs:subClassOf rdf:resource="#reconcilied_event"/>
<dc:description
>The loss of a guest entity from a host entity. Topologically this would be illustrated as an extinction of a guest branch of the guest tree withing the host tree. An example in gene tree/speciess tree reconciliation is loss of one copy of a duplicated gene after a whole genome duplication event.</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#loss_cost -->
<owl:Class rdf:about="#loss_cost">
<rdfs:subClassOf rdf:resource="#computational_model_parameter"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#maximum_likelihood -->
<owl:Class rdf:about="#maximum_likelihood">
<rdfs:subClassOf rdf:resource="#computational_inference_method"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#node -->
<owl:Class rdf:about="#node">
<rdfs:subClassOf rdf:resource="&owl;Thing"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#parsimony -->
<owl:Class rdf:about="#parsimony">
<rdfs:subClassOf rdf:resource="#computational_inference_method"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#reconciled_tree -->
<owl:Class rdf:about="#reconciled_tree">
<rdfs:subClassOf rdf:resource="&owl;Thing"/>
<dc:description
>A reconciled tree is a mapping of the nodes of a guest tree onto the nodes and edges of a host tree.</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#reconcilied_event -->
<owl:Class rdf:about="#reconcilied_event">
<rdfs:subClassOf rdf:resource="&owl;Thing"/>
<dc:description
>A reconciled_event is the biological event inferred from the mapping of a node or pair of nodes from the guest tree onto the host tree.</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#segmental_duplication -->
<owl:Class rdf:about="#segmental_duplication">
<rdfs:subClassOf rdf:resource="#duplication"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#software -->
<owl:Class rdf:about="#software">
<rdfs:subClassOf rdf:resource="&owl;Thing"/>
<dc:description
>Software is a usable computational tool that can do work.</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#sorting_cost -->
<owl:Class rdf:about="#sorting_cost">
<rdfs:subClassOf rdf:resource="#computational_model_parameter"/>
<rdfs:comment
>Sorting cost is used in models that consider lineage sorting as a distinct process from duplication/speciation and loss. For example, the Jungles approach uses a sorting cost.</rdfs:comment>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#speciation -->
<owl:Class rdf:about="#speciation">
<rdfs:subClassOf rdf:resource="#vertical_transfer"/>
<dc:description
>In a reconciled tree speciation events are a co-occurence of a multiplication in the guest tree and a multiplication in the host tree. For genes this represents the case where a node in the gene tree tree occurs on a node in the species tree.</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#speciation_cost -->
<owl:Class rdf:about="#speciation_cost">
<rdfs:subClassOf rdf:resource="#computational_model_parameter"/>
<dc:description
>The cost of speciation in a model.</dc:description>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#tandem_duplication -->
<owl:Class rdf:about="#tandem_duplication">
<rdfs:subClassOf rdf:resource="#duplication"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#vertical_transfer -->
<owl:Class rdf:about="#vertical_transfer">
<rdfs:subClassOf rdf:resource="#reconcilied_event"/>
</owl:Class>
<!-- http://purl.org/phylo/tron/1.0/tron.owl#whole_genome_duplication -->
<owl:Class rdf:about="#whole_genome_duplication">
<rdfs:subClassOf rdf:resource="#duplication"/>
</owl:Class>
<!-- http://www.w3.org/2002/07/owl#Thing -->
<owl:Class rdf:about="&owl;Thing"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// General axioms
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description>
<rdf:type rdf:resource="&owl;AllDisjointClasses"/>
<owl:members rdf:parseType="Collection">
<rdf:Description rdf:about="#lateral_transfer"/>
<rdf:Description rdf:about="#loss"/>
<rdf:Description rdf:about="#vertical_transfer"/>
</owl:members>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->