@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/799b9541-f4bc-4cbc-afc1-eddef5c66939> a dcat:Dataset ;
    dct:identifier "fb439056-7d9a-41f6-8240-b1b5356babd0" ;
    dct:issued "1999-12-03T00:00:00"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2021-11-17T13:03:39"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:title "Decision XI/8: Membership of the Implementation Committee" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "decision",
        "montreal" ;
    dcat:landingPage <https://ozone.unep.org/treaties/montreal-protocol/meetings/eleventh-meeting-parties/decisions/decision-xi8-membership-implementation-committee> ;
    dcat:theme <decision> .

<https://ozone.unep.org/treaties/montreal-protocol/meetings/eleventh-meeting-parties/decisions/decision-xi8-membership-implementation-committee> a foaf:Document .

