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

<https://d4c-ckan.dataspace-labs.eu/dataset/3506bdb3-4030-41e5-9406-09e5f3f10316> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "3506bdb3-4030-41e5-9406-09e5f3f10316" ;
    dct:issued "2026-09-02T14:49:37.750883"^^xsd:dateTime ;
    dct:modified "2026-09-02T14:49:37.750892"^^xsd:dateTime ;
    dct:publisher <https://d4c-ckan.dataspace-labs.eu/organization/bc7bcfd1-fc90-498e-b3d3-763694cae83f> ;
    dct:title "sample_0209.jpg_encrypt_20260902_143755.enc" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "John Smith" ;
            vcard:hasEmail <mailto:john@example.com> ] ;
    dcat:keyword "4phase-compliant" .

<https://d4c-ckan.dataspace-labs.eu/organization/bc7bcfd1-fc90-498e-b3d3-763694cae83f> a foaf:Agent ;
    foaf:name "Company A0209" .

