@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/symptoms_of_disease>
  skos:prefLabel "symptoms of disease"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/concussion> .

<https://concepts.sagepub.com/social-science/concept/localized_diseases>
  skos:prefLabel "localized diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/concussion> .

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

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

<https://concepts.sagepub.com/social-science/concept/concussion>
  skos:definition "Each year in sports, it is estimated that nearly 300,000 concussions occur at all levels of competition. Concussions are likely underreported as athletes may withhold their symptoms from coaches, teammates, parents, athletic trainers, and physicians for fear of being kept out of competition. [Source: <a href=\"https://sk.sagepub.com/reference/sportsmedicine/n117.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Sports Medicine; Concussion</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/symptoms_of_disease>, <https://concepts.sagepub.com/social-science/concept/localized_diseases>, <https://concepts.sagepub.com/social-science/concept/impact_injuries> ;
  skos:prefLabel "concussion"@en ;
  a skos:Concept .

