@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 owl: <http://www.w3.org/2002/07/owl#> .

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

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

cfstdn:ambient_aerosol_particle_diameter
  skos:note "deprecated"@en ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  owl:deprecated true ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:prefLabel "ambient_aerosol_particle_diameter"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "\"Aerosol\" means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. \"Ambient_aerosol\" means that the aerosol is measured or modelled at the ambient state of pressure, temperature and relative humidity that exists in its immediate environment. \"Ambient aerosol particles\" are aerosol particles that have taken up ambient water through hygroscopic growth. The extent of hygroscopic growth depends on the relative humidity and the composition of the particles. To specify the relative humidity and temperature at which the quantity described by the standard name applies, provide scalar coordinate variables with standard names of \"relative_humidity\" and \"air_temperature\"."@en ;
  owl:sameAs cfstdn:diameter_of_ambient_aerosol_particles ;
  a skos:Concept ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/ZI76OI29/> ;
  dc:isReplacedBy cfstdn:diameter_of_ambient_aerosol_particles .

