@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://bdi-dev.opend.cloud/dataset/f2e6dfd6-64df-48ba-b673-94d451baf9f9> a dcat:Dataset ;
    dct:description "test2" ;
    dct:identifier "f2e6dfd6-64df-48ba-b673-94d451baf9f9" ;
    dct:issued "2025-01-30T20:17:08.770765"^^xsd:dateTime ;
    dct:modified "2025-01-30T20:17:08.770770"^^xsd:dateTime ;
    dct:publisher <https://bdi-dev.opend.cloud/organization/03766db6-f27d-4e54-b419-ecd034520f46> ;
    dct:title "Dupe_Test" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Test" ;
            vcard:hasEmail <mailto:test@user.com> ] ;
    dcat:keyword "harvest",
        "test" .

<https://bdi-dev.opend.cloud/organization/03766db6-f27d-4e54-b419-ecd034520f46> a foaf:Agent ;
    foaf:name "test1" .

