@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/herders> .

<https://concepts.sagepub.com/social-science/concept/herders>
  skos:definition "Herders are people whose lives revolve around the tending of animals and who, consequently, tend to have a seminomadic or nomadic lifestyle. They range from shepherds and cowherds who are found in a wide variety of agricultural settings to the reindeer herders of the north to the nomadic steppe tribes of Mongolia and Central Asia. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n523.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Herders</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/animals> ;
  skos:prefLabel "herders"@en ;
  a skos:Concept .

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

