@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/8653cf6e-28d0-4fe7-8caf-744c7eae6413> a dcat:Dataset ;
    dct:identifier "ec2e4368-114e-40f4-8c1b-a54d0b30262f" ;
    dct:issued "1999-11-15T00:00:00"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2022-10-01T05:49:50"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:title "Resolution of questions of implementation, arbitration and conciliation procedures" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "decision",
        "unccd" ;
    dcat:landingPage <https://www.unccd.int/official-documentscop-3-recife-1999/20cop3> ;
    dcat:theme <decision> .

<https://www.unccd.int/official-documentscop-3-recife-1999/20cop3> a foaf:Document .

