@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/health_and_well-being>
  skos:prefLabel "health and well-being"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/apnea> .

<https://concepts.sagepub.com/social-science/concept/apnea>
  skos:definition "Apnea is a brief pause in one's breathing pattern. When it occurs for extended periods or frequently during sleep, it may be a cause for concern. [Source: <a href=\"https://sk.sagepub.com/reference/humandevelopment/n48.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Human Development; Apnea</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/sleep_apnea_syndromes> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/health_and_well-being> ;
  skos:prefLabel "apnea"@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/apnea> .

<https://concepts.sagepub.com/social-science/concept/sleep_apnea_syndromes>
  skos:prefLabel "sleep apnea syndromes"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/apnea> .

