@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 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/21b9a759-0143-45a0-8e20-5a20628282d8> a dcat:Dataset ;
    dcatap:applicableLegislation "fasdfas" ;
    healthdcatap:hasStructuredData false ;
    healthdcatap:hdab [ a foaf:Agent ;
            vcard:hasEmail <mailto:fdasd@g.com> ;
            foaf:homepage <https://fasdfasdf.com> ] ;
    healthdcatap:healthCategory <https://hdeu-dcat.acceptance.data.health.europa.eu/resource/authority/healthcategories/EHRS> ;
    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 "\"323b9c90-e53d-4944-8f22-472a8309598c\"" ;
    dct:issued "2025-04-10T12:00:00"^^xsd:dateTime ;
    dct:modified "2026-08-25T17:13:37"^^xsd:dateTime ;
    dct:publisher <https://ckan.hiqa.staging.derilinx.com/organization/d900bee3-9906-489d-86cf-73dc621f7667> ;
    dct:title "dataset02 clone 5 (overdue)" ;
    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 "Org0001" .

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

"fasdfas" a eli:LegalResource .

