@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix healthdcatap: <http://healthdataportal.eu/ns/health#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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://ckan.hiqa.staging.derilinx.com/dataset/8ffaf8b2-00f8-4dc1-9fa6-8d7f7b90d9af> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/registries>,
        <http://health.europa.eu/theme/infectious-disease> ;
    healthdcatap:maxTypicalAge "65"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "15"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "1622508"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "106116"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/MONTHLY> ;
    dct:description """Principal source of data and information on fatal and injury collisions on Irish roads.

**Purpose:** To collect, collate, analyse and disseminate the road injury collision data, with the aim of creating and maintaining an accurate and timely dataset of road injury collisions.

While data is collected and collated for all incident types, including material damage cases, only records relating to injury collisions (fatal, serious, and minor) are analysed and disseminated. From this perspective, injury incidents are ‘in scope’ and material damage incidents are ‘out of scope’.

**Coverage:** National - the number of road users killed and injured in Ireland and other summary statistics of these collisions.

There is a daily transfer of data electronically to the RSA.""" ;
    dct:identifier "NDC-0114" ;
    dct:issued "1959-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-04-04"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "There is a daily transfer of data electronically to the RSA; these records are individually assessed and validated. This system was introduced from 1st January 2014 and saw a move away from the paper based form (CT68) previously sent to the RSA by AGS." ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "There is a daily transfer of data electronically to the RSA; these records are individually assessed and validated. This system was introduced from 1st January 2014 and saw a move away from the paper based form (CT68) previously sent to the RSA by AGS." ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Road Safety Authority" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Road Safety Authority" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2025-09-30"^^xsd:date ;
            dcat:startDate "1959-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2025-09-30"^^xsd:date ;
            dcat:startDate "1959-01-01"^^xsd:date ] ;
    dct:title "Road Fatalities and Injury Collision Statistics" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Road Safety Authority" ;
            vcard:hasEmail <mailto:data@road-safety-authorit.ie> ],
        [ a vcard:Kind ;
            vcard:fn "Road Safety Authority" ;
            vcard:hasEmail <mailto:data@road-safety-authorit.ie> ] ;
    dcat:keyword "EHDS",
        "epidemiology",
        "health",
        "public-health",
        "surveillance" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

<http://publications.europa.eu/resource/authority/access-right/PUBLIC> a dct:RightsStatement .

<http://publications.europa.eu/resource/authority/country/IRL> a dct:Location ;
    skos:prefLabel "Ireland" .

<http://publications.europa.eu/resource/authority/frequency/MONTHLY> a dct:Frequency .

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

