@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:brightness_temperature .

cfstdn:brightness_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:73629546-592e-41ed-bfde-feb4c94415fb ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0736/> ;
  skos:prefLabel "brightness_temperature"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "The brightness temperature of a body is the temperature of a black body which radiates the same power per unit solid angle per unit area."@en ;
  a skos:Concept .

