@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.57702/cqxy2lvy> a dcat:Dataset ;
    dct:accessRights "Jedermann" ;
    dct:description "Beispielhaftes Dataset." ;
    dct:identifier "01502057-bc6c-45fd-9117-d2d4c0375e32" ;
    dct:issued "2024-11-07T16:16:49.586646"^^xsd:dateTime ;
    dct:modified "2024-11-12T16:09:40.562752"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/ef045fbd-c1c9-41f5-bcdc-5ac16b8c7338> ;
    dct:title "InfAI Coypu Testbeispiel" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Kurt Junghanns" ] ;
    dcat:creator dct:Agent ;
    dcat:distribution <https://service.tib.eu/dataset/01502057-bc6c-45fd-9117-d2d4c0375e32/resource/45010c14-54cc-4da7-9082-0e1e67b73a45>,
        <https://service.tib.eu/dataset/01502057-bc6c-45fd-9117-d2d4c0375e32/resource/715763af-099c-402f-9e8e-ae3f2c7cc8ef> .

dct:Agent foaf:Name "Kurt Junghanns" .

<https://service.tib.eu/dataset/01502057-bc6c-45fd-9117-d2d4c0375e32/resource/45010c14-54cc-4da7-9082-0e1e67b73a45> a dcat:Distribution ;
    dct:description "The ttl representation of the service or the dataset with its distributions based on DCAT." ;
    dct:title "RDF Metadata" ;
    dcat:accessURL <https://service.tib.eu/ldm_coypu/ldmservice/dataset/01502057-bc6c-45fd-9117-d2d4c0375e32/resource/45010c14-54cc-4da7-9082-0e1e67b73a45/download/rdf_metadata.ttl> ;
    dcat:byteSize 1819.0 ;
    dcat:mediaType "text/turtle" .

<https://service.tib.eu/dataset/01502057-bc6c-45fd-9117-d2d4c0375e32/resource/715763af-099c-402f-9e8e-ae3f2c7cc8ef> a dcat:Distribution ;
    dct:description "Download link for the raw data" ;
    dct:title "Dummy Graph" ;
    dcat:accessURL <https://engineer.notitia.dev/> ;
    dcat:mediaType "JSON/OWL" .

<https://service.tib.eu/organization/ef045fbd-c1c9-41f5-bcdc-5ac16b8c7338> a foaf:Organization ;
    foaf:name "CoyPu" .

