@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/arterial_occlusive_diseases>
  skos:prefLabel "arterial occlusive diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/retinal_artery_occlusion> .

<https://concepts.sagepub.com/social-science/concept/Susac_syndrome>
  skos:prefLabel "Susac syndrome"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/retinal_artery_occlusion> .

<https://concepts.sagepub.com/social-science/concept/retinal_artery_occlusion>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Susac_syndrome> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D015356.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/arterial_occlusive_diseases> ;
  skos:prefLabel "retinal artery occlusion"@en ;
  a skos:Concept .

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

