@prefix adms: <http://www.w3.org/ns/adms#> .
@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/e6c14965-2f80-4b21-b7f2-7e82121cecad> a dcat:Dataset ;
    healthdcatap:trustedDataHolder false ;
    dct:description "test" ;
    dct:identifier "e6c14965-2f80-4b21-b7f2-7e82121cecad" ;
    dct:issued "2026-03-19T17:06:52"^^xsd:dateTime ;
    dct:modified "2026-03-31T13:50:58"^^xsd:dateTime ;
    dct:publisher <https://ckan.hiqa.staging.derilinx.com/organization/2636e989-f130-4fdd-b4cf-fc7d32133fb1> ;
    dct:title "Test" ;
    adms:versionNotes "alos changed -- demo" ;
    dcat:keyword "changed",
        "demo" .

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

