@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatap: <http://data.europa.eu/r5r/> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.hiqa.prod.derilinx.com/dataset/2afe633e-22c7-477c-ae97-19bb1deb04ed> a dcat:Dataset ;
    dcatap:applicableLegislation "EU legislation" ;
    healthdcatap:hasStructuredData false ;
    healthdcatap:hdab [ a foaf:Agent ;
            foaf:name "HDAB" ] ;
    healthdcatap:healthCategory <https://hdeu-dcat.acceptance.data.health.europa.eu/resource/authority/healthcategories/DIOH>,
        <https://hdeu-dcat.acceptance.data.health.europa.eu/resource/authority/healthcategories/EHRS> ;
    healthdcatap:trustedDataHolder true ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/RESTRICTED> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/ANNUAL> ;
    dct:creator [ a foaf:Agent ;
            dct:type <https://hdeu-dcat.acceptance.data.health.europa.eu/resource/authority/publisher-type/administrative-institution> ] ;
    dct:description "testing dataset publication" ;
    dct:identifier "c0441187-f953-42c7-bd5b-8fb375d3493f" ;
    dct:issued "2026-06-24T15:10:18"^^xsd:dateTime ;
    dct:modified "2026-07-03T11:54:35"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "test provencance" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "test provencance" ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <https://hdeu-dcat.acceptance.data.health.europa.eu/resource/authority/publisher-type/administrative-institution> ],
        <https://ckan.hiqa.prod.derilinx.com/organization/c6e6a6ef-df28-4697-934e-44a42579f3ac> ;
    dct:title "Dataset 23" ;
    dct:type <http://publications.europa.eu/resource/authority/dataset-type/CODE_LIST> ;
    dcat:keyword "publication" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL>,
        <http://publications.europa.eu/resource/authority/data-theme/SOCI> .

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

<http://publications.europa.eu/resource/authority/dataset-type/CODE_LIST> a skos:Concept ;
    skos:prefLabel "Code list"@en .

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

<https://ckan.hiqa.prod.derilinx.com/organization/c6e6a6ef-df28-4697-934e-44a42579f3ac> a foaf:Agent ;
    foaf:name "Health Information and Quality Authority (HIQA )" .

<https://hdeu-dcat.acceptance.data.health.europa.eu/resource/authority/healthcategories/DIOH> a skos:Concept ;
    skos:prefLabel "Dioh"@en .

<https://hdeu-dcat.acceptance.data.health.europa.eu/resource/authority/healthcategories/EHRS> a skos:Concept ;
    skos:prefLabel "Ehrs"@en .

"EU legislation" a eli:LegalResource .

<https://hdeu-dcat.acceptance.data.health.europa.eu/resource/authority/publisher-type/administrative-institution> a skos:Concept ;
    skos:prefLabel "Administrative institution"@en .

