@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:themesEO
  skos:notation "EO Thematic Area" ;
  skos:prefLabel "Earth Observation thematic area"@en ;
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  isothes:superGroup esado:domainEO .

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

esado:Domain
  rdfs:label "Domain"@en ;
  a owl:Class .

esado:widgetsEO dc:relation esado:domainEO .
esado:platformsEO
  skos:notation "EO platforms" ;
  skos:prefLabel "Earth Observation platforms"@en ;
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  isothes:superGroup esado:domainEO .

esado:domainEO
  skos:inScheme esado: ;
  skos:prefLabel "Earth Observation"@en ;
  dc:modified "2020-11-08T18:00:00+00:00"^^xsd:dateTime ;
  skos:member esado:platformsEO, esado:themesEO, esado:instrumentsEO ;
  isothes:subGroup esado:platformsEO, esado:themesEO, esado:instrumentsEO ;
  a skos:Collection, isothes:ConceptGroup, esado:Domain ;
  skos:notation "EO" .

esado:instrumentsEO
  skos:notation "EO instruments" ;
  skos:prefLabel "Earth Observation instruments"@en ;
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  isothes:superGroup esado:domainEO .

