@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/5c7a5263-49c8-4952-9696-f58651fe48ae> a dcat:Dataset ;
    dct:accrualPeriodicity "Annual" ;
    dct:created "2025-12-11T10:11:17"^^xsd:dateTime ;
    dct:description """Total new court referrals by age, gender and year.\r
"""@en,
        ""@ga ;
    dct:identifier "5c7a5263-49c8-4952-9696-f58651fe48ae" ;
    dct:issued "2025-12-11"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-12-17T10:39:03"^^xsd:dateTime ;
    dct:publisher <https://data.gov.ie/organization/the-probation-service> ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:endDate "2024-12-31"^^xsd:date ;
            schema1:startDate "2012-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2024-12-31"^^xsd:date ;
            dcat:startDate "2012-01-01"^^xsd:date ] ;
    dct:title "Probation Service: New Referrals from Court - Age and Gender" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "The Probation Service" ;
            vcard:hasEmail <mailto:statistics@probation.ie> ] ;
    dcat:distribution <https://data.gov.ie/dataset/5c7a5263-49c8-4952-9696-f58651fe48ae/resource/68fa7af1-dc97-495f-90cc-98393b502f80>,
        <https://data.gov.ie/dataset/5c7a5263-49c8-4952-9696-f58651fe48ae/resource/77024f88-ef4d-42d0-b0e9-e17ab79fc30d> ;
    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/5c7a5263-49c8-4952-9696-f58651fe48ae/resource/68fa7af1-dc97-495f-90cc-98393b502f80> 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-11T10:11:51"^^xsd:dateTime ;
    dct:modified "2025-12-17T10:39:03"^^xsd:dateTime ;
    dct:title "New Referrals from Court - Age and Gender: Excel" ;
    dcat:accessURL <https://probation.ie/EN/PB/0/9E9D7828763F27F280258D5C0042A662/%24File/PS012_Probation_Service_New_Referrals_from_Court_Age_and_Gender.xlsx> ;
    dcat:downloadURL <https://probation.ie/EN/PB/0/9E9D7828763F27F280258D5C0042A662/%24File/PS012_Probation_Service_New_Referrals_from_Court_Age_and_Gender.xlsx> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet> .

<https://data.gov.ie/dataset/5c7a5263-49c8-4952-9696-f58651fe48ae/resource/77024f88-ef4d-42d0-b0e9-e17ab79fc30d> 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-11T10:12:10"^^xsd:dateTime ;
    dct:modified "2025-12-11T10:12:10"^^xsd:dateTime ;
    dct:title "New Referrals from Court - Age and Gender: CSV" ;
    dcat:accessURL <https://probation.ie/EN/PB/0/88A89FB767BB83C380258D5C004331BA/%24File/PSC012_Probation_Service_New_Referrals_from_Court_Age_and_Gender.csv> ;
    dcat:downloadURL <https://probation.ie/EN/PB/0/88A89FB767BB83C380258D5C004331BA/%24File/PSC012_Probation_Service_New_Referrals_from_Court_Age_and_Gender.csv> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/text/csv> .

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

