@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/OLCI> ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/OLCI> .

<https://vocab.met.no/mmd/Instrument/OLCI>
  skos:broader <https://vocab.met.no/mmd/Platform/Sentinel-3C>, <https://vocab.met.no/mmd/Platform/Sentinel-3D>, <https://vocab.met.no/mmd/Platform/Sentinel-3A>, <https://vocab.met.no/mmd/Platform/Sentinel-3B> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/65ed042c-df53-4afb-8b6a-1ea16958015d> ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/Sentinel-3D>, <https://vocab.met.no/mmd/Platform/Sentinel-3A>, <https://vocab.met.no/mmd/Platform/Sentinel-3C>, <https://vocab.met.no/mmd/Platform/Sentinel-3B> ;
  rdfs:seeAlso <https://www.wmo-sat.info/oscar/instruments/view/olci>, <https://sentinel.esa.int/web/sentinel/technical-guides/sentinel-3-olci> ;
  skos:definition "The OLCI instrument baseline is the successor to ENVISAT MERIS with additional spectral channels, different camera arrangements and simplified on-board processing. The OLCI is a push-broom instrument with five camera modules sharing the field of view. The field of view of the five cameras is arranged in a fan-shaped configuration in the vertical plane, perpendicular to the platform velocity. Each camera has an individual field of view of 14.2° and a 0.6° overlap with its neighbours. The whole field of view is shifted across track by 12.6° away from the sun to minimise the impact of sun glint."@en ;
  skos:altLabel "Ocean and Land Colour Imager"@en ;
  a sosa:Sensor, skos:Concept ;
  dc:source <https://sentinels.copernicus.eu/web/sentinel/technical-guides/sentinel-3-olci/olci-instrument> ;
  skos:prefLabel "OLCI"@en .

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/OLCI> ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/OLCI> .

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

<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/OLCI> ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/OLCI> .

<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/OLCI> ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/OLCI> .

