@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/6f73be37-97ed-499d-a16b-11a3fd781c3d> a dcat:Dataset ;
    dct:description "Link to DfE release. A dataset and associated pdf showing pupil allocations for Secondary schools in Barnet." ;
    dct:identifier "2g4ow" ;
    dct:issued "2022-06-28T12:54:51+00:00"^^xsd:dateTime ;
    dct:modified "2022-06-28T13:04:23.449000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Department for Education" ] ;
    dct:title "School Allocations - Secondary Schools" ;
    dcat:keyword "Applications",
        "Children",
        "Education",
        "Pupils",
        "Schools" ;
    dcat:landingPage <https://open.barnet.gov.uk/dataset/school-allocations-secondary-schools-2g4ow> .

