@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/0221b92d-f29d-4ff2-84ca-d97a5fefa3dc> a dcat:Dataset ;
    dct:description "This dataset contains details of Public Rights of Way within the Metropolitan Borough of Stockport." ;
    dct:identifier "em7wl" ;
    dct:issued "2017-02-24T11:16:18+00:00"^^xsd:dateTime ;
    dct:modified "2017-03-15T09:32:02+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Stockport Metropolitan Borough Council" ] ;
    dct:title "Stockport Rights of Way" ;
    dcat:keyword "access",
        "alleys",
        "paths",
        "pathways",
        "public right of way",
        "rights of way",
        "stockport" ;
    dcat:landingPage <https://datamillnorth.org/dataset/stockport-rights-of-way-em7wl> .

