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