@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.dev.datopian.com/dataset/558a550b-633a-40aa-8750-37798220cefe> a dcat:Dataset ;
    dct:accrualPeriodicity "as_needed" ;
    dct:description "Emissions are measured in tonnes per person. International aviation and shipping emissions are not included." ;
    dct:identifier "558a550b-633a-40aa-8750-37798220cefe" ;
    dct:issued "2024-10-29T12:07:35.160538"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2024-10-29T12:07:35.160544"^^xsd:dateTime ;
    dct:publisher <https://ckan.tdc.dev.datopian.com/organization/4515be7a-c2cb-4c97-b27a-7ac3c70569fa> ;
    dct:title "Per capita CO₂ emissions from transport, 2020" ;
    dcat:landingPage <https://ourworldindata.org/> .

<https://ckan.tdc.dev.datopian.com/organization/4515be7a-c2cb-4c97-b27a-7ac3c70569fa> a foaf:Agent ;
    foaf:homepage <https://ourworldindata.org/> ;
    foaf:name "Our World in Data" .

<https://ourworldindata.org/> a foaf:Document .

