@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/7140c53a-45cc-41b3-944b-021e145d8e2c> a dcat:Dataset ;
    dct:description "Datastore catalogue files showing every dataset and resource entry on the London datastore.Files includes all metadata. File represents a live snapshot of content and is continually updated." ;
    dct:identifier "eprdg" ;
    dct:issued "2015-07-27T09:26:01+00:00"^^xsd:dateTime ;
    dct:modified "2019-03-18T10:03:27+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Greater London Authority" ] ;
    dct:title "London Datastore Catalogue" ;
    dcat:keyword "datastore",
        "dump",
        "excel",
        "metadata" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/london-datastore-catalogue-eprdg> .

