@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mmd: <https://vocab.met.no/mmd/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://vocab.met.no/mmd/Product_Types/OCN>
  skos:altLabel "Ocean"@en ;
  skos:prefLabel "OCN"@en ;
  skos:definition "Ocean (OCN) products for wind, wave and currents applications derived from the SAR data."@en ;
  a skos:Concept .

mmd:Product_Types
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Product Types"@en ;
  skos:member <https://vocab.met.no/mmd/Product_Types/OCN> .

