@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/2122>
  skos:prefLabel "Alpha Cygni variable stars"@en ;
  a skos:Concept ;
  skos:related <http://astrothesaurus.org/uat/130> .

<http://astrothesaurus.org/uat/431>
  skos:prefLabel "Early-type supergiant stars"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/130> .

<http://astrothesaurus.org/uat/128>
  skos:prefLabel "B stars"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/130> .

<http://astrothesaurus.org/uat/130>
  a skos:Concept ;
  skos:broader <http://astrothesaurus.org/uat/128>, <http://astrothesaurus.org/uat/431> ;
  skos:altLabel "B-type supergiant stars"@en, "B supergiants"@en, "B-type supergiants"@en ;
  skos:related <http://astrothesaurus.org/uat/2122> ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> ;
  skos:prefLabel "B supergiant stars"@en ;
  dc:modified "2019-12-02T21:24:15.749Z"^^xsd:dateTime .

