@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dgi5.staging.derilinx.com/dataset/8a671250-5a63-4998-8e45-89d4b83e58e7> a dcat:Dataset ;
    dct:accrualPeriodicity "Annual" ;
    dct:created "2018-03-15T16:44:21"^^xsd:dateTime ;
    dct:identifier "8a671250-5a63-4998-8e45-89d4b83e58e7" ;
    dct:issued "2018-03-15"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2018-03-15T16:45:10"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/9bdf04bb-811f-40b9-a9e7-506f250bdd1a> ;
    dct:spatial [ a dct:Location ;
            skos:prefLabel "International" ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2016-12-31"^^xsd:date ;
            dcat:startDate "2007-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            schema1:endDate "2016-12-31"^^xsd:date ;
            schema1:startDate "2007-01-01"^^xsd:date ] ;
    dct:title "Passports issued by applicant types" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Colm Jackson" ;
            vcard:hasEmail <mailto:colm.jackson@dfa.ie> ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/8a671250-5a63-4998-8e45-89d4b83e58e7/resource/f2ffb7e3-1828-49b3-b5f4-2e82cf048a14> ;
    dcat:keyword "passport" ;
    dcat:landingPage <https://www.dfa.ie/passports-citizenship/faqs/open-data/> ;
    dcat:theme <Government>,
        <http://publications.europa.eu/resource/authority/data-theme/GOVE> .

<http://publications.europa.eu/resource/authority/language/ENG> a dct:LinguisticSystem .

<https://dgi5.staging.derilinx.com/dataset/8a671250-5a63-4998-8e45-89d4b83e58e7/resource/f2ffb7e3-1828-49b3-b5f4-2e82cf048a14> a dcat:Distribution ;
    dct:description "Passports issued by applicant types 2007-2016" ;
    dct:format [ a dct:IMT,
                dct:MediaTypeOrExtent ;
            rdfs:label "XML" ;
            rdf:value <https://www.iana.org/assignments/media-types/application/xml> ] ;
    dct:issued "2018-03-15T16:45:10"^^xsd:dateTime ;
    dct:modified "2018-03-15T16:45:10"^^xsd:dateTime ;
    dct:title "Passports issued by applicant types" ;
    dcat:accessURL <https://www.dfa.ie/media/dfa/alldfawebsitemedia/passportcitizenship/statistics/Annual-Totals---by-Passport-Types.xml> ;
    dcat:downloadURL <https://www.dfa.ie/media/dfa/alldfawebsitemedia/passportcitizenship/statistics/Annual-Totals---by-Passport-Types.xml> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/application/xml> .

<https://dgi5.staging.derilinx.com/organization/9bdf04bb-811f-40b9-a9e7-506f250bdd1a> a foaf:Agent,
        foaf:Organization ;
    foaf:name "Department of Foreign Affairs and Trade" .

