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

cfstdn:sea_water_potential_temperature
  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:e02b0b50-a0f2-4c47-841b-9689fdb99121 ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0329/> ;
  skos:prefLabel "sea_water_potential_temperature"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "Sea water potential temperature is the temperature a parcel of sea water would have if moved adiabatically to sea level pressure."@en ;
  a skos:Concept .

