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

<http://astrothesaurus.org/uat/800>
  skos:editorialNote [ ] ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> ;
  skos:altLabel "Total magnitude"@en ;
  skos:broader <http://astrothesaurus.org/uat/999> ;
  skos:prefLabel "Integrated magnitude"@en ;
  skos:definition "The magnitude an extended object (nebula, galaxy, etc.) would have if all of its light were concentrated into a point source."@en ;
  dc:modified "2020-11-10T17:37:48.02Z"^^xsd:dateTime, "2020-11-10T17:37:37.099Z"^^xsd:dateTime ;
  a skos:Concept .

