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

sosa:isHostedBy rdfs:label "in platform"@en .
<https://vocab.met.no/mmd/Instrument/TROPOMI>
  rdfs:seeAlso <https://space.oscar.wmo.int/instruments/view/tropomi> ;
  skos:altLabel "Tropospheric Monitoring Instrument"@en ;
  dc:source <https://space.oscar.wmo.int/instruments/view/tropomi> ;
  a skos:Concept, sosa:Sensor ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/Sentinel-5P> ;
  skos:broader <https://vocab.met.no/mmd/Platform/Sentinel-5P> ;
  skos:definition "The TROPOMI instrument is a space-borne, nadir-viewing, imaging spectrometer covering wavelength bands between the ultraviolet and the shortwave infrared. The instrument, the single payload of the Sentinel-5P spacecraft, uses passive remote sensing techniques to attain its objective by measuring, at the Top Of Atmosphere (TOA), the solar radiation reflected by and radiated from the earth. The instrument operates in a push-broom configuration (non-scanning), with a swath width of ~2600 km on the Earth's surface."@en ;
  skos:prefLabel "TROPOMI"@en ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/74ee2866-0e9e-4c20-8003-0621af6552f3> .

mmd:Instrument
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Instrument"@en ;
  skos:member <https://vocab.met.no/mmd/Instrument/TROPOMI> .

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

