@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cfstdn: <https://vocab.met.no/CFSTDN/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix gcmdsk: <https://vocab.met.no/GCMDSK/> .

<https://vocab.met.no/CFSTDN>
  skos:prefLabel "Climate and Forecast Standard Names"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept cfstdn:sea_water_pressure .

cfstdn:sea_water_pressure
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:closeMatch gcmdsk:84784fef-5b76-45a0-91e0-28788e09fea6 ;
  skos:exactMatch gcmdsk:dd025312-0d27-44e0-ae05-7cfcc1aa17f0, <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0330/> ;
  skos:prefLabel "sea_water_pressure"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "\"Sea water pressure\" is the pressure that exists in the medium of sea water. It includes the pressure due to overlying sea water, sea ice, air and any other medium that may be present. For sea water pressure excluding the pressure due to overlying media other than sea water, the standard name sea_water_pressure_due_to_sea_water should be used."@en ;
  a skos:Concept .

