@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatap: <http://data.europa.eu/r5r/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dpv: <https://w3id.org/dpv#> .
@prefix eli: <http://data.europa.eu/eli/ontology#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.hiqa.prod.derilinx.com/dataset/f9ab226f-aa01-47d8-9108-d21294add7de> a dcat:Dataset ;
    dcatap:applicableLegislation "Statutory instrument" ;
    healthdcatap:hasCodeValues "Yes we have coding values - do we attach something here?" ;
    healthdcatap:hasCodingSystem "One question uses ICD 11 - is this what you mean?" ;
    healthdcatap:hdab [ a foaf:Agent ;
            foaf:name "Health Research Board" ] ;
    healthdcatap:healthCategory <http://health.europa.eu/theme/chronic-disease>,
        <http://health.europa.eu/theme/epidemiology>,
        <http://health.europa.eu/theme/mental-health>,
        <http://health.europa.eu/theme/public-health>,
        "factors_impacting_on_health",
        "health_administrative_data",
        "public_health_registries" ;
    healthdcatap:maxTypicalAge "100"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "1"^^xsd:nonNegativeInteger ;
    healthdcatap:populationCoverage "National - this needs a drop down to enable comparisons across datasets" ;
    healthdcatap:publisherType "needs drop down" ;
    healthdcatap:retentionPeriod [ a dct:PeriodOfTime ;
            dcat:endDate "2100-01-01"^^xsd:date ;
            dcat:startDate "1996-01-01"^^xsd:date ] ;
    healthdcatap:trustedDataHolder true ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/NON_PUBLIC> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/ANNUAL> ;
    dct:description "Text on system" ;
    dct:hasVersion "Yes" ;
    dct:identifier "f9ab226f-aa01-47d8-9108-d21294add7de" ;
    dct:issued "2026-05-12T15:35:59"^^xsd:dateTime ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2026-05-12T15:35:59"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "historic text here" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "historic text here" ] ;
    dct:publisher <https://ckan.hiqa.prod.derilinx.com/organization/941d4919-4a42-4d23-9d43-70dd83e5ef2b> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2025-12-31"^^xsd:date ;
            dcat:startDate "2004-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2025-12-31"^^xsd:date ;
            dcat:startDate "2004-01-01"^^xsd:date ] ;
    dct:title "National Drug Treatment Reporting System" ;
    dct:type "surveillance" ;
    dcat:hasVersion "Yes" ;
    dcat:keyword "Addiction treatment",
        "affected family members",
        "alcohol",
        "drugs",
        "gambling" ;
    dcat:landingPage <https://www.hrb.ie> ;
    dcat:qualifiedRelation <https://www.hrb.ie> ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL>,
        <http://publications.europa.eu/resource/authority/data-theme/SOCI> ;
    dpv:hasLegalBasis "Yes based on our statutory instrument" ;
    dpv:hasPersonalData <Yes> ;
    dpv:hasPurpose "Yes we have a purpose" .

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

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

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

<https://ckan.hiqa.prod.derilinx.com/organization/941d4919-4a42-4d23-9d43-70dd83e5ef2b> a foaf:Agent ;
    foaf:name "Health Research Board" .

"Statutory instrument" a eli:LegalResource .

<https://www.hrb.ie> a dcat:Relationship,
        foaf:Document .

