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

cfstdn:effective_radius_of_convective_cloud_snow_particles
  dc:replaces <https://vocab.met.no/CFSDTN/effective_radius_of_convective_cloud_snow_particle> ;
  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/9M3C9WFF/> ;
  skos:prefLabel "effective_radius_of_convective_cloud_snow_particles"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "The effective radius of a size distribution of particles, such as aerosols, cloud droplets or ice crystals, is the area weighted mean radius of particle size. It is calculated as the ratio of the third to the second moment of the particle size distribution. Convective cloud is that produced by the convection schemes in an atmosphere model."@en ;
  a skos:Concept .

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

