@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.publishing.service.gov.uk/dataset/faf70d1c-2d7e-4c3c-8dd3-9734c8e2b6b4> a dcat:Dataset ;
    dct:description "Addresses of all bus stops in North Tyneside" ;
    dct:identifier "20z59" ;
    dct:issued "2017-05-15T18:03:41+00:00"^^xsd:dateTime ;
    dct:modified "2017-05-15T18:03:41+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "North Tyneside Metropolitan Council" ] ;
    dct:title "Bus Stops" ;
    dcat:distribution <https://ckan.publishing.service.gov.uk/dataset/faf70d1c-2d7e-4c3c-8dd3-9734c8e2b6b4/resource/4e5295f5-9a41-41ba-a399-c8ba77d84a24> ;
    dcat:keyword "Bus Stops",
        "Public Transport" ;
    dcat:landingPage <https://datamillnorth.org/dataset/bus-stops-20z59> .

<https://ckan.publishing.service.gov.uk/dataset/faf70d1c-2d7e-4c3c-8dd3-9734c8e2b6b4/resource/4e5295f5-9a41-41ba-a399-c8ba77d84a24> a dcat:Distribution ;
    dct:description "Bus stops in North Tyneside" ;
    dct:issued "2026-08-26T20:06:28.769268"^^xsd:dateTime ;
    dct:modified "2026-08-26T20:06:28.762891"^^xsd:dateTime ;
    dct:title "Bus Stops" .

