@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/1d35795b-b2dc-4ec3-9257-81ca3a67d1e1> a dcat:Dataset ;
    dct:description "Price Paid Data contains the sale prices of properties in England and Wales submitted to HM Land Registry for registration." ;
    dct:identifier "vdwg5" ;
    dct:issued "2019-03-12T10:30:39.700000+00:00"^^xsd:dateTime ;
    dct:modified "2019-03-12T10:47:19.557000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "HM Land Registry" ] ;
    dct:title "Price paid data" ;
    dcat:landingPage <https://datamillnorth.org/dataset/price-paid-data-vdwg5> .

