@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/f651e550-b3b6-46af-82bc-017470249e89> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "f651e550-b3b6-46af-82bc-017470249e89" ;
    dct:issued "2026-08-19T09:02:43.631449"^^xsd:dateTime ;
    dct:modified "2026-08-19T09:02:43.631455"^^xsd:dateTime ;
    dct:publisher <https://d4c-ckan.dataspace-labs.eu/organization/e2c4b31a-9fec-40e6-98be-e0768aa708a5> ;
    dct:title "simple1908.jpg" ;
    dcat:keyword "4phase-compliant" .

<https://d4c-ckan.dataspace-labs.eu/organization/e2c4b31a-9fec-40e6-98be-e0768aa708a5> a foaf:Agent ;
    foaf:name "Company A1908" .

