@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.staging.publishing.service.gov.uk/dataset/5d030e7b-fbf4-4909-81a4-7d2abe93fae6> a dcat:Dataset ;
    dct:description "Link to absence statistics for England taken from the DfE website. Report showing trend at LA, national and school level in attendance." ;
    dct:identifier "e7k1m" ;
    dct:issued "2022-06-23T14:36:14+00:00"^^xsd:dateTime ;
    dct:modified "2022-06-23T14:36:59.411000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Department for Education" ] ;
    dct:title "Secondary School Absence in Barnet 2014-15" ;
    dcat:keyword "Absence",
        "Children",
        "Education",
        "Penalty Charge Notice",
        "Pupil absence",
        "Pupils",
        "Schools",
        "Sickness" ;
    dcat:landingPage <https://open.barnet.gov.uk/dataset/secondary-school-absence-in-barnet-2014-15-e7k1m> .

