@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/b9969709-7312-4d2c-85fc-a3092451190a> a dcat:Dataset ;
    dct:description "School and college performance data and report school performance measures. Satistics for England taken from the DfE website." ;
    dct:identifier "2l045" ;
    dct:issued "2022-06-23T12:34:43+00:00"^^xsd:dateTime ;
    dct:modified "2022-06-23T12:35:06.029000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Department for Education" ] ;
    dct:title "School and College Performance Tables - Barnet" ;
    dcat:keyword "Absence",
        "Children",
        "Education",
        "Performance",
        "Pupil absence",
        "Pupils",
        "Schools" ;
    dcat:landingPage <https://open.barnet.gov.uk/dataset/school-and-college-performance-tables-barnet-2l045> .

