qudv_si.owl 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053
  1. <?xml version="1.0"?>
  2. <!DOCTYPE Ontology [
  3. <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
  4. <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
  5. <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
  6. <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
  7. <!ENTITY SysML-QUDV "http://www.example.org/SysML-QUDV.owl#" >
  8. <!ENTITY SysML-QUDV-SI "http://www.example.org/SysML-QUDV-SI.owl#" >
  9. <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
  10. ]>
  11. <Ontology xmlns="http://www.w3.org/2006/12/owl2-xml#"
  12. xml:base="http://www.w3.org/2006/12/owl2-xml#"
  13. xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  14. xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
  15. xmlns:SysML-QUDV-SI="http://www.example.org/SysML-QUDV-SI.owl#"
  16. xmlns:owl="http://www.w3.org/2002/07/owl#"
  17. xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
  18. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  19. xmlns:SysML-QUDV="http://www.example.org/SysML-QUDV.owl#"
  20. URI="http://www.example.org/SysML-QUDV-SI.owl">
  21. <Import
  22. >http://www.example.org/SysML-QUDV.owl</Import>
  23. <Import
  24. >http://www.example.org/SysML-QUDV.owl</Import>
  25. <ClassAssertion>
  26. <Class URI="&SysML-QUDV;SimpleQuantityKind"/>
  27. <Individual URI="&SysML-QUDV-SI;celsiusTemperatureQK"/>
  28. </ClassAssertion>
  29. <DataPropertyAssertion>
  30. <DataProperty URI="&SysML-QUDV;name"/>
  31. <Individual URI="&SysML-QUDV-SI;celsiusTemperatureQK"/>
  32. <Constant datatypeURI="&xsd;string"
  33. >Celsius Temperature</Constant>
  34. </DataPropertyAssertion>
  35. <DataPropertyAssertion>
  36. <DataProperty URI="&SysML-QUDV;symbol"/>
  37. <Individual URI="&SysML-QUDV-SI;celsiusTemperatureQK"/>
  38. <Constant datatypeURI="&xsd;string">t</Constant>
  39. </DataPropertyAssertion>
  40. <EntityAnnotation>
  41. <Individual URI="&SysML-QUDV-SI;celsiusTemperatureQK"/>
  42. <Annotation annotationURI="&rdfs;label">
  43. <Constant
  44. >celsiusTemperatureQK</Constant>
  45. </Annotation>
  46. </EntityAnnotation>
  47. <ClassAssertion>
  48. <Class URI="&SysML-QUDV;Scale"/>
  49. <Individual URI="&SysML-QUDV-SI;celsiusTemperatureScale"/>
  50. </ClassAssertion>
  51. <ObjectPropertyAssertion>
  52. <ObjectProperty URI="&SysML-QUDV;scaleValueDefinition"/>
  53. <Individual URI="&SysML-QUDV-SI;celsiusTemperatureScale"/>
  54. <Individual URI="&SysML-QUDV-SI;celsiusTemperatureScaleMeltingPointOfWater"/>
  55. </ObjectPropertyAssertion>
  56. <ObjectPropertyAssertion>
  57. <ObjectProperty URI="&SysML-QUDV;unit"/>
  58. <Individual URI="&SysML-QUDV-SI;celsiusTemperatureScale"/>
  59. <Individual URI="&SysML-QUDV-SI;degreeCelsius"/>
  60. </ObjectPropertyAssertion>
  61. <EntityAnnotation>
  62. <Individual URI="&SysML-QUDV-SI;celsiusTemperatureScale"/>
  63. <Annotation annotationURI="&rdfs;label">
  64. <Constant
  65. >celsiusTemperatureScale</Constant>
  66. </Annotation>
  67. </EntityAnnotation>
  68. <ClassAssertion>
  69. <Class URI="&SysML-QUDV;ScaleValueDefinition"/>
  70. <Individual URI="&SysML-QUDV-SI;celsiusTemperatureScaleMeltingPointOfWater"/>
  71. </ClassAssertion>
  72. <DataPropertyAssertion>
  73. <DataProperty URI="&SysML-QUDV;description"/>
  74. <Individual URI="&SysML-QUDV-SI;celsiusTemperatureScaleMeltingPointOfWater"/>
  75. <Constant datatypeURI="&xsd;string"
  76. >melting point of water at 273.15 kelvin</Constant>
  77. </DataPropertyAssertion>
  78. <DataPropertyAssertion>
  79. <DataProperty URI="&SysML-QUDV;numericalValue"/>
  80. <Individual URI="&SysML-QUDV-SI;celsiusTemperatureScaleMeltingPointOfWater"/>
  81. <Constant datatypeURI="&xsd;double">0.0</Constant>
  82. </DataPropertyAssertion>
  83. <EntityAnnotation>
  84. <Individual URI="&SysML-QUDV-SI;celsiusTemperatureScaleMeltingPointOfWater"/>
  85. <Annotation annotationURI="&rdfs;label">
  86. <Constant
  87. >celsiusTemperatureScaleMeltingPointOfWater</Constant>
  88. </Annotation>
  89. </EntityAnnotation>
  90. <ClassAssertion>
  91. <Class URI="&SysML-QUDV;LinearConversionUnit"/>
  92. <Individual URI="&SysML-QUDV-SI;degreeCelsius"/>
  93. </ClassAssertion>
  94. <ObjectPropertyAssertion>
  95. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  96. <Individual URI="&SysML-QUDV-SI;degreeCelsius"/>
  97. <Individual URI="&SysML-QUDV-SI;celsiusTemperatureQK"/>
  98. </ObjectPropertyAssertion>
  99. <ObjectPropertyAssertion>
  100. <ObjectProperty URI="&SysML-QUDV;referenceUnit"/>
  101. <Individual URI="&SysML-QUDV-SI;degreeCelsius"/>
  102. <Individual URI="&SysML-QUDV-SI;kelvin"/>
  103. </ObjectPropertyAssertion>
  104. <DataPropertyAssertion>
  105. <DataProperty URI="&SysML-QUDV;conversionFactor"/>
  106. <Individual URI="&SysML-QUDV-SI;degreeCelsius"/>
  107. <Constant datatypeURI="&xsd;double">1.0</Constant>
  108. </DataPropertyAssertion>
  109. <DataPropertyAssertion>
  110. <DataProperty URI="&SysML-QUDV;name"/>
  111. <Individual URI="&SysML-QUDV-SI;degreeCelsius"/>
  112. <Constant datatypeURI="&xsd;string">degree Celsius</Constant>
  113. </DataPropertyAssertion>
  114. <DataPropertyAssertion>
  115. <DataProperty URI="&SysML-QUDV;symbol"/>
  116. <Individual URI="&SysML-QUDV-SI;degreeCelsius"/>
  117. <Constant datatypeURI="&xsd;string">degC</Constant>
  118. </DataPropertyAssertion>
  119. <EntityAnnotation>
  120. <Individual URI="&SysML-QUDV-SI;degreeCelsius"/>
  121. <Annotation annotationURI="&rdfs;label">
  122. <Constant>degreeCelsius</Constant>
  123. </Annotation>
  124. </EntityAnnotation>
  125. <ClassAssertion>
  126. <Class URI="&SysML-QUDV;DerivedQuantityKind"/>
  127. <Individual URI="&SysML-QUDV-SI;energyQK"/>
  128. </ClassAssertion>
  129. <ObjectPropertyAssertion>
  130. <ObjectProperty URI="&SysML-QUDV;factor"/>
  131. <Individual URI="&SysML-QUDV-SI;energyQK"/>
  132. <Individual URI="&SysML-QUDV-SI;massQK_Power1"/>
  133. </ObjectPropertyAssertion>
  134. <ObjectPropertyAssertion>
  135. <ObjectProperty URI="&SysML-QUDV;factor"/>
  136. <Individual URI="&SysML-QUDV-SI;energyQK"/>
  137. <Individual URI="&SysML-QUDV-SI;timeQK_PowerMinus2"/>
  138. </ObjectPropertyAssertion>
  139. <ObjectPropertyAssertion>
  140. <ObjectProperty URI="&SysML-QUDV;factor"/>
  141. <Individual URI="&SysML-QUDV-SI;energyQK"/>
  142. <Individual URI="&SysML-QUDV-SI;lengthQK_Power2"/>
  143. </ObjectPropertyAssertion>
  144. <DataPropertyAssertion>
  145. <DataProperty URI="&SysML-QUDV;name"/>
  146. <Individual URI="&SysML-QUDV-SI;energyQK"/>
  147. <Constant datatypeURI="&xsd;string">energy</Constant>
  148. </DataPropertyAssertion>
  149. <DataPropertyAssertion>
  150. <DataProperty URI="&SysML-QUDV;symbol"/>
  151. <Individual URI="&SysML-QUDV-SI;energyQK"/>
  152. <Constant datatypeURI="&xsd;string">E</Constant>
  153. </DataPropertyAssertion>
  154. <EntityAnnotation>
  155. <Individual URI="&SysML-QUDV-SI;energyQK"/>
  156. <Annotation annotationURI="&rdfs;label">
  157. <Constant>energyQK</Constant>
  158. </Annotation>
  159. </EntityAnnotation>
  160. <ClassAssertion>
  161. <Class URI="&SysML-QUDV;QuantityKindFactor"/>
  162. <Individual URI="&SysML-QUDV-SI;energyQK_Power1"/>
  163. </ClassAssertion>
  164. <ObjectPropertyAssertion>
  165. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  166. <Individual URI="&SysML-QUDV-SI;energyQK_Power1"/>
  167. <Individual URI="&SysML-QUDV-SI;energyQK"/>
  168. </ObjectPropertyAssertion>
  169. <DataPropertyAssertion>
  170. <DataProperty URI="&SysML-QUDV;exponent"/>
  171. <Individual URI="&SysML-QUDV-SI;energyQK_Power1"/>
  172. <Constant datatypeURI="&xsd;double">1.0</Constant>
  173. </DataPropertyAssertion>
  174. <EntityAnnotation>
  175. <Individual URI="&SysML-QUDV-SI;energyQK_Power1"/>
  176. <Annotation annotationURI="&rdfs;label">
  177. <Constant>energyQK_Power1</Constant>
  178. </Annotation>
  179. </EntityAnnotation>
  180. <ClassAssertion>
  181. <Class URI="&SysML-QUDV;SimpleUnit"/>
  182. <Individual URI="&SysML-QUDV-SI;gram"/>
  183. </ClassAssertion>
  184. <ObjectPropertyAssertion>
  185. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  186. <Individual URI="&SysML-QUDV-SI;gram"/>
  187. <Individual URI="&SysML-QUDV-SI;massQK"/>
  188. </ObjectPropertyAssertion>
  189. <DataPropertyAssertion>
  190. <DataProperty URI="&SysML-QUDV;name"/>
  191. <Individual URI="&SysML-QUDV-SI;gram"/>
  192. <Constant>gram</Constant>
  193. </DataPropertyAssertion>
  194. <DataPropertyAssertion>
  195. <DataProperty URI="&SysML-QUDV;symbol"/>
  196. <Individual URI="&SysML-QUDV-SI;gram"/>
  197. <Constant>g</Constant>
  198. </DataPropertyAssertion>
  199. <EntityAnnotation>
  200. <Individual URI="&SysML-QUDV-SI;gram"/>
  201. <Annotation annotationURI="&rdfs;label">
  202. <Constant>gram</Constant>
  203. </Annotation>
  204. </EntityAnnotation>
  205. <ClassAssertion>
  206. <Class URI="&SysML-QUDV;LinearConversionUnit"/>
  207. <Individual URI="&SysML-QUDV-SI;inch"/>
  208. </ClassAssertion>
  209. <ObjectPropertyAssertion>
  210. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  211. <Individual URI="&SysML-QUDV-SI;inch"/>
  212. <Individual URI="&SysML-QUDV-SI;lengthQK"/>
  213. </ObjectPropertyAssertion>
  214. <ObjectPropertyAssertion>
  215. <ObjectProperty URI="&SysML-QUDV;referenceUnit"/>
  216. <Individual URI="&SysML-QUDV-SI;inch"/>
  217. <Individual URI="&SysML-QUDV-SI;metre"/>
  218. </ObjectPropertyAssertion>
  219. <DataPropertyAssertion>
  220. <DataProperty URI="&SysML-QUDV;conversionFactor"/>
  221. <Individual URI="&SysML-QUDV-SI;inch"/>
  222. <Constant datatypeURI="&xsd;double">0.0254</Constant>
  223. </DataPropertyAssertion>
  224. <EntityAnnotation>
  225. <Individual URI="&SysML-QUDV-SI;inch"/>
  226. <Annotation annotationURI="&rdfs;label">
  227. <Constant>inch</Constant>
  228. </Annotation>
  229. </EntityAnnotation>
  230. <ClassAssertion>
  231. <Class URI="&SysML-QUDV;DerivedUnit"/>
  232. <Individual URI="&SysML-QUDV-SI;joule"/>
  233. </ClassAssertion>
  234. <ObjectPropertyAssertion>
  235. <ObjectProperty URI="&SysML-QUDV;factor"/>
  236. <Individual URI="&SysML-QUDV-SI;joule"/>
  237. <Individual URI="&SysML-QUDV-SI;second_PowerMinus2"/>
  238. </ObjectPropertyAssertion>
  239. <ObjectPropertyAssertion>
  240. <ObjectProperty URI="&SysML-QUDV;factor"/>
  241. <Individual URI="&SysML-QUDV-SI;joule"/>
  242. <Individual URI="&SysML-QUDV-SI;kilogram_Power1"/>
  243. </ObjectPropertyAssertion>
  244. <ObjectPropertyAssertion>
  245. <ObjectProperty URI="&SysML-QUDV;factor"/>
  246. <Individual URI="&SysML-QUDV-SI;joule"/>
  247. <Individual URI="&SysML-QUDV-SI;metre_Power2"/>
  248. </ObjectPropertyAssertion>
  249. <ObjectPropertyAssertion>
  250. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  251. <Individual URI="&SysML-QUDV-SI;joule"/>
  252. <Individual URI="&SysML-QUDV-SI;energyQK"/>
  253. </ObjectPropertyAssertion>
  254. <DataPropertyAssertion>
  255. <DataProperty URI="&SysML-QUDV;name"/>
  256. <Individual URI="&SysML-QUDV-SI;joule"/>
  257. <Constant datatypeURI="&xsd;string">joule</Constant>
  258. </DataPropertyAssertion>
  259. <DataPropertyAssertion>
  260. <DataProperty URI="&SysML-QUDV;symbol"/>
  261. <Individual URI="&SysML-QUDV-SI;joule"/>
  262. <Constant datatypeURI="&xsd;string">J</Constant>
  263. </DataPropertyAssertion>
  264. <EntityAnnotation>
  265. <Individual URI="&SysML-QUDV-SI;joule"/>
  266. <Annotation annotationURI="&rdfs;label">
  267. <Constant>joule</Constant>
  268. </Annotation>
  269. </EntityAnnotation>
  270. <ClassAssertion>
  271. <Class URI="&SysML-QUDV;UnitFactor"/>
  272. <Individual URI="&SysML-QUDV-SI;joule_Power1"/>
  273. </ClassAssertion>
  274. <ObjectPropertyAssertion>
  275. <ObjectProperty URI="&SysML-QUDV;unit"/>
  276. <Individual URI="&SysML-QUDV-SI;joule_Power1"/>
  277. <Individual URI="&SysML-QUDV-SI;joule"/>
  278. </ObjectPropertyAssertion>
  279. <DataPropertyAssertion>
  280. <DataProperty URI="&SysML-QUDV;exponent"/>
  281. <Individual URI="&SysML-QUDV-SI;joule_Power1"/>
  282. <Constant datatypeURI="&xsd;double">1.0</Constant>
  283. </DataPropertyAssertion>
  284. <EntityAnnotation>
  285. <Individual URI="&SysML-QUDV-SI;joule_Power1"/>
  286. <Annotation annotationURI="&rdfs;label">
  287. <Constant>joule_Power1</Constant>
  288. </Annotation>
  289. </EntityAnnotation>
  290. <ClassAssertion>
  291. <Class URI="&SysML-QUDV;SimpleUnit"/>
  292. <Individual URI="&SysML-QUDV-SI;kelvin"/>
  293. </ClassAssertion>
  294. <ObjectPropertyAssertion>
  295. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  296. <Individual URI="&SysML-QUDV-SI;kelvin"/>
  297. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureQK"/>
  298. </ObjectPropertyAssertion>
  299. <DataPropertyAssertion>
  300. <DataProperty URI="&SysML-QUDV;name"/>
  301. <Individual URI="&SysML-QUDV-SI;kelvin"/>
  302. <Constant>kelvin</Constant>
  303. </DataPropertyAssertion>
  304. <DataPropertyAssertion>
  305. <DataProperty URI="&SysML-QUDV;symbol"/>
  306. <Individual URI="&SysML-QUDV-SI;kelvin"/>
  307. <Constant>K</Constant>
  308. </DataPropertyAssertion>
  309. <EntityAnnotation>
  310. <Individual URI="&SysML-QUDV-SI;kelvin"/>
  311. <Annotation annotationURI="&rdfs;label">
  312. <Constant>kelvin</Constant>
  313. </Annotation>
  314. </EntityAnnotation>
  315. <ClassAssertion>
  316. <Class URI="&SysML-QUDV;Prefix"/>
  317. <Individual URI="&SysML-QUDV-SI;kilo"/>
  318. </ClassAssertion>
  319. <DataPropertyAssertion>
  320. <DataProperty URI="&SysML-QUDV;name"/>
  321. <Individual URI="&SysML-QUDV-SI;kilo"/>
  322. <Constant datatypeURI="&xsd;string">kilo</Constant>
  323. </DataPropertyAssertion>
  324. <DataPropertyAssertion>
  325. <DataProperty URI="&SysML-QUDV;symbol"/>
  326. <Individual URI="&SysML-QUDV-SI;kilo"/>
  327. <Constant datatypeURI="&xsd;string">k</Constant>
  328. </DataPropertyAssertion>
  329. <DataPropertyAssertion>
  330. <DataProperty URI="&SysML-QUDV;unitMultipleFactor"/>
  331. <Individual URI="&SysML-QUDV-SI;kilo"/>
  332. <Constant datatypeURI="&xsd;double">1.0e3</Constant>
  333. </DataPropertyAssertion>
  334. <EntityAnnotation>
  335. <Individual URI="&SysML-QUDV-SI;kilo"/>
  336. <Annotation annotationURI="&rdfs;label">
  337. <Constant>kilo</Constant>
  338. </Annotation>
  339. </EntityAnnotation>
  340. <ClassAssertion>
  341. <Class URI="&SysML-QUDV;PrefixedUnit"/>
  342. <Individual URI="&SysML-QUDV-SI;kilogram"/>
  343. </ClassAssertion>
  344. <ObjectPropertyAssertion>
  345. <ObjectProperty URI="&SysML-QUDV;prefix"/>
  346. <Individual URI="&SysML-QUDV-SI;kilogram"/>
  347. <Individual URI="&SysML-QUDV-SI;kilo"/>
  348. </ObjectPropertyAssertion>
  349. <ObjectPropertyAssertion>
  350. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  351. <Individual URI="&SysML-QUDV-SI;kilogram"/>
  352. <Individual URI="&SysML-QUDV-SI;massQK"/>
  353. </ObjectPropertyAssertion>
  354. <ObjectPropertyAssertion>
  355. <ObjectProperty URI="&SysML-QUDV;referenceUnit"/>
  356. <Individual URI="&SysML-QUDV-SI;kilogram"/>
  357. <Individual URI="&SysML-QUDV-SI;gram"/>
  358. </ObjectPropertyAssertion>
  359. <DataPropertyAssertion>
  360. <DataProperty URI="&SysML-QUDV;name"/>
  361. <Individual URI="&SysML-QUDV-SI;kilogram"/>
  362. <Constant datatypeURI="&xsd;string">kilogram</Constant>
  363. </DataPropertyAssertion>
  364. <DataPropertyAssertion>
  365. <DataProperty URI="&SysML-QUDV;symbol"/>
  366. <Individual URI="&SysML-QUDV-SI;kilogram"/>
  367. <Constant datatypeURI="&xsd;string">kg</Constant>
  368. </DataPropertyAssertion>
  369. <EntityAnnotation>
  370. <Individual URI="&SysML-QUDV-SI;kilogram"/>
  371. <Annotation annotationURI="&rdfs;label">
  372. <Constant>kilogram</Constant>
  373. </Annotation>
  374. </EntityAnnotation>
  375. <ClassAssertion>
  376. <Class URI="&SysML-QUDV;UnitFactor"/>
  377. <Individual URI="&SysML-QUDV-SI;kilogram_Power1"/>
  378. </ClassAssertion>
  379. <ObjectPropertyAssertion>
  380. <ObjectProperty URI="&SysML-QUDV;unit"/>
  381. <Individual URI="&SysML-QUDV-SI;kilogram_Power1"/>
  382. <Individual URI="&SysML-QUDV-SI;kilogram"/>
  383. </ObjectPropertyAssertion>
  384. <DataPropertyAssertion>
  385. <DataProperty URI="&SysML-QUDV;exponent"/>
  386. <Individual URI="&SysML-QUDV-SI;kilogram_Power1"/>
  387. <Constant datatypeURI="&xsd;double">1.0</Constant>
  388. </DataPropertyAssertion>
  389. <EntityAnnotation>
  390. <Individual URI="&SysML-QUDV-SI;kilogram_Power1"/>
  391. <Annotation annotationURI="&rdfs;label">
  392. <Constant>kilogram_Power1</Constant>
  393. </Annotation>
  394. </EntityAnnotation>
  395. <ClassAssertion>
  396. <Class URI="&SysML-QUDV;SimpleQuantityKind"/>
  397. <Individual URI="&SysML-QUDV-SI;lengthQK"/>
  398. </ClassAssertion>
  399. <DataPropertyAssertion>
  400. <DataProperty URI="&SysML-QUDV;name"/>
  401. <Individual URI="&SysML-QUDV-SI;lengthQK"/>
  402. <Constant>length</Constant>
  403. </DataPropertyAssertion>
  404. <DataPropertyAssertion>
  405. <DataProperty URI="&SysML-QUDV;symbol"/>
  406. <Individual URI="&SysML-QUDV-SI;lengthQK"/>
  407. <Constant>L</Constant>
  408. </DataPropertyAssertion>
  409. <EntityAnnotation>
  410. <Individual URI="&SysML-QUDV-SI;lengthQK"/>
  411. <Annotation annotationURI="&rdfs;label">
  412. <Constant>lengthQK</Constant>
  413. </Annotation>
  414. </EntityAnnotation>
  415. <ClassAssertion>
  416. <Class URI="&SysML-QUDV;QuantityKindFactor"/>
  417. <Individual URI="&SysML-QUDV-SI;lengthQK_Power1"/>
  418. </ClassAssertion>
  419. <ObjectPropertyAssertion>
  420. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  421. <Individual URI="&SysML-QUDV-SI;lengthQK_Power1"/>
  422. <Individual URI="&SysML-QUDV-SI;lengthQK"/>
  423. </ObjectPropertyAssertion>
  424. <DataPropertyAssertion>
  425. <DataProperty URI="&SysML-QUDV;exponent"/>
  426. <Individual URI="&SysML-QUDV-SI;lengthQK_Power1"/>
  427. <Constant datatypeURI="&xsd;double">1.0</Constant>
  428. </DataPropertyAssertion>
  429. <EntityAnnotation>
  430. <Individual URI="&SysML-QUDV-SI;lengthQK_Power1"/>
  431. <Annotation annotationURI="&rdfs;label">
  432. <Constant>lengthQK_Power1</Constant>
  433. </Annotation>
  434. </EntityAnnotation>
  435. <ClassAssertion>
  436. <Class URI="&SysML-QUDV;QuantityKindFactor"/>
  437. <Individual URI="&SysML-QUDV-SI;lengthQK_Power2"/>
  438. </ClassAssertion>
  439. <ObjectPropertyAssertion>
  440. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  441. <Individual URI="&SysML-QUDV-SI;lengthQK_Power2"/>
  442. <Individual URI="&SysML-QUDV-SI;lengthQK"/>
  443. </ObjectPropertyAssertion>
  444. <DataPropertyAssertion>
  445. <DataProperty URI="&SysML-QUDV;exponent"/>
  446. <Individual URI="&SysML-QUDV-SI;lengthQK_Power2"/>
  447. <Constant datatypeURI="&xsd;double">2.0</Constant>
  448. </DataPropertyAssertion>
  449. <EntityAnnotation>
  450. <Individual URI="&SysML-QUDV-SI;lengthQK_Power2"/>
  451. <Annotation annotationURI="&rdfs;label">
  452. <Constant>lengthQK_Power2</Constant>
  453. </Annotation>
  454. </EntityAnnotation>
  455. <ClassAssertion>
  456. <Class URI="&SysML-QUDV;SimpleQuantityKind"/>
  457. <Individual URI="&SysML-QUDV-SI;massQK"/>
  458. </ClassAssertion>
  459. <DataPropertyAssertion>
  460. <DataProperty URI="&SysML-QUDV;name"/>
  461. <Individual URI="&SysML-QUDV-SI;massQK"/>
  462. <Constant>mass</Constant>
  463. </DataPropertyAssertion>
  464. <DataPropertyAssertion>
  465. <DataProperty URI="&SysML-QUDV;symbol"/>
  466. <Individual URI="&SysML-QUDV-SI;massQK"/>
  467. <Constant datatypeURI="&xsd;string">M</Constant>
  468. </DataPropertyAssertion>
  469. <EntityAnnotation>
  470. <Individual URI="&SysML-QUDV-SI;massQK"/>
  471. <Annotation annotationURI="&rdfs;label">
  472. <Constant>massQK</Constant>
  473. </Annotation>
  474. </EntityAnnotation>
  475. <ClassAssertion>
  476. <Class URI="&SysML-QUDV;QuantityKindFactor"/>
  477. <Individual URI="&SysML-QUDV-SI;massQK_Power1"/>
  478. </ClassAssertion>
  479. <ObjectPropertyAssertion>
  480. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  481. <Individual URI="&SysML-QUDV-SI;massQK_Power1"/>
  482. <Individual URI="&SysML-QUDV-SI;massQK"/>
  483. </ObjectPropertyAssertion>
  484. <DataPropertyAssertion>
  485. <DataProperty URI="&SysML-QUDV;exponent"/>
  486. <Individual URI="&SysML-QUDV-SI;massQK_Power1"/>
  487. <Constant datatypeURI="&xsd;double">1.0</Constant>
  488. </DataPropertyAssertion>
  489. <EntityAnnotation>
  490. <Individual URI="&SysML-QUDV-SI;massQK_Power1"/>
  491. <Annotation annotationURI="&rdfs;label">
  492. <Constant>massQK_Power1</Constant>
  493. </Annotation>
  494. </EntityAnnotation>
  495. <ClassAssertion>
  496. <Class URI="&SysML-QUDV;SimpleUnit"/>
  497. <Individual URI="&SysML-QUDV-SI;metre"/>
  498. </ClassAssertion>
  499. <ObjectPropertyAssertion>
  500. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  501. <Individual URI="&SysML-QUDV-SI;metre"/>
  502. <Individual URI="&SysML-QUDV-SI;lengthQK"/>
  503. </ObjectPropertyAssertion>
  504. <DataPropertyAssertion>
  505. <DataProperty URI="&SysML-QUDV;name"/>
  506. <Individual URI="&SysML-QUDV-SI;metre"/>
  507. <Constant datatypeURI="&xsd;string">metre</Constant>
  508. </DataPropertyAssertion>
  509. <DataPropertyAssertion>
  510. <DataProperty URI="&SysML-QUDV;symbol"/>
  511. <Individual URI="&SysML-QUDV-SI;metre"/>
  512. <Constant datatypeURI="&xsd;string">m</Constant>
  513. </DataPropertyAssertion>
  514. <EntityAnnotation>
  515. <Individual URI="&SysML-QUDV-SI;metre"/>
  516. <Annotation annotationURI="&rdfs;label">
  517. <Constant>metre</Constant>
  518. </Annotation>
  519. </EntityAnnotation>
  520. <ClassAssertion>
  521. <Class URI="&SysML-QUDV;DerivedUnit"/>
  522. <Individual URI="&SysML-QUDV-SI;metrePerSecond"/>
  523. </ClassAssertion>
  524. <ObjectPropertyAssertion>
  525. <ObjectProperty URI="&SysML-QUDV;factor"/>
  526. <Individual URI="&SysML-QUDV-SI;metrePerSecond"/>
  527. <Individual URI="&SysML-QUDV-SI;second_PowerMinus1"/>
  528. </ObjectPropertyAssertion>
  529. <ObjectPropertyAssertion>
  530. <ObjectProperty URI="&SysML-QUDV;factor"/>
  531. <Individual URI="&SysML-QUDV-SI;metrePerSecond"/>
  532. <Individual URI="&SysML-QUDV-SI;metre_Power1"/>
  533. </ObjectPropertyAssertion>
  534. <DataPropertyAssertion>
  535. <DataProperty URI="&SysML-QUDV;name"/>
  536. <Individual URI="&SysML-QUDV-SI;metrePerSecond"/>
  537. <Constant datatypeURI="&xsd;string"
  538. >metre per second</Constant>
  539. </DataPropertyAssertion>
  540. <DataPropertyAssertion>
  541. <DataProperty URI="&SysML-QUDV;symbol"/>
  542. <Individual URI="&SysML-QUDV-SI;metrePerSecond"/>
  543. <Constant datatypeURI="&xsd;string">m/s</Constant>
  544. </DataPropertyAssertion>
  545. <EntityAnnotation>
  546. <Individual URI="&SysML-QUDV-SI;metrePerSecond"/>
  547. <Annotation annotationURI="&rdfs;label">
  548. <Constant>metrePerSecond</Constant>
  549. </Annotation>
  550. </EntityAnnotation>
  551. <ClassAssertion>
  552. <Class URI="&SysML-QUDV;UnitFactor"/>
  553. <Individual URI="&SysML-QUDV-SI;metre_Power1"/>
  554. </ClassAssertion>
  555. <ObjectPropertyAssertion>
  556. <ObjectProperty URI="&SysML-QUDV;unit"/>
  557. <Individual URI="&SysML-QUDV-SI;metre_Power1"/>
  558. <Individual URI="&SysML-QUDV-SI;metre"/>
  559. </ObjectPropertyAssertion>
  560. <DataPropertyAssertion>
  561. <DataProperty URI="&SysML-QUDV;exponent"/>
  562. <Individual URI="&SysML-QUDV-SI;metre_Power1"/>
  563. <Constant datatypeURI="&xsd;double">1.0</Constant>
  564. </DataPropertyAssertion>
  565. <EntityAnnotation>
  566. <Individual URI="&SysML-QUDV-SI;metre_Power1"/>
  567. <Annotation annotationURI="&rdfs;label">
  568. <Constant>metre_Power1</Constant>
  569. </Annotation>
  570. </EntityAnnotation>
  571. <ClassAssertion>
  572. <Class URI="&SysML-QUDV;UnitFactor"/>
  573. <Individual URI="&SysML-QUDV-SI;metre_Power2"/>
  574. </ClassAssertion>
  575. <ObjectPropertyAssertion>
  576. <ObjectProperty URI="&SysML-QUDV;unit"/>
  577. <Individual URI="&SysML-QUDV-SI;metre_Power2"/>
  578. <Individual URI="&SysML-QUDV-SI;metre"/>
  579. </ObjectPropertyAssertion>
  580. <DataPropertyAssertion>
  581. <DataProperty URI="&SysML-QUDV;exponent"/>
  582. <Individual URI="&SysML-QUDV-SI;metre_Power2"/>
  583. <Constant datatypeURI="&xsd;double">2.0</Constant>
  584. </DataPropertyAssertion>
  585. <EntityAnnotation>
  586. <Individual URI="&SysML-QUDV-SI;metre_Power2"/>
  587. <Annotation annotationURI="&rdfs;label">
  588. <Constant>metre_Power2</Constant>
  589. </Annotation>
  590. </EntityAnnotation>
  591. <ClassAssertion>
  592. <Class URI="&SysML-QUDV;DerivedQuantityKind"/>
  593. <Individual URI="&SysML-QUDV-SI;powerQK"/>
  594. </ClassAssertion>
  595. <ObjectPropertyAssertion>
  596. <ObjectProperty URI="&SysML-QUDV;factor"/>
  597. <Individual URI="&SysML-QUDV-SI;powerQK"/>
  598. <Individual URI="&SysML-QUDV-SI;energyQK_Power1"/>
  599. </ObjectPropertyAssertion>
  600. <ObjectPropertyAssertion>
  601. <ObjectProperty URI="&SysML-QUDV;factor"/>
  602. <Individual URI="&SysML-QUDV-SI;powerQK"/>
  603. <Individual URI="&SysML-QUDV-SI;timeQK_PowerMinus1"/>
  604. </ObjectPropertyAssertion>
  605. <DataPropertyAssertion>
  606. <DataProperty URI="&SysML-QUDV;name"/>
  607. <Individual URI="&SysML-QUDV-SI;powerQK"/>
  608. <Constant datatypeURI="&xsd;string">power</Constant>
  609. </DataPropertyAssertion>
  610. <DataPropertyAssertion>
  611. <DataProperty URI="&SysML-QUDV;symbol"/>
  612. <Individual URI="&SysML-QUDV-SI;powerQK"/>
  613. <Constant datatypeURI="&xsd;string">P</Constant>
  614. </DataPropertyAssertion>
  615. <EntityAnnotation>
  616. <Individual URI="&SysML-QUDV-SI;powerQK"/>
  617. <Annotation annotationURI="&rdfs;label">
  618. <Constant>powerQK</Constant>
  619. </Annotation>
  620. </EntityAnnotation>
  621. <ClassAssertion>
  622. <Class URI="&SysML-QUDV;SimpleUnit"/>
  623. <Individual URI="&SysML-QUDV-SI;second"/>
  624. </ClassAssertion>
  625. <ObjectPropertyAssertion>
  626. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  627. <Individual URI="&SysML-QUDV-SI;second"/>
  628. <Individual URI="&SysML-QUDV-SI;timeQK"/>
  629. </ObjectPropertyAssertion>
  630. <DataPropertyAssertion>
  631. <DataProperty URI="&SysML-QUDV;name"/>
  632. <Individual URI="&SysML-QUDV-SI;second"/>
  633. <Constant datatypeURI="&xsd;string">second</Constant>
  634. </DataPropertyAssertion>
  635. <DataPropertyAssertion>
  636. <DataProperty URI="&SysML-QUDV;symbol"/>
  637. <Individual URI="&SysML-QUDV-SI;second"/>
  638. <Constant datatypeURI="&xsd;string">s</Constant>
  639. </DataPropertyAssertion>
  640. <EntityAnnotation>
  641. <Individual URI="&SysML-QUDV-SI;second"/>
  642. <Annotation annotationURI="&rdfs;label">
  643. <Constant>second</Constant>
  644. </Annotation>
  645. </EntityAnnotation>
  646. <ClassAssertion>
  647. <Class URI="&SysML-QUDV;UnitFactor"/>
  648. <Individual URI="&SysML-QUDV-SI;second_PowerMinus1"/>
  649. </ClassAssertion>
  650. <ObjectPropertyAssertion>
  651. <ObjectProperty URI="&SysML-QUDV;unit"/>
  652. <Individual URI="&SysML-QUDV-SI;second_PowerMinus1"/>
  653. <Individual URI="&SysML-QUDV-SI;second"/>
  654. </ObjectPropertyAssertion>
  655. <DataPropertyAssertion>
  656. <DataProperty URI="&SysML-QUDV;exponent"/>
  657. <Individual URI="&SysML-QUDV-SI;second_PowerMinus1"/>
  658. <Constant datatypeURI="&xsd;double">-1.0</Constant>
  659. </DataPropertyAssertion>
  660. <EntityAnnotation>
  661. <Individual URI="&SysML-QUDV-SI;second_PowerMinus1"/>
  662. <Annotation annotationURI="&rdfs;label">
  663. <Constant
  664. >second_PowerMinus1</Constant>
  665. </Annotation>
  666. </EntityAnnotation>
  667. <ClassAssertion>
  668. <Class URI="&SysML-QUDV;UnitFactor"/>
  669. <Individual URI="&SysML-QUDV-SI;second_PowerMinus2"/>
  670. </ClassAssertion>
  671. <ObjectPropertyAssertion>
  672. <ObjectProperty URI="&SysML-QUDV;unit"/>
  673. <Individual URI="&SysML-QUDV-SI;second_PowerMinus2"/>
  674. <Individual URI="&SysML-QUDV-SI;second"/>
  675. </ObjectPropertyAssertion>
  676. <DataPropertyAssertion>
  677. <DataProperty URI="&SysML-QUDV;exponent"/>
  678. <Individual URI="&SysML-QUDV-SI;second_PowerMinus2"/>
  679. <Constant datatypeURI="&xsd;double">-2.0</Constant>
  680. </DataPropertyAssertion>
  681. <EntityAnnotation>
  682. <Individual URI="&SysML-QUDV-SI;second_PowerMinus2"/>
  683. <Annotation annotationURI="&rdfs;label">
  684. <Constant
  685. >second_PowerMinus2</Constant>
  686. </Annotation>
  687. </EntityAnnotation>
  688. <ClassAssertion>
  689. <Class URI="&SysML-QUDV;SystemOfQuantities"/>
  690. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfQuantities"/>
  691. </ClassAssertion>
  692. <ObjectPropertyAssertion>
  693. <ObjectProperty URI="&SysML-QUDV;baseQuantityKind"/>
  694. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfQuantities"/>
  695. <Individual URI="&SysML-QUDV-SI;massQK"/>
  696. </ObjectPropertyAssertion>
  697. <ObjectPropertyAssertion>
  698. <ObjectProperty URI="&SysML-QUDV;baseQuantityKind"/>
  699. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfQuantities"/>
  700. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureQK"/>
  701. </ObjectPropertyAssertion>
  702. <ObjectPropertyAssertion>
  703. <ObjectProperty URI="&SysML-QUDV;baseQuantityKind"/>
  704. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfQuantities"/>
  705. <Individual URI="&SysML-QUDV-SI;timeQK"/>
  706. </ObjectPropertyAssertion>
  707. <ObjectPropertyAssertion>
  708. <ObjectProperty URI="&SysML-QUDV;baseQuantityKind"/>
  709. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfQuantities"/>
  710. <Individual URI="&SysML-QUDV-SI;lengthQK"/>
  711. </ObjectPropertyAssertion>
  712. <ObjectPropertyAssertion>
  713. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  714. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfQuantities"/>
  715. <Individual URI="&SysML-QUDV-SI;celsiusTemperatureQK"/>
  716. </ObjectPropertyAssertion>
  717. <ObjectPropertyAssertion>
  718. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  719. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfQuantities"/>
  720. <Individual URI="&SysML-QUDV-SI;powerQK"/>
  721. </ObjectPropertyAssertion>
  722. <ObjectPropertyAssertion>
  723. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  724. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfQuantities"/>
  725. <Individual URI="&SysML-QUDV-SI;energyQK"/>
  726. </ObjectPropertyAssertion>
  727. <DataPropertyAssertion>
  728. <DataProperty URI="&SysML-QUDV;description"/>
  729. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfQuantities"/>
  730. <Constant datatypeURI="&xsd;string"
  731. >As defined in ISO 31 and ISO/IEC 80000.</Constant>
  732. </DataPropertyAssertion>
  733. <DataPropertyAssertion>
  734. <DataProperty URI="&SysML-QUDV;name"/>
  735. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfQuantities"/>
  736. <Constant datatypeURI="&xsd;string"
  737. >International System of Quantities</Constant>
  738. </DataPropertyAssertion>
  739. <DataPropertyAssertion>
  740. <DataProperty URI="&SysML-QUDV;symbol"/>
  741. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfQuantities"/>
  742. <Constant datatypeURI="&xsd;string">ISQ</Constant>
  743. </DataPropertyAssertion>
  744. <EntityAnnotation>
  745. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfQuantities"/>
  746. <Annotation annotationURI="&rdfs;label">
  747. <Constant
  748. >theInternationalSystemOfQuantities</Constant>
  749. </Annotation>
  750. </EntityAnnotation>
  751. <ClassAssertion>
  752. <Class URI="&SysML-QUDV;SystemOfUnits"/>
  753. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfUnits"/>
  754. </ClassAssertion>
  755. <ObjectPropertyAssertion>
  756. <ObjectProperty URI="&SysML-QUDV;baseUnit"/>
  757. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfUnits"/>
  758. <Individual URI="&SysML-QUDV-SI;kelvin"/>
  759. </ObjectPropertyAssertion>
  760. <ObjectPropertyAssertion>
  761. <ObjectProperty URI="&SysML-QUDV;baseUnit"/>
  762. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfUnits"/>
  763. <Individual URI="&SysML-QUDV-SI;metre"/>
  764. </ObjectPropertyAssertion>
  765. <ObjectPropertyAssertion>
  766. <ObjectProperty URI="&SysML-QUDV;baseUnit"/>
  767. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfUnits"/>
  768. <Individual URI="&SysML-QUDV-SI;kilogram"/>
  769. </ObjectPropertyAssertion>
  770. <ObjectPropertyAssertion>
  771. <ObjectProperty URI="&SysML-QUDV;baseUnit"/>
  772. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfUnits"/>
  773. <Individual URI="&SysML-QUDV-SI;second"/>
  774. </ObjectPropertyAssertion>
  775. <ObjectPropertyAssertion>
  776. <ObjectProperty URI="&SysML-QUDV;unit"/>
  777. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfUnits"/>
  778. <Individual URI="&SysML-QUDV-SI;joule"/>
  779. </ObjectPropertyAssertion>
  780. <ObjectPropertyAssertion>
  781. <ObjectProperty URI="&SysML-QUDV;unit"/>
  782. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfUnits"/>
  783. <Individual URI="&SysML-QUDV-SI;degreeCelsius"/>
  784. </ObjectPropertyAssertion>
  785. <ObjectPropertyAssertion>
  786. <ObjectProperty URI="&SysML-QUDV;unit"/>
  787. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfUnits"/>
  788. <Individual URI="&SysML-QUDV-SI;watt"/>
  789. </ObjectPropertyAssertion>
  790. <ObjectPropertyAssertion>
  791. <ObjectProperty URI="&SysML-QUDV;unit"/>
  792. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfUnits"/>
  793. <Individual URI="&SysML-QUDV-SI;gram"/>
  794. </ObjectPropertyAssertion>
  795. <DataPropertyAssertion>
  796. <DataProperty URI="&SysML-QUDV;description"/>
  797. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfUnits"/>
  798. <Constant datatypeURI="&xsd;string"
  799. >As defined in ISO 31 and ISO/IEC 80000.</Constant>
  800. </DataPropertyAssertion>
  801. <DataPropertyAssertion>
  802. <DataProperty URI="&SysML-QUDV;name"/>
  803. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfUnits"/>
  804. <Constant datatypeURI="&xsd;string"
  805. >International System of Units</Constant>
  806. </DataPropertyAssertion>
  807. <DataPropertyAssertion>
  808. <DataProperty URI="&SysML-QUDV;symbol"/>
  809. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfUnits"/>
  810. <Constant datatypeURI="&xsd;string">SI</Constant>
  811. </DataPropertyAssertion>
  812. <EntityAnnotation>
  813. <Individual URI="&SysML-QUDV-SI;theInternationalSystemOfUnits"/>
  814. <Annotation annotationURI="&rdfs;label">
  815. <Constant
  816. >theInternationalSystemOfUnits</Constant>
  817. </Annotation>
  818. </EntityAnnotation>
  819. <ClassAssertion>
  820. <Class URI="&SysML-QUDV;SimpleQuantityKind"/>
  821. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureQK"/>
  822. </ClassAssertion>
  823. <ObjectPropertyAssertion>
  824. <ObjectProperty URI="&SysML-QUDV;scale"/>
  825. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureQK"/>
  826. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScale"/>
  827. </ObjectPropertyAssertion>
  828. <DataPropertyAssertion>
  829. <DataProperty URI="&SysML-QUDV;name"/>
  830. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureQK"/>
  831. <Constant datatypeURI="&xsd;string"
  832. >thermodynamic temperature</Constant>
  833. </DataPropertyAssertion>
  834. <DataPropertyAssertion>
  835. <DataProperty URI="&SysML-QUDV;symbol"/>
  836. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureQK"/>
  837. <Constant datatypeURI="&xsd;string">&amp;Theta;</Constant>
  838. </DataPropertyAssertion>
  839. <EntityAnnotation>
  840. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureQK"/>
  841. <Annotation annotationURI="&rdfs;label">
  842. <Constant
  843. >thermodynamicTemperatureQK</Constant>
  844. </Annotation>
  845. </EntityAnnotation>
  846. <ClassAssertion>
  847. <Class URI="&SysML-QUDV;Scale"/>
  848. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScale"/>
  849. </ClassAssertion>
  850. <ObjectPropertyAssertion>
  851. <ObjectProperty URI="&SysML-QUDV;scaleValueDefinition"/>
  852. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScale"/>
  853. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScaleTriplePointOfWater"/>
  854. </ObjectPropertyAssertion>
  855. <ObjectPropertyAssertion>
  856. <ObjectProperty URI="&SysML-QUDV;scaleValueDefinition"/>
  857. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScale"/>
  858. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScaleAbsoluteZero"/>
  859. </ObjectPropertyAssertion>
  860. <ObjectPropertyAssertion>
  861. <ObjectProperty URI="&SysML-QUDV;unit"/>
  862. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScale"/>
  863. <Individual URI="&SysML-QUDV-SI;kelvin"/>
  864. </ObjectPropertyAssertion>
  865. <EntityAnnotation>
  866. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScale"/>
  867. <Annotation annotationURI="&rdfs;label">
  868. <Constant
  869. >thermodynamicTemperatureScale</Constant>
  870. </Annotation>
  871. </EntityAnnotation>
  872. <ClassAssertion>
  873. <Class URI="&SysML-QUDV;ScaleValueDefinition"/>
  874. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScaleAbsoluteZero"/>
  875. </ClassAssertion>
  876. <DataPropertyAssertion>
  877. <DataProperty URI="&SysML-QUDV;description"/>
  878. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScaleAbsoluteZero"/>
  879. <Constant datatypeURI="&xsd;string"
  880. >absolute zero thermodynamic temperature</Constant>
  881. </DataPropertyAssertion>
  882. <DataPropertyAssertion>
  883. <DataProperty URI="&SysML-QUDV;numericalValue"/>
  884. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScaleAbsoluteZero"/>
  885. <Constant datatypeURI="&xsd;double">0.0</Constant>
  886. </DataPropertyAssertion>
  887. <EntityAnnotation>
  888. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScaleAbsoluteZero"/>
  889. <Annotation annotationURI="&rdfs;label">
  890. <Constant
  891. >thermodynamicTemperatureScaleAbsoluteZero</Constant>
  892. </Annotation>
  893. </EntityAnnotation>
  894. <ClassAssertion>
  895. <Class URI="&SysML-QUDV;ScaleValueDefinition"/>
  896. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScaleTriplePointOfWater"/>
  897. </ClassAssertion>
  898. <DataPropertyAssertion>
  899. <DataProperty URI="&SysML-QUDV;description"/>
  900. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScaleTriplePointOfWater"/>
  901. <Constant datatypeURI="&xsd;string"
  902. >thermodynamic temperature of the triple point of water</Constant>
  903. </DataPropertyAssertion>
  904. <DataPropertyAssertion>
  905. <DataProperty URI="&SysML-QUDV;numericalValue"/>
  906. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScaleTriplePointOfWater"/>
  907. <Constant datatypeURI="&xsd;double">273.16</Constant>
  908. </DataPropertyAssertion>
  909. <EntityAnnotation>
  910. <Individual URI="&SysML-QUDV-SI;thermodynamicTemperatureScaleTriplePointOfWater"/>
  911. <Annotation annotationURI="&rdfs;label">
  912. <Constant
  913. >thermodynamicTemperatureScaleTriplePointOfWater</Constant>
  914. </Annotation>
  915. </EntityAnnotation>
  916. <ClassAssertion>
  917. <Class URI="&SysML-QUDV;SimpleQuantityKind"/>
  918. <Individual URI="&SysML-QUDV-SI;timeQK"/>
  919. </ClassAssertion>
  920. <DataPropertyAssertion>
  921. <DataProperty URI="&SysML-QUDV;name"/>
  922. <Individual URI="&SysML-QUDV-SI;timeQK"/>
  923. <Constant datatypeURI="&xsd;string">time</Constant>
  924. </DataPropertyAssertion>
  925. <DataPropertyAssertion>
  926. <DataProperty URI="&SysML-QUDV;symbol"/>
  927. <Individual URI="&SysML-QUDV-SI;timeQK"/>
  928. <Constant datatypeURI="&xsd;string">T</Constant>
  929. </DataPropertyAssertion>
  930. <EntityAnnotation>
  931. <Individual URI="&SysML-QUDV-SI;timeQK"/>
  932. <Annotation annotationURI="&rdfs;label">
  933. <Constant>timeQK</Constant>
  934. </Annotation>
  935. </EntityAnnotation>
  936. <ClassAssertion>
  937. <Class URI="&SysML-QUDV;QuantityKindFactor"/>
  938. <Individual URI="&SysML-QUDV-SI;timeQK_PowerMinus1"/>
  939. </ClassAssertion>
  940. <ObjectPropertyAssertion>
  941. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  942. <Individual URI="&SysML-QUDV-SI;timeQK_PowerMinus1"/>
  943. <Individual URI="&SysML-QUDV-SI;timeQK"/>
  944. </ObjectPropertyAssertion>
  945. <DataPropertyAssertion>
  946. <DataProperty URI="&SysML-QUDV;exponent"/>
  947. <Individual URI="&SysML-QUDV-SI;timeQK_PowerMinus1"/>
  948. <Constant datatypeURI="&xsd;double">-1.0</Constant>
  949. </DataPropertyAssertion>
  950. <EntityAnnotation>
  951. <Individual URI="&SysML-QUDV-SI;timeQK_PowerMinus1"/>
  952. <Annotation annotationURI="&rdfs;label">
  953. <Constant
  954. >timeQK_PowerMinus1</Constant>
  955. </Annotation>
  956. </EntityAnnotation>
  957. <ClassAssertion>
  958. <Class URI="&SysML-QUDV;QuantityKindFactor"/>
  959. <Individual URI="&SysML-QUDV-SI;timeQK_PowerMinus2"/>
  960. </ClassAssertion>
  961. <ObjectPropertyAssertion>
  962. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  963. <Individual URI="&SysML-QUDV-SI;timeQK_PowerMinus2"/>
  964. <Individual URI="&SysML-QUDV-SI;timeQK"/>
  965. </ObjectPropertyAssertion>
  966. <DataPropertyAssertion>
  967. <DataProperty URI="&SysML-QUDV;exponent"/>
  968. <Individual URI="&SysML-QUDV-SI;timeQK_PowerMinus2"/>
  969. <Constant datatypeURI="&xsd;double">-2.0</Constant>
  970. </DataPropertyAssertion>
  971. <EntityAnnotation>
  972. <Individual URI="&SysML-QUDV-SI;timeQK_PowerMinus2"/>
  973. <Annotation annotationURI="&rdfs;label">
  974. <Constant
  975. >timeQK_PowerMinus2</Constant>
  976. </Annotation>
  977. </EntityAnnotation>
  978. <ClassAssertion>
  979. <Class URI="&SysML-QUDV;DerivedQuantityKind"/>
  980. <Individual URI="&SysML-QUDV-SI;velocityQK"/>
  981. </ClassAssertion>
  982. <ObjectPropertyAssertion>
  983. <ObjectProperty URI="&SysML-QUDV;factor"/>
  984. <Individual URI="&SysML-QUDV-SI;velocityQK"/>
  985. <Individual URI="&SysML-QUDV-SI;lengthQK_Power1"/>
  986. </ObjectPropertyAssertion>
  987. <ObjectPropertyAssertion>
  988. <ObjectProperty URI="&SysML-QUDV;factor"/>
  989. <Individual URI="&SysML-QUDV-SI;velocityQK"/>
  990. <Individual URI="&SysML-QUDV-SI;timeQK_PowerMinus1"/>
  991. </ObjectPropertyAssertion>
  992. <DataPropertyAssertion>
  993. <DataProperty URI="&SysML-QUDV;name"/>
  994. <Individual URI="&SysML-QUDV-SI;velocityQK"/>
  995. <Constant datatypeURI="&xsd;string">velocity</Constant>
  996. </DataPropertyAssertion>
  997. <DataPropertyAssertion>
  998. <DataProperty URI="&SysML-QUDV;symbol"/>
  999. <Individual URI="&SysML-QUDV-SI;velocityQK"/>
  1000. <Constant datatypeURI="&xsd;string">v</Constant>
  1001. </DataPropertyAssertion>
  1002. <EntityAnnotation>
  1003. <Individual URI="&SysML-QUDV-SI;velocityQK"/>
  1004. <Annotation annotationURI="&rdfs;label">
  1005. <Constant>velocityQK</Constant>
  1006. </Annotation>
  1007. </EntityAnnotation>
  1008. <ClassAssertion>
  1009. <Class URI="&SysML-QUDV;DerivedUnit"/>
  1010. <Individual URI="&SysML-QUDV-SI;watt"/>
  1011. </ClassAssertion>
  1012. <ObjectPropertyAssertion>
  1013. <ObjectProperty URI="&SysML-QUDV;factor"/>
  1014. <Individual URI="&SysML-QUDV-SI;watt"/>
  1015. <Individual URI="&SysML-QUDV-SI;joule_Power1"/>
  1016. </ObjectPropertyAssertion>
  1017. <ObjectPropertyAssertion>
  1018. <ObjectProperty URI="&SysML-QUDV;factor"/>
  1019. <Individual URI="&SysML-QUDV-SI;watt"/>
  1020. <Individual URI="&SysML-QUDV-SI;second_PowerMinus1"/>
  1021. </ObjectPropertyAssertion>
  1022. <ObjectPropertyAssertion>
  1023. <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
  1024. <Individual URI="&SysML-QUDV-SI;watt"/>
  1025. <Individual URI="&SysML-QUDV-SI;powerQK"/>
  1026. </ObjectPropertyAssertion>
  1027. <DataPropertyAssertion>
  1028. <DataProperty URI="&SysML-QUDV;name"/>
  1029. <Individual URI="&SysML-QUDV-SI;watt"/>
  1030. <Constant datatypeURI="&xsd;string">watt</Constant>
  1031. </DataPropertyAssertion>
  1032. <DataPropertyAssertion>
  1033. <DataProperty URI="&SysML-QUDV;symbol"/>
  1034. <Individual URI="&SysML-QUDV-SI;watt"/>
  1035. <Constant datatypeURI="&xsd;string">W</Constant>
  1036. </DataPropertyAssertion>
  1037. <EntityAnnotation>
  1038. <Individual URI="&SysML-QUDV-SI;watt"/>
  1039. <Annotation annotationURI="&rdfs;label">
  1040. <Constant>watt</Constant>
  1041. </Annotation>
  1042. </EntityAnnotation>
  1043. </Ontology>
  1044. <!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->