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

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

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

<https://concepts.sagepub.com/social-science/concept/child_safety>
  skos:definition "Children are particularly vulnerable to accidents and their safety requires different approaches than those for adults. Accidental injury kills 1 million children annually worldwide. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n274.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Child Safety</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/safety>, <https://concepts.sagepub.com/social-science/concept/child_health> ;
  skos:prefLabel "child safety"@en ;
  a skos:Concept .

