@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/daf3ef8f-a69c-4127-9eb3-06aa1fcf6a3a> a dcat:Dataset ;
    dct:description "Link to UK Government page providing statistics on the sales of social housing stock in England, both nationwide and by Local Authority – whether owned by local authorities or private registered providers. The most common of these sales are by the Right to Buy (and preserved Right to Buy) scheme and there are separate tables for sales under that scheme." ;
    dct:identifier "em552" ;
    dct:issued "2017-05-05T14:14:49+00:00"^^xsd:dateTime ;
    dct:modified "2017-05-05T14:25:44+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Department for Communities and Local Government" ] ;
    dct:title "Right to Buy Data - England" ;
    dcat:keyword "Housing",
        "Right to Buy" ;
    dcat:landingPage <https://open.barnet.gov.uk/dataset/right-to-buy-data-england-em552> .

