@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/2fb4ab8b-2fa9-4546-a702-19ac7e2f27d6> a dcat:Dataset ;
    dct:accrualPeriodicity "Annual" ;
    dct:created "2017-11-22T11:51:22"^^xsd:dateTime ;
    dct:identifier "2fb4ab8b-2fa9-4546-a702-19ac7e2f27d6" ;
    dct:issued "2016-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-09-08T12:08:14"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/road-safety-authority> ;
    dct:spatial [ a dct:Location ;
            skos:prefLabel "National" ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2016-12-31"^^xsd:date ;
            dcat:startDate "2016-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            schema1:endDate "2016-12-31"^^xsd:date ;
            schema1:startDate "2016-01-01"^^xsd:date ] ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Road Safety Authority" ;
            vcard:hasEmail <mailto:lqueries@rsa.ie> ],
        [ a vcard:Organization ;
            vcard:hasTelephone "1890 41 61 41 " ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/2fb4ab8b-2fa9-4546-a702-19ac7e2f27d6/resource/5ae47052-18ec-4e74-96d6-1cb799cbde9d> ;
    dcat:landingPage <http://www.rsa.ie/en/RSA/Road-Safety/Our-Research/Driver-Licences/> ;
    dcat:theme <Transport>,
        <http://publications.europa.eu/resource/authority/data-theme/TRAN> .

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

<https://dgi5.staging.derilinx.com/dataset/2fb4ab8b-2fa9-4546-a702-19ac7e2f27d6/resource/5ae47052-18ec-4e74-96d6-1cb799cbde9d> a dcat:Distribution ;
    dct:format [ a dct:MediaTypeOrExtent ;
            rdfs:label "CSV" ;
            rdf:value "CSV" ] ;
    dct:issued "2017-11-22T11:51:22"^^xsd:dateTime ;
    dct:modified "2025-09-03T15:08:13"^^xsd:dateTime ;
    dct:title "	Learner Permits current at 31st December 2016 by Licence Category and County					" ;
    dcat:accessURL <http://www.rsa.ie/Documents/Road%20Safety/Licence_stats/Learner%20Permits%20Current%20on%2031st%20December%202016_%20by%20Licence%20Category%20County.csv> ;
    dcat:downloadURL <http://www.rsa.ie/Documents/Road%20Safety/Licence_stats/Learner%20Permits%20Current%20on%2031st%20December%202016_%20by%20Licence%20Category%20County.csv> .

<https://dgi5.staging.derilinx.com/organization/road-safety-authority> a foaf:Agent,
        foaf:Organization ;
    foaf:name "Road Safety Authority" .

