-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNCBITaxon_import.owl
176 lines (112 loc) · 6.88 KB
/
NCBITaxon_import.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY obo "http://purl.obolibrary.org/obo/" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY ncbitaxon "http://purl.obolibrary.org/obo/ncbitaxon#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY oboInOwl "http://www.geneontology.org/formats/oboInOwl#" >
]>
<rdf:RDF xmlns="&obo;ego/NCBITaxon_import.owl#"
xml:base="&obo;ego/NCBITaxon_import.owl"
xmlns:ncbitaxon="&obo;ncbitaxon#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:obo="http://purl.obolibrary.org/obo/">
<owl:Ontology rdf:about="&obo;ego/NCBITaxon_import.owl"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000115 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000115">
<rdfs:label rdf:datatype="&xsd;string">definition</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000412 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000412">
<rdfs:label xml:lang="en">imported from</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/ncbitaxon#has_rank -->
<owl:AnnotationProperty rdf:about="&obo;ncbitaxon#has_rank">
<rdfs:label rdf:datatype="&xsd;string">has_rank</rdfs:label>
<obo:IAO_0000115 rdf:datatype="&xsd;string">A metadata relation between a class and its taxonomic rank (eg species, family)</obo:IAO_0000115>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">ncbi_taxonomy</oboInOwl:hasOBONamespace>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasAlternativeId -->
<owl:AnnotationProperty rdf:about="&oboInOwl;hasAlternativeId">
<rdfs:label rdf:datatype="&xsd;string">has_alternative_id</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasDbXref -->
<owl:AnnotationProperty rdf:about="&oboInOwl;hasDbXref">
<rdfs:label rdf:datatype="&xsd;string">database_cross_reference</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasExactSynonym -->
<owl:AnnotationProperty rdf:about="&oboInOwl;hasExactSynonym">
<rdfs:label rdf:datatype="&xsd;string">has_exact_synonym</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasOBONamespace -->
<owl:AnnotationProperty rdf:about="&oboInOwl;hasOBONamespace">
<rdfs:label rdf:datatype="&xsd;string">has_obo_namespace</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym -->
<owl:AnnotationProperty rdf:about="&oboInOwl;hasRelatedSynonym">
<rdfs:label rdf:datatype="&xsd;string">has_related_synonym</rdfs:label>
</owl:AnnotationProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/NCBITaxon_10090 -->
<owl:Class rdf:about="&obo;NCBITaxon_10090">
<rdfs:label rdf:datatype="&xsd;string">Mus musculus</rdfs:label>
<oboInOwl:hasDbXref rdf:datatype="&xsd;string">GC_ID:1</oboInOwl:hasDbXref>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">Mus muscaris</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasAlternativeId rdf:datatype="&xsd;string">NCBITaxon:85055</oboInOwl:hasAlternativeId>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">house mouse</oboInOwl:hasExactSynonym>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">mice C57BL/6xCBA/CaJ hybrid</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">mouse</oboInOwl:hasExactSynonym>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">ncbi_taxonomy</oboInOwl:hasOBONamespace>
<ncbitaxon:has_rank rdf:resource="&obo;NCBITaxon_species"/>
<obo:IAO_0000412 rdf:resource="&obo;ncbitaxon.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/NCBITaxon_2759 -->
<owl:Class rdf:about="&obo;NCBITaxon_2759">
<rdfs:label rdf:datatype="&xsd;string">Eukaryota</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;OBI_0100026"/>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">Eucarya</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">Eucaryotae</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">Eukarya</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">Eukaryotae</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasDbXref rdf:datatype="&xsd;string">GC_ID:1</oboInOwl:hasDbXref>
<oboInOwl:hasDbXref rdf:datatype="&xsd;string">PMID:23020233</oboInOwl:hasDbXref>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">eucaryotes</oboInOwl:hasExactSynonym>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">eukaryotes</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">eukaryotes</oboInOwl:hasExactSynonym>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">ncbi_taxonomy</oboInOwl:hasOBONamespace>
<ncbitaxon:has_rank rdf:resource="&obo;NCBITaxon_superkingdom"/>
<obo:IAO_0000412 rdf:resource="&obo;ncbitaxon.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/NCBITaxon_9606 -->
<owl:Class rdf:about="&obo;NCBITaxon_9606">
<rdfs:label rdf:datatype="&xsd;string">Homo sapiens</rdfs:label>
<oboInOwl:hasDbXref rdf:datatype="&xsd;string">GC_ID:1</oboInOwl:hasDbXref>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">human</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">man</oboInOwl:hasExactSynonym>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">ncbi_taxonomy</oboInOwl:hasOBONamespace>
<ncbitaxon:has_rank rdf:resource="&obo;NCBITaxon_species"/>
<obo:IAO_0000412 rdf:resource="&obo;ncbitaxon.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/OBI_0100026 -->
<owl:Class rdf:about="&obo;OBI_0100026"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.5.1) http://owlapi.sourceforge.net -->