@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/1000>
  skos:prefLabel "Main sequence stars"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/1843> .

<http://astrothesaurus.org/uat/1843>
  skos:altLabel "Zero-age main sequence"@en, "Zero age main sequence"@en, "ZAMS"@en ;
  skos:related <http://astrothesaurus.org/uat/725>, <http://astrothesaurus.org/uat/2047> ;
  skos:broader <http://astrothesaurus.org/uat/1000> ;
  skos:prefLabel "Zero-age main sequence stars"@en ;
  dc:modified "2018-09-13T14:54:43Z"^^xsd:dateTime ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> ;
  a skos:Concept .

<http://astrothesaurus.org/uat/2047>
  skos:prefLabel "Main sequence"@en ;
  a skos:Concept ;
  skos:related <http://astrothesaurus.org/uat/1843> .

<http://astrothesaurus.org/uat/725>
  skos:prefLabel "Hertzsprung Russell diagram"@en ;
  a skos:Concept ;
  skos:related <http://astrothesaurus.org/uat/1843> .

