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

<https://d4c-ckan.dataspace-labs.eu/dataset/b57d2d77-39b8-41a4-9e64-45fb8ef30767> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "b57d2d77-39b8-41a4-9e64-45fb8ef30767" ;
    dct:issued "2026-07-30T12:04:43.359748"^^xsd:dateTime ;
    dct:modified "2026-07-30T12:04:43.359758"^^xsd:dateTime ;
    dct:publisher <https://d4c-ckan.dataspace-labs.eu/organization/563f340c-b73e-4b3b-8c53-d6a081f8baae> ;
    dct:title "sample_3007.jpg_encrypt_20260730_120428.enc" .

<https://d4c-ckan.dataspace-labs.eu/organization/563f340c-b73e-4b3b-8c53-d6a081f8baae> a foaf:Agent ;
    foaf:name "Company A3007" .

