@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/Swan-Ganz_catheterization>
  skos:prefLabel "Swan-Ganz catheterization"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cardiac_catheterization> .

<https://concepts.sagepub.com/social-science/concept/catheter_ablation>
  skos:prefLabel "catheter ablation"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cardiac_catheterization> .

<https://concepts.sagepub.com/social-science/concept/cardiac_surgery>
  skos:prefLabel "cardiac surgery"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/cardiac_catheterization> .

<https://concepts.sagepub.com/social-science/concept/heart_function_tests>
  skos:prefLabel "heart function tests"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/cardiac_catheterization> .

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

<https://concepts.sagepub.com/social-science/concept/cardiac_catheterization>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Swan-Ganz_catheterization>, <https://concepts.sagepub.com/social-science/concept/catheter_ablation> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D006328.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/heart_function_tests>, <https://concepts.sagepub.com/social-science/concept/cardiac_surgery> ;
  skos:prefLabel "cardiac catheterization"@en ;
  a skos:Concept .

