@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://doi.org/10.71694/atvd1w4w> a dcat:Dataset ;
    dct:description "Nichts" ;
    dct:identifier "c57c4ddf-36c7-4aa2-8c2c-6dbc2e082a18" ;
    dct:issued "2025-06-04T08:42:43.991705"^^xsd:dateTime ;
    dct:modified "2025-06-04T08:42:58.729528"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/ce4011e2-1496-41a1-bb77-9a0c86fd6d22> ;
    dct:title "DOI_ins_nichts" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Bernd" ] ;
    dcat:creator dct:Agent,
        dct:creator ;
    dcat:distribution <https://service.tib.eu/dataset/c57c4ddf-36c7-4aa2-8c2c-6dbc2e082a18/resource/a4eb0c54-c8c5-450b-a457-0e0b3b17ec3e> .

dct:creator dct:Agent dct:Agent ;
    foaf:Name "" .

<https://service.tib.eu/dataset/c57c4ddf-36c7-4aa2-8c2c-6dbc2e082a18/resource/a4eb0c54-c8c5-450b-a457-0e0b3b17ec3e> a dcat:Distribution ;
    dct:title "Nada" .

<https://service.tib.eu/organization/ce4011e2-1496-41a1-bb77-9a0c86fd6d22> a foaf:Organization ;
    foaf:name "Reiner Lemoine Institut gGmbH" .

dct:Agent foaf:Name "Bernd" .

