@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/7db4b781-81a0-4205-a64a-87243b68ea8c> a dcat:Dataset ;
    dct:description "Road lengths in miles, by road class for each local authority and region of Great Britain since 2005. Includes, Motorways, Trunk roads, Principal roads, and Minor roads - both Rural and Urban. Using the National Roads Database from the Department for Transport (DFT).https://www.gov.uk/government/statistical-data-sets/rdl01-road-lengths-miles" ;
    dct:identifier "20oy6" ;
    dct:issued "2012-11-30T10:06:06+00:00"^^xsd:dateTime ;
    dct:modified "2014-05-21T14:53:54+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "************************" ] ;
    dct:title "Length of the Road Network, Borough and Region" ;
    dcat:keyword "roads",
        "transport" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/length-of-the-road-network-borough-and-region-20oy6> .

