@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-15> .

<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-15> ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/NOAA-15> .

sosa:hosts rdfs:label "has instrument"@en .
<https://vocab.met.no/mmd/Platform/NOAA-15>
  dc:source <https://nssdc.gsfc.nasa.gov/nmc/spacecraft/display.action?id=1998-030A> ;
  skos:prefLabel "NOAA-15"@en ;
  skos:narrower <https://vocab.met.no/mmd/Instrument/AVHRR_3> ;
  rdfs:seeAlso <https://space.oscar.wmo.int/satellites/view/noaa_15> ;
  a skos:Concept, sosa:Platform ;
  skos:altLabel "National Oceanic and Atmospheric Administration - 15"@en ;
  skos:definition "NOAA 15, also known as NOAA-K before launch, was an operational, polar orbiting, meteorological satellite operated by the National Oceanic and Atmospheric Administration (NOAA). It was the latest in the Advanced TIROS-N (ATN) series and the design was based on the Defense Meteorological Satellite Program (DMSP). Launched by the Titan II rocket from Vandenberg AFB, NOAA-K replaced the decommissioned NOAA 12 in an afternoon equator-crossing orbit. It provided support to environmental monitoring by complementing the NOAA/NESS geostationary meteorological satellite program (GOES)."@en ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/AVHRR_3> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/7441d55f-26c8-4f7f-ad75-1402c6a6e470> .

