iqvoc 4.6.0 → 4.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (383) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/Gemfile +5 -3
  4. data/Gemfile.lock +50 -44
  5. data/README.md +1 -1
  6. data/app/assets/javascripts/framework.js +1 -1
  7. data/app/assets/javascripts/iqvoc/entityselect.js.erb +17 -20
  8. data/app/assets/javascripts/iqvoc/iqvoc.js +2 -2
  9. data/app/assets/javascripts/iqvoc/treeview.js +1 -0
  10. data/app/assets/stylesheets/framework.css.scss +3 -1
  11. data/app/assets/stylesheets/iqvoc/components/_treeview.css.scss.erb +1 -1
  12. data/app/assets/stylesheets/iqvoc/hacks/_jquery-ui_extensions.css.scss +5 -0
  13. data/app/concerns/reverse_match_errors.rb +1 -0
  14. data/app/controllers/reverse_matches_controller.rb +2 -0
  15. data/app/helpers/concepts_helper.rb +1 -1
  16. data/app/jobs/reverse_match_job.rb +11 -3
  17. data/app/models/collection/base.rb +3 -2
  18. data/app/models/concept/base.rb +0 -1
  19. data/app/models/note/base.rb +44 -3
  20. data/app/views/concepts/hierarchical/index.html.erb +1 -1
  21. data/app/views/search_results/sections/_languages.html.erb +1 -1
  22. data/config/locales/authlogic.en.yml +3 -3
  23. data/config/locales/en.yml +1 -1
  24. data/db/migrate/20140730132113_add_type_to_users.rb +1 -1
  25. data/db/schema.rb +79 -62
  26. data/lib/iqvoc/version.rb +1 -1
  27. data/public/export/{10110.nt → 33993.nt} +0 -0
  28. data/public/export/{10528.nt → 62809.nt} +0 -0
  29. data/public/uploads/import/{01cb889ac483ce809435db5e37d01010.nt → 3981aa91cf22e26fbf6b1312b2bcdcc8.nt} +0 -0
  30. data/public/uploads/import/{05c5e3cc92a18a3ce176065485caafeb.nt → 9f9d6b4293be8def1b406156a3e2bcd9.nt} +0 -0
  31. data/public/uploads/tmp/{1400683232-10539-5676 → 1417625624-7926-3861}/hobbies.nt +0 -0
  32. data/public/uploads/tmp/{1400683420-10634-8312 → 1417625658-7975-5171}/hobbies.nt +0 -0
  33. data/test/controllers/reverse_match_test.rb +25 -0
  34. data/test/integration/create_concept_test.rb +1 -1
  35. data/test/integration/search_test.rb +1 -2
  36. data/test/test_helper.rb +6 -0
  37. data/vendor/assets/javascripts/{jquery-ui.custom.js → jquery-ui.js} +3098 -2960
  38. data/vendor/assets/stylesheets/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  39. data/vendor/assets/stylesheets/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
  40. data/vendor/assets/{images → stylesheets/images}/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
  41. data/vendor/assets/{images → stylesheets/images}/ui-bg_glass_85_dfeffc_1x400.png +0 -0
  42. data/vendor/assets/{images → stylesheets/images}/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  43. data/vendor/assets/{images → stylesheets/images}/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
  44. data/vendor/assets/{images → stylesheets/images}/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
  45. data/vendor/assets/{images → stylesheets/images}/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  46. data/vendor/assets/{images → stylesheets/images}/ui-icons_217bc0_256x240.png +0 -0
  47. data/vendor/assets/{images → stylesheets/images}/ui-icons_2e83ff_256x240.png +0 -0
  48. data/vendor/assets/{images → stylesheets/images}/ui-icons_469bdd_256x240.png +0 -0
  49. data/vendor/assets/{images → stylesheets/images}/ui-icons_6da8d5_256x240.png +0 -0
  50. data/vendor/assets/{images → stylesheets/images}/ui-icons_cd0a0a_256x240.png +0 -0
  51. data/vendor/assets/{images → stylesheets/images}/ui-icons_d8e7f3_256x240.png +0 -0
  52. data/vendor/assets/{images → stylesheets/images}/ui-icons_f9bd01_256x240.png +0 -0
  53. data/vendor/assets/stylesheets/{jquery-ui-1.10.3.custom.css.scss → jquery-ui.css.scss} +46 -61
  54. data/vendor/assets/stylesheets/jquery-ui.structure.css.scss +317 -0
  55. data/vendor/assets/stylesheets/jquery-ui.theme.css.scss +410 -0
  56. metadata +28 -352
  57. data/config/initializers/secret_token.rb +0 -28
  58. data/public/export/11105.nt +0 -28
  59. data/public/export/11353.nt +0 -28
  60. data/public/export/11790.nt +0 -28
  61. data/public/export/12931.nt +0 -1
  62. data/public/export/1385.nt +0 -28
  63. data/public/export/15083.nt +0 -28
  64. data/public/export/16538.nt +0 -28
  65. data/public/export/1879.nt +0 -28
  66. data/public/export/19502.nt +0 -28
  67. data/public/export/19834.nt +0 -28
  68. data/public/export/21183.nt +0 -28
  69. data/public/export/21512.nt +0 -28
  70. data/public/export/22034.nt +0 -28
  71. data/public/export/2434.nt +0 -28
  72. data/public/export/24841.nt +0 -28
  73. data/public/export/26109.nt +0 -28
  74. data/public/export/27784.nt +0 -28
  75. data/public/export/28422.nt +0 -28
  76. data/public/export/28627.nt +0 -28
  77. data/public/export/29185.nt +0 -28
  78. data/public/export/30124.nt +0 -28
  79. data/public/export/305768326302831570152374795088739069204.nt +0 -447
  80. data/public/export/3118.nt +0 -1
  81. data/public/export/31250.nt +0 -28
  82. data/public/export/31272.nt +0 -28
  83. data/public/export/31875.nt +0 -28
  84. data/public/export/32197.nt +0 -28
  85. data/public/export/32223.nt +0 -28
  86. data/public/export/32324.nt +0 -28
  87. data/public/export/33084.nt +0 -28
  88. data/public/export/33257.nt +0 -28
  89. data/public/export/33545.nt +0 -28
  90. data/public/export/34179.nt +0 -28
  91. data/public/export/34582.nt +0 -1
  92. data/public/export/35271.nt +0 -28
  93. data/public/export/35426.nt +0 -36
  94. data/public/export/36234.nt +0 -28
  95. data/public/export/36363.nt +0 -28
  96. data/public/export/36559.nt +0 -28
  97. data/public/export/37333.nt +0 -28
  98. data/public/export/38332.nt +0 -28
  99. data/public/export/38461.nt +0 -28
  100. data/public/export/38721.nt +0 -28
  101. data/public/export/39469.nt +0 -28
  102. data/public/export/40637.nt +0 -28
  103. data/public/export/40746.nt +0 -28
  104. data/public/export/40987.nt +0 -28
  105. data/public/export/4297.nt +0 -28
  106. data/public/export/43236.nt +0 -28
  107. data/public/export/43644.nt +0 -28
  108. data/public/export/45021.nt +0 -28
  109. data/public/export/45120.nt +0 -1
  110. data/public/export/45552.nt +0 -28
  111. data/public/export/46172.nt +0 -28
  112. data/public/export/46739.nt +0 -28
  113. data/public/export/4929.nt +0 -28
  114. data/public/export/50335.nt +0 -28
  115. data/public/export/51428.nt +0 -28
  116. data/public/export/51494.nt +0 -28
  117. data/public/export/51877.nt +0 -1
  118. data/public/export/5359.nt +0 -28
  119. data/public/export/53989.nt +0 -28
  120. data/public/export/54563.nt +0 -28
  121. data/public/export/54634.nt +0 -28
  122. data/public/export/54759.nt +0 -28
  123. data/public/export/54895.nt +0 -28
  124. data/public/export/55279.nt +0 -28
  125. data/public/export/5567.nt +0 -28
  126. data/public/export/57502.nt +0 -28
  127. data/public/export/58015.nt +0 -28
  128. data/public/export/58964.nt +0 -28
  129. data/public/export/60674.nt +0 -28
  130. data/public/export/61265.nt +0 -28
  131. data/public/export/61895.nt +0 -28
  132. data/public/export/62372.nt +0 -28
  133. data/public/export/62469.nt +0 -28
  134. data/public/export/62880.nt +0 -28
  135. data/public/export/63673.nt +0 -28
  136. data/public/export/64151.nt +0 -28
  137. data/public/export/64891.nt +0 -28
  138. data/public/export/7089.nt +0 -28
  139. data/public/export/7365.nt +0 -28
  140. data/public/export/7473.nt +0 -28
  141. data/public/export/7939.nt +0 -28
  142. data/public/export/8509.nt +0 -28
  143. data/public/export/9370.nt +0 -28
  144. data/public/export/9600.nt +0 -28
  145. data/public/uploads/import/0a539be7eb44e0aa1f4eebe485e67d32.nt +0 -260
  146. data/public/uploads/import/0ceccdec88406d5de2f9c91d6c32bd63.nt +0 -260
  147. data/public/uploads/import/0d199979d7a157c89b517b0121f220de.nt +0 -259
  148. data/public/uploads/import/0d1cb3a3c90c406735065c39ccf36882.nt +0 -260
  149. data/public/uploads/import/1146b2566f01d412f53aefb921b8abf6.nt +0 -259
  150. data/public/uploads/import/12f08c2e20a05620666d39cabb148b90.nt +0 -259
  151. data/public/uploads/import/136c72e86af49d44b885c609a97050e5.nt +0 -259
  152. data/public/uploads/import/1406b0ff2e1b68d38bdafe54a54e7981.nt +0 -259
  153. data/public/uploads/import/142764b92a63f20feb0e6d1398517394.nt +0 -259
  154. data/public/uploads/import/1618cd8f36abb0d25d5cee9eef4162dd.nt +0 -259
  155. data/public/uploads/import/1838327ebac2c062a9036e0187d8c607.nt +0 -259
  156. data/public/uploads/import/1be9a54bb74a467fbd6321190e10a23b.nt +0 -259
  157. data/public/uploads/import/1eb3eabccf76ddb2a6bba92eac8b84b9.nt +0 -259
  158. data/public/uploads/import/1f147a50c4203690ea4b1ac66f748537.nt +0 -259
  159. data/public/uploads/import/22be1db3763deeafb6e9bdc8af7de52f.nt +0 -259
  160. data/public/uploads/import/24ed4b1b10f4c9facb797d8055f3cc59.nt +0 -259
  161. data/public/uploads/import/25634d3f1c727c79e47104d45a169d22.nt +0 -259
  162. data/public/uploads/import/25eb335ad83136428eedfd427409f5bb.nt +0 -259
  163. data/public/uploads/import/283e799cc2342cf33550a1668e760021.nt +0 -259
  164. data/public/uploads/import/28848fff43a56cba0924478a015e4c8e.nt +0 -259
  165. data/public/uploads/import/28a2a5974b1eed79e85d92046fe58d22.nt +0 -260
  166. data/public/uploads/import/296bea9c560bb915222cb892124c9bab.nt +0 -260
  167. data/public/uploads/import/2ac22cf493b3991b6524e7bf7c9c9483.nt +0 -260
  168. data/public/uploads/import/2b0de64784aa4f574c74bd7a5ca67e81.nt +0 -259
  169. data/public/uploads/import/2be31e7e2493319f9cb7e210eabb84b6.nt +0 -259
  170. data/public/uploads/import/2f7a5213d7e134237b69cbdc9c8e0985.nt +0 -260
  171. data/public/uploads/import/3025f07688ed08e81c430eed8e5e2b2c.nt +0 -259
  172. data/public/uploads/import/3062df55d07d30a0db0b00fc59a066ef.nt +0 -259
  173. data/public/uploads/import/35901d7daa6f90eb09b508eab2f19f97.nt +0 -259
  174. data/public/uploads/import/35943ba240eb26dc43092746316a666a.nt +0 -260
  175. data/public/uploads/import/3a39842a235c47d341390bb5ff76b013.nt +0 -259
  176. data/public/uploads/import/4217de34967f03696a2d1c4ec832b395.nt +0 -259
  177. data/public/uploads/import/432a521429991340c75d39069672f200.nt +0 -259
  178. data/public/uploads/import/4410370b7349278a941ec73edc506afb.nt +0 -260
  179. data/public/uploads/import/44f43bafabc21e6a080bb820b86c8efa.nt +0 -259
  180. data/public/uploads/import/4910bf38577bcef7ca835225a22d04cf.nt +0 -259
  181. data/public/uploads/import/4a1092bfdd2c3e6cd684d00f2ebb48a0.nt +0 -259
  182. data/public/uploads/import/4a924fe4d94485b794a0ac4ae2dbe7b2.nt +0 -259
  183. data/public/uploads/import/4ab869eeeec7deaf5840548196350ffe.nt +0 -260
  184. data/public/uploads/import/4d8c90b9e5b7a06e40dc9b426f19d762.nt +0 -259
  185. data/public/uploads/import/4f884498309031e9a3b75c5d7c59b353.nt +0 -260
  186. data/public/uploads/import/503e198ce4ec0e311db1d06fc2b6962a.nt +0 -259
  187. data/public/uploads/import/51fcfdd1ba9e57f7afd8bfb3135b18be.nt +0 -259
  188. data/public/uploads/import/525b24358e3b1a5afd18bbbe930bcb35.nt +0 -259
  189. data/public/uploads/import/542a2a3b0a62b9599922a67a5085c625.nt +0 -259
  190. data/public/uploads/import/5572705385339b834e975f5d7f26f89a.nt +0 -259
  191. data/public/uploads/import/56aafaf5adcdd148722aeaf0b37a2ba3.nt +0 -259
  192. data/public/uploads/import/59b6122c9a524891ae8dadf34e04f925.nt +0 -259
  193. data/public/uploads/import/5d4578b7bb3e3f2067f354be5b68d08f.nt +0 -259
  194. data/public/uploads/import/645eb1a598ae7003b45b29176587088b.nt +0 -259
  195. data/public/uploads/import/64cea1620f460841301aa57d23e6223c.nt +0 -259
  196. data/public/uploads/import/6bee752d1b71422389551999e1c29af9.nt +0 -259
  197. data/public/uploads/import/6c03e1aa271ca4613340130d16722850.nt +0 -259
  198. data/public/uploads/import/6d829ce927bca0d0291d3ca94c87d47d.nt +0 -259
  199. data/public/uploads/import/7019eec0ddbd6deccfa69f564e03007d.nt +0 -259
  200. data/public/uploads/import/70dcaf9bcb39a21172db26e20ef3abb1.nt +0 -259
  201. data/public/uploads/import/7c7f872865d77373f4e5d12d3b46c6d1.nt +0 -259
  202. data/public/uploads/import/7d630e4ae70fcdef7a26a5f54be1c87d.nt +0 -260
  203. data/public/uploads/import/7e2154e0fb9ecfa38d7d1791ba1f91e2.nt +0 -259
  204. data/public/uploads/import/7f5864cd2bb3608a478b6cacf213b6ef.nt +0 -259
  205. data/public/uploads/import/7fd575d1e51e867294cc3c55dd7b86d3.nt +0 -259
  206. data/public/uploads/import/81e614eb844d0a6e07724df0e0a391af.nt +0 -259
  207. data/public/uploads/import/8635fc73b0ad52e5531f6542cf73aab0.nt +0 -259
  208. data/public/uploads/import/87e8ab3b30135925cd296a4f105fdf28.nt +0 -259
  209. data/public/uploads/import/88f3ede5c716bcdc9ac4b16361f6014c.nt +0 -259
  210. data/public/uploads/import/8a09903d5ce62375eb315fb5a28cfb1e.nt +0 -259
  211. data/public/uploads/import/8dd67edd0888cc10c181b0cb13f114a5.nt +0 -260
  212. data/public/uploads/import/945e467cd3b86903a712322622403350.nt +0 -259
  213. data/public/uploads/import/947fc847742818ad2f8946150fa68280.nt +0 -259
  214. data/public/uploads/import/9668f439f7429886747a4981c53d2f7b.nt +0 -259
  215. data/public/uploads/import/97bf213b1827e1b3fe4a93f660cd297b.nt +0 -260
  216. data/public/uploads/import/9cc1c8c8530900bb42723b35a85c997a.nt +0 -260
  217. data/public/uploads/import/a34ebe5f52348d8e0690efbbd7dbb29b.nt +0 -259
  218. data/public/uploads/import/a6362a3aa7b0154ee5881aa4e97e4fc1.nt +0 -259
  219. data/public/uploads/import/acfb67a494ba87573b3cdd7997c7aba2.nt +0 -259
  220. data/public/uploads/import/ae888974bc1697ae1949a95dbcaa104b.nt +0 -259
  221. data/public/uploads/import/b238195b0159fd1aca793e33ea179b1d.nt +0 -259
  222. data/public/uploads/import/b36159aad53d09f5e6ca12e0dcea000c.nt +0 -259
  223. data/public/uploads/import/b42cf56722b79ef7e6730d19130d9dfd.nt +0 -259
  224. data/public/uploads/import/b54ffcb43a4c939b339fca358223177d.nt +0 -260
  225. data/public/uploads/import/bc140bce0ab1818edd55350b793eb36c.nt +0 -259
  226. data/public/uploads/import/bdfe458413c233f7c2e96041b8c2aa9d.nt +0 -259
  227. data/public/uploads/import/bf0168c5d5f472442707ff76115480b0.nt +0 -259
  228. data/public/uploads/import/c0479e6569a5cbd8fc74702c165f71b5.nt +0 -259
  229. data/public/uploads/import/c2c0372e27f625ca1ce1aa527059d6d2.nt +0 -259
  230. data/public/uploads/import/c43fbad62457debced3e2b5f175b633a.nt +0 -259
  231. data/public/uploads/import/c4d8f635e4bb5601713bbf9bc456c797.nt +0 -259
  232. data/public/uploads/import/c61960b982b3a8308e41de6cf094255d.nt +0 -259
  233. data/public/uploads/import/c63faf859a988775b27acb8e8712f13b.nt +0 -259
  234. data/public/uploads/import/cb1b6b27edfcc404ca469fa3ec6b0664.nt +0 -259
  235. data/public/uploads/import/cb37615bf36a26ecbfd6e0f738302d17.nt +0 -259
  236. data/public/uploads/import/d0369e2cb8216ddc3858a5ae93307da2.nt +0 -259
  237. data/public/uploads/import/d395b7bd9126c74ee3586b849768ef14.nt +0 -260
  238. data/public/uploads/import/d5d835b59eae82a208653c1b30ad74c9.nt +0 -259
  239. data/public/uploads/import/d82612b6c9d65e2f2dcfbda202b59a90.nt +0 -259
  240. data/public/uploads/import/dced9c69e9da871dfb3ed21c19d30d4c.nt +0 -259
  241. data/public/uploads/import/df361efdd673094c731454a91d925850.nt +0 -259
  242. data/public/uploads/import/df66a381628757d745ae3b60642c3746.nt +0 -260
  243. data/public/uploads/import/e1c59deb5c9119a65787bc5c2d71d678.nt +0 -259
  244. data/public/uploads/import/e2242e8bc7216edacba54071db90e2f7.nt +0 -259
  245. data/public/uploads/import/e3d2d0b824f8c45aae697261a4dbe891.nt +0 -259
  246. data/public/uploads/import/e59bb2aced9152cc0c9a8b1be30bf7b0.nt +0 -259
  247. data/public/uploads/import/e9a6f6db0a5a7e13b6eb576a8f724347.nt +0 -259
  248. data/public/uploads/import/ea69b273df07fb624312cbf853c434f4.nt +0 -259
  249. data/public/uploads/import/eaa64a373eab2b1ccf3a0caf4b9a9b36.nt +0 -259
  250. data/public/uploads/import/eaec06e06215273b63df2bfbfcd1be1f.nt +0 -260
  251. data/public/uploads/import/ed37994c6a8c15cc9dfcc5f0fc98d25e.nt +0 -259
  252. data/public/uploads/import/ef8c5b07b56a2f5bfd0818d146b54ad0.nt +0 -259
  253. data/public/uploads/import/f02c74ffa5f9b0247ed608654d69afbe.nt +0 -260
  254. data/public/uploads/import/f19ecbe95745af34dc11c7ee3a185250.nt +0 -260
  255. data/public/uploads/import/f1f6bbcef457c577c6cf8a41c332ed52.nt +0 -259
  256. data/public/uploads/import/f24e1405527ac90b18fc4b9103b0356b.nt +0 -259
  257. data/public/uploads/import/f324628e42cd2165e0befb2dc9e19ec3.nt +0 -259
  258. data/public/uploads/import/f4f4b5eb4283efc264b2e29b728b45ce.nt +0 -259
  259. data/public/uploads/import/f6cda0379fadb6b9ed88b59b04d1544a.nt +0 -259
  260. data/public/uploads/import/f8eb5272e6cc4b691765b370685b634e.nt +0 -260
  261. data/public/uploads/import/f92c5202d53cf595d63051016ebe2aed.nt +0 -259
  262. data/public/uploads/import/f9948cb7e270f1582313d9d64a0013f4.nt +0 -259
  263. data/public/uploads/tmp/1399391854-10068-6618/hobbies.nt +0 -260
  264. data/public/uploads/tmp/1399391911-10213-8446/hobbies.nt +0 -260
  265. data/public/uploads/tmp/1399392015-10496-2495/hobbies.nt +0 -260
  266. data/public/uploads/tmp/1399465936-82819-2227/hobbies.nt +0 -260
  267. data/public/uploads/tmp/1399562287-11058-4844/hobbies.nt +0 -260
  268. data/public/uploads/tmp/1399562349-11220-5006/hobbies.nt +0 -260
  269. data/public/uploads/tmp/1399562606-12081-8172/hobbies.nt +0 -260
  270. data/public/uploads/tmp/1399562663-12419-6959/hobbies.nt +0 -260
  271. data/public/uploads/tmp/1399562758-12675-1044/hobbies.nt +0 -260
  272. data/public/uploads/tmp/1399563325-14184-4165/hobbies.nt +0 -260
  273. data/public/uploads/tmp/1399563511-14691-1597/hobbies.nt +0 -260
  274. data/public/uploads/tmp/1399563577-14899-9811/hobbies.nt +0 -260
  275. data/public/uploads/tmp/1399563654-15101-9704/hobbies.nt +0 -260
  276. data/public/uploads/tmp/1399563789-15465-3853/hobbies.nt +0 -260
  277. data/public/uploads/tmp/1399564038-16136-7758/hobbies.nt +0 -260
  278. data/public/uploads/tmp/1399564391-17273-4324/hobbies.nt +0 -260
  279. data/public/uploads/tmp/1399565011-19048-6725/hobbies.nt +0 -260
  280. data/public/uploads/tmp/1399565066-19204-6162/hobbies.nt +0 -260
  281. data/public/uploads/tmp/1399639727-33218-9866/hobbies.nt +0 -260
  282. data/public/uploads/tmp/1399642528-42021-8916/hobbies.nt +0 -260
  283. data/public/uploads/tmp/1399642763-42734-7348/hobbies.nt +0 -260
  284. data/public/uploads/tmp/1399886894-13606-2429/hobbies.nt +0 -260
  285. data/public/uploads/tmp/1400683468-10666-6540/hobbies.nt +0 -259
  286. data/public/uploads/tmp/1400684714-11424-9829/hobbies.nt +0 -259
  287. data/public/uploads/tmp/1400846672-62648-9413/hobbies.nt +0 -259
  288. data/public/uploads/tmp/1400846766-62697-7073/hobbies.nt +0 -259
  289. data/public/uploads/tmp/1401180379-3162-2871/hobbies.nt +0 -259
  290. data/public/uploads/tmp/1401185202-4377-2768/hobbies.nt +0 -259
  291. data/public/uploads/tmp/1401192012-6573-2832/hobbies.nt +0 -259
  292. data/public/uploads/tmp/1401194508-7699-9522/hobbies.nt +0 -259
  293. data/public/uploads/tmp/1401194627-7742-0813/hobbies.nt +0 -259
  294. data/public/uploads/tmp/1401194954-7841-9994/hobbies.nt +0 -259
  295. data/public/uploads/tmp/1401195326-7932-3790/hobbies.nt +0 -259
  296. data/public/uploads/tmp/1401206318-10643-2808/hobbies.nt +0 -259
  297. data/public/uploads/tmp/1401292131-92601-6112/hobbies.nt +0 -259
  298. data/public/uploads/tmp/1401292181-92670-8615/hobbies.nt +0 -259
  299. data/public/uploads/tmp/1401292252-92839-0886/hobbies.nt +0 -259
  300. data/public/uploads/tmp/1401292294-92900-5587/hobbies.nt +0 -259
  301. data/public/uploads/tmp/1401292390-92976-9639/hobbies.nt +0 -259
  302. data/public/uploads/tmp/1401701949-3140-4347/hobbies.nt +0 -259
  303. data/public/uploads/tmp/1401702355-40904-9058/hobbies.nt +0 -259
  304. data/public/uploads/tmp/1401702361-40926-1371/hobbies.nt +0 -259
  305. data/public/uploads/tmp/1401702406-40992-5615/hobbies.nt +0 -259
  306. data/public/uploads/tmp/1401702475-41050-2716/hobbies.nt +0 -259
  307. data/public/uploads/tmp/1401702625-41136-3304/hobbies.nt +0 -259
  308. data/public/uploads/tmp/1401702771-41202-1777/hobbies.nt +0 -259
  309. data/public/uploads/tmp/1401704263-41803-0906/hobbies.nt +0 -259
  310. data/public/uploads/tmp/1401704312-41845-2277/hobbies.nt +0 -259
  311. data/public/uploads/tmp/1401704455-41906-3348/hobbies.nt +0 -259
  312. data/public/uploads/tmp/1401704517-41941-3825/hobbies.nt +0 -259
  313. data/public/uploads/tmp/1401704557-42078-2926/hobbies.nt +0 -259
  314. data/public/uploads/tmp/1401704659-42140-2026/hobbies.nt +0 -259
  315. data/public/uploads/tmp/1401704727-42194-2926/hobbies.nt +0 -259
  316. data/public/uploads/tmp/1401704810-42233-0719/hobbies.nt +0 -259
  317. data/public/uploads/tmp/1401704877-42346-6423/hobbies.nt +0 -259
  318. data/public/uploads/tmp/1401704969-42396-2636/hobbies.nt +0 -259
  319. data/public/uploads/tmp/1401706200-42741-9489/hobbies.nt +0 -259
  320. data/public/uploads/tmp/1401706505-42885-6630/hobbies.nt +0 -259
  321. data/public/uploads/tmp/1401706579-42925-3938/hobbies.nt +0 -259
  322. data/public/uploads/tmp/1401706998-43068-7269/hobbies.nt +0 -259
  323. data/public/uploads/tmp/1401707073-43147-4480/hobbies.nt +0 -259
  324. data/public/uploads/tmp/1401707148-43190-8990/hobbies.nt +0 -259
  325. data/public/uploads/tmp/1401707185-43233-6339/hobbies.nt +0 -259
  326. data/public/uploads/tmp/1401707525-43306-5760/hobbies.nt +0 -259
  327. data/public/uploads/tmp/1401716194-45552-4247/hobbies.nt +0 -259
  328. data/public/uploads/tmp/1401716269-45634-6256/hobbies.nt +0 -259
  329. data/public/uploads/tmp/1401716431-45713-6690/hobbies.nt +0 -259
  330. data/public/uploads/tmp/1401717803-46392-3771/hobbies.nt +0 -259
  331. data/public/uploads/tmp/1401717970-46482-3771/hobbies.nt +0 -259
  332. data/public/uploads/tmp/1401719163-46906-3771/hobbies.nt +0 -259
  333. data/public/uploads/tmp/1401719307-46967-3771/hobbies.nt +0 -259
  334. data/public/uploads/tmp/1401719376-47013-3771/hobbies.nt +0 -259
  335. data/public/uploads/tmp/1401719630-47114-3771/hobbies.nt +0 -259
  336. data/public/uploads/tmp/1401719982-47199-3873/hobbies.nt +0 -259
  337. data/public/uploads/tmp/1401720178-47285-9163/hobbies.nt +0 -259
  338. data/public/uploads/tmp/1401720378-47376-3771/hobbies.nt +0 -259
  339. data/public/uploads/tmp/1401720550-47464-3771/hobbies.nt +0 -259
  340. data/public/uploads/tmp/1401720661-47532-3771/hobbies.nt +0 -259
  341. data/public/uploads/tmp/1401721032-47662-3771/hobbies.nt +0 -259
  342. data/public/uploads/tmp/1401721110-47707-3771/hobbies.nt +0 -259
  343. data/public/uploads/tmp/1401722057-48025-3771/hobbies.nt +0 -259
  344. data/public/uploads/tmp/1401722131-48079-3771/hobbies.nt +0 -259
  345. data/public/uploads/tmp/1401722177-48112-3771/hobbies.nt +0 -259
  346. data/public/uploads/tmp/1401722330-48176-3771/hobbies.nt +0 -259
  347. data/public/uploads/tmp/1401722430-48237-4227/hobbies.nt +0 -259
  348. data/public/uploads/tmp/1401722732-48343-4227/hobbies.nt +0 -259
  349. data/public/uploads/tmp/1401722909-48424-1412/hobbies.nt +0 -259
  350. data/public/uploads/tmp/1401723009-48482-7948/hobbies.nt +0 -259
  351. data/public/uploads/tmp/1401723431-48680-9071/hobbies.nt +0 -259
  352. data/public/uploads/tmp/1401724808-49229-3988/hobbies.nt +0 -259
  353. data/public/uploads/tmp/1401725005-49344-4227/hobbies.nt +0 -259
  354. data/public/uploads/tmp/1401801415-57643-7508/hobbies.nt +0 -259
  355. data/public/uploads/tmp/1401801470-57683-1511/hobbies.nt +0 -259
  356. data/public/uploads/tmp/1401801589-57766-6716/hobbies.nt +0 -259
  357. data/public/uploads/tmp/1401801648-57810-6653/hobbies.nt +0 -259
  358. data/public/uploads/tmp/1401801703-57902-1218/hobbies.nt +0 -259
  359. data/public/uploads/tmp/1401801780-57957-6963/hobbies.nt +0 -259
  360. data/public/uploads/tmp/1401801876-58010-6576/hobbies.nt +0 -259
  361. data/public/uploads/tmp/1401801925-58061-5018/hobbies.nt +0 -259
  362. data/public/uploads/tmp/1401801966-58088-4598/hobbies.nt +0 -259
  363. data/public/uploads/tmp/1401802064-58134-0309/hobbies.nt +0 -259
  364. data/public/uploads/tmp/1401802128-58183-5882/hobbies.nt +0 -259
  365. data/public/uploads/tmp/1401802254-58261-9292/hobbies.nt +0 -259
  366. data/public/uploads/tmp/1401802305-58305-0716/hobbies.nt +0 -259
  367. data/public/uploads/tmp/1401802559-58393-8087/hobbies.nt +0 -259
  368. data/public/uploads/tmp/1401802603-58429-5414/hobbies.nt +0 -259
  369. data/public/uploads/tmp/1401802704-58494-3176/hobbies.nt +0 -259
  370. data/public/uploads/tmp/1401876393-11719-7974/hobbies.nt +0 -259
  371. data/public/uploads/tmp/1401880994-13325-5134/hobbies.nt +0 -259
  372. data/public/uploads/tmp/1401881408-13497-2210/hobbies.nt +0 -259
  373. data/public/uploads/tmp/1402407940-72993-0117/hobbies.nt +0 -259
  374. data/public/uploads/tmp/1403276908-17566-3335/hobbies.nt +0 -259
  375. data/public/uploads/tmp/1403276972-17606-3705/hobbies.nt +0 -259
  376. data/public/uploads/tmp/1403277054-17662-2528/hobbies.nt +0 -259
  377. data/public/uploads/tmp/1405605924-28482-6761/hobbies.nt +0 -259
  378. data/public/uploads/tmp/1405606039-28627-4530/hobbies.nt +0 -259
  379. data/public/uploads/tmp/1405606796-29190-4080/hobbies.nt +0 -259
  380. data/public/uploads/tmp/1414071246-18076-3637/hobbies.nt +0 -259
  381. data/test/integration/client_augmentation_test.rb +0 -57
  382. data/vendor/assets/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  383. data/vendor/assets/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
@@ -1,28 +0,0 @@
1
- <http://www.example.com/animal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
2
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
3
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Tier"@de .
4
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal"@en .
5
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#altLabel> "Viehzeug"@de .
6
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/cow> .
7
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/donkey> .
8
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/monkey> .
9
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#definition> "Ein Tier ist kein Mensch."@de .
10
- <http://www.example.com/cow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
11
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
12
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Kuh"@de .
13
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Cow"@en .
14
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#altLabel> "Rind"@de .
15
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
16
- <http://www.example.com/donkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
17
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
18
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Esel"@de .
19
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Donkey"@en .
20
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
21
- <http://www.example.com/monkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
22
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
23
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affe"@de .
24
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Monkey"@en .
25
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Äffle"@de .
26
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Ape"@en .
27
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
28
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/page/Monkey> .
@@ -1,28 +0,0 @@
1
- <http://www.example.com/animal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
2
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
3
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Tier"@de .
4
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal"@en .
5
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#altLabel> "Viehzeug"@de .
6
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/cow> .
7
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/donkey> .
8
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/monkey> .
9
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#definition> "Ein Tier ist kein Mensch."@de .
10
- <http://www.example.com/cow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
11
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
12
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Kuh"@de .
13
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Cow"@en .
14
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#altLabel> "Rind"@de .
15
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
16
- <http://www.example.com/donkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
17
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
18
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Esel"@de .
19
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Donkey"@en .
20
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
21
- <http://www.example.com/monkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
22
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
23
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affe"@de .
24
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Monkey"@en .
25
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Äffle"@de .
26
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Ape"@en .
27
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
28
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/page/Monkey> .
@@ -1,28 +0,0 @@
1
- <http://www.example.com/animal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
2
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
3
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Tier"@de .
4
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal"@en .
5
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#altLabel> "Viehzeug"@de .
6
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/cow> .
7
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/donkey> .
8
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/monkey> .
9
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#definition> "Ein Tier ist kein Mensch."@de .
10
- <http://www.example.com/cow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
11
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
12
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Kuh"@de .
13
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Cow"@en .
14
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#altLabel> "Rind"@de .
15
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
16
- <http://www.example.com/donkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
17
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
18
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Esel"@de .
19
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Donkey"@en .
20
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
21
- <http://www.example.com/monkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
22
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
23
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affe"@de .
24
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Monkey"@en .
25
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Äffle"@de .
26
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Ape"@en .
27
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
28
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/page/Monkey> .
@@ -1,28 +0,0 @@
1
- <http://www.example.com/animal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
2
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
3
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Tier"@de .
4
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal"@en .
5
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#altLabel> "Viehzeug"@de .
6
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/cow> .
7
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/donkey> .
8
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/monkey> .
9
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#definition> "Ein Tier ist kein Mensch."@de .
10
- <http://www.example.com/cow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
11
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
12
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Kuh"@de .
13
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Cow"@en .
14
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#altLabel> "Rind"@de .
15
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
16
- <http://www.example.com/donkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
17
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
18
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Esel"@de .
19
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Donkey"@en .
20
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
21
- <http://www.example.com/monkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
22
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
23
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affe"@de .
24
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Monkey"@en .
25
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Äffle"@de .
26
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Ape"@en .
27
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
28
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/page/Monkey> .
@@ -1,28 +0,0 @@
1
- <http://www.example.com/animal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
2
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
3
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Tier"@de .
4
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal"@en .
5
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#altLabel> "Viehzeug"@de .
6
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/cow> .
7
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/donkey> .
8
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/monkey> .
9
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#definition> "Ein Tier ist kein Mensch."@de .
10
- <http://www.example.com/cow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
11
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
12
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Kuh"@de .
13
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Cow"@en .
14
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#altLabel> "Rind"@de .
15
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
16
- <http://www.example.com/donkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
17
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
18
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Esel"@de .
19
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Donkey"@en .
20
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
21
- <http://www.example.com/monkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
22
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
23
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affe"@de .
24
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Monkey"@en .
25
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Äffle"@de .
26
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Ape"@en .
27
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
28
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/page/Monkey> .
@@ -1,28 +0,0 @@
1
- <http://www.example.com/animal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
2
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
3
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Tier"@de .
4
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal"@en .
5
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#altLabel> "Viehzeug"@de .
6
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/cow> .
7
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/donkey> .
8
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/monkey> .
9
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#definition> "Ein Tier ist kein Mensch."@de .
10
- <http://www.example.com/cow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
11
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
12
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Kuh"@de .
13
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Cow"@en .
14
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#altLabel> "Rind"@de .
15
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
16
- <http://www.example.com/donkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
17
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
18
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Esel"@de .
19
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Donkey"@en .
20
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
21
- <http://www.example.com/monkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
22
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
23
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affe"@de .
24
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Monkey"@en .
25
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Äffle"@de .
26
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Ape"@en .
27
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
28
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/page/Monkey> .
@@ -1,28 +0,0 @@
1
- <http://www.example.com/animal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
2
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
3
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Tier"@de .
4
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal"@en .
5
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#altLabel> "Viehzeug"@de .
6
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/cow> .
7
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/donkey> .
8
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/monkey> .
9
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#definition> "Ein Tier ist kein Mensch."@de .
10
- <http://www.example.com/cow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
11
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
12
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Kuh"@de .
13
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Cow"@en .
14
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#altLabel> "Rind"@de .
15
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
16
- <http://www.example.com/donkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
17
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
18
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Esel"@de .
19
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Donkey"@en .
20
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
21
- <http://www.example.com/monkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
22
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
23
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affe"@de .
24
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Monkey"@en .
25
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Äffle"@de .
26
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Ape"@en .
27
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
28
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/page/Monkey> .
@@ -1,28 +0,0 @@
1
- <http://www.example.com/animal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
2
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
3
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Tier"@de .
4
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal"@en .
5
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#altLabel> "Viehzeug"@de .
6
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/cow> .
7
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/donkey> .
8
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/monkey> .
9
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#definition> "Ein Tier ist kein Mensch."@de .
10
- <http://www.example.com/cow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
11
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
12
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Kuh"@de .
13
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Cow"@en .
14
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#altLabel> "Rind"@de .
15
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
16
- <http://www.example.com/donkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
17
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
18
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Esel"@de .
19
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Donkey"@en .
20
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
21
- <http://www.example.com/monkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
22
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
23
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affe"@de .
24
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Monkey"@en .
25
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Äffle"@de .
26
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Ape"@en .
27
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
28
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/page/Monkey> .
@@ -1,28 +0,0 @@
1
- <http://www.example.com/animal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
2
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
3
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Tier"@de .
4
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal"@en .
5
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#altLabel> "Viehzeug"@de .
6
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/cow> .
7
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/donkey> .
8
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/monkey> .
9
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#definition> "Ein Tier ist kein Mensch."@de .
10
- <http://www.example.com/cow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
11
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
12
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Kuh"@de .
13
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Cow"@en .
14
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#altLabel> "Rind"@de .
15
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
16
- <http://www.example.com/donkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
17
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
18
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Esel"@de .
19
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Donkey"@en .
20
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
21
- <http://www.example.com/monkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
22
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
23
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affe"@de .
24
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Monkey"@en .
25
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Äffle"@de .
26
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Ape"@en .
27
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
28
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/page/Monkey> .
@@ -1,28 +0,0 @@
1
- <http://www.example.com/animal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
2
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
3
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Tier"@de .
4
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal"@en .
5
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#altLabel> "Viehzeug"@de .
6
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/cow> .
7
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/donkey> .
8
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/monkey> .
9
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#definition> "Ein Tier ist kein Mensch."@de .
10
- <http://www.example.com/cow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
11
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
12
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Kuh"@de .
13
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Cow"@en .
14
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#altLabel> "Rind"@de .
15
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
16
- <http://www.example.com/donkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
17
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
18
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Esel"@de .
19
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Donkey"@en .
20
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
21
- <http://www.example.com/monkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
22
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
23
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affe"@de .
24
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Monkey"@en .
25
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Äffle"@de .
26
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Ape"@en .
27
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
28
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/page/Monkey> .
@@ -1,28 +0,0 @@
1
- <http://www.example.com/animal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
2
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
3
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Tier"@de .
4
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal"@en .
5
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#altLabel> "Viehzeug"@de .
6
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/cow> .
7
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/donkey> .
8
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/monkey> .
9
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#definition> "Ein Tier ist kein Mensch."@de .
10
- <http://www.example.com/cow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
11
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
12
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Kuh"@de .
13
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Cow"@en .
14
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#altLabel> "Rind"@de .
15
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
16
- <http://www.example.com/donkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
17
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
18
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Esel"@de .
19
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Donkey"@en .
20
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
21
- <http://www.example.com/monkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
22
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
23
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affe"@de .
24
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Monkey"@en .
25
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Äffle"@de .
26
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Ape"@en .
27
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
28
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/page/Monkey> .
@@ -1,28 +0,0 @@
1
- <http://www.example.com/animal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
2
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
3
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Tier"@de .
4
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal"@en .
5
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#altLabel> "Viehzeug"@de .
6
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/cow> .
7
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/donkey> .
8
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/monkey> .
9
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#definition> "Ein Tier ist kein Mensch."@de .
10
- <http://www.example.com/cow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
11
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
12
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Kuh"@de .
13
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Cow"@en .
14
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#altLabel> "Rind"@de .
15
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
16
- <http://www.example.com/donkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
17
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
18
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Esel"@de .
19
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Donkey"@en .
20
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
21
- <http://www.example.com/monkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
22
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
23
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affe"@de .
24
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Monkey"@en .
25
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Äffle"@de .
26
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Ape"@en .
27
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
28
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/page/Monkey> .
@@ -1,28 +0,0 @@
1
- <http://www.example.com/animal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
2
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
3
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Tier"@de .
4
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal"@en .
5
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#altLabel> "Viehzeug"@de .
6
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/cow> .
7
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/donkey> .
8
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/monkey> .
9
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#definition> "Ein Tier ist kein Mensch."@de .
10
- <http://www.example.com/cow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
11
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
12
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Kuh"@de .
13
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Cow"@en .
14
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#altLabel> "Rind"@de .
15
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
16
- <http://www.example.com/donkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
17
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
18
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Esel"@de .
19
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Donkey"@en .
20
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
21
- <http://www.example.com/monkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
22
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
23
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affe"@de .
24
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Monkey"@en .
25
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Äffle"@de .
26
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Ape"@en .
27
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
28
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/page/Monkey> .
@@ -1,28 +0,0 @@
1
- <http://www.example.com/animal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
2
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
3
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Tier"@de .
4
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal"@en .
5
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#altLabel> "Viehzeug"@de .
6
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/cow> .
7
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/donkey> .
8
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/monkey> .
9
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#definition> "Ein Tier ist kein Mensch."@de .
10
- <http://www.example.com/cow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
11
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
12
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Kuh"@de .
13
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Cow"@en .
14
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#altLabel> "Rind"@de .
15
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
16
- <http://www.example.com/donkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
17
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
18
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Esel"@de .
19
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Donkey"@en .
20
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
21
- <http://www.example.com/monkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
22
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
23
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affe"@de .
24
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Monkey"@en .
25
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Äffle"@de .
26
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Ape"@en .
27
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
28
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/page/Monkey> .
@@ -1,28 +0,0 @@
1
- <http://www.example.com/animal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
2
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
3
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Tier"@de .
4
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal"@en .
5
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#altLabel> "Viehzeug"@de .
6
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/cow> .
7
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/donkey> .
8
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.example.com/monkey> .
9
- <http://www.example.com/animal> <http://www.w3.org/2004/02/skos/core#definition> "Ein Tier ist kein Mensch."@de .
10
- <http://www.example.com/cow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
11
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
12
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Kuh"@de .
13
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#prefLabel> "Cow"@en .
14
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#altLabel> "Rind"@de .
15
- <http://www.example.com/cow> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
16
- <http://www.example.com/donkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
17
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
18
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Esel"@de .
19
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Donkey"@en .
20
- <http://www.example.com/donkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
21
- <http://www.example.com/monkey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
22
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.example.com/scheme> .
23
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affe"@de .
24
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#prefLabel> "Monkey"@en .
25
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Äffle"@de .
26
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#altLabel> "Ape"@en .
27
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#broader> <http://www.example.com/animal> .
28
- <http://www.example.com/monkey> <http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/page/Monkey> .