@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/1017>
  skos:prefLabel "Me stars"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/1018> .

<http://astrothesaurus.org/uat/983>
  skos:prefLabel "M giant stars"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/1018> .

<http://astrothesaurus.org/uat/1018>
  skos:prefLabel "Me variable stars"@en ;
  a skos:Concept ;
  skos:broader <http://astrothesaurus.org/uat/983>, <http://astrothesaurus.org/uat/1017> ;
  skos:altLabel "Me-type variable stars"@en, "Me-type variables"@en, "Me variables"@en ;
  dc:modified "2018-09-14T15:27:48Z"^^xsd:dateTime ;
  skos:scopeNote "Used for the subset of Me stars that are variable stars.  Not all Me stars are variable stars."@en ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie_Admin> .

