@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/4oy5xh3w> a dcat:Dataset ;
    dct:identifier "722d2fb1-413d-4d34-bd8d-ad2aaa085e8c" ;
    dct:issued "2024-09-27T13:25:34.672551"^^xsd:dateTime ;
    dct:modified "2024-10-07T13:12:34.628766"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/911ff05b-3763-4615-bb40-78e89393d333> ;
    dct:title "Gazetteer" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "GeoNames" ] ;
    dcat:creator dct:Agent ;
    dcat:distribution <https://service.tib.eu/dataset/722d2fb1-413d-4d34-bd8d-ad2aaa085e8c/resource/1bff03b9-4baa-4d0f-9c50-208ee23e1a88>,
        <https://service.tib.eu/dataset/722d2fb1-413d-4d34-bd8d-ad2aaa085e8c/resource/3bb15ebf-1819-4af0-8294-0020132373fe>,
        <https://service.tib.eu/dataset/722d2fb1-413d-4d34-bd8d-ad2aaa085e8c/resource/b5abf90d-4196-423b-941b-4e86fb8354b4> .

dct:Agent foaf:Name "GeoNames" .

<https://service.tib.eu/dataset/722d2fb1-413d-4d34-bd8d-ad2aaa085e8c/resource/1bff03b9-4baa-4d0f-9c50-208ee23e1a88> a dcat:Distribution ;
    dct:title "RDF Metadata" ;
    dcat:accessURL <https://service.tib.eu/ldm_coypu/ldmservice/dataset/722d2fb1-413d-4d34-bd8d-ad2aaa085e8c/resource/1bff03b9-4baa-4d0f-9c50-208ee23e1a88/download/rdf_metdata.ttl> ;
    dcat:byteSize 1460.0 ;
    dcat:mediaType "text/turtle" .

<https://service.tib.eu/dataset/722d2fb1-413d-4d34-bd8d-ad2aaa085e8c/resource/3bb15ebf-1819-4af0-8294-0020132373fe> a dcat:Distribution ;
    dct:description "Source data graph of the dataset" ;
    dct:format "url" ;
    dct:title "Source data graph" ;
    dcat:accessURL <https://data.coypu.org/geonames/> .

<https://service.tib.eu/dataset/722d2fb1-413d-4d34-bd8d-ad2aaa085e8c/resource/b5abf90d-4196-423b-941b-4e86fb8354b4> a dcat:Distribution ;
    dct:description "Download link for the raw data" ;
    dct:format "ZIP" ;
    dct:title "Simplified country boundarie" ;
    dcat:accessURL <https://download.geonames.org/export/dump/shapes_all_low.zip> ;
    dcat:mediaType "application/zip" .

<https://service.tib.eu/organization/911ff05b-3763-4615-bb40-78e89393d333> a foaf:Organization ;
    foaf:name "GeoNames" .

