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

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

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

cfstdn:number_concentration_of_ambient_aerosol_in_air
  dc:isReplacedBy cfstdn:number_concentration_of_ambient_aerosol_particles_in_air ;
  skos:prefLabel "number_concentration_of_ambient_aerosol_in_air"@en ;
  skos:note "deprecated"@en ;
  skos:definition "\"Number concentration\" means the number of particles or other specified objects per unit volume. \"Aerosol\" means the suspended liquid or solid particles in air (except cloud droplets).  \"Ambient aerosol\" is aerosol that has taken up ambient water through hygroscopic growth. The extent of hygroscopic growth depends on the relative humidity and the composition of the aerosol."@en ;
  a skos:Concept ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFV16A26/> ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  owl:deprecated true ;
  owl:sameAs cfstdn:number_concentration_of_ambient_aerosol_particles_in_air .

