@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/1ad41f6c-6ebf-4504-b764-a6145b13fd72> a dcat:Dataset ;
    dct:description "Link to DfE release. This information is for all schools in England. Statistics and analysis on statements of special educational needs (SEN) and education, health and care (EHC) plans in England." ;
    dct:identifier "2owln" ;
    dct:issued "2022-06-21T12:49:57+00:00"^^xsd:dateTime ;
    dct:modified "2022-06-21T12:52:21.776000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Department for Education" ] ;
    dct:title "Statements of SEN and EHC Plans: England" ;
    dcat:keyword "Children",
        "Education",
        "Pupils",
        "SEN",
        "Schools",
        "Special Educational Needs" ;
    dcat:landingPage <https://open.barnet.gov.uk/dataset/statements-of-sen-and-ehc-plans-england-2owln> .

