@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/70710d38-e63b-499c-99f9-d00e085e91e8> a dcat:Dataset ;
    dct:description "2008 is the latest in a series dating back to 1987" ;
    dct:identifier "70710d38-e63b-499c-99f9-d00e085e91e8" ;
    dct:issued "2013-08-30T14:07:11.881076"^^xsd:dateTime ;
    dct:modified "2013-12-12T20:21:52.710101"^^xsd:dateTime ;
    dct:publisher <https://ckan.publishing.service.gov.uk/organization/5ffb15d3-bcf8-4526-b558-993c2573ad38> ;
    dct:title "Survey of Employment Tribunal Applications" .

<https://ckan.publishing.service.gov.uk/organization/5ffb15d3-bcf8-4526-b558-993c2573ad38> a foaf:Organization ;
    foaf:name "Department for Business, Energy and Industrial Strategy" .

