@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/ca1a0e80-8f7c-4f68-8efd-dc016833b2ed> 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.integration.publishing.service.gov.uk/dataset/ca1a0e80-8f7c-4f68-8efd-dc016833b2ed/resource/454c3ef8-41e0-48dd-b86a-f6159cf0f0fd> ;
    dcat:keyword "Bus Stops",
        "Public Transport" ;
    dcat:landingPage <https://datamillnorth.org/dataset/bus-stops-20z59> .

<https://ckan.integration.publishing.service.gov.uk/dataset/ca1a0e80-8f7c-4f68-8efd-dc016833b2ed/resource/454c3ef8-41e0-48dd-b86a-f6159cf0f0fd> a dcat:Distribution ;
    dct:description "Bus stops in North Tyneside" ;
    dct:issued "2026-08-19T09:21:32.748001"^^xsd:dateTime ;
    dct:modified "2026-08-19T09:21:32.742012"^^xsd:dateTime ;
    dct:title "Bus Stops" .

