@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/deer>
  skos:definition "Members of the Cervidae family, deer are ruminant animals—meaning they are hooved and digest their food through a process of rumination on regurgitated cud; and possessing antlers, rather than horns. Indigenous to most of the world, some of the more than 30 species of deer can be found on every continent. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n277.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Deer</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/animals> ;
  skos:prefLabel "deer"@en ;
  a skos:Concept .

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

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

