@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.gov.ie/dataset/8c868a61-82a4-42f1-a1ba-81acb49a4cbd> a dcat:Dataset ;
    dct:accrualPeriodicity "Annual" ;
    dct:created "2025-12-11T12:17:35"^^xsd:dateTime ;
    dct:description """"New court referral totals, and per 100,000 inhabitants, by county by year.\r
County population estimates by year."\r
"""@en,
        ""@ga ;
    dct:identifier "8c868a61-82a4-42f1-a1ba-81acb49a4cbd" ;
    dct:issued "2025-12-11"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-12-17T10:33:24"^^xsd:dateTime ;
    dct:publisher <https://data.gov.ie/organization/the-probation-service> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2024-12-31"^^xsd:date ;
            dcat:startDate "2014-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            schema1:endDate "2024-12-31"^^xsd:date ;
            schema1:startDate "2014-01-01"^^xsd:date ] ;
    dct:title "Probation Service: New Referrals from Court by County" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "The Probation Service" ;
            vcard:hasEmail <mailto:statistics@probation.ie> ] ;
    dcat:distribution <https://data.gov.ie/dataset/8c868a61-82a4-42f1-a1ba-81acb49a4cbd/resource/79e27975-6b28-4541-a0ce-3cd2550932de>,
        <https://data.gov.ie/dataset/8c868a61-82a4-42f1-a1ba-81acb49a4cbd/resource/eb33bb76-be0e-4772-8321-0f00e3c9721d> ;
    dcat:theme <Justice>,
        <http://publications.europa.eu/resource/authority/data-theme/JUST> .

<http://publications.europa.eu/resource/authority/language/ENG> a dct:LinguisticSystem .

<https://data.gov.ie/dataset/8c868a61-82a4-42f1-a1ba-81acb49a4cbd/resource/79e27975-6b28-4541-a0ce-3cd2550932de> a dcat:Distribution ;
    dct:format [ a dct:IMT,
                dct:MediaTypeOrExtent ;
            rdfs:label "CSV" ;
            rdf:value <https://www.iana.org/assignments/media-types/text/csv> ] ;
    dct:issued "2025-12-11T12:18:51"^^xsd:dateTime ;
    dct:modified "2025-12-11T12:18:51"^^xsd:dateTime ;
    dct:title "New Referrals from Court by County: CSV " ;
    dcat:accessURL <https://probation.ie/EN/PB/0/3E857E38A8082B5E80258D5C004A7ECD/%24File/PSC016_Probation_Service_New_Referrals_from_Court_by_County.csv> ;
    dcat:downloadURL <https://probation.ie/EN/PB/0/3E857E38A8082B5E80258D5C004A7ECD/%24File/PSC016_Probation_Service_New_Referrals_from_Court_by_County.csv> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/text/csv> .

<https://data.gov.ie/dataset/8c868a61-82a4-42f1-a1ba-81acb49a4cbd/resource/eb33bb76-be0e-4772-8321-0f00e3c9721d> a dcat:Distribution ;
    dct:format [ a dct:IMT,
                dct:MediaTypeOrExtent ;
            rdfs:label "XLSX" ;
            rdf:value <https://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet> ] ;
    dct:issued "2025-12-11T12:18:34"^^xsd:dateTime ;
    dct:modified "2025-12-17T10:33:24"^^xsd:dateTime ;
    dct:title "New Referrals from Court by County: Excel " ;
    dcat:accessURL <https://probation.ie/EN/PB/0/03677446077855A680258D5C004A46D7/%24File/PS016_Probation_Service_New_Referrals_from_Court_by_County.xlsx> ;
    dcat:downloadURL <https://probation.ie/EN/PB/0/03677446077855A680258D5C004A46D7/%24File/PS016_Probation_Service_New_Referrals_from_Court_by_County.xlsx> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet> .

<https://data.gov.ie/organization/the-probation-service> a foaf:Agent,
        foaf:Organization ;
    foaf:name "The Probation Service" .

