@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/pigs>
  skos:prefLabel "pigs"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/livestock> .

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

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

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

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

<https://concepts.sagepub.com/social-science/concept/livestock>
  skos:definition "The term LIVESTOCK refers to domesticated animals utilized for food, fibers, hides, fertilizer, and/or labor. The category of livestock includes such domesticated ungulates as bison, camels, cattle, donkeys, goats, horses, llamas, reindeer, sheep, swine/pigs, water buffaloes, and yaks, with cattle and sheep being the two most abundant types of livestock worldwide. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n648.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Livestock</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/sheep>, <https://concepts.sagepub.com/social-science/concept/pigs>, <https://concepts.sagepub.com/social-science/concept/horses>, <https://concepts.sagepub.com/social-science/concept/goats>, <https://concepts.sagepub.com/social-science/concept/cattle> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/agriculture> ;
  skos:prefLabel "livestock"@en ;
  a skos:Concept .

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

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

