@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#Urban_Element>
  skos:prefLabel "Urban Element"@en ;
  skos:definition "It is a category of constructed items encompassing buildings, bridges, roads, footpaths, streets, rails, and other related infrastructures."@en ;
  a skos:Concept, owl:NamedIndividual .

