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

mmd:Platform
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Platform"@en ;
  skos:member <https://vocab.met.no/mmd/Platform/Sentinel-1D> .

<https://vocab.met.no/mmd/Instrument/SAR-C>
  skos:prefLabel "SAR-C"@en ;
  a sosa:Sensor, skos:Concept ;
  skos:broader <https://vocab.met.no/mmd/Platform/Sentinel-1D> ;
  sosa:isHostedBy <https://vocab.met.no/mmd/Platform/Sentinel-1D> .

<https://vocab.met.no/mmd/Platform/Sentinel-1D>
  skos:narrower <https://vocab.met.no/mmd/Instrument/SAR-C> ;
  rdfs:seeAlso <https://www.wmo-sat.info/oscar/satellites/view/sentinel_1d> ;
  skos:altLabel "Sentinel-1D"@en ;
  skos:prefLabel "Sentinel-1D"@en ;
  skos:definition "Sentinel-1D is the forthcoming satellite in the European Space Agency's Copernicus Sentinel-1 mission, intended to maintain the continuity of C-band Synthetic Aperture Radar (SAR) data for land and ocean monitoring. Scheduled for launch in 2025, Sentinel-1D will replace Sentinel-1A, ensuring the mission's ongoing capability to deliver high-resolution, all-weather, day-and-night imagery of Earth's surface."@en ;
  a sosa:Platform, skos:Concept ;
  sosa:hosts <https://vocab.met.no/mmd/Instrument/SAR-C> .

sosa:hosts rdfs:label "has instrument"@en .
