@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.tdc.prod.datopian.com/dataset/a75ca70f-ecdc-4b9a-b8bb-0832efe70bf7> a dcat:Dataset ;
    dct:description "<p><span>The TUMI Data Hub is an open platform for collecting, sharing, and analyzing data related to mobility and urban planning. It aims to provide a comprehensive database of information that can be used to inform and guide decision-making in urban mobility.</span></p>" ;
    dct:identifier "a75ca70f-ecdc-4b9a-b8bb-0832efe70bf7" ;
    dct:issued "2025-04-30T07:54:38.673297"^^xsd:dateTime ;
    dct:modified "2026-04-01T07:51:23.413648"^^xsd:dateTime ;
    dct:publisher <https://ckan.tdc.prod.datopian.com/organization/aaa35117-3080-4737-b8ab-38e5fb22136e> ;
    dct:title "TUMI Mobility Data Hub" ;
    dcat:keyword "Cities",
        "GTFS",
        "Urban Transport" ;
    dcat:landingPage <https://hub.tumidata.org/> .

<https://ckan.tdc.prod.datopian.com/organization/aaa35117-3080-4737-b8ab-38e5fb22136e> a foaf:Agent ;
    foaf:mbox "info@transformative-mobility.org" ;
    foaf:name "TUMI" .

<https://hub.tumidata.org/> a foaf:Document .

