@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/GCOM-W1> .

sosa:hosts rdfs:label "has instrument"@en .
<https://vocab.met.no/mmd/Platform/GCOM-W1>
  dc:source <https://global.jaxa.jp/projects/sat/gcom_w/> ;
  skos:narrower <https://vocab.met.no/mmd/Instrument/AMSR2> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/8781da14-5ced-4d64-81cd-8daa10a1c30d> ;
  skos:altLabel "Global Change Observation Mission 1st-Water"@en ;
  a skos:Concept, sosa:Platform ;
  skos:prefLabel "GCOM-W1"@en ;
  skos:definition "The Global Change Observation Mission (GCOM) aims to construct, use, and verify systems that enable continuous global-scale observations (for 10 to 15 years) of effective geophysical parameters for elucidating global climate change and water circulation mechanisms. The GCOM mission is a two series of satellites, GCOM-W for observing water circulation changes and GCOM-C for climate changes. The GCOM-W with a microwave radiometer onboard will observe precipitation, vapor amounts, wind velocity above the ocean, sea water temperature, water levels on land areas, and snow depths."@en ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/AMSR2> ;
  rdfs:seeAlso <https://www.wmo-sat.info/oscar/satellites/view/gcom_w> .

<https://vocab.met.no/mmd/Instrument/AMSR2>
  skos:prefLabel "AMSR2"@en ;
  a sosa:Sensor, skos:Concept ;
  skos:broader <https://vocab.met.no/mmd/Platform/GCOM-W1> ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/GCOM-W1> .

