@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/80>
  skos:prefLabel "Astrometry"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/131> .

<http://astrothesaurus.org/uat/131>
  skos:prefLabel "Baade-Wesselink method"@en ;
  skos:altLabel "Expanding photosphere method"@en, "Baade Wesselink method"@en, "Expanding-photosphere method"@en ;
  a skos:Concept ;
  dc:modified "2020-11-03T18:40:10.954Z"^^xsd:dateTime, "2020-11-03T18:39:56.429Z"^^xsd:dateTime ;
  skos:broader <http://astrothesaurus.org/uat/80> ;
  skos:editorialNote [ ] ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> ;
  skos:definition "A method used to determine the size of certain types of pulsating stars, including Cepheids, from their magnitude variations (photometry) and the corresponding radial velocities (spectroscopy)."@en .

