@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/3a4e1bd5-affb-4e38-9868-dbe5a68f96fc> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "3a4e1bd5-affb-4e38-9868-dbe5a68f96fc" ;
    dct:issued "2025-01-30T20:15:50.685432"^^xsd:dateTime ;
    dct:modified "2025-01-30T20:15:50.685437"^^xsd:dateTime ;
    dct:publisher <https://bdi-dev.opend.cloud/organization/2a08dc3f-4c4f-408d-b82e-93a33a36cb3c> ;
    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/2a08dc3f-4c4f-408d-b82e-93a33a36cb3c> a foaf:Agent ;
    foaf:name "Test-Harvest" .

