@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/SNPP> .

sosa:hosts rdfs:label "has instrument"@en .
<https://vocab.met.no/mmd/Platform/SNPP>
  skos:altLabel "Suomi National Polar-orbiting Partnership"@en ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/85a52725-e6a1-430a-8506-c08c59ef31c7> ;
  rdfs:seeAlso <https://www.wmo-sat.info/oscar/satellites/view/snpp> ;
  a sosa:Platform, skos:Concept ;
  skos:prefLabel "SNPP"@en ;
  dc:source <https://www.nasa.gov/mission_pages/NPP/main/index.html> ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/VIIRS> ;
  skos:narrower <https://vocab.met.no/mmd/Instrument/VIIRS> ;
  skos:definition "Suomi National Polar-orbiting Partnership, formerly known as the NPOESS Preparatory Project, will serve as a bridge between the EOS satellites and the forthcoming series of Joint Polar Satellite System (JPSS) satellites. Suomi NPP represents a critical first step in building this next-generation satellite system. The JPSS satellites, previously called the National Polar-orbiting Operational Environmental Satellite System (NPOESS), will be developed by NASA for the National Oceanic and Atmospheric Administration (NOAA). Suomi NPP will carry five science instruments and test key technologies for the JPSS missions. Suomi NPP is the first satellite mission to address the challenge of acquiring a wide range of land, ocean, and atmospheric measurements for Earth system science while simultaneously preparing to address operational requirements for weather forecasting."@en .

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

