-
Notifications
You must be signed in to change notification settings - Fork 0
/
ontologies.ofn
35 lines (33 loc) · 1.87 KB
/
ontologies.ofn
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
Prefix(:=<http://kb.phenoscape.org/ontologies#>)
Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
Ontology(<http://kb.phenoscape.org/ontologies.ofn>
#Import(<http://purl.org/phenoscape/vocab.owl>)
# Temporary change, not for relation graph branch
Import(<http://svn.code.sf.net/p/phenoscape/code/tags/vocab-releases/phenoscape-kb-vocab/2020-04-03/vocab.owl>)
Import(<http://purl.obolibrary.org/obo/uberon/uberon-base.owl>)
Import(<http://purl.obolibrary.org/obo/pato/pato-base.owl>)
Import(<http://svn.code.sf.net/p/phenoscape/code/trunk/vocab/character_slims.obo>)
Import(<http://purl.obolibrary.org/obo/cl/cl-base.owl>)
Import(<http://purl.org/phenoscape/demo/phenoscape_homology.owl>)
Import(<http://purl.obolibrary.org/obo/vto.owl>)
Import(<http://purl.org/phenoscape/demo/vto_ncbi.owl>)
Import(<http://purl.obolibrary.org/obo/taxrank.owl>)
# bspo-base is not resolving
Import(<http://purl.obolibrary.org/obo/bspo.owl>)
Import(<http://purl.obolibrary.org/obo/go/go-base.owl>)
Import(<http://purl.obolibrary.org/obo/upheno/imports/zfa_import.owl>)
Import(<http://purl.obolibrary.org/obo/xao.owl>)
Import(<http://purl.obolibrary.org/obo/zp/zp-base.owl>)
Import(<http://purl.obolibrary.org/obo/hp/hp-base.owl>)
Import(<http://purl.obolibrary.org/obo/mp/mp-base.owl>)
Import(<http://purl.obolibrary.org/obo/ro.owl>)
Import(<http://purl.obolibrary.org/obo/eco/eco-base.owl>)
Import(<http://purl.obolibrary.org/obo/uberon/bridge/uberon-bridge-to-caro.owl>)
Import(<http://purl.obolibrary.org/obo/uberon/bridge/uberon-bridge-to-zfa.owl>)
Import(<http://purl.obolibrary.org/obo/uberon/bridge/uberon-bridge-to-xao.owl>)
Import(<http://purl.obolibrary.org/obo/uberon/bridge/uberon-bridge-to-emapa.owl>)
)