@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#Building_Green>
  skos:prefLabel "Building Green"@en ;
  skos:definition "Building Green or Green Construction encompasses a set of practices and principles that aim to make the design and utilization of the built environment as environmentally friendly as possible. These practices minimize the negative impact on the natural environment."@en ;
  a skos:Concept, owl:NamedIndividual .

