@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

esado:themesNAV
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  skos:prefLabel "Navigation thematic area"@en ;
  skos:member esado:themeHeliophysics .

esado:themeHeliophysics
  skos:broader esado:scienceDomainNAV ;
  skos:prefLabel "Heliophysics"@en ;
  esado:isLeafConcept true ;
  skos:inScheme esado: ;
  skos:definition "Heliophysics. Full description TBD. Based on the faceted search filter Science Domain in the GSSC Portal."@en ;
  dc:modified "2022-09-07T18:00:00+00:00"^^xsd:dateTime ;
  a skos:Concept, owl:NamedIndividual .

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

esado:scienceDomainNAV
  skos:prefLabel "Navigation Science Domain"@en ;
  a skos:Concept, owl:NamedIndividual ;
  skos:narrower esado:themeHeliophysics .

esado:widgetsNAV
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  skos:prefLabel "Navigation Widgets"@en ;
  skos:member esado:widgetThemesNAV .

esado:
  rdfs:label "ESA Data Ontology"@en ;
  skos:prefLabel "ESA Data Ontology"@en ;
  a skos:ConceptScheme, owl:Ontology .

esado:widgetThemesNAV
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  skos:prefLabel "Thematic Area"@en ;
  skos:member esado:themeHeliophysics .

esado:isLeafConcept skos:definition "The :isLeafConcept property marks whether a SKOS concept is a leaf SKOS concept."@en .
esado:domainNAV
  a skos:Collection, isothes:ConceptGroup, esado:Domain ;
  skos:prefLabel "Navigation"@en ;
  skos:member esado:themesNAV .

