@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/respiratory_system>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/trachea>, <https://concepts.sagepub.com/social-science/concept/pleurae>, <https://concepts.sagepub.com/social-science/concept/nose>, <https://concepts.sagepub.com/social-science/concept/lungs>, <https://concepts.sagepub.com/social-science/concept/larynx>, <https://concepts.sagepub.com/social-science/concept/bronchi> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/human_body_parts> ;
  skos:prefLabel "respiratory system"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/trachea>
  skos:prefLabel "trachea"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/respiratory_system> .

<https://concepts.sagepub.com/social-science/concept/pleurae>
  skos:prefLabel "pleurae"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/respiratory_system> .

<https://concepts.sagepub.com/social-science/concept/larynx>
  skos:prefLabel "larynx"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/respiratory_system> .

<https://concepts.sagepub.com/social-science/concept/human_body_parts>
  skos:prefLabel "human body parts"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/respiratory_system> .

<https://concepts.sagepub.com/social-science/concept/nose>
  skos:prefLabel "nose"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/respiratory_system> .

<https://concepts.sagepub.com/social-science/concept/bronchi>
  skos:prefLabel "bronchi"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/respiratory_system> .

<https://concepts.sagepub.com/social-science/concept/lungs>
  skos:prefLabel "lungs"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/respiratory_system> .

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

