@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/natural_environment>
  skos:prefLabel "natural environment"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/environment_design> .

<https://concepts.sagepub.com/social-science/concept/environment_design>
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D004779.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_planning>, <https://concepts.sagepub.com/social-science/concept/natural_environment> ;
  skos:prefLabel "environment design"@en ;
  a skos:Concept .

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

<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/environment_design> .

