@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 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#> .

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

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

esado:platformsEO
  isothes:superGroup esado:domainEO ;
  skos:member <https://earth.esa.int/concept/738c519f-48db-5344-bebc-030c16781c22> ;
  skos:notation "EO platforms" ;
  skos:prefLabel "Earth Observation platforms"@en ;
  skos:inScheme esado: ;
  dc:modified "2020-11-08T18:00:00+00:00"^^xsd:dateTime ;
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup .

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

<https://earth.esa.int/concept/738c519f-48db-5344-bebc-030c16781c22>
  skos:prefLabel "Platform"@en ;
  a skos:Concept .

