@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix mmd: <https://vocab.met.no/mmd/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

sosa:isHostedBy rdfs:label "in platform"@en .
<https://vocab.met.no/mmd/Platform/NOAA-20>
  skos:prefLabel "NOAA-20"@en ;
  a sosa:Platform, skos:Concept ;
  skos:narrower <https://vocab.met.no/mmd/Instrument/VIIRS> ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/VIIRS> .

<https://vocab.met.no/mmd/Platform/SNPP>
  skos:prefLabel "SNPP"@en ;
  a sosa:Platform, skos:Concept ;
  skos:narrower <https://vocab.met.no/mmd/Instrument/VIIRS> ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/VIIRS> .

<https://vocab.met.no/mmd/Instrument/VIIRS>
  skos:definition "The Visible Infrared Imaging Radiometer Suite (VIIRS) instrument collects visible and infrared imagery and global observations of land, atmosphere, cryosphere and oceans. VIIRS features daily multi-band imaging capabilities to support the acquisition of high-resolution atmospheric imagery and other instrument products, including visible and infrared imaging of hurricanes and detection of fires, smoke and atmospheric aerosols. "@en ;
  rdfs:seeAlso <https://www.wmo-sat.info/oscar/instruments/view/viirs> ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/NOAA-20>, <https://vocab.met.no/mmd/Platform/NOAA-21>, <https://vocab.met.no/mmd/Platform/SNPP> ;
  skos:prefLabel "VIIRS"@en ;
  skos:broader <https://vocab.met.no/mmd/Platform/NOAA-21>, <https://vocab.met.no/mmd/Platform/NOAA-20>, <https://vocab.met.no/mmd/Platform/SNPP> ;
  a sosa:Sensor, skos:Concept ;
  dc:source <https://www.jpss.noaa.gov/viirs.html> ;
  skos:altLabel "Visible/Infrared Imager Radiometer Suite"@en ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/dd7c719e-5767-4ceb-b83a-66c1401dab4a> .

mmd:Instrument
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Instrument"@en ;
  skos:member <https://vocab.met.no/mmd/Instrument/VIIRS> .

<https://vocab.met.no/mmd/Platform/NOAA-21>
  skos:prefLabel "NOAA-21"@en ;
  a sosa:Platform, skos:Concept ;
  skos:narrower <https://vocab.met.no/mmd/Instrument/VIIRS> ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/VIIRS> .

