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

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

<https://vocab.met.no/mmd/Instrument/SRAL>
  a sosa:Sensor, skos:Concept ;
  skos:definition "SRAL is a redundant dual-frequency (C-band + Ku-band) nadir-looking altimeter instrument, and the core instrument of the topographic payload. The overall objectives are to provide altimetric data (basic measurements of surface heights, sea wave heights and sea wind speed) relative to a precise reference frame."@en ;
  skos:altLabel "Synthetic Aperture Radar Altimeter"@en ;
  skos:broader <https://vocab.met.no/mmd/Platform/Sentinel-3B>, <https://vocab.met.no/mmd/Platform/Sentinel-3C>, <https://vocab.met.no/mmd/Platform/Sentinel-3D>, <https://vocab.met.no/mmd/Platform/Sentinel-3A> ;
  rdfs:seeAlso <https://space.oscar.wmo.int/instruments/view/sral> ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/Sentinel-3A>, <https://vocab.met.no/mmd/Platform/Sentinel-3D>, <https://vocab.met.no/mmd/Platform/Sentinel-3C>, <https://vocab.met.no/mmd/Platform/Sentinel-3B> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/7b6e3162-1314-4441-b33a-e2b68ae85bcd> ;
  skos:prefLabel "SRAL"@en ;
  dc:source <https://space.oscar.wmo.int/instruments/view/sral> .

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

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

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

