-
Notifications
You must be signed in to change notification settings - Fork 29
/
rules.owl
145 lines (133 loc) · 7.03 KB
/
rules.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
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY foaf "http://xmlns.com/foaf/0.1/" >
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY swrl "http://www.w3.org/2003/11/swrl#" >
<!ENTITY dc "http://purl.org/dc/elements/1.1/" >
<!ENTITY swrlb "http://www.w3.org/2003/11/swrlb#" >
<!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#" >
]>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/uberon/rules.owl#"
xml:base="http://purl.obolibrary.org/obo/uberon/rules.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/uberon/rules.owl">
<foaf:homepage rdf:datatype="&xsd;anyURI">http://purl.obolibrary.org/obo/uberon</foaf:homepage>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<dc:description xml:lang="en">
</dc:description>
<dc:creator xml:lang="en">Uberon editors</dc:creator>
<dc:title xml:lang="en">Uberon rules (experimental)</dc:title>
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/uberon.owl"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Rules
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="urn:swrl#sp">
<rdf:type rdf:resource="&swrl;Variable"/>
</rdf:Description>
<rdf:Description rdf:about="urn:swrl#sw">
<rdf:type rdf:resource="&swrl;Variable"/>
</rdf:Description>
<rdf:Description rdf:about="urn:swrl#p">
<rdf:type rdf:resource="&swrl;Variable"/>
</rdf:Description>
<rdf:Description rdf:about="urn:swrl#w">
<rdf:type rdf:resource="&swrl;Variable"/>
</rdf:Description>
<rdf:Description>
<rdf:type rdf:resource="&swrl;Imp"/>
<swrl:body>
<rdf:Description>
<rdf:type rdf:resource="&swrl;AtomList"/>
<rdf:rest>
<rdf:Description>
<rdf:type rdf:resource="&swrl;AtomList"/>
<rdf:rest>
<rdf:Description>
<rdf:type rdf:resource="&swrl;AtomList"/>
<rdf:rest>
<rdf:Description>
<rdf:type rdf:resource="&swrl;AtomList"/>
<rdf:first>
<rdf:Description>
<rdf:type rdf:resource="&swrl;IndividualPropertyAtom"/>
<swrl:propertyPredicate rdf:resource="http://purl.obolibrary.org/obo/uberon#subdivision_of"/>
<swrl:argument2 rdf:resource="urn:swrl#p"/>
<swrl:argument1 rdf:resource="urn:swrl#sp"/>
</rdf:Description>
</rdf:first>
<rdf:rest>
<rdf:Description>
<rdf:type rdf:resource="&swrl;AtomList"/>
<rdf:rest rdf:resource="&rdf;nil"/>
<rdf:first>
<rdf:Description>
<rdf:type rdf:resource="&swrl;IndividualPropertyAtom"/>
<swrl:propertyPredicate rdf:resource="http://purl.obolibrary.org/obo/uberon#subdivision_of"/>
<swrl:argument1 rdf:resource="urn:swrl#sw"/>
<swrl:argument2 rdf:resource="urn:swrl#w"/>
</rdf:Description>
</rdf:first>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</rdf:rest>
<rdf:first>
<rdf:Description>
<rdf:type rdf:resource="&swrl;IndividualPropertyAtom"/>
<swrl:propertyPredicate rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
<swrl:argument1 rdf:resource="urn:swrl#p"/>
<swrl:argument2 rdf:resource="urn:swrl#w"/>
</rdf:Description>
</rdf:first>
</rdf:Description>
</rdf:rest>
<rdf:first>
<rdf:Description>
<rdf:type rdf:resource="&swrl;ClassAtom"/>
<swrl:classPredicate rdf:resource="http://purl.obolibrary.org/obo/UBERON_0010912"/>
<swrl:argument1 rdf:resource="urn:swrl#sw"/>
</rdf:Description>
</rdf:first>
</rdf:Description>
</rdf:rest>
<rdf:first>
<rdf:Description>
<rdf:type rdf:resource="&swrl;ClassAtom"/>
<swrl:classPredicate rdf:resource="http://purl.obolibrary.org/obo/UBERON_0010912"/>
<swrl:argument1 rdf:resource="urn:swrl#sp"/>
</rdf:Description>
</rdf:first>
</rdf:Description>
</swrl:body>
<swrl:head>
<rdf:Description>
<rdf:type rdf:resource="&swrl;AtomList"/>
<rdf:rest rdf:resource="&rdf;nil"/>
<rdf:first>
<rdf:Description>
<rdf:type rdf:resource="&swrl;IndividualPropertyAtom"/>
<swrl:propertyPredicate rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
<swrl:argument1 rdf:resource="urn:swrl#sp"/>
<swrl:argument2 rdf:resource="urn:swrl#sw"/>
</rdf:Description>
</rdf:first>
</rdf:Description>
</swrl:head>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->