@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/3>
  skos:broader <http://astrothesaurus.org/uat/2053>, <http://astrothesaurus.org/uat/5> ;
  skos:altLabel "A-type dwarfs"@en, "A-type dwarf stars"@en, "A dwarfs"@en ;
  skos:prefLabel "A dwarf stars"@en ;
  a skos:Concept ;
  dc:modified "2020-10-26T18:21:24.999Z"^^xsd:dateTime, "2020-10-26T18:21:20.519Z"^^xsd:dateTime ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> .

<http://astrothesaurus.org/uat/2053>
  skos:prefLabel "Dwarf stars"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/3> .

<http://astrothesaurus.org/uat/5>
  skos:prefLabel "A stars"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/3> .

