@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/331a0114-db4a-4c70-a94b-dd047b9dd1da> a dcat:Dataset ;
    dct:identifier "a5971910-61a1-4cd9-a7c6-a02ac73c493b" ;
    dct:issued "2004-02-23T00: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 "Medium-term programme of work for the Conference of the Parties serving as the meeting of the Parties to the Biosafety Protocol (from the second to the fifth meetings)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "cartagena",
        "decision" ;
    dcat:landingPage <http://www.cbd.int/decision/cop/default.shtml?id=8295> ;
    dcat:theme <decision> .

<http://www.cbd.int/decision/cop/default.shtml?id=8295> a foaf:Document .

