@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-6B> .

<https://vocab.met.no/mmd/Instrument/Poseidon-4>
  skos:prefLabel "Poseidon-4"@en ;
  a sosa:Sensor, skos:Concept ;
  skos:broader <https://vocab.met.no/mmd/Platform/Sentinel-6B> ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/Sentinel-6B> .

sosa:hosts rdfs:label "has instrument"@en .
<https://vocab.met.no/mmd/Platform/Sentinel-6B>
  dc:source <https://sentinels.copernicus.eu/missions/sentinel-6> ;
  skos:narrower <https://vocab.met.no/mmd/Instrument/Poseidon-4> ;
  rdfs:seeAlso <https://www.wmo-sat.info/oscar/satellites/view/sentinel_6b> ;
  skos:altLabel "Sentinel-6B"@en ;
  skos:prefLabel "Sentinel-6B"@en ;
  skos:definition "With global mean sea level rising because of climate change, Copernicus Sentinel-6 Michael Freilich is the next radar altimetry reference mission to extend the legacy of sea-surface height measurements, until at least 2030. Sentinel-6 is a collaborative Copernicus mission, implemented and co-funded by the European Commission, ESA, EUMETSAT and the USA, through NASA and the National Oceanic and Atmospheric Administration (NOAA)."@en ;
  a sosa:Platform, skos:Concept ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/Poseidon-4> .

