@base . @prefix : <#> . @prefix dbpedia: . @prefix foaf: . @prefix org: . @prefix owl: . @prefix rail: . @prefix skos: . #TODO: use unique key (not skos:altName) for station name abbreviation <> foaf:primaryTopic :org . :station a rail:Station ; skos:prefLabel "Bochum Hauptbahnhof" ; skos:altLabel "Bochum Hbf"@de ; rail:serves dbpedia:Bochum ; owl:sameAs dbpedia:Bochum_Hauptbahnhof . :platform-3 a rail:Platform ; skos:altLabel "3" ; rail:platform_at :station .