@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/heart_arrest>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/out-of-hospital_cardiac_arrest>, <https://concepts.sagepub.com/social-science/concept/death,_sudden,_cardiac> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D006323.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/heart_diseases> ;
  skos:prefLabel "heart arrest"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/heart_diseases>
  skos:prefLabel "heart diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/heart_arrest> .

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

<https://concepts.sagepub.com/social-science/concept/death,_sudden,_cardiac>
  skos:prefLabel "death, sudden, cardiac"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/heart_arrest> .

<https://concepts.sagepub.com/social-science/concept/out-of-hospital_cardiac_arrest>
  skos:prefLabel "out-of-hospital cardiac arrest"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/heart_arrest> .

