@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cfstdn: <https://vocab.met.no/CFSTDN/> .
@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:dvorak_tropical_number .

cfstdn:dvorak_tropical_number
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:note "Mapping to be determined"@en ;
  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/REEO20PV/> ;
  skos:prefLabel "dvorak_tropical_number"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "The Advanced Dvorak Technique (ADT) is used to derive a set of Dvorak Tropical numbers using an objective pattern recognition algorithm to determine the intensity of a tropical cyclone by matching observed brightness temperature patterns, maximum sustained winds and minimum sea level pressure to a set of pre-defined tropical cyclone structures. Dvorak Tropical numbers range from 1.0 to 8.0, increasing with storm intensity. Reference: Olander, T. L., & Velden, C. S., The Advanced Dvorak Technique: Continued Development of an Objective Scheme to Estimate Tropical Cyclone Intensity Using Geostationary Infrared Satellite Imagery (2007). American Meteorological Society Weather and Forecasting, 22, 287-298."@en ;
  a skos:Concept .

