@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/FY-3D> .

<https://vocab.met.no/mmd/Instrument/MERSI-2>
  skos:prefLabel "MERSI-2"@en ;
  a sosa:Sensor, skos:Concept ;
  skos:broader <https://vocab.met.no/mmd/Platform/FY-3D> ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/FY-3D> .

sosa:hosts rdfs:label "has instrument"@en .
<https://vocab.met.no/mmd/Platform/FY-3D>
  dc:source <https://directory.eoportal.org/web/eoportal/satellite-missions/f/fy-3> ;
  skos:narrower <https://vocab.met.no/mmd/Instrument/MERSI-2> ;
  rdfs:seeAlso <https://www.wmo-sat.info/oscar/satellites/view/fy_3d> ;
  skos:altLabel "Feng-Yun 3D"@en ;
  skos:prefLabel "FY-3D"@en ;
  skos:definition "The FY-3 series of CMA/NSMC (China Meteorological Administration/National Satellite Meteorological Center) represents the second generation of Chinese polar-orbiting meteorological satellites (follow-on of FY-1 series). The FY-3 series represents a cooperative program between CMA and CNSA (China National Space Administration); it was initially approved in 1998 and entered full-scale development in 1999. Key aspects of the FY-3 satellite series include collecting atmospheric data for intermediate- and long-term weather forecasting and global climate research."@en ;
  a sosa:Platform, skos:Concept ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/MERSI-2> .

