@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/brain_injuries>
  skos:definition "A traumatic brain injury (TBI) is a significant blow, shock, or penetrating head injury that disrupts the function of the brain. It is a nondegenerative, noncongenital insult to the brain from an external mechanical force. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n202.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Brain Injuries</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/localized_diseases> ;
  skos:prefLabel "brain injuries"@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/brain_injuries> .

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

