@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 mmd: <https://vocab.met.no/mmd/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://vocab.met.no/mmd/Instrument_Modes/SM>
  skos:narrower <https://vocab.met.no/mmd/Polarisation_Modes/VV+VH>, <https://vocab.met.no/mmd/Polarisation_Modes/HH+HV>, <https://vocab.met.no/mmd/Polarisation_Modes/VV>, <https://vocab.met.no/mmd/Polarisation_Modes/HH> ;
  skos:broader <https://vocab.met.no/mmd/Instrument/SAR-C> ;
  rdfs:seeAlso <https://sentinels.copernicus.eu/web/sentinel/user-guides/sentinel-1-sar/acquisition-modes/stripmap> ;
  skos:prefLabel "SM"@en ;
  skos:definition "StripMap. Relates to Sentinel-1"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Instrument/SAR-C>
  skos:prefLabel "SAR-C"@en ;
  a sosa:Sensor, skos:Concept ;
  skos:narrower <https://vocab.met.no/mmd/Instrument_Modes/SM> .

mmd:Instrument_Modes
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Instrument Modes"@en ;
  skos:member <https://vocab.met.no/mmd/Instrument_Modes/SM> .

<https://vocab.met.no/mmd/Polarisation_Modes/HH>
  skos:prefLabel "HH"@en ;
  a skos:Concept ;
  skos:broader <https://vocab.met.no/mmd/Instrument_Modes/SM> .

<https://vocab.met.no/mmd/Polarisation_Modes/HH+HV>
  skos:prefLabel "HH+HV"@en ;
  a skos:Concept ;
  skos:broader <https://vocab.met.no/mmd/Instrument_Modes/SM> .

<https://vocab.met.no/mmd/Polarisation_Modes/VV>
  skos:prefLabel "VV"@en ;
  a skos:Concept ;
  skos:broader <https://vocab.met.no/mmd/Instrument_Modes/SM> .

<https://vocab.met.no/mmd/Polarisation_Modes/VV+VH>
  skos:prefLabel "VV+VH"@en ;
  a skos:Concept ;
  skos:broader <https://vocab.met.no/mmd/Instrument_Modes/SM> .

