@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-A> .

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

<https://vocab.met.no/mmd/Platform/Metop-A>
  skos:prefLabel "Metop-A"@en ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/AVHRR_3> ;
  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-A was launched in October 2006 from the Baikonur Cosmodrome in Kazakhstan on a Soyuz/ST Fregat operated by Starsem."@en ;
  skos:narrower <https://vocab.met.no/mmd/Instrument/AVHRR_3> ;
  rdfs:seeAlso <https://www.wmo-sat.info/oscar/satellites/view/metop-a> ;
  skos:altLabel "Meteorological operational satellite - A"@en ;
  a sosa:Platform, skos:Concept ;
  dc:source <https://www.esa.int/Applications/Observing_the_Earth/Meteorological_missions/MetOp/About_the_satellite> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/8143808e-1005-4fed-a469-c2bd5f1521bf> .

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