@prefix esado: <https://data.esa.int/esado/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .

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

<https://earth.esa.int/concept/3cef2575-63f5-5fa1-af33-b7305986c26d>
  skos:prefLabel "VAS"@en ;
  a skos:Concept ;
  sosa:isHostedBy <https://earth.esa.int/concept/6c61332f-2db1-54fd-82eb-66b3e30ebc5e> .

<https://gcmd.earthdata.nasa.gov/kms/concept/2c8920b1-3ed2-417f-90d7-f94a387c77ac>
  skos:prefLabel "GOES-7"@en ;
  a skos:Concept .

<https://earth.esa.int/concept/6c61332f-2db1-54fd-82eb-66b3e30ebc5e>
  sosa:hosts <https://earth.esa.int/concept/3cef2575-63f5-5fa1-af33-b7305986c26d> ;
  skos:note "7"@en ;
  skos:notation "GO7"@en ;
  rdfs:label "GOES-7"@en ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/2c8920b1-3ed2-417f-90d7-f94a387c77ac> ;
  skos:broader <https://earth.esa.int/concept/d20e4b9f-805b-569f-a96c-840e34ae8fde> ;
  skos:prefLabel "GOES-7"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

<https://earth.esa.int/concept/d20e4b9f-805b-569f-a96c-840e34ae8fde>
  skos:notation "GEO1..15"@en ;
  rdfs:label "GEOS missions"@en ;
  skos:prefLabel "GOES"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/6c61332f-2db1-54fd-82eb-66b3e30ebc5e> .

