@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/geographic_regions>
  skos:prefLabel "geographic regions"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/rural_areas> .

<https://concepts.sagepub.com/social-science/concept/geographical_areas>
  skos:prefLabel "geographical areas"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/rural_areas> .

<https://concepts.sagepub.com/social-science/concept/villages>
  skos:prefLabel "villages"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/rural_areas> .

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

<https://concepts.sagepub.com/social-science/concept/rural_areas>
  skos:definition "Rural areas are commonly characterized as large isolated regions in which there is a low ratio of inhabitants to open land. As numerous studies indicate, rural areas are difficult to define with great precision. [Source: <a href=\"https://sk.sagepub.com/reference/greenhealth/n128.xml\" target=\"_blank\" data-id=\"to-sk\">Green Health: An A-to-Z Guide; Rural Areas</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/villages> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/geographical_areas>, <https://concepts.sagepub.com/social-science/concept/geographic_regions> ;
  skos:prefLabel "rural areas"@en ;
  a skos:Concept .

