@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix healthdcatap: <http://healthdataportal.eu/ns/health#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.hiqa.staging.derilinx.com/dataset/b637d85a-25e2-4ed2-9f6a-6434834f7e9a> a dcat:Dataset ;
    healthdcatap:trustedDataHolder false ;
    dct:description "demoing" ;
    dct:identifier "b637d85a-25e2-4ed2-9f6a-6434834f7e9a" ;
    dct:issued "2026-04-08T14:22:34"^^xsd:dateTime ;
    dct:modified "2026-04-08T14:22:34"^^xsd:dateTime ;
    dct:publisher <https://ckan.hiqa.staging.derilinx.com/organization/2636e989-f130-4fdd-b4cf-fc7d32133fb1> ;
    dct:title "Demoing" .

<https://ckan.hiqa.staging.derilinx.com/organization/2636e989-f130-4fdd-b4cf-fc7d32133fb1> a foaf:Agent ;
    foaf:name "test" .

