@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/9913e2a7-bb44-43dc-9480-749cc2f6df4b> a dcat:Dataset ;
    dct:description "Monthly survey of businesses, collects data on turnover, employment etcetera." ;
    dct:identifier "9913e2a7-bb44-43dc-9480-749cc2f6df4b" ;
    dct:issued "2013-08-30T15:14:42.410192"^^xsd:dateTime ;
    dct:modified "2013-12-12T20:21:52.710101"^^xsd:dateTime ;
    dct:publisher <https://ckan.integration.publishing.service.gov.uk/organization/d5b50862-3f2a-4b7b-ad85-841b6def43be> ;
    dct:title "ONS VML Monthly Production Inquiry (MPI)" .

<https://ckan.integration.publishing.service.gov.uk/organization/d5b50862-3f2a-4b7b-ad85-841b6def43be> a foaf:Organization ;
    foaf:name "Office for National Statistics" .

