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

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

cfstdn:sea_water_ph_reported_on_total_scale
  skos:broadMatch gcmdsk:4433600b-f323-458a-b295-352f939aab6b, gcmdsk:14625f2a-4186-4377-a0d9-88998bb6b775 ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CF14N56/> ;
  skos:prefLabel "sea_water_ph_reported_on_total_scale"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "'sea_water_pH_reported_on_total_scale' is the measure of acidity of seawater, defined as the negative logarithm of the concentration of dissolved hydrogen ions plus bisulfate ions in a sea water medium; it can be measured or calculated; when measured the scale is defined according to a series of buffers prepared in artificial seawater containing bisulfate. The quantity may be written as pH(total) = -log([H+](free) + [HSO4-])."@en ;
  a skos:Concept .

