Advertisement
Guest User

PetsOWL2.owl

a guest
Mar 22nd, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.85 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <Ontology xmlns="http://www.w3.org/2002/07/owl#"
  3. xml:base="http://www.w3.org/2002/07/owl#"
  4. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  5. xmlns:xml="http://www.w3.org/XML/1998/namespace"
  6. xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
  7. xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  8. <Prefix name="" IRI="http://www.w3.org/2002/07/owl#"/>
  9. <Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
  10. <Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
  11. <Prefix name="xml" IRI="http://www.w3.org/XML/1998/namespace"/>
  12. <Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
  13. <Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
  14. <Declaration>
  15. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#PetOwner"/>
  16. </Declaration>
  17. <Declaration>
  18. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Blacky"/>
  19. </Declaration>
  20. <Declaration>
  21. <Class IRI="http://www.co-ode.org/ontologies/ont.owl#MultiPetsOwner"/>
  22. </Declaration>
  23. <Declaration>
  24. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Owl"/>
  25. </Declaration>
  26. <Declaration>
  27. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Cat"/>
  28. </Declaration>
  29. <Declaration>
  30. <ObjectProperty IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#hasPet"/>
  31. </Declaration>
  32. <Declaration>
  33. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Dog"/>
  34. </Declaration>
  35. <Declaration>
  36. <ObjectProperty IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#isPetOf"/>
  37. </Declaration>
  38. <Declaration>
  39. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Hedwig_II"/>
  40. </Declaration>
  41. <Declaration>
  42. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Padfoot"/>
  43. </Declaration>
  44. <Declaration>
  45. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Anthony"/>
  46. </Declaration>
  47. <Declaration>
  48. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Sally"/>
  49. </Declaration>
  50. <Declaration>
  51. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Animal"/>
  52. </Declaration>
  53. <Declaration>
  54. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Goldy"/>
  55. </Declaration>
  56. <Declaration>
  57. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Ruby"/>
  58. </Declaration>
  59. <Declaration>
  60. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Goldfish"/>
  61. </Declaration>
  62. <Declaration>
  63. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Harry"/>
  64. </Declaration>
  65. <Declaration>
  66. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Person"/>
  67. </Declaration>
  68. <Declaration>
  69. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Hermione"/>
  70. </Declaration>
  71. <Declaration>
  72. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Crooks"/>
  73. </Declaration>
  74. <Declaration>
  75. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Alex"/>
  76. </Declaration>
  77. <Declaration>
  78. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Hedwig"/>
  79. </Declaration>
  80. <EquivalentClasses>
  81. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#PetOwner"/>
  82. <ObjectIntersectionOf>
  83. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Person"/>
  84. <ObjectSomeValuesFrom>
  85. <ObjectProperty IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#hasPet"/>
  86. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Animal"/>
  87. </ObjectSomeValuesFrom>
  88. </ObjectIntersectionOf>
  89. </EquivalentClasses>
  90. <EquivalentClasses>
  91. <Class IRI="http://www.co-ode.org/ontologies/ont.owl#MultiPetsOwner"/>
  92. <ObjectMinCardinality cardinality="2">
  93. <ObjectProperty IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#hasPet"/>
  94. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Animal"/>
  95. </ObjectMinCardinality>
  96. </EquivalentClasses>
  97. <SubClassOf>
  98. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Cat"/>
  99. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Animal"/>
  100. </SubClassOf>
  101. <SubClassOf>
  102. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Dog"/>
  103. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Animal"/>
  104. </SubClassOf>
  105. <SubClassOf>
  106. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Goldfish"/>
  107. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Animal"/>
  108. </SubClassOf>
  109. <SubClassOf>
  110. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Owl"/>
  111. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Animal"/>
  112. </SubClassOf>
  113. <SubClassOf>
  114. <Class IRI="http://www.co-ode.org/ontologies/ont.owl#MultiPetsOwner"/>
  115. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Person"/>
  116. </SubClassOf>
  117. <ClassAssertion>
  118. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Person"/>
  119. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Anthony"/>
  120. </ClassAssertion>
  121. <ClassAssertion>
  122. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#PetOwner"/>
  123. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Anthony"/>
  124. </ClassAssertion>
  125. <ClassAssertion>
  126. <Class IRI="Thing"/>
  127. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Anthony"/>
  128. </ClassAssertion>
  129. <ClassAssertion>
  130. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Animal"/>
  131. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Crooks"/>
  132. </ClassAssertion>
  133. <ClassAssertion>
  134. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Cat"/>
  135. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Crooks"/>
  136. </ClassAssertion>
  137. <ClassAssertion>
  138. <Class IRI="Thing"/>
  139. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Crooks"/>
  140. </ClassAssertion>
  141. <ClassAssertion>
  142. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Animal"/>
  143. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Goldy"/>
  144. </ClassAssertion>
  145. <ClassAssertion>
  146. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Goldfish"/>
  147. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Goldy"/>
  148. </ClassAssertion>
  149. <ClassAssertion>
  150. <Class IRI="Thing"/>
  151. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Goldy"/>
  152. </ClassAssertion>
  153. <ClassAssertion>
  154. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Person"/>
  155. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Harry"/>
  156. </ClassAssertion>
  157. <ClassAssertion>
  158. <Class IRI="Thing"/>
  159. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Harry"/>
  160. </ClassAssertion>
  161. <ClassAssertion>
  162. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Animal"/>
  163. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Hedwig"/>
  164. </ClassAssertion>
  165. <ClassAssertion>
  166. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Owl"/>
  167. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Hedwig"/>
  168. </ClassAssertion>
  169. <ClassAssertion>
  170. <Class IRI="Thing"/>
  171. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Hedwig"/>
  172. </ClassAssertion>
  173. <ClassAssertion>
  174. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Person"/>
  175. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Hermione"/>
  176. </ClassAssertion>
  177. <ClassAssertion>
  178. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#PetOwner"/>
  179. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Hermione"/>
  180. </ClassAssertion>
  181. <ClassAssertion>
  182. <Class IRI="Thing"/>
  183. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Hermione"/>
  184. </ClassAssertion>
  185. <ClassAssertion>
  186. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Animal"/>
  187. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Padfoot"/>
  188. </ClassAssertion>
  189. <ClassAssertion>
  190. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Dog"/>
  191. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Padfoot"/>
  192. </ClassAssertion>
  193. <ClassAssertion>
  194. <Class IRI="Thing"/>
  195. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Padfoot"/>
  196. </ClassAssertion>
  197. <ClassAssertion>
  198. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Person"/>
  199. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Sally"/>
  200. </ClassAssertion>
  201. <ClassAssertion>
  202. <Class IRI="Thing"/>
  203. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Sally"/>
  204. </ClassAssertion>
  205. <ClassAssertion>
  206. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Person"/>
  207. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Alex"/>
  208. </ClassAssertion>
  209. <ClassAssertion>
  210. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Animal"/>
  211. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Blacky"/>
  212. </ClassAssertion>
  213. <ClassAssertion>
  214. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Dog"/>
  215. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Blacky"/>
  216. </ClassAssertion>
  217. <ClassAssertion>
  218. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Animal"/>
  219. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Hedwig_II"/>
  220. </ClassAssertion>
  221. <ClassAssertion>
  222. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Owl"/>
  223. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Hedwig_II"/>
  224. </ClassAssertion>
  225. <ClassAssertion>
  226. <Class IRI="Thing"/>
  227. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Hedwig_II"/>
  228. </ClassAssertion>
  229. <ClassAssertion>
  230. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Animal"/>
  231. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Ruby"/>
  232. </ClassAssertion>
  233. <ClassAssertion>
  234. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Dog"/>
  235. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Ruby"/>
  236. </ClassAssertion>
  237. <ObjectPropertyAssertion>
  238. <ObjectProperty IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#isPetOf"/>
  239. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Crooks"/>
  240. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Hermione"/>
  241. </ObjectPropertyAssertion>
  242. <ObjectPropertyAssertion>
  243. <ObjectProperty IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#isPetOf"/>
  244. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Goldy"/>
  245. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Anthony"/>
  246. </ObjectPropertyAssertion>
  247. <ObjectPropertyAssertion>
  248. <ObjectProperty IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#hasPet"/>
  249. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Harry"/>
  250. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Hedwig"/>
  251. </ObjectPropertyAssertion>
  252. <ObjectPropertyAssertion>
  253. <ObjectProperty IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#isPetOf"/>
  254. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Padfoot"/>
  255. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Harry"/>
  256. </ObjectPropertyAssertion>
  257. <ObjectPropertyAssertion>
  258. <ObjectProperty IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#hasPet"/>
  259. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Alex"/>
  260. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Blacky"/>
  261. </ObjectPropertyAssertion>
  262. <ObjectPropertyAssertion>
  263. <ObjectProperty IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#hasPet"/>
  264. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Alex"/>
  265. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Ruby"/>
  266. </ObjectPropertyAssertion>
  267. <ObjectPropertyAssertion>
  268. <ObjectProperty IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#isPetOf"/>
  269. <NamedIndividual IRI="http://www.co-ode.org/ontologies/ont.owl#Hedwig_II"/>
  270. <NamedIndividual IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Harry"/>
  271. </ObjectPropertyAssertion>
  272. <InverseObjectProperties>
  273. <ObjectProperty IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#hasPet"/>
  274. <ObjectProperty IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#isPetOf"/>
  275. </InverseObjectProperties>
  276. <ObjectPropertyRange>
  277. <ObjectProperty IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#hasPet"/>
  278. <Class IRI="http://owl.cs.manchester.ac.uk/2009/07/sssw/pets#Animal"/>
  279. </ObjectPropertyRange>
  280. </Ontology>
  281.  
  282.  
  283.  
  284. <!-- Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement