@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/eac4cab3-82f4-41da-8b2e-804025c18e50> a dcat:Dataset ;
    dct:description "The UK HPI shows changes in the value of residential properties. Some sample queries from the Land Registry's data app." ;
    dct:identifier "2kx18" ;
    dct:issued "2019-03-12T11:02:17.987000+00:00"^^xsd:dateTime ;
    dct:modified "2019-03-12T12:33:39.783000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "HM Land Registry" ] ;
    dct:title "House price statistics" ;
    dcat:keyword "HPI" ;
    dcat:landingPage <https://datamillnorth.org/dataset/house-price-statistics-2kx18> .

