forked from obophenotype/upheno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextra.owl
148 lines (100 loc) · 4.49 KB
/
extra.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
<?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: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;upheno/imports/extra.owl">
<owl:imports rdf:resource="&obo;upheno/imports/pato_import.owl"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000589 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000589">
<rdfs:label rdf:datatype="&xsd;string">obo foundry unique label</rdfs:label>
</owl:AnnotationProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/RO_0002573 -->
<owl:ObjectProperty rdf:about="&obo;RO_0002573"/>
<!-- http://purl.obolibrary.org/obo/UPHENO_0000001 -->
<owl:ObjectProperty rdf:about="&obo;UPHENO_0000001"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/PATO_0000069 -->
<rdf:Description rdf:about="&obo;PATO_0000069">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&obo;PATO_0000068"/>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;RO_0002573"/>
<owl:someValuesFrom rdf:resource="&obo;PATO_0000460"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
</rdf:Description>
<!-- http://purl.obolibrary.org/obo/UPHENO_0001001 -->
<owl:Class rdf:about="&obo;UPHENO_0001001">
<rdfs:label xml:lang="en">Phenotype</rdfs:label>
<owl:equivalentClass>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;UPHENO_0000001"/>
<owl:someValuesFrom rdf:resource="&owl;Thing"/>
</owl:Restriction>
</owl:equivalentClass>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/UPHENO_0001002 -->
<owl:Class rdf:about="&obo;UPHENO_0001002">
<rdfs:label xml:lang="en">abnormal phenotype</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&obo;UPHENO_0001001"/>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;BFO_0000051"/>
<owl:someValuesFrom>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;RO_0002573"/>
<owl:someValuesFrom rdf:resource="&obo;PATO_0000460"/>
</owl:Restriction>
</owl:someValuesFrom>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&obo;UPHENO_0001001"/>
<owl:equivalentClass rdf:resource="&obo;HP_0000118"/>
</owl:Class>
<owl:Class rdf:about="&obo;MPATH_576">
<rdfs:subClassOf rdf:resource="&obo;MPATH_575"/>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.5.1) http://owlapi.sourceforge.net -->