-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathxpo-edit.owl
54 lines (42 loc) · 3.68 KB
/
xpo-edit.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
Prefix(:=<http://purl.obolibrary.org/obo/xpo.owl#>)
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://purl.obolibrary.org/obo/xpo.owl>
Import(<http://purl.obolibrary.org/obo/xpo/imports/bfo_import.owl>)
Import(<http://purl.obolibrary.org/obo/xpo/imports/chebi_import.owl>)
Import(<http://purl.obolibrary.org/obo/xpo/imports/go_import.owl>)
Import(<http://purl.obolibrary.org/obo/xpo/imports/iao_import.owl>)
Import(<http://purl.obolibrary.org/obo/xpo/imports/nbo_import.owl>)
Import(<http://purl.obolibrary.org/obo/xpo/imports/pato_import.owl>)
Import(<http://purl.obolibrary.org/obo/xpo/imports/ro_import.owl>)
Import(<http://purl.obolibrary.org/obo/xpo/imports/xao_import.owl>)
Import(<http://purl.obolibrary.org/obo/xpo/patterns/definitions.owl>)
Import(<http://purl.obolibrary.org/obo/xpo/patterns/templates/xpo-obsolete.owl>)
Import(<http://purl.obolibrary.org/obo/xpo/patterns/templates/xpo-replaced.owl>)
Import(<http://purl.obolibrary.org/obo/xpo/patterns/templates/xpo-xrefs.owl>)
Annotation(<http://purl.obolibrary.org/obo/IAO_0000700> <http://purl.obolibrary.org/obo/XPO_0000000>)
Annotation(<http://purl.org/dc/elements/1.1/description> "XPO represents anatomical, cellular, and gene function phenotypes occurring throughout the development of the African frogs Xenopus laevis and tropicalis.")
Annotation(<http://purl.org/dc/elements/1.1/title> "Xenopus Phenotype Ontology")
Annotation(<http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/3.0/>)
Annotation(rdfs:comment "Citation: Fisher ME, Segerdell E, Matentzoglu N, Nenni MJ, Fortriede JD, Chu S, Pells TJ, Osumi-Sutherland D, Chaturvedi P, James-Zorn C, Sundararaj N, Lotay VS, Ponferrada V, Wang DZ, Kim E, Agalakov S, Arshinoff BI, Karimi K, Vize PD, Zorn AM. The Xenopus phenotype ontology: bridging model organism phenotype data to human health and development. BMC Bioinformatics. 2022 Mar 22;23(1):99. doi: 10.1186/s12859-022-04636-8.")
Declaration(Class(<http://purl.obolibrary.org/obo/XPO_0000000>))
Declaration(Class(<http://purl.obolibrary.org/obo/XPO_00000000>))
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/description>))
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/title>))
Declaration(AnnotationProperty(<http://purl.org/dc/terms/license>))
############################
# Classes
############################
# Class: <http://purl.obolibrary.org/obo/XPO_0000000> (Xenopus phenotype)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/XPO_0000000> "A phenotype observed in Xenopus.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/XPO_0000000> "Xenopus phenotype"@en)
EquivalentClasses(<http://purl.obolibrary.org/obo/XPO_0000000> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/PATO_0000001> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0002314> owl:Thing))))
# Class: <http://purl.obolibrary.org/obo/XPO_00000000> (obsolete Xenopus phenotype)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0100001> <http://purl.obolibrary.org/obo/XPO_00000000> "XPO:0000000")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/XPO_00000000> "This class was obsoleted because it had too many digits (8 instead of 7).")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/XPO_00000000> "obsolete Xenopus phenotype")
AnnotationAssertion(owl:deprecated <http://purl.obolibrary.org/obo/XPO_00000000> "true"^^xsd:boolean)
)