@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/1954>
  skos:prefLabel "Light curve classification "@en ;
  a skos:Concept ;
  skos:related <http://astrothesaurus.org/uat/918> .

<http://astrothesaurus.org/uat/918>
  skos:broader <http://astrothesaurus.org/uat/1234> ;
  dc:modified "2020-11-10T18:17:09.89Z"^^xsd:dateTime, "2020-12-11T18:47:12.619Z"^^xsd:dateTime ;
  skos:definition "A curve showing the behavior of the light from a variable star over a period of time."@en ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie>, <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie_Admin> ;
  skos:altLabel "Lightcurves"@en ;
  skos:editorialNote [ ] ;
  skos:related <http://astrothesaurus.org/uat/1954> ;
  a skos:Concept ;
  skos:prefLabel "Light curves"@en .

<http://astrothesaurus.org/uat/1234>
  skos:prefLabel "Photometry"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/918> .

