@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#Infrastructure>
  skos:topConceptOf <http://www.return.com/ontologies/2024/vocab#Thesauro> ;
  skos:inScheme <http://www.return.com/ontologies/2024/vocab#Thesauro> ;
  skos:prefLabel "Urban Infrastructure"@en ;
  skos:definition "Urban infrastructure is a mix of structures built horizontally or vertically by humans, which provide a variety of utilities and services such as housing, transportation, and leisure. The design of these structures serves to ensure accessibility and convenience to meet the needs of the urban dwellers."@en ;
  a skos:Concept, owl:NamedIndividual .

<http://www.return.com/ontologies/2024/vocab#Thesauro>
  skos:prefLabel "ThesReturn"@en ;
  a skos:ConceptScheme, owl:NamedIndividual ;
  skos:hasTopConcept <http://www.return.com/ontologies/2024/vocab#Infrastructure> .

