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

<http://astrothesaurus.org/uat/545>
  skos:editorialNote [ ] ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> ;
  skos:broader <http://astrothesaurus.org/uat/1545> ;
  skos:prefLabel "Flyby missions"@en ;
  skos:definition "A mission in which a trajectory takes a space probe close to a Solar System body (planet, satellite, asteroid, comet) but does not permit it to enter an orbit about the body."@en ;
  dc:modified "2020-10-30T19:50:58.333Z"^^xsd:dateTime, "2020-10-30T19:50:38.255Z"^^xsd:dateTime ;
  a skos:Concept .

