@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/3eea3af5-649d-44e0-92b3-bea48980f364> a dcat:Dataset ;
    dct:description "IUCN World Parks Congress, Sydney, Australia. See <a href=\"http://worldparkscongress.org/\">more</a>." ;
    dct:identifier "409c4956-87d3-41e2-8ca1-320bf28c3541" ;
    dct:issued "2021-11-16T20:15:06"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2021-11-16T20:15:06"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:spatial [ a dct:Location ] ;
    dct:title "IUCN World Parks Congress" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "AU",
        "cites",
        "meeting" ;
    dcat:landingPage <http://cites.org/eng/node/16094> .

<http://cites.org/eng/node/16094> a foaf:Document .

