@prefix mmd: <https://vocab.met.no/mmd/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .

mmd:Platform
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Platform"@en ;
  skos:member <https://vocab.met.no/mmd/Platform/Sentinel-5P> .

<https://vocab.met.no/mmd/Instrument/TROPOMI>
  skos:prefLabel "TROPOMI"@en ;
  a sosa:Sensor, skos:Concept ;
  skos:broader <https://vocab.met.no/mmd/Platform/Sentinel-5P> ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/Sentinel-5P> .

sosa:hosts rdfs:label "has instrument"@en .
<https://vocab.met.no/mmd/Platform/Sentinel-5P>
  skos:narrower <https://vocab.met.no/mmd/Instrument/TROPOMI> ;
  skos:altLabel "Sentinel-5 precursor"@en ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/77e9a75e-2c3b-428b-8b21-b6a902dd8fee> ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/TROPOMI> ;
  a sosa:Platform, skos:Concept ;
  skos:prefLabel "Sentinel-5P"@en ;
  rdfs:seeAlso <https://space.oscar.wmo.int/satellites/view/sentinel_5p> ;
  skos:definition "Sentinel-5P (S5P) is a satellite mission that is jointly operated by the European Space Agency (ESA) and the Netherlands Space Office (NSO), formerly the European Global Monitoring for Environment and Security program (GMES). The mission was designed to bridge the gap between atmospheric monitoring systems and to succeed the Envisat mission. The satellite launched in October 2017."@en ;
  dc:source <https://directory.eoportal.org/satellite-missions/copernicus-sentinel-5p> .

