@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.staging.publishing.service.gov.uk/dataset/19b8aed7-b6b0-4d68-8b9e-0fae3d038f26> a dcat:Dataset ;
    dct:description "API provided by Network Rail which lists live train times. You will need to register with Network Rail to get access to this information." ;
    dct:identifier "2zxny" ;
    dct:issued "2014-09-22T10:02:52+00:00"^^xsd:dateTime ;
    dct:modified "2017-02-23T10:13:24+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "National Rail" ] ;
    dct:title "Train times API" ;
    dcat:keyword "API",
        "Rail",
        "Train",
        "leeds city station",
        "railway",
        "time" ;
    dcat:landingPage <https://datamillnorth.org/dataset/train-times-api-2zxny> .

