@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.integration.publishing.service.gov.uk/dataset/84f81950-4643-409d-8330-11131fa269a7> a dcat:Dataset ;
    dct:description "National Rail Enquiries (NRE) support the principle of transparency and contribute to the wider industry agenda by making data openly available in the public domain. NRE have a selection of APIs and XML feeds that are available for use by third party developers to create their own applications. The data feeds are derived from our three primary engines; Darwin, KB and OJP." ;
    dct:identifier "exknp" ;
    dct:issued "2015-07-23T08:09:01+00:00"^^xsd:dateTime ;
    dct:modified "2017-02-23T10:31:55+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "*************" ] ;
    dct:title "National Rail Enquiries data feeds" ;
    dcat:keyword "Station",
        "arrival",
        "delay",
        "departure",
        "highwayshack",
        "times",
        "timetable",
        "trains" ;
    dcat:landingPage <https://datamillnorth.org/dataset/national-rail-enquiries-data-feeds-exknp> .

