@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://www.return.com/ontologies/2024/vocab#Transportation_Network>
  skos:prefLabel "Transportation Network"@en ;
  skos:definition "Transportation Network is a conglomerate of heterogeneous urban elements, such as roads, streets, paths, railways, bridges, etc., used for the mobility or transportation of goods and people."@en ;
  a skos:Concept, owl:NamedIndividual .

