@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/microvascular_angina>
  skos:prefLabel "microvascular angina"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/angina_pectoris> .

<https://concepts.sagepub.com/social-science/concept/acute_coronary_syndrome>
  skos:prefLabel "acute coronary syndrome"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/angina_pectoris> .

<https://concepts.sagepub.com/social-science/concept/unstable_angina>
  skos:prefLabel "unstable angina"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/angina_pectoris> .

<https://concepts.sagepub.com/social-science/concept/stable_angina>
  skos:prefLabel "stable angina"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/angina_pectoris> .

<https://concepts.sagepub.com/social-science/concept/myocardial_ischemia>
  skos:prefLabel "myocardial ischemia"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/angina_pectoris> .

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

<https://concepts.sagepub.com/social-science/concept/angina_pectoris>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/unstable_angina>, <https://concepts.sagepub.com/social-science/concept/stable_angina>, <https://concepts.sagepub.com/social-science/concept/microvascular_angina>, <https://concepts.sagepub.com/social-science/concept/acute_coronary_syndrome> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D000787.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/myocardial_ischemia> ;
  skos:prefLabel "angina pectoris"@en ;
  a skos:Concept .

