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

<https://vocab.met.no/mmd/Platform/Sentinel-2A>
  rdfs:seeAlso <https://www.wmo-sat.info/oscar/satellites/view/sentinel_2a>, <https://earth.esa.int/web/guest/missions/esa-operational-eo-missions/sentinel-2> ;
  a skos:Concept, sosa:Platform ;
  skos:definition "Sentinel-2 is a multispectral operational imaging mission within the GMES (Global Monitoring for Environment and Security) program, jointly implemented by the EC (European Commission) and ESA (European Space Agency) for global land observation (data on vegetation, soil and water cover for land, inland waterways and coastal areas, and also provide atmospheric absorption and distortion data corrections) at high resolution with high revisit capability to provide enhanced continuity of data so far provided by SPOT-5 and Landsat-7"@en ;
  skos:prefLabel "Sentinel-2A"@en ;
  skos:narrower <https://vocab.met.no/mmd/Instrument/MSI> ;
  dc:source <https://directory.eoportal.org/web/eoportal/satellite-missions/c-missions/copernicus-sentinel-2> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/6f1c359b-b1a6-47c1-979e-0689e637fbdc> ;
  skos:altLabel "Sentinel-2A"@en ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/MSI> .

sosa:hosts rdfs:label "has instrument"@en .
<https://vocab.met.no/mmd/Instrument/MSI>
  skos:prefLabel "MSI"@en ;
  a sosa:Sensor, skos:Concept ;
  skos:broader <https://vocab.met.no/mmd/Platform/Sentinel-2A> ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/Sentinel-2A> .

