@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/Metop-C> .

<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-C> ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/Metop-C> .

sosa:hosts rdfs:label "has instrument"@en .
<https://vocab.met.no/mmd/Platform/Metop-C>
  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-C joined MetOp series in orbit in November 2018."@en ;
  dc:source <https://www.esa.int/Applications/Observing_the_Earth/Meteorological_missions/MetOp/About_the_satellite> ;
  rdfs:seeAlso <https://www.wmo-sat.info/oscar/satellites/view/metop-c> ;
  skos:altLabel "Meteorological operational satellite - C"@en ;
  a sosa:Platform, skos:Concept ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/6120cea0-c943-4c7c-bddd-8d8648d58022> ;
  skos:prefLabel "Metop-C"@en ;
  skos:narrower <https://vocab.met.no/mmd/Instrument/AVHRR_3> ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/AVHRR_3> .

