@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/2172>
  skos:prefLabel "Extrasolar gaseous planets"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/509> .

<http://astrothesaurus.org/uat/1191>
  skos:prefLabel "Solar system gas giant planets"@en ;
  a skos:Concept ;
  skos:related <http://astrothesaurus.org/uat/509> .

<http://astrothesaurus.org/uat/509>
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie_Admin> ;
  skos:related <http://astrothesaurus.org/uat/1191> ;
  skos:altLabel "Extrasolar gas giants"@en ;
  skos:broader <http://astrothesaurus.org/uat/2172> ;
  skos:prefLabel "Extrasolar gaseous giant planets"@en ;
  dc:modified "2020-11-09T21:34:48.885Z"^^xsd:dateTime ;
  a skos:Concept .

