Advertisement
Guest User

DCAT that causes harvester crash

a guest
Nov 10th, 2015
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.09 KB | None | 0 0
  1. @prefix dcat: <http://www.w3.org/ns/dcat#> .
  2. @prefix dc: <http://purl.org/dc/terms/> .
  3. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  4. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  5.  
  6. <http://demo.thedatatank.com/api/dcat>
  7. a dcat:Catalog ;
  8. dc:title "The DataTank Demo" ;
  9. dc:description "A demo catalog of datasets published by The DataTank." ;
  10. dc:issued "2013-12-04T09:35:15+0000" ;
  11. dc:language <http://lexvo.org/id/iso639-3/eng> ;
  12. foaf:homepage <http://demo.thedatatank.com> ;
  13. dc:license <http://www.opendefinition.org/licenses/cc-zero> ;
  14. dc:publisher <http://thedatatank.com/#organization> ;
  15. dc:modified "2015-10-15T16:09:06+0000" ;
  16. dcat:dataset <http://demo.thedatatank.com/csv/geo>, <http://demo.thedatatank.com/json/crime>, <http://demo.thedatatank.com/xml/persons>, <http://demo.thedatatank.com/xls/baseball>, <http://demo.thedatatank.com/brussels/european_institutions>, <http://demo.thedatatank.com/brussels/atm>, <http://demo.thedatatank.com/brussels/infopoints>, <http://demo.thedatatank.com/brussels/youth_hostels>, <http://demo.thedatatank.com/brussels/museums>, <http://demo.thedatatank.com/brussels/parks>, <http://demo.thedatatank.com/brussels/police>, <http://demo.thedatatank.com/brussels/comics_tour>, <http://demo.thedatatank.com/flanders/datasets>, <http://demo.thedatatank.com/okfn/country-codes>, <http://demo.thedatatank.com/kortrijk/parking/shopandgo>, <http://demo.thedatatank.com/un/cofog>, <http://demo.thedatatank.com/okfn/census>, <http://demo.thedatatank.com/openflights/airlines>, <http://demo.thedatatank.com/wikipedia/nmbs/stations>, <http://demo.thedatatank.com/dbpedia/stations>, <http://demo.thedatatank.com/openbelgium/d48011dc-93a2-4239-aad3-fd294d474cb1>, <http://demo.thedatatank.com/villo/availability>, <http://demo.thedatatank.com/eandis/afschakelplan/westvlaanderen>, <http://demo.thedatatank.com/eandis/afschakelplan/oostvlaanderen>, <http://demo.thedatatank.com/dcat/demo>, <http://demo.thedatatank.com/mobilit/registrationsbyniscode>, <http://demo.thedatatank.com/csv/geo-proxy>, <http://demo.thedatatank.com/parko/states>, <http://demo.thedatatank.com/dresden/rivers>, <http://demo.thedatatank.com/france/places>, <http://demo.thedatatank.com/arvada/trafficlights>, <http://demo.thedatatank.com/epistat/infectiousdiseases> .
  17.  
  18. <http://lexvo.org/id/iso639-3/eng> a dc:LinguisticSystem .
  19. <http://www.opendefinition.org/licenses/cc-zero> a dc:LicenseDocument .
  20. <http://thedatatank.com/#organization>
  21. a foaf:Agent ;
  22. foaf:name "The DataTank" .
  23.  
  24. <http://demo.thedatatank.com/csv/geo>
  25. a dcat:Dataset ;
  26. dc:title "Provinces and districts in Afghanistan" ;
  27. dc:description "Geographical data about Afghanistan concerning provinces and districts." ;
  28. dc:identifier "csv/geo" ;
  29. dc:issued "2013-12-04T09:35:22+0000" ;
  30. dc:modified "2015-01-27T16:02:41+0000" ;
  31. dc:language <http://lexvo.org/id/iso639-3/ara> ;
  32. dcat:theme <http://ns.thedatatank.com/dcat/themes#Government> ;
  33. dcat:distribution <http://demo.thedatatank.com/csv/geo.json> .
  34.  
  35. <http://lexvo.org/id/iso639-3/ara> a dc:LinguisticSystem .
  36. <http://ns.thedatatank.com/dcat/themes#Government> rdfs:label "Government" .
  37. <http://demo.thedatatank.com/csv/geo.json>
  38. a dcat:Distribution ;
  39. dc:description "A json feed of http://demo.thedatatank.com/csv/geo" ;
  40. dcat:mediaType "application/json" ;
  41. dc:license <http://www.opendefinition.org/licenses/gfdl> .
  42.  
  43. <http://www.opendefinition.org/licenses/gfdl> a dc:LicenseDocument .
  44. <http://demo.thedatatank.com/json/crime>
  45. a dcat:Dataset ;
  46. dc:title "json/crime" ;
  47. dc:description "Crime data from the uk." ;
  48. dc:identifier "json/crime" ;
  49. dc:issued "2013-12-04T09:35:22+0000" ;
  50. dc:modified "2013-12-04T09:35:22+0000" ;
  51. dcat:distribution <http://demo.thedatatank.com/json/crime.json> .
  52.  
  53. <http://demo.thedatatank.com/json/crime.json>
  54. a dcat:Distribution ;
  55. dc:description "A json feed of http://demo.thedatatank.com/json/crime" ;
  56. dcat:mediaType "application/json" .
  57.  
  58. <http://demo.thedatatank.com/xml/persons>
  59. a dcat:Dataset ;
  60. dc:title "xml/persons" ;
  61. dc:description "Auto-generated xml file about persons." ;
  62. dc:identifier "xml/persons" ;
  63. dc:issued "2013-12-04T09:35:22+0000" ;
  64. dc:modified "2013-12-04T09:35:22+0000" ;
  65. dcat:distribution <http://demo.thedatatank.com/xml/persons.json> .
  66.  
  67. <http://demo.thedatatank.com/xml/persons.json>
  68. a dcat:Distribution ;
  69. dc:description "A json feed of http://demo.thedatatank.com/xml/persons" ;
  70. dcat:mediaType "application/json" .
  71.  
  72. <http://demo.thedatatank.com/xls/baseball>
  73. a dcat:Dataset ;
  74. dc:title "xls/baseball" ;
  75. dc:description "Individual offensive statistics from the 2008 Major League Baseball season." ;
  76. dc:identifier "xls/baseball" ;
  77. dc:issued "2013-12-04T09:35:23+0000" ;
  78. dc:modified "2013-12-04T09:35:23+0000" ;
  79. dcat:distribution <http://demo.thedatatank.com/xls/baseball.json> .
  80.  
  81. <http://demo.thedatatank.com/xls/baseball.json>
  82. a dcat:Distribution ;
  83. dc:description "A json feed of http://demo.thedatatank.com/xls/baseball" ;
  84. dcat:mediaType "application/json" .
  85.  
  86. <http://demo.thedatatank.com/brussels/european_institutions>
  87. a dcat:Dataset ;
  88. dc:title "brussels/european_institutions" ;
  89. dc:description "Location of the European institutions on the territory of the City of Brussels" ;
  90. dc:identifier "brussels/european_institutions" ;
  91. dc:issued "2013-12-15T15:22:03+0000" ;
  92. dc:modified "2013-12-15T15:38:11+0000" ;
  93. dc:source <http://www.brussels.be/artdet.cfm/7251/Open-data-European-institutions> ;
  94. dc:date "06-03-2012" ;
  95. dcat:distribution <http://demo.thedatatank.com/brussels/european_institutions.json> .
  96.  
  97. <http://demo.thedatatank.com/brussels/european_institutions.json>
  98. a dcat:Distribution ;
  99. dc:description "A json feed of http://demo.thedatatank.com/brussels/european_institutions" ;
  100. dcat:mediaType "application/json" .
  101.  
  102. <http://demo.thedatatank.com/brussels/atm>
  103. a dcat:Dataset ;
  104. dc:title "brussels/atm" ;
  105. dc:description "Location of ATMS on the territory of the City of Brussels" ;
  106. dc:identifier "brussels/atm" ;
  107. dc:issued "2013-12-15T15:24:09+0000" ;
  108. dc:modified "2013-12-15T15:38:56+0000" ;
  109. dc:source <http://www.brussels.be/artdet.cfm/7202/Open-data-ATMs> ;
  110. dc:date "14-02-13" ;
  111. dcat:distribution <http://demo.thedatatank.com/brussels/atm.json> .
  112.  
  113. <http://demo.thedatatank.com/brussels/atm.json>
  114. a dcat:Distribution ;
  115. dc:description "A json feed of http://demo.thedatatank.com/brussels/atm" ;
  116. dcat:mediaType "application/json" .
  117.  
  118. <http://demo.thedatatank.com/brussels/infopoints>
  119. a dcat:Dataset ;
  120. dc:title "brussels/infopoints" ;
  121. dc:description "http://www.brussels.be/artdet.cfm/7228/Open-data-tourist-offices" ;
  122. dc:identifier "brussels/infopoints" ;
  123. dc:issued "2013-12-15T15:26:59+0000" ;
  124. dc:modified "2013-12-15T15:39:40+0000" ;
  125. dc:source <http://www.brussels.be/artdet.cfm/7228/Open-data-tourist-offices> ;
  126. dc:date "20-03-2012" ;
  127. dcat:distribution <http://demo.thedatatank.com/brussels/infopoints.json> .
  128.  
  129. <http://demo.thedatatank.com/brussels/infopoints.json>
  130. a dcat:Distribution ;
  131. dc:description "A json feed of http://demo.thedatatank.com/brussels/infopoints" ;
  132. dcat:mediaType "application/json" .
  133.  
  134. <http://demo.thedatatank.com/brussels/youth_hostels>
  135. a dcat:Dataset ;
  136. dc:title "brussels/youth_hostels" ;
  137. dc:description "Location of the youth hotels on the territory of the City of Brussels" ;
  138. dc:identifier "brussels/youth_hostels" ;
  139. dc:issued "2013-12-15T15:28:59+0000" ;
  140. dc:modified "2013-12-15T15:40:08+0000" ;
  141. dc:source <http://www.brussels.be/artdet.cfm/7229/Open-data-youth-hotels> ;
  142. dc:date "06-03-12" ;
  143. dcat:distribution <http://demo.thedatatank.com/brussels/youth_hostels.json> .
  144.  
  145. <http://demo.thedatatank.com/brussels/youth_hostels.json>
  146. a dcat:Distribution ;
  147. dc:description "A json feed of http://demo.thedatatank.com/brussels/youth_hostels" ;
  148. dcat:mediaType "application/json" .
  149.  
  150. <http://demo.thedatatank.com/brussels/museums>
  151. a dcat:Dataset ;
  152. dc:title "brussels/museums" ;
  153. dc:description "Location of the museums of the City of Brussels" ;
  154. dc:identifier "brussels/museums" ;
  155. dc:issued "2013-12-15T15:30:55+0000" ;
  156. dc:modified "2013-12-15T15:40:40+0000" ;
  157. dc:source <http://www.brussel.be/artdet.cfm/7237/Open-data-museums> ;
  158. dc:date "06-03-2012" ;
  159. dcat:distribution <http://demo.thedatatank.com/brussels/museums.json> .
  160.  
  161. <http://demo.thedatatank.com/brussels/museums.json>
  162. a dcat:Distribution ;
  163. dc:description "A json feed of http://demo.thedatatank.com/brussels/museums" ;
  164. dcat:mediaType "application/json" .
  165.  
  166. <http://demo.thedatatank.com/brussels/parks>
  167. a dcat:Dataset ;
  168. dc:title "brussels/parks" ;
  169. dc:description "Location of the parks and gardens on the territory of the City of Brussels" ;
  170. dc:identifier "brussels/parks" ;
  171. dc:issued "2013-12-15T15:31:49+0000" ;
  172. dc:modified "2013-12-15T15:41:10+0000" ;
  173. dc:source <http://www.brussels.be/artdet.cfm/7232/Open-data-parks> ;
  174. dc:date "06-03-2012" ;
  175. dcat:distribution <http://demo.thedatatank.com/brussels/parks.json> .
  176.  
  177. <http://demo.thedatatank.com/brussels/parks.json>
  178. a dcat:Distribution ;
  179. dc:description "A json feed of http://demo.thedatatank.com/brussels/parks" ;
  180. dcat:mediaType "application/json" .
  181.  
  182. <http://demo.thedatatank.com/brussels/police>
  183. a dcat:Dataset ;
  184. dc:title "brussels/police" ;
  185. dc:description "Location of the police offices on the territory of the City of Brussels." ;
  186. dc:identifier "brussels/police" ;
  187. dc:issued "2013-12-15T15:34:50+0000" ;
  188. dc:modified "2013-12-15T15:42:29+0000" ;
  189. dc:source <http://www.brussels.be/artdet.cfm/7231/Open-data-police-stations> ;
  190. dc:date "06-03-2012" ;
  191. dcat:distribution <http://demo.thedatatank.com/brussels/police.json> .
  192.  
  193. <http://demo.thedatatank.com/brussels/police.json>
  194. a dcat:Distribution ;
  195. dc:description "A json feed of http://demo.thedatatank.com/brussels/police" ;
  196. dcat:mediaType "application/json" .
  197.  
  198. <http://demo.thedatatank.com/brussels/comics_tour>
  199. a dcat:Dataset ;
  200. dc:title "brussels/comics_tour" ;
  201. dc:description "Location of comic book walls of the City of Brussels" ;
  202. dc:identifier "brussels/comics_tour" ;
  203. dc:issued "2013-12-15T15:36:13+0000" ;
  204. dc:modified "2013-12-15T15:36:13+0000" ;
  205. dc:source <http://www.brussel.be/artdet.cfm/7192/Open-data-striproute> ;
  206. dc:date "01-10-2013" ;
  207. dcat:distribution <http://demo.thedatatank.com/brussels/comics_tour.json> .
  208.  
  209. <http://demo.thedatatank.com/brussels/comics_tour.json>
  210. a dcat:Distribution ;
  211. dc:description "A json feed of http://demo.thedatatank.com/brussels/comics_tour" ;
  212. dcat:mediaType "application/json" .
  213.  
  214. <http://demo.thedatatank.com/flanders/datasets>
  215. a dcat:Dataset ;
  216. dc:title "flanders/datasets" ;
  217. dc:description "All datasets of the Flemish government that should be released as Open Data" ;
  218. dc:identifier "flanders/datasets" ;
  219. dc:issued "2013-12-16T18:13:11+0000" ;
  220. dc:modified "2013-12-16T18:13:11+0000" ;
  221. dcat:distribution <http://demo.thedatatank.com/flanders/datasets.json> .
  222.  
  223. <http://demo.thedatatank.com/flanders/datasets.json>
  224. a dcat:Distribution ;
  225. dc:description "A json feed of http://demo.thedatatank.com/flanders/datasets" ;
  226. dcat:mediaType "application/json" .
  227.  
  228. <http://demo.thedatatank.com/okfn/country-codes>
  229. a dcat:Dataset ;
  230. dc:title "okfn/country-codes" ;
  231. dc:description "Comprehensive country code information, including ISO 3166 codes, ITU dialing codes, ISO 4217 currency codes, and many others" ;
  232. dc:identifier "okfn/country-codes" ;
  233. dc:issued "2014-01-14T18:26:32+0000" ;
  234. dc:modified "2014-01-14T18:26:32+0000" ;
  235. dcat:distribution <http://demo.thedatatank.com/okfn/country-codes.json> .
  236.  
  237. <http://demo.thedatatank.com/okfn/country-codes.json>
  238. a dcat:Distribution ;
  239. dc:description "A json feed of http://demo.thedatatank.com/okfn/country-codes" ;
  240. dcat:mediaType "application/json" .
  241.  
  242. <http://demo.thedatatank.com/kortrijk/parking/shopandgo>
  243. a dcat:Dataset ;
  244. dc:title "kortrijk/parking/shopandgo" ;
  245. dc:description "Shop&Go realtime bezetting" ;
  246. dc:identifier "kortrijk/parking/shopandgo" ;
  247. dc:issued "2014-01-20T16:54:55+0000" ;
  248. dc:modified "2014-01-20T16:54:55+0000" ;
  249. dcat:distribution <http://demo.thedatatank.com/kortrijk/parking/shopandgo.json> .
  250.  
  251. <http://demo.thedatatank.com/kortrijk/parking/shopandgo.json>
  252. a dcat:Distribution ;
  253. dc:description "A json feed of http://demo.thedatatank.com/kortrijk/parking/shopandgo" ;
  254. dcat:mediaType "application/json" .
  255.  
  256. <http://demo.thedatatank.com/un/cofog>
  257. a dcat:Dataset ;
  258. dc:title "un/cofog" ;
  259. dc:description "Classification Of the Functions Of Government (cofog)" ;
  260. dc:identifier "un/cofog" ;
  261. dc:issued "2014-02-03T08:30:34+0000" ;
  262. dc:modified "2014-02-03T08:33:08+0000" ;
  263. dc:source <http://datahub.io/dataset/cofog/resource/c4267c00-6477-4119-885f-08d1cafda67a> ;
  264. dc:date "1999-01-01" ;
  265. dc:language <http://lexvo.org/id/iso639-3/eng> ;
  266. dcat:distribution <http://demo.thedatatank.com/un/cofog.json> .
  267.  
  268. <http://demo.thedatatank.com/un/cofog.json>
  269. a dcat:Distribution ;
  270. dc:description "A json feed of http://demo.thedatatank.com/un/cofog" ;
  271. dcat:mediaType "application/json" ;
  272. dc:license <http://www.opendefinition.org/licenses/odc-pddl> .
  273.  
  274. <http://www.opendefinition.org/licenses/odc-pddl> a dc:LicenseDocument .
  275. <http://demo.thedatatank.com/okfn/census>
  276. a dcat:Dataset ;
  277. dc:title "okfn/census" ;
  278. dc:description "The Open Data Index assesses the state of open government data around the world." ;
  279. dc:identifier "okfn/census" ;
  280. dc:issued "2014-02-23T08:51:54+0000" ;
  281. dc:modified "2014-02-23T08:51:54+0000" ;
  282. dc:date "2014-02-23" ;
  283. dc:language <http://lexvo.org/id/iso639-3/eng> ;
  284. dcat:distribution <http://demo.thedatatank.com/okfn/census.json> .
  285.  
  286. <http://demo.thedatatank.com/okfn/census.json>
  287. a dcat:Distribution ;
  288. dc:description "A json feed of http://demo.thedatatank.com/okfn/census" ;
  289. dcat:mediaType "application/json" ;
  290. dc:license <http://www.opendefinition.org/licenses/odc-pddl> .
  291.  
  292. <http://demo.thedatatank.com/openflights/airlines>
  293. a dcat:Dataset ;
  294. dc:title "openflights/airlines" ;
  295. dc:description "Airlines in the world" ;
  296. dc:identifier "openflights/airlines" ;
  297. dc:issued "2014-03-28T11:24:44+0000" ;
  298. dc:modified "2014-03-28T11:24:44+0000" ;
  299. dc:source <http://sourceforge.net/p/openflights/code/HEAD/tree/openflights/data/airlines.dat> ;
  300. dc:language <http://lexvo.org/id/iso639-3/eng> ;
  301. dcat:distribution <http://demo.thedatatank.com/openflights/airlines.json> .
  302.  
  303. <http://demo.thedatatank.com/openflights/airlines.json>
  304. a dcat:Distribution ;
  305. dc:description "A json feed of http://demo.thedatatank.com/openflights/airlines" ;
  306. dcat:mediaType "application/json" .
  307.  
  308. <http://demo.thedatatank.com/wikipedia/nmbs/stations>
  309. a dcat:Dataset ;
  310. dc:title "wikipedia/nmbs/stations" ;
  311. dc:description "A list of stations owned by the NMBS in Belgium with a wikipedia page" ;
  312. dc:identifier "wikipedia/nmbs/stations" ;
  313. dc:issued "2014-05-23T14:59:56+0000" ;
  314. dc:modified "2014-05-23T14:59:56+0000" ;
  315. dc:source <http://dbpedia.org/sparql> ;
  316. dc:language <http://lexvo.org/id/iso639-3/eng> ;
  317. dcat:distribution <http://demo.thedatatank.com/wikipedia/nmbs/stations.json> .
  318.  
  319. <http://demo.thedatatank.com/wikipedia/nmbs/stations.json>
  320. a dcat:Distribution ;
  321. dc:description "A json feed of http://demo.thedatatank.com/wikipedia/nmbs/stations" ;
  322. dcat:mediaType "application/json" .
  323.  
  324. <http://demo.thedatatank.com/dbpedia/stations>
  325. a dcat:Dataset ;
  326. dc:title "dbpedia/stations" ;
  327. dc:description "All stations in the world which have a wikipedia page" ;
  328. dc:identifier "dbpedia/stations" ;
  329. dc:issued "2014-05-29T10:39:32+0000" ;
  330. dc:modified "2014-05-29T10:39:32+0000" ;
  331. dc:language <http://lexvo.org/id/iso639-3/eng> ;
  332. dcat:distribution <http://demo.thedatatank.com/dbpedia/stations.json> .
  333.  
  334. <http://demo.thedatatank.com/dbpedia/stations.json>
  335. a dcat:Distribution ;
  336. dc:description "A json feed of http://demo.thedatatank.com/dbpedia/stations" ;
  337. dcat:mediaType "application/json" ;
  338. dc:license <http://www.opendefinition.org/licenses/cc-by-sa> .
  339.  
  340. <http://www.opendefinition.org/licenses/cc-by-sa> a dc:LicenseDocument .
  341. <http://demo.thedatatank.com/openbelgium/d48011dc-93a2-4239-aad3-fd294d474cb1>
  342. a dcat:Dataset ;
  343. dc:title "openbelgium/d48011dc-93a2-4239-aad3-fd294d474cb1" ;
  344. dc:description "No description provided" ;
  345. dc:identifier "openbelgium/d48011dc-93a2-4239-aad3-fd294d474cb1" ;
  346. dc:issued "2014-05-29T12:27:52+0000" ;
  347. dc:modified "2014-05-29T12:27:52+0000" ;
  348. dcat:distribution <http://demo.thedatatank.com/openbelgium/d48011dc-93a2-4239-aad3-fd294d474cb1.json> .
  349.  
  350. <http://demo.thedatatank.com/openbelgium/d48011dc-93a2-4239-aad3-fd294d474cb1.json>
  351. a dcat:Distribution ;
  352. dc:description "A json feed of http://demo.thedatatank.com/openbelgium/d48011dc-93a2-4239-aad3-fd294d474cb1" ;
  353. dcat:mediaType "application/json" .
  354.  
  355. <http://demo.thedatatank.com/villo/availability>
  356. a dcat:Dataset ;
  357. dc:title "villo/availability" ;
  358. dc:description "Locatie van de Villo!-stations in het Brussels Hoofdstedelijk Gewest met indicatie van de beschikbaarheid (fietsen, fietspalen) in real time." ;
  359. dc:identifier "villo/availability" ;
  360. dc:issued "2014-07-01T12:19:18+0000" ;
  361. dc:modified "2014-07-01T12:19:18+0000" ;
  362. dc:source <http://opendata.brussel.be/explore/dataset/villo-stations-beschikbaarheid-in-real-time/> ;
  363. dc:date "2014-07-01" ;
  364. dc:language <http://lexvo.org/id/iso639-3/eng> ;
  365. dcat:distribution <http://demo.thedatatank.com/villo/availability.json> .
  366.  
  367. <http://demo.thedatatank.com/villo/availability.json>
  368. a dcat:Distribution ;
  369. dc:description "A json feed of http://demo.thedatatank.com/villo/availability" ;
  370. dcat:mediaType "application/json" .
  371.  
  372. <http://demo.thedatatank.com/eandis/afschakelplan/westvlaanderen>
  373. a dcat:Dataset ;
  374. dc:title "eandis/afschakelplan/westvlaanderen" ;
  375. dc:description "Het afschakelplan december 2014 voor West-Vlaanderen" ;
  376. dc:identifier "eandis/afschakelplan/westvlaanderen" ;
  377. dc:issued "2014-09-20T14:35:28+0000" ;
  378. dc:modified "2014-09-20T15:01:37+0000" ;
  379. dc:publisher <http://eandis.be> ;
  380. dcat:keyword "afschakelplan", " elektriciteit", " België" ;
  381. dc:date "2014-09-20" ;
  382. dc:language <http://lexvo.org/id/iso639-3/nld> ;
  383. dcat:distribution <http://demo.thedatatank.com/eandis/afschakelplan/westvlaanderen.json> .
  384.  
  385. <http://eandis.be>
  386. a foaf:Agent ;
  387. foaf:name "EANDIS" .
  388.  
  389. <http://lexvo.org/id/iso639-3/nld> a dc:LinguisticSystem .
  390. <http://demo.thedatatank.com/eandis/afschakelplan/westvlaanderen.json>
  391. a dcat:Distribution ;
  392. dc:description "A json feed of http://demo.thedatatank.com/eandis/afschakelplan/westvlaanderen" ;
  393. dcat:mediaType "application/json" .
  394.  
  395. <http://demo.thedatatank.com/eandis/afschakelplan/oostvlaanderen>
  396. a dcat:Dataset ;
  397. dc:title "eandis/afschakelplan/oostvlaanderen" ;
  398. dc:description "Afschakelplan Oost-Vlaanderen" ;
  399. dc:identifier "eandis/afschakelplan/oostvlaanderen" ;
  400. dc:issued "2014-09-20T14:58:03+0000" ;
  401. dc:modified "2014-09-20T15:00:44+0000" ;
  402. dcat:keyword "afschakelplan", "België", "eandis", "elektriciteit" ;
  403. dc:language <http://lexvo.org/id/iso639-3/nld> ;
  404. dcat:distribution <http://demo.thedatatank.com/eandis/afschakelplan/oostvlaanderen.json> .
  405.  
  406. <http://demo.thedatatank.com/eandis/afschakelplan/oostvlaanderen.json>
  407. a dcat:Distribution ;
  408. dc:description "A json feed of http://demo.thedatatank.com/eandis/afschakelplan/oostvlaanderen" ;
  409. dcat:mediaType "application/json" .
  410.  
  411. <http://demo.thedatatank.com/dcat/demo>
  412. a dcat:Dataset ;
  413. dc:title "Meta-data" ;
  414. dc:description "Meta-data of all datasets within this catalogue structured using DCAT" ;
  415. dc:identifier "dcat/demo" ;
  416. dc:issued "2014-10-06T12:32:47+0000" ;
  417. dc:modified "2014-10-06T12:32:47+0000" ;
  418. dc:publisher <http://thedatatank.com/#organization> ;
  419. dcat:keyword "dcat", " metadata", " demo" ;
  420. dc:language <http://lexvo.org/id/iso639-3/eng> ;
  421. dcat:distribution <http://demo.thedatatank.com/dcat/demo.json> .
  422.  
  423. <http://demo.thedatatank.com/dcat/demo.json>
  424. a dcat:Distribution ;
  425. dc:description "A json feed of http://demo.thedatatank.com/dcat/demo" ;
  426. dcat:mediaType "application/json" ;
  427. dc:license <http://www.opendefinition.org/licenses/cc-zero> .
  428.  
  429. <http://demo.thedatatank.com/mobilit/registrationsbyniscode>
  430. a dcat:Dataset ;
  431. dc:title "Registrations by NIS code" ;
  432. dc:description "Het aantal ingeschreven voertuigen per gemeente in functie van de voertuigcategorie." ;
  433. dc:identifier "mobilit/registrationsbyniscode" ;
  434. dc:issued "2015-03-23T09:20:49+0000" ;
  435. dc:modified "2015-03-23T09:20:49+0000" ;
  436. dc:publisher <http://mobilit.belgium.be/nl/publicaties/open_data/> ;
  437. dcat:keyword "transport", " mobility" ;
  438. dc:language <http://lexvo.org/id/iso639-3/eng> ;
  439. dcat:theme <http://ns.thedatatank.com/dcat/themes#Mobility> ;
  440. dcat:distribution <http://demo.thedatatank.com/mobilit/registrationsbyniscode.json> .
  441.  
  442. <http://mobilit.belgium.be/nl/publicaties/open_data/>
  443. a foaf:Agent ;
  444. foaf:name "Mobilit" .
  445.  
  446. <http://ns.thedatatank.com/dcat/themes#Mobility> rdfs:label "Mobility" .
  447. <http://demo.thedatatank.com/mobilit/registrationsbyniscode.json>
  448. a dcat:Distribution ;
  449. dc:description "A json feed of http://demo.thedatatank.com/mobilit/registrationsbyniscode" ;
  450. dcat:mediaType "application/json" .
  451.  
  452. <http://demo.thedatatank.com/csv/geo-proxy>
  453. a dcat:Dataset ;
  454. dc:title "CSV Geo proxy" ;
  455. dc:description "Same resource as http://demo.thedatatank.com/csv/geo" ;
  456. dc:identifier "csv/geo-proxy" ;
  457. dc:issued "2015-04-23T08:47:04+0000" ;
  458. dc:modified "2015-04-23T08:47:04+0000" ;
  459. dcat:distribution <http://demo.thedatatank.com/csv/geo-proxy.json> .
  460.  
  461. <http://demo.thedatatank.com/csv/geo-proxy.json>
  462. a dcat:Distribution ;
  463. dc:description "A json feed of http://demo.thedatatank.com/csv/geo-proxy" ;
  464. dcat:mediaType "application/json" .
  465.  
  466. <http://demo.thedatatank.com/parko/states>
  467. a dcat:Dataset ;
  468. dc:title "Parking states in Kortrijk" ;
  469. dc:description "States of the parking lots in Kortrijk" ;
  470. dc:identifier "parko/states" ;
  471. dc:issued "2015-04-23T09:52:31+0000" ;
  472. dc:modified "2015-04-23T09:52:31+0000" ;
  473. dc:language <http://lexvo.org/id/iso639-3/nld> ;
  474. dcat:theme <http://ns.thedatatank.com/dcat/themes#Mobility> ;
  475. dcat:distribution <http://demo.thedatatank.com/parko/states.json> .
  476.  
  477. <http://demo.thedatatank.com/parko/states.json>
  478. a dcat:Distribution ;
  479. dc:description "A json feed of http://demo.thedatatank.com/parko/states" ;
  480. dcat:mediaType "application/json" .
  481.  
  482. <http://demo.thedatatank.com/dresden/rivers>
  483. a dcat:Dataset ;
  484. dc:title "dresden/rivers" ;
  485. dc:description "Shape file about rivers in Dresden." ;
  486. dc:identifier "dresden/rivers" ;
  487. dc:issued "2015-09-16T11:59:27+0000" ;
  488. dc:modified "2015-09-16T11:59:27+0000" ;
  489. dcat:distribution <http://demo.thedatatank.com/dresden/rivers.json> .
  490.  
  491. <http://demo.thedatatank.com/dresden/rivers.json>
  492. a dcat:Distribution ;
  493. dc:description "A json feed of http://demo.thedatatank.com/dresden/rivers" ;
  494. dcat:mediaType "application/json" .
  495.  
  496. <http://demo.thedatatank.com/france/places>
  497. a dcat:Dataset ;
  498. dc:title "france/places" ;
  499. dc:description "Interesting places from \"Ile-de-France\"." ;
  500. dc:identifier "france/places" ;
  501. dc:issued "2015-09-16T12:00:06+0000" ;
  502. dc:modified "2015-09-16T12:00:06+0000" ;
  503. dcat:distribution <http://demo.thedatatank.com/france/places.json> .
  504.  
  505. <http://demo.thedatatank.com/france/places.json>
  506. a dcat:Distribution ;
  507. dc:description "A json feed of http://demo.thedatatank.com/france/places" ;
  508. dcat:mediaType "application/json" .
  509.  
  510. <http://demo.thedatatank.com/arvada/trafficlights>
  511. a dcat:Dataset ;
  512. dc:title "Arvada traffic lights" ;
  513. dc:description "Arvada traffic lights locations and extra information" ;
  514. dc:identifier "arvada/trafficlights" ;
  515. dc:issued "2015-10-12T18:55:18+0000" ;
  516. dc:modified "2015-10-12T18:55:18+0000" ;
  517. dc:publisher <http://arvada.org/> ;
  518. dcat:theme <http://ns.thedatatank.com/dcat/themes#Mobility> ;
  519. dcat:distribution <http://demo.thedatatank.com/arvada/trafficlights.json> .
  520.  
  521. <http://arvada.org/>
  522. a foaf:Agent ;
  523. foaf:name "Arvada open data" .
  524.  
  525. <http://demo.thedatatank.com/arvada/trafficlights.json>
  526. a dcat:Distribution ;
  527. dc:description "A json feed of http://demo.thedatatank.com/arvada/trafficlights" ;
  528. dcat:mediaType "application/json" ;
  529. dc:license <http://www.opendefinition.org/licenses/cc-zero> .
  530.  
  531. <http://demo.thedatatank.com/epistat/infectiousdiseases>
  532. a dcat:Dataset ;
  533. dc:title "Infectious diseases" ;
  534. dc:description "Infectious diseases" ;
  535. dc:identifier "epistat/infectiousdiseases" ;
  536. dc:issued "2015-10-15T16:09:06+0000" ;
  537. dc:modified "2015-10-15T16:09:06+0000" ;
  538. dc:language <http://lexvo.org/id/iso639-3/eng> ;
  539. dcat:theme <http://ns.thedatatank.com/dcat/themes#Demography> ;
  540. dcat:distribution <http://demo.thedatatank.com/epistat/infectiousdiseases.json> .
  541.  
  542. <http://ns.thedatatank.com/dcat/themes#Demography> rdfs:label "Demography" .
  543. <http://demo.thedatatank.com/epistat/infectiousdiseases.json>
  544. a dcat:Distribution ;
  545. dc:description "A json feed of http://demo.thedatatank.com/epistat/infectiousdiseases" ;
  546. dcat:mediaType "application/json" .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement