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

<https://ckan.hiqa.staging.derilinx.com/dataset/42961ad9-ba77-40e9-b545-21f4a3af33b1> a dcat:Dataset ;
    dcatap:applicableLegislation <http://data.europa.eu/eli/reg/2025/327/oj> ;
    healthdcatap:hasStructuredData false ;
    healthdcatap:hdab <https://www.test.com> ;
    healthdcatap:healthCategory <https://hdeu-dcat.acceptance.data.health.europa.eu/resource/authority/healthcategories/DIOH> ;
    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:creator [ a foaf:Agent ;
            dct:type <https://hdeu-dcat.acceptance.data.health.europa.eu/resource/authority/publisher-type/administrative-institution> ] ;
    dct:description "test" ;
    dct:identifier "5993bd0c-57da-4e26-a308-e75b6126a6ce" ;
    dct:issued "2026-07-01T09:10:59"^^xsd:dateTime ;
    dct:language <http://publications.europa.eu/resource/authority/language/GLE> ;
    dct:modified "2026-07-01T09:10:59"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            dct:type <https://hdeu-dcat.acceptance.data.health.europa.eu/resource/authority/publisher-type/administrative-institution> ],
        <https://ckan.hiqa.staging.derilinx.com/organization/f57d6d06-a6bb-46c8-ab9d-3d4e84c923d5> ;
    dct:title "test23" ;
    dcat:distribution [ a dcat:Distribution ;
            dcatap:applicableLegislation <http://data.europa.eu/eli/reg/2025/327/oj> ;
            dcatap:availability <http://publications.europa.eu/resource/authority/planned-availability/STABLE> ;
            dct:description "test" ;
            dct:format <http://publications.europa.eu/resource/authority/file-type/CSV> ;
            dct:title "test" ;
            dct:type <http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE> ;
            dcat:accessURL <https://www.a.com> ;
            dcat:downloadURL <https://www.a.com> ] ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ECON>,
        <http://publications.europa.eu/resource/authority/data-theme/EDUC>,
        <http://publications.europa.eu/resource/authority/data-theme/ENVI>,
        <http://publications.europa.eu/resource/authority/data-theme/GOVE>,
        <http://publications.europa.eu/resource/authority/data-theme/HEAL>,
        <http://publications.europa.eu/resource/authority/data-theme/SOCI>,
        <http://publications.europa.eu/resource/authority/data-theme/TECH> .

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

<http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE> a skos:Concept ;
    skos:prefLabel "Web service"@en .

<http://publications.europa.eu/resource/authority/file-type/CSV> a dct:MediaTypeOrExtent .

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

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

<https://ckan.hiqa.staging.derilinx.com/organization/f57d6d06-a6bb-46c8-ab9d-3d4e84c923d5> a foaf:Agent ;
    foaf:name "Org JJR" .

<https://www.test.com> a foaf:Agent ;
    stat:contactPoint <https://www.test.com#contact> ;
    dct:identifier "test" ;
    dct:type <https://hdeu-dcat.acceptance.data.health.europa.eu/resource/authority/publisher-type/administrative-institution> ;
    vcard:hasEmail <mailto:test@test.com> ;
    foaf:homepage <https://www.go.com> ;
    foaf:mbox <mailto:test@test.com> ;
    foaf:name "test" .

<https://www.test.com#contact> a stat:ContactPoint,
        vcard:Kind ;
    stat:contactPage <https://www.go.com> ;
    stat:email "test@test.com" ;
    vcard:fn "test" ;
    vcard:hasEmail <mailto:test@test.com> ;
    vcard:hasURL <https://www.go.com> .

<http://data.europa.eu/eli/reg/2025/327/oj> 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 .

