@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/a627f4d8-a415-47a4-8079-c5152ad8792d> a dcat:Dataset ;
    dct:identifier "1786ad5b-2516-4d5c-a9a0-1edd0368459a" ;
    dct:issued "1996-07-08T00:00:00"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2022-06-15T10:38:46"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:title "Programme of work of the Subsidiary Body for Implementation, 1996-1997" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "decision",
        "unfccc" ;
    dcat:landingPage <https://www.informea.org/node/236184> ;
    dcat:theme <decision> .

<https://www.informea.org/node/236184> a foaf:Document .

