@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/low_blood_pressure>
  skos:definition "Low blood pressure, generally referred to by medical professionals as hypotension when it is abnormally low, is a physiologic state of ill-health rather than a disease. In fact, the occurrence of low blood pressure is often an indication of another disease. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n717.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Low Blood Pressure</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/systemic_diseases> ;
  skos:prefLabel "low blood pressure"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/systemic_diseases>
  skos:prefLabel "systemic diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/low_blood_pressure> .

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

