@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/agz1f5zv> a dcat:Dataset ;
    dct:identifier "5b45ac11-0510-4544-8e2c-895aa056f2f3" ;
    dct:issued "2026-03-18T15:35:19.534598"^^xsd:dateTime ;
    dct:modified "2026-06-29T13:55:48.471832"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> ;
    dct:title "Countries List" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Philipp D. Rohde" ] ;
    dcat:creator dct:Agent,
        dct:creator ;
    dcat:distribution <https://service.tib.eu/dataset/5b45ac11-0510-4544-8e2c-895aa056f2f3/resource/3bf0cb11-358c-4960-9eb9-f23e14bf3a94>,
        <https://service.tib.eu/dataset/5b45ac11-0510-4544-8e2c-895aa056f2f3/resource/c7eea3c6-46d6-47a8-bd98-b5df3e0545fc> .

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

<https://service.tib.eu/dataset/5b45ac11-0510-4544-8e2c-895aa056f2f3/resource/3bf0cb11-358c-4960-9eb9-f23e14bf3a94> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:title "Countries_extended" ;
    dcat:accessURL <https://service.tib.eu/ldm_nfdi4energy/ldmservice/dataset/5b45ac11-0510-4544-8e2c-895aa056f2f3/resource/3bf0cb11-358c-4960-9eb9-f23e14bf3a94/download/countries_extended> ;
    dcat:byteSize 1201.0 ;
    dcat:mediaType "text/csv" .

<https://service.tib.eu/dataset/5b45ac11-0510-4544-8e2c-895aa056f2f3/resource/c7eea3c6-46d6-47a8-bd98-b5df3e0545fc> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:title "Countries" ;
    dcat:accessURL <https://service.tib.eu/ldm_nfdi4energy/ldmservice/dataset/5b45ac11-0510-4544-8e2c-895aa056f2f3/resource/c7eea3c6-46d6-47a8-bd98-b5df3e0545fc/download/countries.csv> ;
    dcat:byteSize 254.0 ;
    dcat:mediaType "text/csv" .

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

dct:Agent foaf:Name "Philipp D. Rohde" .

