@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/802a6e17-b707-4b60-acd4-467effa983c4> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/ehr>,
        <http://health.europa.eu/theme/epidemiology>,
        <http://health.europa.eu/theme/mental-health>,
        <http://health.europa.eu/theme/public-health> ;
    healthdcatap:maxTypicalAge "65"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "18"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "1601343"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "187928"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/QUARTERLY> ;
    dct:description """NASS contains national data relating to HSE disability-funded services provided to service users.

Data is recorded by service providers, both HSE and non-HSE.

**Purpose:** To collect data on the HSE-funded disability services that people use or require in a 5-year period.  

New services provided to service users aged over 65 years are out of scope as these are managed by HSE Older Persons’ rather than Disability services.

**Coverage:** National.
NASS data collection is carried out on an annual basis.""" ;
    dct:identifier "NDC-0080" ;
    dct:issued "2019-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2023-04-29"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label """Trained users within HSE and non-HSE organisations who provide HSE disability-funded services record information about their service users and the services they receive or require in the web-based system. Each user record is reviewed annually.

Data may be recorded manually or uploaded to the system in a file containing multiple records.

The data collection period runs from January/February to end December each year.""" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label """Trained users within HSE and non-HSE organisations who provide HSE disability-funded services record information about their service users and the services they receive or require in the web-based system. Each user record is reviewed annually.

Data may be recorded manually or uploaded to the system in a file containing multiple records.

The data collection period runs from January/February to end December each year.""" ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Health Research Board" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Health Research Board" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2026-12-20"^^xsd:date ;
            dcat:startDate "2019-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2026-12-20"^^xsd:date ;
            dcat:startDate "2019-01-01"^^xsd:date ] ;
    dct:title "National Ability Supports System (NASS)" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Health Research Board" ;
            vcard:hasEmail <mailto:data@health-research-boar.ie> ],
        [ a vcard:Kind ;
            vcard:fn "Health Research Board" ;
            vcard:hasEmail <mailto:data@health-research-boar.ie> ] ;
    dcat:keyword "EHDS",
        "public-health",
        "statistics" ;
    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/QUARTERLY> a dct:Frequency .

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

