@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/8c1ae180-e646-4907-869f-530160701142> a dcat:Dataset ;
    dct:description "Dataset containing food hygeine data for establishments in Stockport. Further information on the calculation of food hygeine ratings can be found in the technical documentation below." ;
    dct:identifier "e51xx" ;
    dct:issued "2017-02-17T14:02:32+00:00"^^xsd:dateTime ;
    dct:modified "2017-03-15T09:18:11+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Stockport Metropolitan Borough Council" ] ;
    dct:title "Stockport Food Standards" ;
    dcat:keyword "Food",
        "eating out",
        "food standards",
        "hygeine",
        "ratings",
        "restaurants",
        "take away" ;
    dcat:landingPage <https://datamillnorth.org/dataset/stockport-food-standards-e51xx> .

