@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/y8qohxln> a dcat:Dataset ;
    dct:identifier "87170a56-2eea-4c17-83d6-e66cadf7c129" ;
    dct:issued "2024-09-27T13:29:42.118093"^^xsd:dateTime ;
    dct:modified "2024-10-07T13:08:04.322538"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/82dcbbc6-2ec1-4156-a25c-5808bc5922a0> ;
    dct:title "Global ESG indicators" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "The World Bank" ] ;
    dcat:creator dct:Agent ;
    dcat:distribution <https://service.tib.eu/dataset/87170a56-2eea-4c17-83d6-e66cadf7c129/resource/8c6b763f-e07f-4310-8e3d-630f1f918adc>,
        <https://service.tib.eu/dataset/87170a56-2eea-4c17-83d6-e66cadf7c129/resource/8d75a1df-e94c-4594-9b21-b032e169472f>,
        <https://service.tib.eu/dataset/87170a56-2eea-4c17-83d6-e66cadf7c129/resource/b08d8c5d-c52f-4401-9e67-cc16ec8f5264> .

dct:Agent foaf:Name "The World Bank" .

<https://service.tib.eu/dataset/87170a56-2eea-4c17-83d6-e66cadf7c129/resource/8c6b763f-e07f-4310-8e3d-630f1f918adc> a dcat:Distribution ;
    dct:title "RDF Metadata" ;
    dcat:accessURL <https://service.tib.eu/ldm_coypu/ldmservice/dataset/87170a56-2eea-4c17-83d6-e66cadf7c129/resource/8c6b763f-e07f-4310-8e3d-630f1f918adc/download/rdf_metdata.ttl> ;
    dcat:byteSize 1321.0 ;
    dcat:mediaType "text/turtle" .

<https://service.tib.eu/dataset/87170a56-2eea-4c17-83d6-e66cadf7c129/resource/8d75a1df-e94c-4594-9b21-b032e169472f> a dcat:Distribution ;
    dct:description "Download link for the raw data" ;
    dct:format "JSON" ;
    dct:title "Indicators API" ;
    dcat:accessURL <http://api.worldbank.org/v2/country/all/indicator/SP.POP.TOTL.> .

<https://service.tib.eu/dataset/87170a56-2eea-4c17-83d6-e66cadf7c129/resource/b08d8c5d-c52f-4401-9e67-cc16ec8f5264> 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/worldbank/> .

<https://service.tib.eu/organization/82dcbbc6-2ec1-4156-a25c-5808bc5922a0> a foaf:Organization ;
    foaf:name "World Bank" .

