@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/c50f384d-4d4a-464d-aa50-36d3feede25c> a dcat:Dataset ;
    dct:description "Our Oyster Ticket Stop locations feed is a geo-coded KML feed of the 3,800 plus outlets across London where customers can top up Oyster cards and renew Travelcard or Bus & Tram Passes. Each location is marked with the Oyster Ticket Stop logo. Click here to visit the Transport for London pages about how to access and use feeds" ;
    dct:identifier "vqnpl" ;
    dct:issued "2010-06-01T11:59:41+00:00"^^xsd:dateTime ;
    dct:modified "2014-03-25T15:14:22+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Transport for London" ] ;
    dct:title "Oyster Ticket Stop Locations" ;
    dcat:keyword "oyster",
        "transport",
        "travel" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/oyster-ticket-stop-locations-vqnpl> .

