@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/a884bc93-eea9-4ab2-aa88-b39b7afbba7b> a dcat:Dataset ;
    dct:description "Link to DfE Release. A dataset and associated pdf showing pupil allocations for Community Primary schools in Barnet for the 2015/16 intake." ;
    dct:identifier "2r1yo" ;
    dct:issued "2022-06-28T13:08:37+00:00"^^xsd:dateTime ;
    dct:modified "2022-06-28T13:08:56.990000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Department for Education" ] ;
    dct:title "School Allocations - Community Schools" ;
    dcat:keyword "Applications",
        "Children",
        "Education",
        "Pupils",
        "Schools" ;
    dcat:landingPage <https://open.barnet.gov.uk/dataset/school-allocations-community-schools-2r1yo> .

