@prefix esado: <https://data.esa.int/esado/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

esado:domainESADDP
  a skos:Collection, isothes:ConceptGroup, esado:Domain ;
  skos:prefLabel "ESA Data Discovery Portal"@en ;
  skos:member esado:widgetsSCI .

<http://astrothesaurus.org/uat/1255>
  skos:prefLabel "Planetary science"@en ;
  a skos:Concept ;
  skos:broader <http://astrothesaurus.org/uat/1529> .

<http://astrothesaurus.org/uat/436>
  skos:prefLabel "Earth-moon system"@en ;
  a skos:Concept ;
  skos:broader <http://astrothesaurus.org/uat/1529> .

esado:widgetsSCI
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  skos:prefLabel "Space Science Widgets"@en ;
  skos:member esado:widgetThemesSCI .

esado:widgetThemesSCI
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  skos:prefLabel "Thematic Area"@en ;
  skos:member <http://astrothesaurus.org/uat/1529> .

<http://astrothesaurus.org/uat/1528>
  skos:prefLabel "Solar system"@en ;
  a skos:Concept ;
  skos:broader <http://astrothesaurus.org/uat/1529> .

esado:
  rdfs:label "ESA Data Ontology"@en ;
  skos:prefLabel "ESA Data Ontology"@en ;
  a skos:ConceptScheme, owl:Ontology ;
  skos:hasTopConcept <http://astrothesaurus.org/uat/1529> .

esado:domainSCI
  a skos:Collection, isothes:ConceptGroup, esado:Domain ;
  skos:prefLabel "Space Science"@en ;
  skos:member esado:themesSCI .

<http://astrothesaurus.org/uat/972>
  skos:prefLabel "Lunar science"@en ;
  a skos:Concept ;
  skos:broader <http://astrothesaurus.org/uat/1529> .

esado:themesSCI
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  skos:prefLabel "Space Science thematic area"@en ;
  skos:member <http://astrothesaurus.org/uat/1529> .

<http://astrothesaurus.org/uat/1529>
  skos:topConceptOf esado: ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie_Admin> ;
  skos:narrower <http://astrothesaurus.org/uat/972>, <http://astrothesaurus.org/uat/1255>, <http://astrothesaurus.org/uat/1528>, <http://astrothesaurus.org/uat/436> ;
  skos:inScheme esado: ;
  skos:prefLabel "Solar system astronomy"@en ;
  a skos:Concept ;
  skos:scopeNote "Referring specifically the study of our solar system, not exoplanets."@en ;
  dc:modified "2022-06-15T19:32:22.691Z"^^xsd:dateTime ;
  skos:altLabel "Planetary astronomy"@en .

