@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/b9add113-50b7-42bd-a2d2-07f33ccd382f> a dcat:Dataset ;
    dct:conformsTo "DATEXII" ;
    dct:created "2015-09-21T14:27:52"^^xsd:dateTime ;
    dct:identifier "b9add113-50b7-42bd-a2d2-07f33ccd382f" ;
    dct:issued "2015-09-21"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2018-03-05T12:24:34"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/a1406e05-c61b-40df-9260-503a1e45ceb6> ;
    dct:spatial [ a dct:Location ;
            skos:prefLabel "National Road Network" ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2015-09-21"^^xsd:date ],
        [ rdfs:label "Updated at 5 minute intervals" ],
        [ a dct:PeriodOfTime ;
            schema1:startDate "2015-09-21"^^xsd:date ] ;
    dct:title "National Roads Weather Station Data" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:opendata@tii.ie> ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/b9add113-50b7-42bd-a2d2-07f33ccd382f/resource/1e1b884a-1242-4975-bee1-63466bae4e2d>,
        <https://dgi5.staging.derilinx.com/dataset/b9add113-50b7-42bd-a2d2-07f33ccd382f/resource/97c486e0-c1e5-4308-a30a-a93bc33ca0be> ;
    dcat:keyword "Real-time",
        "Weather Data" ;
    dcat:landingPage <http://data.tii.ie/#its> ;
    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/b9add113-50b7-42bd-a2d2-07f33ccd382f/resource/1e1b884a-1242-4975-bee1-63466bae4e2d> a dcat:Distribution ;
    dct:format [ a dct:MediaTypeOrExtent ;
            rdfs:label "XML" ;
            rdf:value "XML" ] ;
    dct:issued "2015-09-21T14:27:52"^^xsd:dateTime ;
    dct:modified "2015-09-21T14:27:52"^^xsd:dateTime ;
    dct:title "Weather Data - content" ;
    dcat:accessURL <http://data.tii.ie/Datasets/Its/DatexII/WeatherData/Content.xml> ;
    dcat:downloadURL <http://data.tii.ie/Datasets/Its/DatexII/WeatherData/Content.xml> .

<https://dgi5.staging.derilinx.com/dataset/b9add113-50b7-42bd-a2d2-07f33ccd382f/resource/97c486e0-c1e5-4308-a30a-a93bc33ca0be> a dcat:Distribution ;
    dct:format [ a dct:MediaTypeOrExtent ;
            rdfs:label "XML" ;
            rdf:value "XML" ] ;
    dct:issued "2015-09-21T14:27:52"^^xsd:dateTime ;
    dct:modified "2015-09-21T14:27:52"^^xsd:dateTime ;
    dct:title "Weather Data - metadata" ;
    dcat:accessURL <http://data.tii.ie/Datasets/Its/DatexII/WeatherData/Metadata.xml> ;
    dcat:downloadURL <http://data.tii.ie/Datasets/Its/DatexII/WeatherData/Metadata.xml> .

<https://dgi5.staging.derilinx.com/organization/a1406e05-c61b-40df-9260-503a1e45ceb6> a foaf:Agent,
        foaf:Organization ;
    foaf:name "Transport Infrastructure Ireland" .

