@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/compressed_air>
  skos:prefLabel "compressed air"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/air> .

<https://concepts.sagepub.com/social-science/concept/gases>
  skos:prefLabel "gases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/air> .

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

<https://concepts.sagepub.com/social-science/concept/air>
  skos:definition "The earliest philosophical treatment of air is found in ancient Egypt in the form of Shu. According to the ancient texts, Shu was one of the ENNEAD that dwelled at the temple in On (Heliopolis) and represented one of the fundamental elements. [Source: <a href=\"https://sk.sagepub.com/reference/africanreligion/n15.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of African Religion; Air</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/compressed_air> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/gases> ;
  skos:prefLabel "air"@en ;
  a skos:Concept .

