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

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

<https://concepts.sagepub.com/social-science/concept/hunting>
  skos:definition "Hunting is the practice of pursuing or trapping and killing animals for food, sport, or trade (usually fur). Some people consider trapping to be separate from hunting, but the activities are both governed by the same laws. [Source: <a href=\"https://sk.sagepub.com/reference/greenfood/n83.xml\" target=\"_blank\" data-id=\"to-sk\">Green Food: An A-to-Z Guide; Hunting</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/sport>, <https://concepts.sagepub.com/social-science/concept/animals> ;
  skos:prefLabel "hunting"@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/hunting> .

