@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.publishing.service.gov.uk/dataset/1160d7a1-5079-481d-9ecf-a5be1a54f659> a dcat:Dataset ;
    dct:description "The pier location feed is a geo-coded KML feed of all TFL pier locations." ;
    dct:identifier "ep09z" ;
    dct:issued "2010-05-04T13:57:21+00:00"^^xsd:dateTime ;
    dct:modified "2014-03-25T15:13:57+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Transport for London" ] ;
    dct:title "TFL Pier Locations" ;
    dcat:keyword "geo",
        "locations",
        "pier",
        "transport" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/tfl-pier-locations-ep09z> .

