@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/sustainability>
  skos:prefLabel "sustainability"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/energy_conservation> .

<https://concepts.sagepub.com/social-science/concept/resource_conservation>
  skos:prefLabel "resource conservation"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/energy_conservation> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/energy_conservation> .

<https://concepts.sagepub.com/social-science/concept/energy_conservation>
  skos:definition "Residential energy consumption represents approximately one fourth of the total U.S. energy budget. This includes all energy used for operating and maintaining our homes, along with the energy consumed for the manufacture, transportation, and construction of new houses and renovation of existing homes. [Source: <a href=\"https://sk.sagepub.com/reference/housing2ed/n55.xml\" target=\"_blank\" data-id=\"to-sk\">The Encyclopedia of Housing; Energy Conservation</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/sustainability>, <https://concepts.sagepub.com/social-science/concept/resource_conservation> ;
  skos:prefLabel "energy conservation"@en ;
  a skos:Concept .

