@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.staging.derilinx.com/dataset/03b10b4c-23d3-468d-ba43-29f91be684c4> a dcat:Dataset ;
    dcatap:applicableLegislation "fasdfas" ;
    healthdcatap:hdab [ a foaf:Agent ;
            vcard:hasEmail <mailto:fdasd@g.com> ;
            foaf:homepage <https://fasdfasdf.com> ] ;
    healthdcatap:healthCategory "electronic_health_records" ;
    healthdcatap:trustedDataHolder false ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/ANNUAL> ;
    dct:description "dagfadsfsfrqwefsdfasdfas" ;
    dct:identifier "03b10b4c-23d3-468d-ba43-29f91be684c4" ;
    dct:issued "2026-04-30T16:09:53"^^xsd:dateTime ;
    dct:modified "2026-04-30T16:09:53"^^xsd:dateTime ;
    dct:publisher <https://ckan.hiqa.staging.derilinx.com/organization/d900bee3-9906-489d-86cf-73dc621f7667> ;
    dct:title "dataset02" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/EDUC> .

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

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

<https://ckan.hiqa.staging.derilinx.com/organization/d900bee3-9906-489d-86cf-73dc621f7667> a foaf:Agent ;
    foaf:name "Org01" .

"fasdfas" a eli:LegalResource .

