@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/mammals> .

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

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

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

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

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

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

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

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

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

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

<https://concepts.sagepub.com/social-science/concept/mammals>
  skos:broader <https://concepts.sagepub.com/social-science/concept/animals> ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/rodents>, <https://concepts.sagepub.com/social-science/concept/rabbits>, <https://concepts.sagepub.com/social-science/concept/goats>, <https://concepts.sagepub.com/social-science/concept/cattle>, <https://concepts.sagepub.com/social-science/concept/carnivores>, <https://concepts.sagepub.com/social-science/concept/horses>, <https://concepts.sagepub.com/social-science/concept/sheep>, <https://concepts.sagepub.com/social-science/concept/monkeys>, <https://concepts.sagepub.com/social-science/concept/pigs>, <https://concepts.sagepub.com/social-science/concept/primates> ;
  skos:prefLabel "mammals"@en ;
  a skos:Concept .

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

