@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/environmental_conservation>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/wild_life_protection>, <https://concepts.sagepub.com/social-science/concept/amenities_conservation> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/environmental_control>, <https://concepts.sagepub.com/social-science/concept/conservation> ;
  skos:prefLabel "environmental conservation"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/environmental_control>
  skos:prefLabel "environmental control"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/environmental_conservation> .

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

<https://concepts.sagepub.com/social-science/concept/amenities_conservation>
  skos:prefLabel "amenities conservation"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/environmental_conservation> .

<https://concepts.sagepub.com/social-science/concept/wild_life_protection>
  skos:prefLabel "wild life protection"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/environmental_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/environmental_conservation> .

