@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.integration.publishing.service.gov.uk/dataset/370de197-0c5d-4770-8394-67d7d7587101> a dcat:Dataset ;
    dct:description "A dataset showing UK pub name, address, easting, northing, lat, lon, and local authority. Also included is a link to a mashup of data between pubs and bus stops. Please note The dataset is derived from the FSA Food Hygiene Ratings, from which the pubs/bars/nightclubs are extracted, cleaned up and then combined with the ONS Postcode Directory in order to map pubs to local authority Note: This is a processed dataset derived from official published sources. It may contain alterations, aggregations or cleaned-up versions of data published elsewhere. Please note, this dataset may be a one-off publication and may not be updated." ;
    dct:identifier "2w34n" ;
    dct:issued "2016-12-13T15:19:16+00:00"^^xsd:dateTime ;
    dct:modified "2016-12-15T09:17:34+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "GetTheData" ] ;
    dct:title "Open pubs" ;
    dcat:keyword "bars",
        "easting",
        "local authorities",
        "nightclubs",
        "northing",
        "pubs" ;
    dcat:landingPage <https://datamillnorth.org/dataset/open-pubs-2w34n> .

