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

sosa:isHostedBy rdfs:label "in platform"@en .
mmd:Instrument
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Instrument"@en ;
  skos:member <https://vocab.met.no/mmd/Instrument/MERSI-2> .

<https://vocab.met.no/mmd/Instrument/MERSI-2>
  dc:source <https://directory.eoportal.org/web/eoportal/satellite-missions/f/fy-3> ;
  skos:broader <https://vocab.met.no/mmd/Platform/FY-3D> ;
  rdfs:seeAlso <https://www.wmo-sat.info/oscar/instruments/view/mersi_2> ;
  skos:altLabel "Medium Resolution Spectral Imager -2"@en ;
  skos:prefLabel "MERSI-2"@en ;
  skos:definition "MERSI-2 is a 25-channel VIS/IR spectroradiometer (replacing and merging MERSI-1 on FY-3A/3B and VIRR on FY-3A//3B/3C ). Scanning technique: Cross-track: 2048 detectors for channels at 1000 m resolution, or 8192 detectors for channels at 250 m resolution, swath 2900 km; Along-track: ten 10 km lines every 1.5 s. Resolution: 250 m or 1.0 km at s.s.p. (sub-satellite point). Coverage/Cycle: Global coverage once/day (VIS/NIR/SWIR channels), twice/day (MWIR/TIR). "@en ;
  a sosa:Sensor, skos:Concept ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/FY-3D> .

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

