@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/5e8dc070-32d0-46a2-9a7a-a4e78bdba01b> a dcat:Dataset ;
    dct:description "Dataset showing the extent of Air Quality Management Areas in the Metropolitan Borough of Stockport." ;
    dct:identifier "2o1q5" ;
    dct:issued "2017-02-17T14:18:40+00:00"^^xsd:dateTime ;
    dct:modified "2017-03-15T09:18:54+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Stockport Metropolitan Borough Council" ] ;
    dct:title "Stockport Air Quality Management Areas" ;
    dcat:keyword "Air Quality",
        "Environment",
        "Pollution",
        "Traffic",
        "air pollution",
        "stockport" ;
    dcat:landingPage <https://datamillnorth.org/dataset/stockport-air-quality-management-areas-2o1q5> .

