@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#Green_Infrastructure>
  skos:prefLabel "Green Infrastructure"@en ;
  skos:definition "It is a fusion of natural resources and man-made structures (grey infrastructure) designed to work with the nature to provide social, environmental, and economic benefits to urban populations, such as air filtration, temperature regulation, noise reduction, flood control, and recreational areas."@en ;
  a skos:Concept, owl:NamedIndividual .

