@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/d8cd2a3e-fd20-40be-979b-a654e4aa63dd> a dcat:Dataset ;
    dct:identifier "752d9d6b-539d-4b2c-b205-0efec0597bcc" ;
    dct:issued "1995-03-28T00: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 "Adoption of the Convention budget for the biennium 1996-1997" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "decision",
        "unfccc" ;
    dcat:landingPage <https://unfccc.int/documents/1168> ;
    dcat:theme <decision> .

<https://unfccc.int/documents/1168> a foaf:Document .

