@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/NOAA-19> .

<https://vocab.met.no/mmd/Instrument/AVHRR_3>
  skos:prefLabel "AVHRR/3"@en ;
  a sosa:Sensor, skos:Concept ;
  skos:broader <https://vocab.met.no/mmd/Platform/NOAA-19> ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/NOAA-19> .

sosa:hosts rdfs:label "has instrument"@en .
<https://vocab.met.no/mmd/Platform/NOAA-19>
  a sosa:Platform, skos:Concept ;
  skos:prefLabel "NOAA-19"@en ;
  rdfs:seeAlso <https://www.wmo-sat.info/oscar/satellites/view/noaa_19> ;
  skos:narrower <https://vocab.met.no/mmd/Instrument/AVHRR_3> ;
  dc:source <https://nssdc.gsfc.nasa.gov/nmc/spacecraft/display.action?id=2009-005A> ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/AVHRR_3> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/b7461b99-2b6f-460a-ae7f-6bb37515684d> ;
  skos:definition "NOAA 19, or NOAA-N Prime, was launched 06 February 2009 at 10:22 UT aboard a Delta 2 rocket from Vandenberg. The 1440 kg satellite was built by Lockheed Martin Space Systems Company. The NOAA polar operational environmental satellites collect global data on: cloud cover; surface conditions such as ice, snow, and vegetation; atmospheric temperatures; and, moisture, aerosol, and ozone distributions. They also collect and relay information from fixed and moving data platforms"@en ;
  skos:altLabel "National Oceanic and Atmospheric Administration - 19"@en .

