@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/wounds_and_injuries>
  skos:prefLabel "wounds and injuries"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/head_injuries> .

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

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

<https://concepts.sagepub.com/social-science/concept/head_injuries>
  skos:definition "Head injuries are a common occurrence in organized sports and recreational activities, such as hockey, soccer, football, skiing, snowboarding, and cycling. Many sports, such as hockey and football, and recreational activities, such as bicycling, require helmets to prevent head injuries. [Source: <a href=\"https://sk.sagepub.com/reference/sportsmedicine/n237.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Sports Medicine; Head Injuries</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/wounds_and_injuries>, <https://concepts.sagepub.com/social-science/concept/injuries> ;
  skos:prefLabel "head injuries"@en ;
  a skos:Concept .

