@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/19c464b5-1984-4ea0-a5b9-9a975a4fafad> a dcat:Dataset ;
    dct:identifier "742c4c5c-12b4-442d-841f-70a17f310384" ;
    dct:issued "1994-10-07T00: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 VI/2: Implementation of Article 7 and 9 of the Protocol" ;
    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/sixth-meeting-parties/decisions/decision-vi2-implementation-article-7-and-9-protocol> ;
    dcat:theme <decision> .

<https://ozone.unep.org/treaties/montreal-protocol/meetings/sixth-meeting-parties/decisions/decision-vi2-implementation-article-7-and-9-protocol> a foaf:Document .

