@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.integration.publishing.service.gov.uk/dataset/e6e712da-d055-4745-92cf-94b57507d755> a dcat:Dataset ;
    dct:description "The station location feed is a geo-coded KML feed of most of London Underground, DLR and London Overground stations. Station facilities and access information is also provided. All stations are marked with the TfL roundel. Find out more about the feeds available from Transport for London here" ;
    dct:identifier "2zmpy" ;
    dct:issued "2010-02-02T15:35:43+00:00"^^xsd:dateTime ;
    dct:modified "2014-03-25T15:12:09+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "********************" ] ;
    dct:title "TfL Station Locations" ;
    dcat:keyword "stations",
        "transport",
        "travel",
        "tube" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/tfl-station-locations-2zmpy> .

