@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://astrothesaurus.org/uat/1532>
  skos:scopeNote "The region of the Sun's atmosphere between the chromosphere and corona."@en ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> ;
  skos:broader <http://astrothesaurus.org/uat/1483>, <http://astrothesaurus.org/uat/1479> ;
  skos:prefLabel "Solar transition region"@en ;
  dc:modified "2018-08-27T21:14:20Z"^^xsd:dateTime ;
  a skos:Concept .

<http://astrothesaurus.org/uat/1479>
  skos:prefLabel "Solar chromosphere"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/1532> .

<http://astrothesaurus.org/uat/1483>
  skos:prefLabel "Solar corona"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/1532> .

