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

cfstdn:dissipation_in_atmosphere_boundary_layer
  dc:isReplacedBy cfstdn:kinetic_energy_dissipation_in_atmosphere_boundary_layer ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  owl:sameAs cfstdn:kinetic_energy_dissipation_in_atmosphere_boundary_layer ;
  skos:definition "" ;
  skos:prefLabel "dissipation_in_atmosphere_boundary_layer"@en ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0728/> ;
  a skos:Concept ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  owl:deprecated true ;
  skos:note "deprecated"@en .

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

cfstdn:kinetic_energy_dissipation_in_atmosphere_boundary_layer
  skos:prefLabel "kinetic_energy_dissipation_in_atmosphere_boundary_layer"@en ;
  a skos:Concept .

