@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/injury_prevention> .

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

<https://concepts.sagepub.com/social-science/concept/injury_prevention>
  skos:definition "Injury is classified as either unintentional or intentional. Unintentional injury occurs with no intentional human motivation (e.g., falls, traffic accidents), whereasintentional injury occurs as a result of discernible human motivation (e.g., suicide, assault). [Source: <a href=\"https://sk.sagepub.com/reference/aging/n149.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Health &amp; Aging; Injury Prevention</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/prevention> ;
  skos:prefLabel "injury prevention"@en ;
  a skos:Concept .

