@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.staging.publishing.service.gov.uk/dataset/ce0fd087-6898-4fa3-a73b-a7eaf74da6d9> a dcat:Dataset ;
    dct:description "This dataset contains the location of bus stops within the Metropolitan Borough of Stockport. The data is derived from open data published by Transport for Greater Manchester: https://data.gov.uk/dataset/bus-stopping-points" ;
    dct:identifier "24zx8" ;
    dct:issued "2017-02-24T11:20:21+00:00"^^xsd:dateTime ;
    dct:modified "2017-03-15T09:31:42+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Stockport Metropolitan Borough Council" ] ;
    dct:title "Stockport Bus Stops" ;
    dcat:keyword "Bus",
        "Bus Stops",
        "Public Transport",
        "stockport" ;
    dcat:landingPage <https://datamillnorth.org/dataset/stockport-bus-stops-24zx8> .

