@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.tdc.prod.datopian.com/dataset/396c9b39-571b-4228-b8a1-00ea5d812be9> a dcat:Dataset ;
    dct:accrualPeriodicity "annually" ;
    dct:description "<p><span style=\"color: rgb(80, 89, 94)\">Annual percentage growth rate of GDP</span></p>" ;
    dct:identifier "396c9b39-571b-4228-b8a1-00ea5d812be9" ;
    dct:issued "2025-01-30T13:10:02.882352"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2025-01-30T15:00:46.778372"^^xsd:dateTime ;
    dct:publisher <https://ckan.tdc.prod.datopian.com/organization/d6c2d62f-3546-458e-9747-ea8a593f41b3> ;
    dct:title "GDP growth" ;
    dcat:keyword "GDP" ;
    dcat:landingPage <https://data.worldbank.org/indicator/NY.GDP.MKTP.KD.ZG> .

<https://ckan.tdc.prod.datopian.com/organization/d6c2d62f-3546-458e-9747-ea8a593f41b3> a foaf:Agent ;
    foaf:homepage <https://data.worldbank.org/> ;
    foaf:name "World Bank" .

<https://data.worldbank.org/indicator/NY.GDP.MKTP.KD.ZG> a foaf:Document .

