@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 vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.hiqa.prod.derilinx.com/dataset/6461504c-5578-40fa-a9ea-85991923ae9a> a dcat:Dataset ;
    dcatap:applicableLegislation "EU Applicable legislation" ;
    healthdcatap:hasStructuredData false ;
    healthdcatap:hdab [ a foaf:Agent ;
            foaf:name "HDAB" ] ;
    healthdcatap:healthCategory "aggregated_healthcare_data",
        "electronic_health_records" ;
    healthdcatap:trustedDataHolder false ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/RESTRICTED> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/BIENNIAL> ;
    dct:description "Dataset 22" ;
    dct:identifier "6461504c-5578-40fa-a9ea-85991923ae9a" ;
    dct:issued "2026-06-24T14:37:58"^^xsd:dateTime ;
    dct:modified "2026-06-24T14:51:14"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            vcard:hasEmail <mailto:testhiqa@hiqa.ie> ;
            foaf:name "HIQA" ],
        [ a foaf:Agent ;
            vcard:hasEmail <mailto:testhiqa@hiqa.ie> ;
            foaf:name "HIQA" ] ;
    dct:title "Dataset 22" ;
    dcat:keyword "testing keyword 2" ;
    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/frequency/BIENNIAL> a dct:Frequency .

"EU Applicable legislation" a eli:LegalResource .

