@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 dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

mmd:Platform
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Platform"@en ;
  skos:member <https://vocab.met.no/mmd/Platform/Metop-B> .

<https://vocab.met.no/mmd/Platform/Metop-B>
  skos:altLabel "Meteorological operational satellite - B"@en ;
  skos:narrower <https://vocab.met.no/mmd/Instrument/AVHRR_3> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/c9f84df0-e807-46e3-8fce-c33e9201fbc2> ;
  a sosa:Platform, skos:Concept ;
  dc:source <https://www.esa.int/Applications/Observing_the_Earth/Meteorological_missions/MetOp/About_the_satellite> ;
  skos:definition "The MetOp series, developed by a consortium of European companies led by the main contractor EADS-Astrium, France, builds on the heritage gained from a successful series of European satellites, including the French space agency’s (CNES) SPOT and ESA’s ERS and Envisat. The satellite consists and two modules: the Payload Module (PLM) and the Service Module (SVM), and a large solar array. The PLM accommodates the whole suite of instruments and associated support equipment. MetOp-B was launched on 17 September 2012. "@en ;
  skos:prefLabel "Metop-B"@en ;
  rdfs:seeAlso <https://www.wmo-sat.info/oscar/satellites/view/metop-b> ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/AVHRR_3> .

<https://vocab.met.no/mmd/Instrument/AVHRR_3>
  skos:prefLabel "AVHRR/3"@en ;
  a sosa:Sensor, skos:Concept ;
  skos:broader <https://vocab.met.no/mmd/Platform/Metop-B> ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/Metop-B> .

sosa:hosts rdfs:label "has instrument"@en .
