@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/f68501dd-7ced-49fd-9143-97804f21be87> a dcat:Dataset ;
    dct:identifier "563933ae-fb2a-456f-8338-788f69e25117" ;
    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 "Second Session of the Governing Body" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "IT",
        "Rome",
        "meeting",
        "plant-treaty" ;
    dcat:landingPage <http://www.planttreaty.org/node/785> ;
    dcat:theme <COP> .

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

