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

cfstdn:westward_westward_derivative_of_geopotential
  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/JPJT0K3C/> ;
  skos:prefLabel "westward_westward_derivative_of_geopotential"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "A quantity with standard name Xward_Yward_derivative_of_geopotential is a second spatial derivative of geopotential, P, in the direction specified by X and Y, i.e., d2P/dXdY. Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. \"Westward\" indicates a vector component which is positive when directed westward (negative eastward). \"component_derivative_of_X\" means derivative of X with respect to distance in the component direction, which may be \"northward\", \"southward\", \"eastward\", \"westward\", \"x\" or \"y\". The last two indicate derivatives along the axes of the grid, in the case where they are not true longitude and latitude."@en ;
  a skos:Concept .

