@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/676641cd-0102-4c7f-9f9a-61b6624244be> a dcat:Dataset ;
    dct:description "This dataset has been created to power the Talk, Share, Learn - Leeds app which has been created by Leeds City Council's Children's Services team with local developer Imactivate." ;
    dct:identifier "exlzm" ;
    dct:issued "2017-07-11T07:05:39+00:00"^^xsd:dateTime ;
    dct:modified "2017-07-12T09:13:13+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Leeds City Council" ] ;
    dct:title "Talk Share Learn Leeds" ;
    dcat:landingPage <https://datamillnorth.org/dataset/talk-share-learn-leeds-exlzm> .

