@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.23680/oeduc1vf> a dcat:Dataset ;
    dct:description "Just for testing a new dataset addition" ;
    dct:identifier "409d9a42-8c21-4eba-802a-309f5c860794" ;
    dct:issued "2022-06-16T10:44:59.432206"^^xsd:dateTime ;
    dct:modified "2022-06-16T10:46:04.194302"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> ;
    dct:title "Dataset creation test" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Brunet Mauricio" ] ;
    dcat:creator dct:Agent,
        dct:creator ;
    dcat:distribution <https://service.tib.eu/dataset/409d9a42-8c21-4eba-802a-309f5c860794/resource/8c3573cf-6b95-46af-bed5-a7f8586e553f>,
        <https://service.tib.eu/dataset/409d9a42-8c21-4eba-802a-309f5c860794/resource/ead088cf-599b-4654-905f-d7a22f850511> .

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

<https://service.tib.eu/dataset/409d9a42-8c21-4eba-802a-309f5c860794/resource/8c3573cf-6b95-46af-bed5-a7f8586e553f> a dcat:Distribution ;
    dct:format "PNG" ;
    dct:title "png file" ;
    dcat:accessURL <https://service.tib.eu/ldm_coypu/ldmservice/dataset/409d9a42-8c21-4eba-802a-309f5c860794/resource/8c3573cf-6b95-46af-bed5-a7f8586e553f/download/junctiona.png> ;
    dcat:byteSize 2085108.0 ;
    dcat:mediaType "image/png" .

<https://service.tib.eu/dataset/409d9a42-8c21-4eba-802a-309f5c860794/resource/ead088cf-599b-4654-905f-d7a22f850511> a dcat:Distribution ;
    dct:format "TXT" ;
    dct:title "text file" ;
    dcat:accessURL <https://service.tib.eu/ldm_coypu/ldmservice/dataset/409d9a42-8c21-4eba-802a-309f5c860794/resource/ead088cf-599b-4654-905f-d7a22f850511/download/text_example.txt> ;
    dcat:byteSize 2330.0 ;
    dcat:mediaType "text/plain" .

<https://service.tib.eu/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> a foaf:Organization ;
    foaf:name "TIB" .

dct:Agent foaf:Name "Brunet Mauricio" .

