@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/a9f72177-6116-4356-b32a-6c130e3297f7> a dcat:Dataset ;
    dct:description "This dataset contains the locations of a variety of powered assets within the Metropolitan Borough of Stockport, including street lights, bollards and lit signs. The data is accurate as at February 2017." ;
    dct:identifier "24zx6" ;
    dct:issued "2017-03-01T12:24:43+00:00"^^xsd:dateTime ;
    dct:modified "2017-03-15T09:30:31+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Stockport Metropolitan Borough Council" ] ;
    dct:title "Stockport Powered Assets" ;
    dcat:keyword "Street Lighting",
        "bollards",
        "lamp posts",
        "signs",
        "stockport",
        "street lights" ;
    dcat:landingPage <https://datamillnorth.org/dataset/stockport-powered-assets-24zx6> .

