@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/1549>
  skos:prefLabel "Space vehicles"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/68> .

<http://astrothesaurus.org/uat/68>
  skos:editorialNote [ ] ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> ;
  skos:broader <http://astrothesaurus.org/uat/1549> ;
  skos:prefLabel "Artificial satellites"@en ;
  skos:definition "A man-made equipment that orbits around Earth or a solar system body."@en ;
  skos:narrower <http://astrothesaurus.org/uat/648> ;
  dc:modified "2020-10-26T18:46:00.033Z"^^xsd:dateTime, "2020-10-26T18:45:44.172Z"^^xsd:dateTime ;
  a skos:Concept .

<http://astrothesaurus.org/uat/648>
  skos:prefLabel "Geosynchronous satellites"@en ;
  a skos:Concept ;
  skos:broader <http://astrothesaurus.org/uat/68> .

