@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/1322>
  skos:prefLabel "Quiet sun"@en ;
  a skos:Concept ;
  skos:related <http://astrothesaurus.org/uat/18> .

<http://astrothesaurus.org/uat/1487>
  skos:prefLabel "Solar cycle"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/18> .

<http://astrothesaurus.org/uat/18>
  skos:editorialNote [ ] ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> ;
  skos:related <http://astrothesaurus.org/uat/1322> ;
  skos:broader <http://astrothesaurus.org/uat/1487> ;
  skos:prefLabel "Active sun"@en ;
  skos:definition "The Sun during its 11-year cycle of activity when spots, flares, prominences, and variations in radiofrequency radiation are at a maximum."@en ;
  dc:modified "2020-11-02T15:27:06.351Z"^^xsd:dateTime, "2020-11-02T15:26:33.351Z"^^xsd:dateTime ;
  a skos:Concept .

