@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix csvw: <http://www.w3.org/ns/csvw#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dgsp: <https://data.gov.scot/def/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://admin.data.gov.scot/dataset/657edfe8-deab-4eeb-9640-7728c6fc55d5> a dcat:Dataset ;
    dct:description "Discretionary Housing Payments (DHPs) are administered in Scotland by the 32 Scottish Local Authorities. DHPs may be awarded when a Local Authority considers that a housing benefit or universal credit (including the housing element) claimant requires further financial assistance towards housing costs. DHPs can be used to provide support to claimants affected by some of the key welfare reforms, including the introduction of benefit cap, the Removal of the Spare Room Subsidy in the social rented sector ('RSRS', also known as the 'bedroom tax') and reductions in Local Housing Allowance.<br/><br/>As of April 2017, full responsibility for DHPs has been transferred to the Scottish Government and the Department for Work and Pensions no longer provides any funding. Scottish Government allocates funding for DHPs to each Local Authority, and Local Authorities are also free to provide additional funding from their own resources.<br/><br/>These [annual DHP statistics](https://www.gov.scot/collections/sg-social-security-scotland-stats-publications/#discretionaryhousingpaymentstatistics) cover the period from 1 April to 31 March each financial year.<br/>" ;
    dct:identifier "657edfe8-deab-4eeb-9640-7728c6fc55d5" ;
    dct:issued "2026-08-13T08:13:19.829262"^^xsd:dateTime ;
    dct:modified "2026-08-13T08:14:43.019204"^^xsd:dateTime ;
    dct:publisher <https://admin.data.gov.scot/organization/37d0c9c6-f164-4255-ad4f-76d2f979104f> ;
    dct:title "Discretionary Housing Payments Expenditure" ;
    adms:versionNotes "Not applicable" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:SocialSecurityStats@gov.scot> ],
        [ a vcard:Kind ;
            vcard:hasEmail <mailto:SocialSecurityStats@gov.scot> ] ;
    dcat:distribution <https://admin.data.gov.scot/dataset/657edfe8-deab-4eeb-9640-7728c6fc55d5/resource/aa67e0e8-462a-488d-b7db-3f07382aaae3> ;
    dcat:theme <https://data.gov.scot/def/theme/economic-activity-benefits-and-tax-credits> ;
    dgsp:accuracy "Not assessed" ;
    dgsp:comment "Amount spent by Local Authorities on awards for Discretionary Housing Payments" ;
    dgsp:completeness "Not assessed" ;
    dgsp:confidentiality "Not assessed" ;
    dgsp:consistency "The Department for Work and Pensions (DWP) publishes [statistics on Discretionary Housing Payments](https://www.gov.uk/government/collections/discretionary-housing-payments-statistics). The most recent statistics cover DHPs in England and Wales only. Previous versions of the statistics up until March 2017 cover DHPs in Great Britain." ;
    dgsp:geographical_coverage "S12",
        "S92" ;
    dgsp:license_id "uk-ogl" ;
    dgsp:nextUpdate "2024-05-01" ;
    dgsp:quality_management "To check the quality of the data we receive, we compare the responses to the above questions with the responses given the month before. We would normally expect the number of applications, determinations, awards and total value of awards to increase each month. Where this is not the case, we contact the Local Authority and query their responses." ;
    dgsp:referencePeriod [ a dct:PeriodOfTime ;
            dcat:endDate "2023"^^xsd:gYear ;
            dcat:startDate "2013"^^xsd:gYear ] ;
    dgsp:timeliness "Annual statistics are updated once a year in May following the end of the financial year in March. We also publish statistics in November covering the [first half of the financial year](https://www.gov.scot/collections/sg-social-security-scotland-stats-publications/#discretionaryhousingpaymentstatistics)." ;
    dgsp:uniqueness "Not assessed" ;
    dgsp:update_frequency "annual" ;
    dgsp:validity "Not assessed" ;
    dgsp:will_be_updated true .

<https://admin.data.gov.scot/dataset/657edfe8-deab-4eeb-9640-7728c6fc55d5/resource/aa67e0e8-462a-488d-b7db-3f07382aaae3> a dcat:Distribution ;
    dct:description "Data file for Discretionary Housing Payments Expenditure" ;
    dct:format "CSV" ;
    dct:issued "2026-08-13T08:14:43.032623"^^xsd:dateTime ;
    dct:modified "2026-08-13T08:14:43.027203"^^xsd:dateTime ;
    dct:title "discretionary-housing-payments-expenditure.csv" ;
    csvw:tableSchema [ a csvw:Schema ;
            csvw:column [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyName" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Measurement" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "DateCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyType" ],
                [ a csvw:Column ;
                    csvw:datatype "int" ;
                    csvw:name "Value" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Units" ] ] ;
    dcat:accessURL <https://admin.data.gov.scot/resource/aa67e0e8-462a-488d-b7db-3f07382aaae3/download> ;
    dgsp:comment "Amount spent by Local Authorities on awards for Discretionary Housing Payments" ;
    dgsp:dictionary [ a dgsp:Column ;
            dgsp:column "GeographyName" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Measurement" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Value" ;
            dgsp:type "int" ],
        [ a dgsp:Column ;
            dgsp:column "DateCode" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyType" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Units" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyCode" ;
            dgsp:type "text" ] .

<https://admin.data.gov.scot/organization/37d0c9c6-f164-4255-ad4f-76d2f979104f> a foaf:Agent ;
    foaf:name "Scottish Government" .

<https://data.gov.scot/def/theme/economic-activity-benefits-and-tax-credits> a skos:Concept ;
    skos:prefLabel "Economic Activity, Benefits and Tax Credits" .

