@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/8ac0196a-790d-4180-b43e-66875dda6f7f> a dcat:Dataset ;
    dct:description "Name and coordinates of the Santander Cycle Hire docking station locations launched in Summer 2010. (Click here)" ;
    dct:identifier "23g9j" ;
    dct:issued "2014-04-30T17:03:44+00:00"^^xsd:dateTime ;
    dct:modified "2014-06-06T12:48:14+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Transport for London" ] ;
    dct:title "TfL Cycle Hire Locations" ;
    dcat:keyword "bicycle",
        "cycling",
        "geo",
        "transport" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/tfl-cycle-hire-locations-23g9j> .

