@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/4d1717d9-7767-47fa-997b-ed91a5a8e5ec> a dcat:Dataset ;
    dct:description "Number of social work orders completed/terminated in each local authority area from 2004-05 onwards, broken down by type of order and whether successfully completed." ;
    dct:identifier "4d1717d9-7767-47fa-997b-ed91a5a8e5ec" ;
    dct:issued "2026-08-13T10:10:19.408210"^^xsd:dateTime ;
    dct:modified "2026-08-13T10:11:39.666029"^^xsd:dateTime ;
    dct:publisher <https://admin.data.gov.scot/organization/37d0c9c6-f164-4255-ad4f-76d2f979104f> ;
    dct:title "Social Work Orders Terminated" ;
    adms:versionNotes "Revisions are made to earlier years data once a new year's data has been published. The figures for 2020-21 for CPOs for Renfrewshire were estimated when first published but was revised following the receipt of the actual data." ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:justice_analysts@gov.scot> ],
        [ a vcard:Kind ;
            vcard:hasEmail <mailto:justice_analysts@gov.scot> ] ;
    dcat:distribution <https://admin.data.gov.scot/dataset/4d1717d9-7767-47fa-997b-ed91a5a8e5ec/resource/ab9dde19-b4e8-4292-9e15-4ca4e995f7d3> ;
    dcat:theme <https://data.gov.scot/def/theme/crime-and-justice> ;
    dgsp:accuracy "These statistics are considered of good quality as they come from recording systems which local authorities use for case management and internal monitoring. Checks are made to ensure any major differences from previous years are explainable." ;
    dgsp:comment "Number of social work orders completed/terminated in each local authority area from 2004-05 onwards, broken down by type of order and whether successfully completed." ;
    dgsp:completeness "This data brings together in one place all orders at local authority level which make up the category \\\"social work orders\\\"." ;
    dgsp:confidentiality "Not assessed" ;
    dgsp:consistency "Community payback orders were introduced on 1 February 2011. Numbers were not collected for the year 2010-11 due the very small number of orders which would have finished in that year. Fiscal work orders were introduced nationally on 1 April 2015. Data was not collected from 2016-17 onwards for community service, probation or supervised attendance orders due the small number of orders involved. The figures for 'orders not completed/discharged' for 2012-13 and 2013-14 include some orders for which the reason for termination was not known. From March 2025, there is no longer any data provided for \\\"total social work orders\\\"." ;
    dgsp:geographical_coverage "S12",
        "S92" ;
    dgsp:license_id "uk-ogl" ;
    dgsp:nextUpdate "2026-01-01" ;
    dgsp:quality_management "Extensive quality assurance is conducted to ensure the data received from local authorities is as accurate as possible." ;
    dgsp:referencePeriod [ a dct:PeriodOfTime ;
            dcat:endDate "2024"^^xsd:gYear ;
            dcat:startDate "2004"^^xsd:gYear ] ;
    dgsp:timeliness "These statistics are normally updated in the January after the data year in question." ;
    dgsp:uniqueness "Not assessed" ;
    dgsp:update_frequency "annual" ;
    dgsp:validity "These statistics help provide trends related to the workload of orders which local authorities deal with." ;
    dgsp:will_be_updated true .

<https://admin.data.gov.scot/dataset/4d1717d9-7767-47fa-997b-ed91a5a8e5ec/resource/ab9dde19-b4e8-4292-9e15-4ca4e995f7d3> a dcat:Distribution ;
    dct:description "Data file for Social Work Orders Terminated" ;
    dct:format "CSV" ;
    dct:issued "2026-08-13T10:11:39.679669"^^xsd:dateTime ;
    dct:modified "2026-08-13T10:11:39.673824"^^xsd:dateTime ;
    dct:title "social-work-orders-terminated.csv" ;
    csvw:tableSchema [ a csvw:Schema ;
            csvw:column [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Units" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyName" ],
                [ 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 "Order Type" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Social Work Order Outcome" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Measurement" ] ] ;
    dcat:accessURL <https://admin.data.gov.scot/resource/ab9dde19-b4e8-4292-9e15-4ca4e995f7d3/download> ;
    dgsp:comment "Number of social work orders completed/terminated in each local authority area from 2004-05 onwards, broken down by type of order and whether successfully completed." ;
    dgsp:dictionary [ a dgsp:Column ;
            dgsp:column "Units" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "DateCode" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyType" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Order Type" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyName" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Measurement" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyCode" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Value" ;
            dgsp:type "int" ],
        [ a dgsp:Column ;
            dgsp:column "Social Work Order Outcome" ;
            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/crime-and-justice> a skos:Concept ;
    skos:prefLabel "Crime and Justice" .

