summaryrefslogtreecommitdiff
path: root/data/rail/dk.ttl
blob: eb38b59bd751e43b4075610705f6c97e58adc5d2 (plain)
  1. @base <http://data.jones.dk/rail/dk> .
  2. @prefix : <#> .
  3. @prefix dbpedia: <http://dbpedia.org/resource/> .
  4. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  5. @prefix org: <http://www.w3.org/ns/org#> .
  6. @prefix rail: <http://ontologi.es/rail/vocab#> .
  7. @prefix rail-dk-route: <http://data.jones.dk/rail/dk/route/> .
  8. @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
  9. @prefix unit: <http://qudt.org/vocab/unit#> .
  10. #TODO: use more specific key than skos:altName for station identifiers
  11. <> foaf:primaryTopic :org .
  12. :org a org:FormalOrganization ;
  13. skos:prefLabel "DSB" ;
  14. foaf:Page <http://www.dsb.dk/> ,
  15. <http://www.rejseplanen.dk/> .
  16. :org-banedanmark a org:FormalOrganization ;
  17. skos:prefLabel "Banedanmark" ;
  18. foaf:Page <http://www.banedanmark.dk/> .
  19. :platform-hvalsø-bus a rail:Platform ;
  20. rail:platform_at :station-hvalsø .
  21. :platform-holbæk-bus a rail:Platform ;
  22. rail:platform_at :station-holbæk .
  23. :station-københavn a rail:Station ;
  24. skos:prefLabel "Københavns Hovedbanegård" ,
  25. "Copenhagen Central Station"@en ;
  26. skos:altLabel "København H"@da ,
  27. "Kh" ;
  28. rail:serves dbpedia:Copenhagen ;
  29. rail:located_at [ a rail:StationPosition ;
  30. rail:distance [ unit:m 0 ] ;
  31. rail:along_route rail-dk-route:TIB1
  32. ] ;
  33. = dbpedia:Copenhagen_Central_Station .
  34. :station-valby a rail:Station ;
  35. skos:prefLabel "Valby station" ,
  36. "Valby Station"@da ;
  37. skos:altLabel "Val" ;
  38. rail:serves dbpedia:Valby ;
  39. rail:located_at [ a rail:StationPosition ;
  40. rail:distance [ unit:m 3900 ] ;
  41. rail:along_route rail-dk-route:TIB1
  42. ] ;
  43. = dbpedia:Valby_station .
  44. :station-høje-taastrup a rail:Station ;
  45. skos:prefLabel "Høje Taastrup station" ,
  46. "Høje Taastrup Station"@da ;
  47. skos:altLabel "Htå" ;
  48. rail:serves dbpedia:Høje_Taastrup ;
  49. rail:located_at [ a rail:StationPosition ;
  50. rail:distance [ unit:m 19500 ] ;
  51. rail:along_route rail-dk-route:TIB1
  52. ] ;
  53. = dbpedia:Høje_Taastrup_station .
  54. :station-hedehusene a rail:Station ;
  55. skos:prefLabel "Hedehusene station" ,
  56. "Hedehusene Station"@da ;
  57. skos:altLabel "Hh" ;
  58. rail:serves dbpedia:Hedehusene ;
  59. rail:located_at [ a rail:StationPosition ;
  60. rail:distance [ unit:m 24200 ] ;
  61. rail:along_route rail-dk-route:TIB1
  62. ] .
  63. :station-trekroner a rail:Station ;
  64. skos:prefLabel "Trekroner station" ,
  65. "Trekroner Station"@da ;
  66. skos:altLabel "Trk" ;
  67. rail:located_at [ a rail:StationPosition ;
  68. rail:distance [ unit:m 28300 ] ;
  69. rail:along_route rail-dk-route:TIB1
  70. ] .
  71. :station-roskilde a rail:Station ;
  72. skos:prefLabel "Roskilde station" ,
  73. "Roskilde Station"@da ;
  74. skos:altLabel "Ro" ;
  75. rail:serves dbpedia:Roskilde ;
  76. rail:located_at [ a rail:StationPosition ;
  77. rail:distance [ unit:m 31300 ] ;
  78. rail:along_route rail-dk-route:TIB1 ,
  79. rail-dk-route:TIB5
  80. ] ;
  81. = dbpedia:Roskilde_station .
  82. :station-viby-sjælland a rail:Station ;
  83. skos:prefLabel "Viby Sjælland station" ,
  84. "Viby Sjælland Station"@da ;
  85. skos:altLabel "Viby Sj",
  86. "Vy" ;
  87. rail:located_at [ a rail:StationPosition ;
  88. rail:distance [ unit:m 42500 ] ;
  89. rail:along_route rail-dk-route:TIB1
  90. ] .
  91. :station-borup a rail:Station ;
  92. skos:prefLabel "Borup Station"@da ,
  93. "Borup station" ;
  94. skos:altLabel "Bo" ;
  95. rail:serves dbpedia:Borup%2C_Køge_Municipality ;
  96. rail:located_at [ a rail:StationPosition ;
  97. rail:distance [ unit:m 49700 ] ;
  98. rail:along_route rail-dk-route:TIB1
  99. ] .
  100. :station-ringsted a rail:Station ;
  101. skos:prefLabel "Ringsted station" ,
  102. "Ringsted Station"@da ;
  103. skos:altLabel "Rg" ;
  104. rail:serves dbpedia:Ringsted ;
  105. rail:located_at [ a rail:StationPosition ;
  106. rail:distance [ unit:m 63900 ] ;
  107. rail:along_route rail-dk-route:TIB1
  108. ] .
  109. :station-sorø a rail:Station ;
  110. skos:prefLabel "Sorø station" ,
  111. "Sorø Station"@da ;
  112. skos:altLabel "So" ;
  113. rail:serves dbpedia:Sorø ;
  114. rail:located_at [ a rail:StationPosition ;
  115. rail:distance [ unit:m 78300 ] ;
  116. rail:along_route rail-dk-route:TIB1
  117. ] .
  118. :station-slagelse a rail:Station ;
  119. skos:prefLabel "Slagelse station" ,
  120. "Slagelse Station"@da ;
  121. skos:altLabel "Sg" ;
  122. rail:serves dbpedia:Slagelse ;
  123. rail:located_at [ a rail:StationPosition ;
  124. rail:distance [ unit:m 92900 ] ;
  125. rail:along_route rail-dk-route:TIB1
  126. ] .
  127. :station-korsør a rail:Station ;
  128. skos:prefLabel "Korsør station" ,
  129. "Korsør Station"@da ;
  130. skos:altLabel "Kø" ;
  131. rail:serves dbpedia:Korsør ;
  132. rail:located_at [ a rail:StationPosition ;
  133. rail:distance [ unit:m 108300 ] ;
  134. rail:along_route rail-dk-route:TIB1
  135. ] .
  136. :station-nyborg a rail:Station ;
  137. skos:prefLabel "Nyborg station" ,
  138. "Nyborg Station"@da ;
  139. skos:altLabel "Ng" ;
  140. rail:serves dbpedia:Nyborg ;
  141. rail:located_at [ a rail:StationPosition ;
  142. rail:distance [ unit:m 131600 ] ;
  143. rail:along_route rail-dk-route:TIB1
  144. ] .
  145. :station-odense a rail:Station ;
  146. skos:prefLabel "Odense station" ,
  147. "Odense Banegård"@da ;
  148. skos:altLabel "Od" ;
  149. rail:serves dbpedia:Odense ;
  150. rail:located_at [ a rail:StationPosition ;
  151. rail:distance [ unit:m 160300 ] ;
  152. rail:along_route rail-dk-route:TIB1
  153. ], [ a rail:StationPosition ;
  154. rail:distance [ unit:m 0 ] ;
  155. rail:along_route rail-dk-route:TIB21
  156. ] ;
  157. = dbpedia:Odense_station .
  158. :station-holmstrup a rail:Station ;
  159. skos:prefLabel "Holmstrup station" ,
  160. "Holmstrup Station"@da ;
  161. skos:altLabel "Hp" ;
  162. rail:located_at [ a rail:StationPosition ;
  163. rail:distance [ unit:m 169100 ] ;
  164. rail:along_route rail-dk-route:TIB1
  165. ] .
  166. :station-tommerup a rail:Station ;
  167. skos:prefLabel "Tommerup station" ,
  168. "Tommerup Station"@da ;
  169. skos:altLabel "Tp" ;
  170. rail:serves dbpedia:Tommerup_Stationsby ;
  171. rail:located_at [ a rail:StationPosition ;
  172. rail:distance [ unit:m 175500 ] ;
  173. rail:along_route rail-dk-route:TIB1
  174. ] .
  175. :station-skalbjerg a rail:Station ;
  176. skos:prefLabel "Skalbjerg station" ,
  177. "Skalbjerg Station"@da ;
  178. skos:altLabel "Sc" ;
  179. rail:located_at [ a rail:StationPosition ;
  180. rail:distance [ unit:m 178800 ] ;
  181. rail:along_route rail-dk-route:TIB1
  182. ] .
  183. :station-bred a rail:Station ;
  184. skos:prefLabel "Bred station" ,
  185. "Bred Station"@da ;
  186. skos:altLabel "Bd" ;
  187. rail:located_at [ a rail:StationPosition ;
  188. rail:distance [ unit:m 181100 ] ;
  189. rail:along_route rail-dk-route:TIB1
  190. ] .
  191. :station-aarup a rail:Station ;
  192. skos:prefLabel "Aarup station" ,
  193. "Aarup Station"@da ;
  194. skos:altLabel "Ap" ;
  195. rail:serves dbpedia:Aarup ;
  196. rail:located_at [ a rail:StationPosition ;
  197. rail:distance [ unit:m 184700 ] ;
  198. rail:along_route rail-dk-route:TIB1
  199. ] .
  200. :station-gelsted a rail:Station ;
  201. skos:prefLabel "Gelsted station" ,
  202. "Gelsted Station"@da ;
  203. skos:altLabel "Gd" ;
  204. rail:serves dbpedia:Gelsted ;
  205. rail:located_at [ a rail:StationPosition ;
  206. rail:distance [ unit:m 190200 ] ;
  207. rail:along_route rail-dk-route:TIB1
  208. ] .
  209. :station-ejby a rail:Station ;
  210. skos:prefLabel "Ejby station" ,
  211. "Ejby Station"@da ;
  212. skos:altLabel "Eb" ;
  213. rail:serves dbpedia:Ejby%2C_Middelfart_Municipality ;
  214. rail:located_at [ a rail:StationPosition ;
  215. rail:distance [ unit:m 194800 ] ;
  216. rail:along_route rail-dk-route:TIB1
  217. ] .
  218. :station-nørre-aaby a rail:Station ;
  219. skos:prefLabel "Nørre Aaby station" ,
  220. "Nørre Aaby Station"@da ;
  221. skos:altLabel "Na" ;
  222. rail:serves dbpedia:Nørre_Aaby ;
  223. rail:located_at [ a rail:StationPosition ;
  224. rail:distance [ unit:m 200100 ] ;
  225. rail:along_route rail-dk-route:TIB1
  226. ] .
  227. :station-kauslunde a rail:Station ;
  228. skos:prefLabel "Kauslunde station" ,
  229. "Kauslunde Station"@da ;
  230. skos:altLabel "Ka" ;
  231. rail:located_at [ a rail:StationPosition ;
  232. rail:distance [ unit:m 204300 ] ;
  233. rail:along_route rail-dk-route:TIB1
  234. ] .
  235. :station-middelfart a rail:Station ;
  236. skos:prefLabel "Middelfart station" ,
  237. "Middelfart Station"@da ;
  238. skos:altLabel "Md" ;
  239. rail:serves dbpedia:Middelfart ;
  240. rail:located_at [ a rail:StationPosition ;
  241. rail:distance [ unit:m 210400 ] ;
  242. rail:along_route rail-dk-route:TIB1
  243. ] .
  244. :station-fredericia a rail:Station ;
  245. skos:prefLabel "Fredericia Banegård" ;
  246. skos:altLabel "Fa" ;
  247. rail:serves dbpedia:Fredericia ;
  248. rail:located_at [ a rail:StationPosition ;
  249. rail:distance [ unit:m 220600 ] ;
  250. rail:along_route rail-dk-route:TIB1
  251. ], [ a rail:StationPosition ;
  252. rail:distance [ unit:m 0 ] ;
  253. rail:along_route rail-dk-route:TIB23
  254. ] .
  255. :station-lejre a rail:Station ;
  256. skos:prefLabel "Lejre station"@da ;
  257. skos:altLabel "Lj" ;
  258. rail:located_at [ a rail:StationPosition ;
  259. rail:distance [ unit:m 40800 ] ;
  260. rail:along_route rail-dk-route:TIB5
  261. ] .
  262. :station-hvalsø a rail:Station ;
  263. skos:prefLabel "Hvalsø station"@da ;
  264. skos:altLabel "Hv" ;
  265. rail:located_at [ a rail:StationPosition ;
  266. rail:distance [ unit:m 48300 ] ;
  267. rail:along_route rail-dk-route:TIB5
  268. ] .
  269. :station-tølløse a rail:Station ;
  270. skos:prefLabel "Tølløse station"@da ;
  271. skos:altLabel "Tø" ;
  272. rail:located_at [ a rail:StationPosition ;
  273. rail:distance [ unit:m 54600 ] ;
  274. rail:along_route rail-dk-route:TIB5
  275. ] .
  276. :station-vipperød a rail:Station ;
  277. skos:prefLabel "Vipperød station"@da ;
  278. skos:altLabel "Pe" ;
  279. rail:located_at [ a rail:StationPosition ;
  280. rail:distance [ unit:m 61200 ] ;
  281. rail:along_route rail-dk-route:TIB5
  282. ] .
  283. :station-holbæk a rail:Station ;
  284. skos:prefLabel "Holbæk station"@da ;
  285. skos:altLabel "Hk" ;
  286. rail:serves dbpedia:Holbæk ;
  287. rail:located_at [ a rail:StationPosition ;
  288. rail:distance [ unit:m 67100 ] ;
  289. rail:along_route rail-dk-route:TIB5
  290. ] .
  291. :station-regstrup a rail:Station ;
  292. skos:prefLabel "Regstrup station"@da ;
  293. skos:altLabel "Rt" ;
  294. rail:located_at [ a rail:StationPosition ;
  295. rail:distance [ unit:m 75200 ] ;
  296. rail:along_route rail-dk-route:TIB5
  297. ] .
  298. :station-knabstrup a rail:Station ;
  299. skos:prefLabel "Knabstrup station"@da ;
  300. skos:altLabel "Ks" ;
  301. rail:located_at [ a rail:StationPosition ;
  302. rail:distance [ unit:m 79400 ] ;
  303. rail:along_route rail-dk-route:TIB5
  304. ] .
  305. :station-mørkøv a rail:Station ;
  306. skos:prefLabel "Mørkøv station"@da ;
  307. skos:altLabel "Mø" ;
  308. rail:located_at [ a rail:StationPosition ;
  309. rail:distance [ unit:m 82900 ] ;
  310. rail:along_route rail-dk-route:TIB5
  311. ] .
  312. :station-jyderup a rail:Station ;
  313. skos:prefLabel "Jyderup station"@da ;
  314. rail:located_at [ a rail:StationPosition ;
  315. rail:distance [ unit:m 89500 ] ;
  316. rail:along_route rail-dk-route:TIB5
  317. ] .
  318. :station-svebølle a rail:Station ;
  319. skos:prefLabel "Svebølle station"@da ;
  320. skos:altLabel "Sv" ;
  321. rail:located_at [ a rail:StationPosition ;
  322. rail:distance [ unit:m 97200 ] ;
  323. rail:along_route rail-dk-route:TIB5
  324. ] .
  325. :station-værslev a rail:Station ;
  326. skos:prefLabel "Værslev station"@da ;
  327. skos:altLabel "Væ" ;
  328. rail:located_at [ a rail:StationPosition ;
  329. rail:distance [ unit:m 102800 ] ;
  330. rail:along_route rail-dk-route:TIB5
  331. ] .
  332. :station-kalundborg a rail:Station ;
  333. skos:prefLabel "Kalundborg station"@da ;
  334. skos:altLabel "Kb" ;
  335. rail:located_at [ a rail:StationPosition ;
  336. rail:distance [ unit:m 110600 ] ;
  337. rail:along_route rail-dk-route:TIB5
  338. ] .
  339. :station-odense-sygehus a rail:Station ;
  340. skos:prefLabel "Odense Sygehus station" ,
  341. "Odense Sygehus Station"@da ;
  342. skos:altLabel "Oss" ;
  343. rail:serves dbpedia:Odense ;
  344. rail:located_at [ a rail:StationPosition ;
  345. rail:distance [ unit:m 3800 ] ;
  346. rail:along_route rail-dk-route:TIB21
  347. ] .
  348. :station-fruens-bøge a rail:Station ;
  349. skos:prefLabel "Fruens Bøge station" ,
  350. "Fruens Bøge Station"@da ;
  351. skos:altLabel "Frs" ;
  352. rail:serves dbpedia:Odense ;
  353. rail:located_at [ a rail:StationPosition ;
  354. rail:distance [ unit:m 5300 ] ;
  355. rail:along_route rail-dk-route:TIB21
  356. ] .
  357. :station-hjallese a rail:Station ;
  358. skos:prefLabel "Hjallese station" ,
  359. "Hjallese Station"@da ;
  360. skos:altLabel "Hjs" ;
  361. rail:serves dbpedia:Hjallese ;
  362. rail:located_at [ a rail:StationPosition ;
  363. rail:distance [ unit:m 6900 ] ;
  364. rail:along_route rail-dk-route:TIB21
  365. ] .
  366. :station-højby a rail:Station ;
  367. skos:prefLabel "Højby station" ,
  368. "Højby Station"@da ;
  369. skos:altLabel "Høs" ;
  370. rail:located_at [ a rail:StationPosition ;
  371. rail:distance [ unit:m 11000 ] ;
  372. rail:along_route rail-dk-route:TIB21
  373. ] .
  374. :station-årslev a rail:Station ;
  375. skos:prefLabel "Årslev station" ,
  376. "Årslev Station"@da ;
  377. skos:altLabel "Ås" ;
  378. rail:serves dbpedia:Årslev ;
  379. rail:located_at [ a rail:StationPosition ;
  380. rail:distance [ unit:m 14900 ] ;
  381. rail:along_route rail-dk-route:TIB21
  382. ] .
  383. :station-pederstrup a rail:Station ;
  384. skos:prefLabel "Pederstrup station" ,
  385. "Pederstrup Station"@da ;
  386. skos:altLabel "Pds" ;
  387. rail:located_at [ a rail:StationPosition ;
  388. rail:distance [ unit:m 17400 ] ;
  389. rail:along_route rail-dk-route:TIB21
  390. ] .
  391. :station-ringe a rail:Station ;
  392. skos:prefLabel "Ringe station" ,
  393. "Ringe Station"@da ;
  394. skos:altLabel "Re" ;
  395. rail:serves dbpedia:Ringe%2C_Denmark ;
  396. rail:located_at [ a rail:StationPosition ;
  397. rail:distance [ unit:m 22400 ] ;
  398. rail:along_route rail-dk-route:TIB21
  399. ] .
  400. :station-rudme a rail:Station ;
  401. skos:prefLabel "Rudme station" ,
  402. "Rudme Station"@da ;
  403. skos:altLabel "Rus" ;
  404. rail:located_at [ a rail:StationPosition ;
  405. rail:distance [ unit:m 27100 ] ;
  406. rail:along_route rail-dk-route:TIB21
  407. ] .
  408. :station-kværndrup a rail:Station ;
  409. skos:prefLabel "Kværndrup station" ,
  410. "Kværndrup Station"@da ;
  411. skos:altLabel "Kvs" ;
  412. rail:located_at [ a rail:StationPosition ;
  413. rail:distance [ unit:m 30200 ] ;
  414. rail:along_route rail-dk-route:TIB21
  415. ] .
  416. :station-stenstrup a rail:Station ;
  417. skos:prefLabel "Stenstrup station" ,
  418. "Stenstrup Station"@da ;
  419. skos:altLabel "Sts" ;
  420. rail:located_at [ a rail:StationPosition ;
  421. rail:distance [ unit:m 35600 ] ;
  422. rail:along_route rail-dk-route:TIB21
  423. ] .
  424. :station-stenstrup-syd a rail:Station ;
  425. skos:prefLabel "Stenstrup Syd station" ,
  426. "Stenstrup Syd Station"@da ;
  427. skos:altLabel "Sis" ;
  428. rail:located_at [ a rail:StationPosition ;
  429. rail:distance [ unit:m 37000 ] ;
  430. rail:along_route rail-dk-route:TIB21
  431. ] .
  432. :station-svendborg-vest a rail:Station ;
  433. skos:prefLabel "Svendborg Vest station" ,
  434. "Svendborg Vest Station"@da ;
  435. skos:altLabel "Svv" ;
  436. rail:serves dbpedia:Svendborg ;
  437. rail:located_at [ a rail:StationPosition ;
  438. rail:distance [ unit:m 45700 ] ;
  439. rail:along_route rail-dk-route:TIB21
  440. ] .
  441. :station-svendborg a rail:Station ;
  442. skos:prefLabel "Svendborg station" ,
  443. "Svendborg Station"@da ;
  444. skos:altLabel "Svg" ;
  445. rail:serves dbpedia:Svendborg ;
  446. rail:located_at [ a rail:StationPosition ;
  447. rail:distance [ unit:m 48200 ] ;
  448. rail:along_route rail-dk-route:TIB21
  449. ] .
  450. :station-børkop a rail:Station ;
  451. skos:prefLabel "Børkop station" ,
  452. "Børkop Station"@da ;
  453. skos:altLabel "Bk" ;
  454. rail:located_at [ a rail:StationPosition ;
  455. rail:distance [ unit:m 11900 ] ;
  456. rail:along_route rail-dk-route:TIB23
  457. ] .
  458. :station-brejning a rail:Station ;
  459. skos:prefLabel "Brejning station" ,
  460. "Brejning Station"@da ;
  461. skos:altLabel "Bet" ;
  462. rail:located_at [ a rail:StationPosition ;
  463. rail:distance [ unit:m 14800 ] ;
  464. rail:along_route rail-dk-route:TIB23
  465. ] .
  466. :station-vejle a rail:Station ;
  467. skos:prefLabel "Vejle station" ,
  468. "Vejle Station"@da ;
  469. skos:altLabel "Vj" ;
  470. rail:serves dbpedia:Vejle ;
  471. rail:located_at [ a rail:StationPosition ;
  472. rail:distance [ unit:m 25700 ] ;
  473. rail:along_route rail-dk-route:TIB23
  474. ] .
  475. :station-hedensted a rail:Station ;
  476. skos:prefLabel "Hedensted station" ,
  477. "Hedensted Station"@da ;
  478. skos:altLabel "Hed" ;
  479. rail:serves dbpedia:Hedensted ;
  480. rail:located_at [ a rail:StationPosition ;
  481. rail:distance [ unit:m 40800 ] ;
  482. rail:along_route rail-dk-route:TIB23
  483. ] .
  484. :station-horsens a rail:Station ;
  485. skos:prefLabel "Horsens station" ,
  486. "Horsens Station"@da ;
  487. skos:altLabel "Hs" ;
  488. rail:serves dbpedia:Horsens ;
  489. rail:located_at [ a rail:StationPosition ;
  490. rail:distance [ unit:m 57100 ] ;
  491. rail:along_route rail-dk-route:TIB23
  492. ] .
  493. :station-skanderborg a rail:Station ;
  494. skos:prefLabel "Skanderborg station" ,
  495. "Skanderborg Station"@da ;
  496. skos:altLabel "Sd" ;
  497. rail:serves dbpedia:Skanderborg ;
  498. rail:located_at [ a rail:StationPosition ;
  499. rail:distance [ unit:m 85700 ] ;
  500. rail:along_route rail-dk-route:TIB23
  501. ] .
  502. :station-hørning a rail:Station ;
  503. skos:prefLabel "Hørning station" ,
  504. "Hørning Station"@da ;
  505. skos:altLabel "Hx" ;
  506. rail:serves dbpedia:Hørning ;
  507. rail:located_at [ a rail:StationPosition ;
  508. rail:distance [ unit:m 94200 ] ;
  509. rail:along_route rail-dk-route:TIB23
  510. ] .
  511. :station-viby-jylland a rail:Station ;
  512. skos:prefLabel "Viby Jylland station" ,
  513. "Viby Jylland Station"@da ;
  514. skos:altLabel "Viby J" ,
  515. "Vi" ;
  516. rail:serves dbpedia:Viby_J ;
  517. rail:located_at [ a rail:StationPosition ;
  518. rail:distance [ unit:m 103700 ] ;
  519. rail:along_route rail-dk-route:TIB23
  520. ] .
  521. :station-aarhus a rail:Station ;
  522. skos:prefLabel "Århus Central Station" ,
  523. "Aarhus Hovedbanegård"@da ;
  524. skos:altLabel "Aarhus H"@da ,
  525. "Ar" ;
  526. rail:serves dbpedia:Aarhus ;
  527. rail:located_at [ a rail:StationPosition ;
  528. rail:distance [ unit:m 00 ] ;
  529. rail:along_route rail-dk-route:TIB23
  530. ] .