@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/85>
  skos:prefLabel "Astronomical location"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/1720> .

<http://astrothesaurus.org/uat/1720>
  skos:editorialNote [ ] ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> ;
  skos:broader <http://astrothesaurus.org/uat/85> ;
  skos:prefLabel "True position"@en ;
  skos:definition "The coordinates of an object for a given date, with respect to the true equator and the true equinoxes for the instant of time in question."@en ;
  dc:modified "2020-11-19T16:44:12.833Z"^^xsd:dateTime, "2020-11-19T16:44:03.64Z"^^xsd:dateTime ;
  a skos:Concept .

