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

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

<https://vocab.met.no/mmd/Platform/FY-3E>
  dc:source <https://directory.eoportal.org/web/eoportal/satellite-missions/f/fy-3> ;
  rdfs:seeAlso <https://www.wmo-sat.info/oscar/satellites/view/fy_3e> ;
  skos:altLabel "Feng-Yun 3E"@en ;
  skos:prefLabel "FY-3E"@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 .

