@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/> .
@prefix mmd: <https://vocab.met.no/mmd/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

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

<https://vocab.met.no/mmd/Instrument/SLSTR>
  rdfs:seeAlso <https://sentinel.esa.int/web/sentinel/technical-guides/sentinel-3-slstr>, <https://www.wmo-sat.info/oscar/instruments/view/slstr> ;
  skos:definition "The principal aim of the SLSTR instrument mission on-board Sentinel-3 is to provide a reference Land Surface Temperature and Sea Surface Temperature dataset for climate data records. SLSTR has been developed to retrieve global coverage sea surface skin temperatures with zero bias and an uncertainty of ± 0.3 K for a 5° by 5° latitude–longitude area, having a temporal stability of 0.1 K/decade. The instrument has been designed to fulfil these mission aims."@en ;
  skos:broader <https://vocab.met.no/mmd/Platform/Sentinel-3A>, <https://vocab.met.no/mmd/Platform/Sentinel-3C>, <https://vocab.met.no/mmd/Platform/Sentinel-3D>, <https://vocab.met.no/mmd/Platform/Sentinel-3B> ;
  skos:prefLabel "SLSTR"@en ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/7204c4d5-b7d0-41af-ba90-61d47c6dc610> ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/Sentinel-3C>, <https://vocab.met.no/mmd/Platform/Sentinel-3A>, <https://vocab.met.no/mmd/Platform/Sentinel-3B>, <https://vocab.met.no/mmd/Platform/Sentinel-3D> ;
  skos:altLabel "Sea and Land Surface Temperature Radiometer"@en ;
  a sosa:Sensor, skos:Concept ;
  dc:source <https://sentinels.copernicus.eu/web/sentinel/technical-guides/sentinel-3-slstr/instrument> .

sosa:isHostedBy rdfs:label "in platform"@en .
<https://vocab.met.no/mmd/Platform/Sentinel-3C>
  skos:prefLabel "Sentinel-3C"@en ;
  a sosa:Platform, skos:Concept ;
  skos:narrower <https://vocab.met.no/mmd/Instrument/SLSTR> ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/SLSTR> .

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

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

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

