@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/1179>
  skos:prefLabel "Orbital motion"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/1196> .

<http://astrothesaurus.org/uat/1196>
  skos:editorialNote [ ] ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> ;
  skos:broader <http://astrothesaurus.org/uat/1179> ;
  skos:prefLabel "Parabolic orbit"@en ;
  skos:definition "An orbit whose overall shape is like a parabola; it is the limiting case between an elliptical orbit (eccentricity less than 1) and a hyperbolic orbit (eccentricity larger than 1). The speed necessary to form a parabolic orbit is known as the escape velocity."@en ;
  dc:modified "2020-10-21T14:31:08.601Z"^^xsd:dateTime, "2020-10-21T14:30:53.206Z"^^xsd:dateTime ;
  a skos:Concept .

