@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/937db1a2-d122-4e11-8a2d-5d630e30d4fe> a dcat:Dataset ;
    dct:identifier "14547e77-cd56-4e76-b651-443b35e14182" ;
    dct:issued "1992-11-25T00: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 IV/31: Fifth Meeting of the Parties to the Montreal 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/fourth-meeting-parties/decisions/decision-iv31-fifth-meeting-parties-montreal-protocol> ;
    dcat:theme <decision> .

<https://ozone.unep.org/treaties/montreal-protocol/meetings/fourth-meeting-parties/decisions/decision-iv31-fifth-meeting-parties-montreal-protocol> a foaf:Document .

