forked from obophenotype/upheno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetazoa.owl
39 lines (31 loc) · 1.73 KB
/
metazoa.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
<?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 rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY oboInOwl "http://www.geneontology.org/formats/oboInOwl#" >
]>
<rdf:RDF xmlns="&obo;x-bfo.owl#"
xml:base="&obo;x-bfo.owl"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="&obo;upheno/metazoa.owl">
<owl:imports rdf:resource="&obo;uberon/bridge/cl-bridge-to-wbbt.owl"/>
<owl:imports rdf:resource="&obo;uberon/bridge/uberon-bridge-to-wbbt.owl"/>
<owl:imports rdf:resource="&obo;uberon/bridge/cl-bridge-to-fbbt.owl"/>
<owl:imports rdf:resource="&obo;uberon/bridge/uberon-bridge-to-fbbt.owl"/>
<owl:imports rdf:resource="&obo;upheno/vertebrate.owl"/>
<owl:imports rdf:resource="&obo;wbphenotype/wbphenotype-importer.owl"/>
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/upheno/imports/fbbt_phenotype.owl"/>
<owl:imports rdf:resource="&obo;fbcv/dpo.owl"/>
<owl:imports rdf:resource="&obo;upheno/dpo/dpo-bridge.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/upheno/2014-12-17/metazoa.owl"/>
</owl:Ontology>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->