@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/45721eba-f1ec-4b38-8386-481937ac0f4b> a dcat:Dataset ;
    dct:description "The link points to Calder Dataworks who process the national Historic England's dataset. Here you will find a dataset in several formats for West Yorkshire as well as a link to the Historic England's national site." ;
    dct:identifier "exlml" ;
    dct:issued "2018-03-20T15:43:10+00:00"^^xsd:dateTime ;
    dct:modified "2018-06-13T10:16:34.942000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Historic England" ] ;
    dct:title "Listed buildings" ;
    dcat:keyword "Culture",
        "Tourism",
        "archaeology",
        "architecture",
        "building",
        "heritage",
        "history",
        "house",
        "house price",
        "listed building" ;
    dcat:landingPage <https://datamillnorth.org/dataset/listed-buildings-exlml> .

