@prefix esado: <https://data.esa.int/esado/> .
@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#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

esado:MicroThesaurus
  rdfs:label "Micro-Thesaurus"@en ;
  a owl:Class .

esado:themesEO
  dc:modified "2021-09-15T18:00:00+00:00"^^xsd:dateTime ;
  a isothes:ConceptGroup, esado:MicroThesaurus, skos:Collection ;
  skos:prefLabel "Earth Observation thematic area"@en ;
  skos:notation "EO Thematic Area" ;
  skos:inScheme esado: ;
  skos:changeNote "Changed name from keywords to theme so to explicitly define this as related with a controlled vocabulary."@en ;
  isothes:superGroup esado:domainEO ;
  skos:member <https://earth.esa.int/concept/5c476560-e0a3-554a-9187-187a90da1309> .

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

esado:domainEO
  skos:notation "EO" ;
  a skos:Collection, isothes:ConceptGroup, esado:Domain ;
  skos:prefLabel "Earth Observation"@en ;
  isothes:subGroup esado:themesEO ;
  skos:member esado:themesEO .

<https://earth.esa.int/concept/5c476560-e0a3-554a-9187-187a90da1309>
  skos:prefLabel "Earth Topic"@en ;
  a skos:Concept .

