@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/996b5720-c16f-4be9-a2c6-4d89efb120c8> a dcat:Dataset ;
    dct:identifier "46eca860-464c-4934-995f-59f823581c71" ;
    dct:issued "2021-11-07T22:21:43"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2021-11-07T22:21:43"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:spatial [ a dct:Location ] ;
    dct:title "High-level Policy Dialogue on the International Treaty" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "Bandung",
        "ID",
        "meeting",
        "plant-treaty" ;
    dcat:landingPage <http://www.planttreaty.org/node/4383> .

<http://www.planttreaty.org/node/4383> a foaf:Document .

