@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.integration.publishing.service.gov.uk/dataset/57ab2f11-e4bd-4daa-875f-69d5b9c901ae> a dcat:Dataset ;
    dct:description "This shows all the Children's Centres in Leeds which are currently open. This dataset will be updated on an annual basis every June." ;
    dct:identifier "2kqzj" ;
    dct:issued "2015-06-12T07:28:23+00:00"^^xsd:dateTime ;
    dct:modified "2019-01-15T15:02:56.069000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "******************" ] ;
    dct:title "Leeds children's centres" ;
    dcat:keyword "Education",
        "Locality Lab",
        "Supporting Leeds",
        "children",
        "young",
        "young people",
        "youth" ;
    dcat:landingPage <https://datamillnorth.org/dataset/leeds-childrens-centres-2kqzj> .

