@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://wesr-search.unep.org/dataset/09e837c1-2092-4164-bed8-16c35f6073a1> a dcat:Dataset ;
    dct:identifier "618ce6ee-d2ab-4aa3-ab71-f8575c65cc3d" ;
    dct:issued "2018-05-17T17:24:39"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2018-05-17T17:24:39"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:spatial [ a dct:Location ] ;
    dct:title "Bonn Climate Change Conference - October 2015" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "Bonn",
        "DE",
        "meeting",
        "unfccc" ;
    dcat:landingPage <http://unfccc.int/8924.php> ;
    dcat:theme <COP> .

<http://unfccc.int/8924.php> a foaf:Document .

