@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://astrothesaurus.org/uat/511>
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie_Admin> ;
  skos:related <http://astrothesaurus.org/uat/797> ;
  skos:altLabel "Rocky planets"@en ;
  skos:broader <http://astrothesaurus.org/uat/498> ;
  skos:prefLabel "Extrasolar rocky planets"@en ;
  dc:modified "2020-11-09T21:34:23.822Z"^^xsd:dateTime ;
  a skos:Concept .

<http://astrothesaurus.org/uat/797>
  skos:prefLabel "Solar system terrestrial planets"@en ;
  a skos:Concept ;
  skos:related <http://astrothesaurus.org/uat/511> .

<http://astrothesaurus.org/uat/498>
  skos:prefLabel "Exoplanets"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/511> .

