From 0adeee28dd55a7cc2ff94f7ebb4a0a402406a3c9 Mon Sep 17 00:00:00 2001 From: maschu09 Date: Tue, 14 Jun 2016 15:43:03 +0200 Subject: [PATCH 01/16] Create defchem.ttl --- ttl/defchem.ttl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ttl/defchem.ttl diff --git a/ttl/defchem.ttl b/ttl/defchem.ttl new file mode 100644 index 0000000..dbe1ee6 --- /dev/null +++ b/ttl/defchem.ttl @@ -0,0 +1,17 @@ +@prefix dct: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix owl: . +@prefix defchem: + + +defchem:chemical-species + a owl:objectProperty ; + rdfs:label "chemical species" ; + . + +defchem:medium + a owl:objectProperty ; + rdfs:label "medium" ; + . From 48177d3779ca6700a6dd4adda00e63ade0605065 Mon Sep 17 00:00:00 2001 From: maschu09 Date: Tue, 14 Jun 2016 15:54:49 +0200 Subject: [PATCH 02/16] Update defchem.ttl changed base url to wmo.codes.int --- ttl/defchem.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttl/defchem.ttl b/ttl/defchem.ttl index dbe1ee6..e79f7d1 100644 --- a/ttl/defchem.ttl +++ b/ttl/defchem.ttl @@ -3,7 +3,7 @@ @prefix rdfs: . @prefix skos: . @prefix owl: . -@prefix defchem: +@prefix defchem: defchem:chemical-species From 137d115358df56ff0328eeda7e369e86540c00e1 Mon Sep 17 00:00:00 2001 From: marqh Date: Tue, 14 Jun 2016 14:02:26 +0000 Subject: [PATCH 03/16] Update defchem.ttl --- ttl/defchem.ttl | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/ttl/defchem.ttl b/ttl/defchem.ttl index e79f7d1..91909e5 100644 --- a/ttl/defchem.ttl +++ b/ttl/defchem.ttl @@ -3,15 +3,25 @@ @prefix rdfs: . @prefix skos: . @prefix owl: . -@prefix defchem: -defchem:chemical-species + + a reg:Register , ldp:Container , owl:Ontology ; + rdfs:label "Chemical Species Definition Vocabulary."@en ; + rdfs:member , ; + dct:description "Ontology providing the vocaulary to define chemical species for use in WMO registers."@en ; + dct:publisher ; + reg:manager ; + reg:owner ; + ldp:membershipPredicate rdfs:member . + + + a owl:objectProperty ; rdfs:label "chemical species" ; . -defchem:medium + a owl:objectProperty ; rdfs:label "medium" ; . From a0e70b16d6170dc9d807e0a2bc0a2543a5c11aa4 Mon Sep 17 00:00:00 2001 From: marqh Date: Tue, 14 Jun 2016 14:04:25 +0000 Subject: [PATCH 04/16] Update defchem.ttl --- ttl/defchem.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttl/defchem.ttl b/ttl/defchem.ttl index 91909e5..513bd6b 100644 --- a/ttl/defchem.ttl +++ b/ttl/defchem.ttl @@ -8,7 +8,7 @@ a reg:Register , ldp:Container , owl:Ontology ; rdfs:label "Chemical Species Definition Vocabulary."@en ; - rdfs:member , ; + rdfs:member , ; dct:description "Ontology providing the vocaulary to define chemical species for use in WMO registers."@en ; dct:publisher ; reg:manager ; From f7da72005f50a7e568846a2d9ea0676b129ebd48 Mon Sep 17 00:00:00 2001 From: maschu09 Date: Tue, 14 Jun 2016 16:11:16 +0200 Subject: [PATCH 05/16] Update defchem.ttl added prefix ldp --- ttl/defchem.ttl | 1 + 1 file changed, 1 insertion(+) diff --git a/ttl/defchem.ttl b/ttl/defchem.ttl index 513bd6b..eae8445 100644 --- a/ttl/defchem.ttl +++ b/ttl/defchem.ttl @@ -3,6 +3,7 @@ @prefix rdfs: . @prefix skos: . @prefix owl: . +@prefix ldp: . From f2c88a8b10748446ea32033365f2ec2ef8a03d44 Mon Sep 17 00:00:00 2001 From: maschu09 Date: Tue, 14 Jun 2016 16:12:50 +0200 Subject: [PATCH 06/16] Update defchem.ttl added prefix reg --- ttl/defchem.ttl | 1 + 1 file changed, 1 insertion(+) diff --git a/ttl/defchem.ttl b/ttl/defchem.ttl index eae8445..b7dff7a 100644 --- a/ttl/defchem.ttl +++ b/ttl/defchem.ttl @@ -4,6 +4,7 @@ @prefix skos: . @prefix owl: . @prefix ldp: . +@prefix reg: . From 35903587d83239e35a42a805e0b291098bde76d1 Mon Sep 17 00:00:00 2001 From: maschu09 Date: Tue, 14 Jun 2016 16:20:38 +0200 Subject: [PATCH 07/16] Update defchem.ttl corrected a typo --- ttl/defchem.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttl/defchem.ttl b/ttl/defchem.ttl index b7dff7a..895da58 100644 --- a/ttl/defchem.ttl +++ b/ttl/defchem.ttl @@ -11,7 +11,7 @@ a reg:Register , ldp:Container , owl:Ontology ; rdfs:label "Chemical Species Definition Vocabulary."@en ; rdfs:member , ; - dct:description "Ontology providing the vocaulary to define chemical species for use in WMO registers."@en ; + dct:description "Ontology providing the vocabulary to define chemical species for use in WMO registers."@en ; dct:publisher ; reg:manager ; reg:owner ; From 8a20138ae1a066204134a960500c73d5f2237e45 Mon Sep 17 00:00:00 2001 From: maschu09 Date: Tue, 14 Jun 2016 16:26:44 +0200 Subject: [PATCH 08/16] Create medium.ttl --- ttl/medium.ttl | 159 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 ttl/medium.ttl diff --git a/ttl/medium.ttl b/ttl/medium.ttl new file mode 100644 index 0000000..06d4e94 --- /dev/null +++ b/ttl/medium.ttl @@ -0,0 +1,159 @@ +@prefix dct: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix medium: . + + + a skos:Collection ; + rdfs:label "medium"@en ; + dct:description "The medium in which compounds are measured"@en ; + skos:member , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:prefLabel "medium"@en. + + + a skos:Concept ; + rdfs:label "air and aerosol"@en ; + dct:description "the medium that constitutes the Earth's atmosphere with all its components, in particular also including aerosol and water vapour."@en ; + skos:prefLabel "air and aerosol"@en ; + skos:broader ; + skos:notation "air-and-aerosol" . + + + a skos:Concept ; + rdfs:label "air"@en ; + dct:description "the gas that constitutes the Earth's atmosphere with all its gaseous components, in particular also including the water vapour content"@en ; + skos:prefLabel "air"@en ; + skos:broader ; + skos:notation "air" . + + + a skos:Concept ; + rdfs:label "dry air"@en ; + dct:description "the gas that constitutes the Earth's atmosphere with all its gaseous components except for water vapour"@en ; + skos:prefLabel "dry air"@en ; + skos:broader ; + skos:notation "dry-air" . + + + a skos:Concept ; + rdfs:label "dry air at STP"@en ; + dct:description "the gas that constitutes the Earth's atmosphere with all its gaseous components except for water vapour. Air mass and density have been adjusted to standard pressure (101325 Pa) and temperature (273.15 K) conditions."@en ; + skos:prefLabel "dry air at stp"@en ; + skos:broader ; + skos:notation "dry-air-at-stp" . + + + a skos:Concept ; + rdfs:label "aerosol"@en ; + dct:description "particulate matter suspended in air, often containing liquid or frozen water. The size range (diameter) of aerosol is usually limited to the range 1 nm to 10 µm."@en ; + skos:prefLabel "aerosol"@en ; + skos:broader ; + skos:notation "aerosol" . + + + a skos:Concept ; + rdfs:label "aerosol in size range"@en ; + dct:description "particulate matter suspended in air, often containing liquid or frozen water. The size range (diameter) of aerosol is limited by the sampling method and must be specified separately."@en ; + skos:prefLabel "aerosol in size range"@en ; + skos:broader ; + skos:notation "aerosol-in-size-range" . + + + a skos:Concept ; + rdfs:label "dry aerosol"@en ; + dct:description "particulate matter suspended in air with all water removed. The size range (diameter) of aerosol is usually limited to the range 1 nm to 10 µm."@en ; + skos:prefLabel "dry aerosol"@en ; + skos:broader ; + skos:notation "dry-aerosol" . + + + a skos:Concept ; + rdfs:label "dry aerosol in size range"@en ; + dct:description "particulate matter suspended in air with all water removed. The size range (diameter) of aerosol is limited by the sampling method and must be specified separately."@en ; + skos:prefLabel "dry aerosol in size range"@en ; + skos:broader ; + skos:notation "dry-aerosol-in-size-range" . + + + a skos:Concept ; + rdfs:label "PM1"@en ; + dct:description "dry particulate matter suspended in air with a size range from a few nanometers to 1 µm"@en ; + skos:prefLabel "pm1"@en ; + skos:broader ; + skos:notation "pm1" . + + + a skos:Concept ; + rdfs:label "PM2.5"@en ; + dct:description "dry particulate matter suspended in air with a size range from a few nanometers to 2.5 µm"@en ; + skos:prefLabel "pm2.5"@en ; + skos:broader ; + skos:notation "pm2.5" . + + + a skos:Concept ; + rdfs:label "PM10"@en ; + dct:description "dry particulate matter suspended in air with a size range from a few nanometers to 10 µm"@en ; + skos:prefLabel "pm10"@en ; + skos:broader ; + skos:notation "pm10" . + + + a skos:Concept ; + rdfs:label "water"@en ; + dct:description "liquid water"@en ; + skos:prefLabel "water"@en ; + skos:broader ; + skos:notation "water" . + + + a skos:Concept ; + rdfs:label "sea water"@en ; + dct:description "liquid or frozen water in the Earth's oceans."@en ; + skos:prefLabel "sea water"@en ; + skos:altLabel "ocean water"@en ; + skos:broader ; + skos:notation "sea-water" . + + + a skos:Concept ; + rdfs:label "lake water"@en ; + dct:description "liquid or frozen water in the Earth's freshwater lakes."@en ; + skos:prefLabel "lake water"@en ; + skos:broader ; + skos:notation "lake-water" . + + + a skos:Concept ; + rdfs:label "precipitation"@en ; + dct:description "liquid or frozen water in atmospheric precipitation."@en ; + skos:prefLabel "precipitation"@en ; + skos:altLabel "hydrometeor"@en ; + skos:broader ; + skos:notation "precipitation" . + + + a skos:Concept ; + rdfs:label "wet precipitation"@en ; + dct:description "liquid water in atmospheric precipitation."@en ; + skos:prefLabel "wet precipitation"@en ; + skos:altLabel "liquid hydrometeor"@en ; + skos:broader ; + skos:notation "wet-precipitation" . + From a3e70d86d461da0a74baacd4acceae72d87b42bb Mon Sep 17 00:00:00 2001 From: maschu09 Date: Wed, 15 Jun 2016 11:15:39 +0200 Subject: [PATCH 09/16] Create chemical_species.ttl --- ttl/chemical_species.ttl | 4121 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 4121 insertions(+) create mode 100644 ttl/chemical_species.ttl diff --git a/ttl/chemical_species.ttl b/ttl/chemical_species.ttl new file mode 100644 index 0000000..1521caf --- /dev/null +++ b/ttl/chemical_species.ttl @@ -0,0 +1,4121 @@ +@prefix dct: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix chemical-species: . + + + a skos:Collection ; + rdfs:label "chemical-species"@en ; + dct:description "Chemical substances that are present in the atmosphere"@en ; + skos:member , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:prefLabel "chemical-species"@en. + + + a skos:Concept ; + rdfs:label "gas phase species"@en ; + dct:description "gaseous species in the atmosphere (trace gases)"@en ; + skos:prefLabel "gas phase species"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "gas-phase-species" . + + + a skos:Concept ; + rdfs:label "particle phase species"@en ; + dct:description "species contained in the atmospheric aerosol particle phase"@en ; + skos:prefLabel "particle phase species"@en ; + skos:broader ; + skos:notation "particle-phase-species" . + + + a skos:Concept ; + rdfs:label "inorganic species"@en ; + dct:description "inorganic species in the atmosphere"@en ; + skos:prefLabel "inorganic species"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "inorganic-species" . + + + a skos:Concept ; + rdfs:label "organic species"@en ; + dct:description "organic gaseous or semivolatile species in the atmosphere"@en ; + skos:prefLabel "organic species"@en ; + skos:broader ; + skos:notation "organic-species" . + + + a skos:Concept ; + rdfs:label "isotopically substituted molecule"@en ; + dct:description "a molecule in which one or more atoms are substituted by their isotopical homologues"@en ; + skos:prefLabel "isotopes"@en ; + skos:altLabel "isotopically substituted molecule"@en ; + skos:broader ; + skos:notation "isotopically-substituted-molecule" . + + + a skos:Concept ; + rdfs:label "inorganic acid"@en ; + dct:description "inorganic species in the atmosphere with acidic properties"@en ; + skos:prefLabel "inorganic acid"@en ; + skos:broader ; + skos:notation "inorganic-acid" . + + + a skos:Concept ; + rdfs:label "organic acid"@en ; + dct:description "organic species in the atmosphere with acidic properties"@en ; + skos:prefLabel "organic acid"@en ; + skos:broader ; + skos:notation "organic-acid" . + + + a skos:Concept ; + rdfs:label "inorganic oxygen species"@en ; + dct:description "inorganic species in the atmosphere which consist only of oxygen atoms"@en ; + skos:prefLabel "oxygen species"@en ; + skos:altLabel "Ox"@en ; + skos:broader ; + skos:notation "inorganic-oxygen-species" . + + + a skos:Concept ; + rdfs:label "oxygen atom"@en ; + dct:description "atomic oxygen"@en ; + skos:prefLabel "oxygen atom"@en ; + skos:altLabel "atomic oxygen"@en ; + skos:broader ; + skos:notation "oxygen-atom" . + + + a skos:Concept ; + rdfs:label "oxygen atom 3p"@en ; + dct:description "atomic oxygen in triplett P state, i.e. in electronic ground state"@en ; + skos:prefLabel "O(3P)"@en ; + skos:altLabel "ground state atomic oxygen"@en ; + skos:altLabel "atomic oxygen 3p"@en ; + skos:altLabel "oxygen atom in ground state"@en ; + skos:altLabel "oxygen atom in triplett P state"@en ; + skos:broader ; + skos:notation "oxygen-atom-3p" . + + + a skos:Concept ; + rdfs:label "oxygen atom 1d"@en ; + dct:description "atomic oxygen in singlett D state, i.e. in electronically excited state"@en ; + skos:prefLabel "O(1D)"@en ; + skos:altLabel "excited state atomic oxygen"@en ; + skos:altLabel "atomic oxygen 1d"@en ; + skos:altLabel "atomic oxygen in excited state"@en ; + skos:altLabel "oxygen atom in singlett D state"@en ; + skos:broader ; + skos:notation "oxygen-atom-1d" . + + + a skos:Concept ; + rdfs:label "oxygen molecule"@en ; + dct:description "molecular oxygen, i.e. a molecule consisting of two oxygen atoms"@en ; + skos:prefLabel "O2"@en ; + skos:altLabel "oxygen molecule"@en ; + skos:altLabel "molecular oxygen"@en ; + skos:altLabel "O\u2082"@en ; + skos:hiddenLabel "oxigen molecule"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "oxygen-molecule" . + + + a skos:Concept ; + rdfs:label "ozone"@en ; + dct:description "ozone, i.e. a molecule consisting of three oxygen atoms. Chemical formula: O3"@en ; + skos:prefLabel "O3"@en ; + skos:altLabel "ozone"@en ; + skos:altLabel "O\u2083"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "ozone" . + + + a skos:Concept ; + rdfs:label "oxygen dimer"@en ; + dct:description "cluster of two oxygen molecules"@en ; + skos:prefLabel "O4"@en ; + skos:altLabel "oxygen dimer"@en ; + skos:altLabel "O\u2084"@en ; + skos:broader ; + skos:notation "oxygen-dimer" . + + + a skos:Concept ; + rdfs:label "inorganic hydrogen oxide species"@en ; + dct:description "inorganic species in the atmosphere which consist only of hydrogen and possibly oxygen atoms"@en ; + skos:prefLabel "hydrogen oxide species"@en ; + skos:altLabel "HOx"@en ; + skos:broader ; + skos:notation "inorganic-hydrogen-oxide-species" . + + + a skos:Concept ; + rdfs:label "hydrogen atom"@en ; + dct:description "atomic hydrogen"@en ; + skos:prefLabel "H"@en ; + skos:altLabel "hydrogen atom"@en ; + skos:altLabel "atomic hydrogen"@en ; + skos:broader ; + skos:notation "hydrogen-atom" . + + + a skos:Concept ; + rdfs:label "deuterium"@en ; + dct:description "atomic hydrogen with mass number 2"@en ; + skos:prefLabel "D"@en ; + skos:altLabel "deuterium"@en ; + skos:broader ; + skos:notation "deuterium" . + + + a skos:Concept ; + rdfs:label "tritium"@en ; + dct:description "atomic hydrogen with mass number 3"@en ; + skos:prefLabel "tritium"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch ; + skos:notation "tritium" . + + + a skos:Concept ; + rdfs:label "hydrogen molecule"@en ; + dct:description "molecular hydrogen, i.e. a molecule consisting of two hydrogen atoms"@en ; + skos:prefLabel "H2"@en ; + skos:altLabel "hydrogen molecule"@en ; + skos:altLabel "molecular hydrogen"@en ; + skos:altLabel "H\u2082"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "hydrogen-molecule" . + + + a skos:Concept ; + rdfs:label "water vapor"@en ; + dct:description "water vapor or gas-phase hydrogen dioxide, i.e. H2O"@en ; + skos:prefLabel "H2O"@en ; + skos:altLabel "water vapor"@en ; + skos:altLabel "gaseous water"@en ; + skos:altLabel "hydrogen dioxide"@en ; + skos:altLabel "H\u2082O"@en ; + skos:hiddenLabel "water vapour"@en ; + skos:broader ; + skos:notation "water-vapor" . + + + a skos:Concept ; + rdfs:label "normal water vapor"@en ; + dct:description "the default isotopic composition of water vapor, i.e. 1H-1H-16O"@en ; + skos:prefLabel "H2O"@en ; + skos:altLabel "normal water vapor"@en ; + skos:broader ; + skos:notation "normal-water-vapor" . + + + a skos:Concept ; + rdfs:label "deuteriated water vapor"@en ; + dct:description "water vapor in which one hydrogen atom is substituted with deuterium"@en ; + skos:prefLabel "HDO"@en ; + skos:altLabel "deuteriated water vapor"@en ; + skos:broader ; + skos:broader ; + skos:notation "deuteriated-water-vapor" . + + + a skos:Concept ; + rdfs:label "18-o water vapor"@en ; + dct:description "water vapor in which one oxygen atom is substituted with 18O"@en ; + skos:prefLabel "H2(18)O"@en ; + skos:altLabel "18-o water vapor"@en ; + skos:broader ; + skos:broader ; + skos:notation "18-o-water-vapor" . + + + a skos:Concept ; + rdfs:label "hydrogen peroxide"@en ; + dct:description "hydrogen peroxide, i.e. a molecule consisting of two hydrogen atoms and two oxygen atoms"@en ; + skos:prefLabel "H2O2"@en ; + skos:altLabel "hydrogen peroxide"@en ; + skos:altLabel "H\u2082O\u2082"@en ; + skos:broader ; + skos:notation "hydrogen-peroxide" . + + + a skos:Concept ; + rdfs:label "hydroxil radical"@en ; + dct:description "hydroxil radical, i.e. a molecule consisting of one hydrogen atom and one oxygen atom. This is the most important oxidant in the troposphere"@en ; + skos:prefLabel "OH"@en ; + skos:altLabel "hydroxil radical"@en ; + skos:altLabel "HO"@en ; + skos:hiddenLabel "hydroxyl radical"@en ; + skos:broader ; + skos:notation "hydroxil-radical" . + + + a skos:Concept ; + rdfs:label "hydroperoxy radical"@en ; + dct:description "hydroperoxy radical, i.e. a molecule consisting of one hydrogen atom and two oxygen atoms"@en ; + skos:prefLabel "HO2"@en ; + skos:altLabel "hydroperoxy radical"@en ; + skos:altLabel "HO\u2082"@en ; + skos:broader ; + skos:notation "hydroperoxy-radical" . + + + a skos:Concept ; + rdfs:label "inorganic nitrogen species"@en ; + dct:description "inorganic species in the atmosphere which consist only of nitrogen and possibly oxygen and hydrogen atoms"@en ; + skos:prefLabel "inorganic nitrogen species"@en ; + skos:altLabel "inorganic nitrogen"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "inorganic-nitrogen-species" . + + + a skos:Concept ; + rdfs:label "nitrogen atom"@en ; + dct:description "atomic nitrogen"@en ; + skos:prefLabel "N"@en ; + skos:altLabel "nitrogen atom"@en ; + skos:altLabel "atomic nitrogen"@en ; + skos:broader ; + skos:notation "nitrogen-atom" . + + + a skos:Concept ; + rdfs:label "nitrogen molecule"@en ; + dct:description "molecular nitrogen, i.e. a molecule consisting of two nitrogen atoms"@en ; + skos:prefLabel "N2"@en ; + skos:altLabel "nitrogen molecule"@en ; + skos:altLabel "molecular nitrogen"@en ; + skos:altLabel "N\u2082"@en ; + skos:broader ; + skos:notation "nitrogen-molecule" . + + + a skos:Concept ; + rdfs:label "dinitrogen oxide"@en ; + dct:description "dinitrogen oxide, i.e. a molecule consisting of two nitrogen atoms and one oxygen atom"@en ; + skos:prefLabel "N2O"@en ; + skos:altLabel "dinitrogen oxide"@en ; + skos:altLabel "N\u2082O"@en ; + skos:broader ; + skos:notation "dinitrogen-oxide" . + + + a skos:Concept ; + rdfs:label "nitrogen monoxide"@en ; + dct:description "nitrogen monoxide, i.e. a molecule consisting of one nitrogen atom, and one oxygen atom"@en ; + skos:prefLabel "NO"@en ; + skos:altLabel "nitrogen monoxide"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "nitrogen-monoxide" . + + + a skos:Concept ; + rdfs:label "nitrogen dioxide"@en ; + dct:description "nitrogen dioxide, i.e. a molecule consisting of one nitrogen atom, and two oxygen atoms"@en ; + skos:prefLabel "NO2"@en ; + skos:altLabel "nitrogen dioxide"@en ; + skos:altLabel "NO\u2082"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "nitrogen-dioxide" . + + + a skos:Concept ; + rdfs:label "nitrate"@en ; + dct:description "nitrate, i.e. a molecule consisting of one nitrogen atom, and three oxygen atoms"@en ; + skos:prefLabel "NO3"@en ; + skos:altLabel "nitrate"@en ; + skos:altLabel "NO\u2083"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "nitrate" . + + + a skos:Concept ; + rdfs:label "nitrate ion"@en ; + dct:description "nitrate ion, i.e. a molecule consisting of one nitrogen atom, and three oxygen atoms which is charged as -1"@en ; + skos:prefLabel "NO3-"@en ; + skos:altLabel "nitrate ion"@en ; + skos:altLabel "NO\u2083\u207B"@en ; + skos:broader ; + skos:notation "nitrate-ion" . + + + a skos:Concept ; + rdfs:label "dinitrogen pentoxide"@en ; + dct:description "dinitrogen pentoxide, i.e. a molecule consisting of one nitrogen atom, and two oxygen atoms"@en ; + skos:prefLabel "N2O5"@en ; + skos:altLabel "dinitrogen pentoxide"@en ; + skos:altLabel "N\u2082O\u2085"@en ; + skos:broader ; + skos:notation "dinitrogen-pentoxide" . + + + a skos:Concept ; + rdfs:label "nitrous acid"@en ; + dct:description "nitrous acid, i.e. a molecule consisting of one nitrogen atom, one hydrogen atom, and two oxygen atoms"@en ; + skos:prefLabel "HONO"@en ; + skos:altLabel "nitrous acid"@en ; + skos:altLabel "hydroxidooxidonitrogen"@en ; + skos:broader ; + skos:broader ; + skos:notation "nitrous-acid" . + + + a skos:Concept ; + rdfs:label "nitric acid"@en ; + dct:description "nitric acid, i.e. a molecule consisting of one nitrogen atom, one hydrogen atom, and three oxygen atoms"@en ; + skos:prefLabel "HNO3"@en ; + skos:altLabel "nitric acid"@en ; + skos:altLabel "hydrogen nitrate"@en ; + skos:altLabel "HNO\u2083"@en ; + skos:broader ; + skos:broader ; + skos:notation "nitric-acid" . + + + a skos:Concept ; + rdfs:label "peroxynitric acid"@en ; + dct:description "peroxynitric acid, i.e. a molecule consisting of one nitrogen atom, and two oxygen atoms"@en ; + skos:prefLabel "HO2NO2"@en ; + skos:altLabel "hydroxy nitrate"@en ; + skos:altLabel "pernitric acid"@en ; + skos:altLabel "HNO4"@en ; + skos:altLabel "HO\u2082O\u2082"@en ; + skos:broader ; + skos:broader ; + skos:notation "peroxynitric-acid" . + + + a skos:Concept ; + rdfs:label "ammonia"@en ; + dct:description "ammonia, i.e. a molecule consisting of one nitrogen atom and three hydrogen atoms"@en ; + skos:prefLabel "NH3"@en ; + skos:altLabel "ammonia"@en ; + skos:altLabel "azane"@en ; + skos:altLabel "NH\u2083"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "ammonia" . + + + a skos:Concept ; + rdfs:label "ammonium"@en ; + dct:description "ammonium, the conjugate acid of ammonia "@en ; + skos:prefLabel "NH4"@en ; + skos:altLabel "ammonium"@en ; + skos:altLabel "NH\u2084\u207B"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "ammonium" . + + + a skos:Concept ; + rdfs:label "nox"@en ; + dct:description "sum of reactive nitrogen oxides, i.e. NO and NO2"@en ; + skos:prefLabel "NOx"@en ; + skos:altLabel "nox"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "nox" . + + + a skos:Concept ; + rdfs:label "noy"@en ; + dct:description "sum of nitrogen oxide species with oxidation state greater than 2, i.e. the sum of NO, NO2, PAN, HNO3, HONO, HO2NO2, and others, possibly also containing halogenated nitrogen oxide species such as BrONO2 or ClONO2"@en ; + skos:prefLabel "NOy"@en ; + skos:altLabel "noy"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "noy" . + + + a skos:Concept ; + rdfs:label "inorganic carbon species"@en ; + dct:description "species in the atmosphere which contain carbon but are not classified as organic substances"@en ; + skos:prefLabel "inorganic carbon species"@en ; + skos:altLabel "inorganic carbon"@en ; + skos:broader ; + skos:notation "inorganic-carbon-species" . + + + a skos:Concept ; + rdfs:label "carbon monoxide"@en ; + dct:description "carbon monoxide, i.e. a molecule consisting of one carbon and one oxygen atom"@en ; + skos:prefLabel "CO"@en ; + skos:altLabel "carbon monoxide"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "carbon-monoxide" . + + + a skos:Concept ; + rdfs:label "carbon dioxide"@en ; + dct:description "carbon dioxide, i.e. a molecule consisting of one carbon and two oxygen atoms"@en ; + skos:prefLabel "CO2"@en ; + skos:altLabel "carbon dioxide"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "carbon-dioxide" . + + + a skos:Concept ; + rdfs:label "12c carbon dioxide"@en ; + dct:description "12C16O16O: the most abundant isotopic composition of carbon dioxide"@en ; + skos:prefLabel "C(12)O2"@en ; + skos:altLabel "\u2071\u2072CO\u2082"@en ; + skos:altLabel "12-C carbon dioxide"@en ; + skos:broader ; + skos:notation "12c-carbon-dioxide" . + + + a skos:Concept ; + rdfs:label "13c carbon dioxide"@en ; + dct:description "13C16O16O: an isotope of carbon dioxide"@en ; + skos:prefLabel "C(13)O2"@en ; + skos:altLabel "\u2071\u2073CO\u2082"@en ; + skos:altLabel "13-C carbon dioxide"@en ; + skos:broader ; + skos:broader ; + skos:notation "13c-carbon-dioxide" . + + + a skos:Concept ; + rdfs:label "14c carbon dioxide"@en ; + dct:description "14C16O16O: an isotope of carbon dioxide"@en ; + skos:prefLabel "C(14)O2"@en ; + skos:altLabel "\u2071\u2074CO\u2082"@en ; + skos:altLabel "14-C carbon dioxide"@en ; + skos:broader ; + skos:broader ; + skos:notation "14c-carbon-dioxide" . + + + a skos:Concept ; + rdfs:label "18o carbon dioxide"@en ; + dct:description "12C18O16O: an isotope of carbon dioxide"@en ; + skos:prefLabel "CO(18)O(16)"@en ; + skos:altLabel "\u2071\u2072C\u2071\u2078O\u2071\u2076O"@en ; + skos:altLabel "18-O carbon dioxide"@en ; + skos:broader ; + skos:broader ; + skos:notation "18o-carbon-dioxide" . + + + a skos:Concept ; + rdfs:label "inorganic sulfur species"@en ; + dct:description "inorganic species in the atmosphere which consist only of sulfur and possibly oxygen and hydrogen atoms"@en ; + skos:prefLabel "inorganic sulfur species"@en ; + skos:broader ; + skos:notation "inorganic-sulfur-species" . + + + a skos:Concept ; + rdfs:label "sulfur"@en ; + dct:description "sulfur atom"@en ; + skos:prefLabel "S"@en ; + skos:altLabel "sulfur"@en ; + skos:broader ; + skos:notation "sulfur" . + + + a skos:Concept ; + rdfs:label "sulfur dioxide"@en ; + dct:description "sulfur dioxide, i.e. a molecule consisting of one sulfur and two oxygen atoms"@en ; + skos:prefLabel "SO2"@en ; + skos:altLabel "sulfur dioxide"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "sulfur-dioxide" . + + + a skos:Concept ; + rdfs:label "sulfur trioxide"@en ; + dct:description "sulfur trioxide, i.e. a molecule consisting of one sulfur and three oxygen atoms"@en ; + skos:prefLabel "SO3"@en ; + skos:altLabel "sulfur trioxide"@en ; + skos:broader ; + skos:notation "sulfur-trioxide" . + + + a skos:Concept ; + rdfs:label "sulfuric acid"@en ; + dct:description "sulfuric acid, i.e. a molecule consisting of one sulfur, two hydrogen, and four oxygen atoms"@en ; + skos:prefLabel "H2SO4"@en ; + skos:altLabel "sulfuric acid"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "sulfuric-acid" . + + + a skos:Concept ; + rdfs:label "hydrogen sulfide"@en ; + dct:description "hydrogen sulfide, i.e. a molecule consisting of one sulfur and two hydrogen atoms"@en ; + skos:prefLabel "H2S"@en ; + skos:altLabel "hydrogen sulfide"@en ; + skos:altLabel "sulfane"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "hydrogen-sulfide" . + + + a skos:Concept ; + rdfs:label "carbon disulfide"@en ; + dct:description "carbon disulfide, i.e. a molecule consisting of one carbon and two sulfur atoms"@en ; + skos:prefLabel "CS2"@en ; + skos:altLabel "carbon disulfide"@en ; + skos:broader ; + skos:notation "carbon-disulfide" . + + + a skos:Concept ; + rdfs:label "sulfuryl fluoride"@en ; + dct:description "sulfuryl fluoride"@en ; + skos:prefLabel "SO2F2"@en ; + skos:altLabel "sulfuryl fluoride"@en ; + skos:altLabel "sulphuryl fluoride"@en ; + skos:broader ; + skos:notation "sulfuryl-fluoride" . + + + a skos:Concept ; + rdfs:label "inorganic halogen species"@en ; + dct:description "inorganic species in the atmosphere which consist only of a halogen atom (Cl, Br, I) and possibly oxygen and hydrogen atoms"@en ; + skos:prefLabel "inorganic halogen species"@en ; + skos:broader ; + skos:notation "inorganic-halogen-species" . + + + a skos:Concept ; + rdfs:label "atomic bromine"@en ; + dct:description "atomic bromine"@en ; + skos:prefLabel "Br"@en ; + skos:altLabel "bromine"@en ; + skos:altLabel "atomic bromine"@en ; + skos:altLabel "bromine atom"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "atomic-bromine" . + + + a skos:Concept ; + rdfs:label "dibromine"@en ; + dct:description "molecular bromine, i.e. a molecule consisting of two bromine atoms"@en ; + skos:prefLabel "Br2"@en ; + skos:altLabel "dibromine"@en ; + skos:altLabel "molecular bromine"@en ; + skos:altLabel "bromine molecule"@en ; + skos:broader ; + skos:notation "dibromine" . + + + a skos:Concept ; + rdfs:label "bromine oxide"@en ; + dct:description "bromine oxide, i.e. a molecule consisting of one bromine and one oxygen atom"@en ; + skos:prefLabel "BrO"@en ; + skos:altLabel "bromine oxide"@en ; + skos:broader ; + skos:notation "bromine-oxide" . + + + a skos:Concept ; + rdfs:label "hydrogen bromide"@en ; + dct:description "hydrogen bromide, i.e. a molecule consisting of one bromine and one hydrogen atom"@en ; + skos:prefLabel "HBr"@en ; + skos:altLabel "hydrogen bromide"@en ; + skos:altLabel "bromane"@en ; + skos:broader ; + skos:notation "hydrogen-bromide" . + + + a skos:Concept ; + rdfs:label "hypobromous acid"@en ; + dct:description "hypobromous acid, i.e. a molecule consisting of one bromine, one oxygen, and one hydrogen atom"@en ; + skos:prefLabel "HOBr"@en ; + skos:altLabel "hypobromous acid"@en ; + skos:altLabel "HBrO"@en ; + skos:broader ; + skos:broader ; + skos:notation "hypobromous-acid" . + + + a skos:Concept ; + rdfs:label "bromine nitrate"@en ; + dct:description "bromine nitrate, i.e. a molecule consisting of one bromine, one nitrogen, and three oxygen atoms"@en ; + skos:prefLabel "BrONO2"@en ; + skos:altLabel "bromine nitrate"@en ; + skos:altLabel "bromo nitrate"@en ; + skos:broader ; + skos:notation "bromine-nitrate" . + + + a skos:Concept ; + rdfs:label "atomic chlorine"@en ; + dct:description "atomic chlorine"@en ; + skos:prefLabel "Cl"@en ; + skos:altLabel "chlorine"@en ; + skos:altLabel "atomic chlorine"@en ; + skos:altLabel "chlorine atom"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "atomic-chlorine" . + + + a skos:Concept ; + rdfs:label "dichlorine"@en ; + dct:description "molecular chlorine, i.e. a molecule consisting of two chlorine atoms"@en ; + skos:prefLabel "Cl2"@en ; + skos:altLabel "dichlorine"@en ; + skos:altLabel "molecular chlorine"@en ; + skos:altLabel "chlorine molecule"@en ; + skos:broader ; + skos:notation "dichlorine" . + + + a skos:Concept ; + rdfs:label "chlorine oxide"@en ; + dct:description "chlorine oxide, , i.e. a molecule consisting of one chlorine and one oxygen atom"@en ; + skos:prefLabel "ClO"@en ; + skos:altLabel "chlorine oxide"@en ; + skos:broader ; + skos:notation "chlorine-oxide" . + + + a skos:Concept ; + rdfs:label "chlorine dioxide"@en ; + dct:description "chlorine dioxide, i.e. a molecule consisting of one chlorine and two oxygen atoms"@en ; + skos:prefLabel "OClO"@en ; + skos:altLabel "chlorine dioxide"@en ; + skos:altLabel "ClO2"@en ; + skos:broader ; + skos:notation "chlorine-dioxide" . + + + a skos:Concept ; + rdfs:label "dichlorine peroxide"@en ; + dct:description "dichlorine peroxide, i.e. a molecule consisting of two chlorine and two oxygen atoms"@en ; + skos:prefLabel "Cl2O2"@en ; + skos:altLabel "dichlorine peroxide"@en ; + skos:altLabel "chlorooxy hypochlorite"@en ; + skos:broader ; + skos:notation "dichlorine-peroxide" . + + + a skos:Concept ; + rdfs:label "hydrogen chloride"@en ; + dct:description "hydrogen chloride, i.e. a molecule consisting of one chlorine and one hydrogen atom"@en ; + skos:prefLabel "HCl"@en ; + skos:altLabel "hydrogen chloride"@en ; + skos:altLabel "chlorane"@en ; + skos:altLabel "hydrochloric acid"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "hydrogen-chloride" . + + + a skos:Concept ; + rdfs:label "hypochlorous acid"@en ; + dct:description "hypochlorous acid, i.e. a molecule consisting of one chlorine, one oxygen, and one hydrogen atom"@en ; + skos:prefLabel "HOCl"@en ; + skos:altLabel "hypochlorous acid"@en ; + skos:altLabel "HClO"@en ; + skos:broader ; + skos:broader ; + skos:notation "hypochlorous-acid" . + + + a skos:Concept ; + rdfs:label "chlorine nitrate"@en ; + dct:description "chlorine nitrate, i.e. a molecule consisting of one chlorine, one nitrogen, and three oxygen atoms"@en ; + skos:prefLabel "ClONO2"@en ; + skos:altLabel "chlorine nitrate"@en ; + skos:altLabel "chloro nitrate"@en ; + skos:broader ; + skos:notation "chlorine-nitrate" . + + + a skos:Concept ; + rdfs:label "bromine chloride"@en ; + dct:description "bromine chloride, i.e. a molecule consisting of one bromine, and one chlorine atom"@en ; + skos:prefLabel "BrCl"@en ; + skos:altLabel "bromine chloride"@en ; + skos:broader ; + skos:notation "bromine-chloride" . + + + a skos:Concept ; + rdfs:label "atomic iodine"@en ; + dct:description "atomic iodine"@en ; + skos:prefLabel "I"@en ; + skos:altLabel "iodine"@en ; + skos:altLabel "atomic iodine"@en ; + skos:altLabel "iodine atom"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "atomic-iodine" . + + + a skos:Concept ; + rdfs:label "iodine oxide"@en ; + dct:description "iodine oxide, i.e. a molecule consisting of one iodine and one oxygen atom"@en ; + skos:prefLabel "IO"@en ; + skos:altLabel "iodine oxide"@en ; + skos:broader ; + skos:notation "iodine-oxide" . + + + a skos:Concept ; + rdfs:label "atomic fluorine"@en ; + dct:description "atomic fluorine"@en ; + skos:prefLabel "F"@en ; + skos:altLabel "fluorine"@en ; + skos:altLabel "atomic fluorine"@en ; + skos:altLabel "fluorine atom"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "atomic-fluorine" . + + + a skos:Concept ; + rdfs:label "hydrogen fluoride"@en ; + dct:description "hydrogen fluoride, i.e. a molecule consisting of one fluoride and one hydrogen atom"@en ; + skos:prefLabel "HF"@en ; + skos:altLabel "hydrogen fluoride"@en ; + skos:altLabel "fluorane"@en ; + skos:broader ; + skos:notation "hydrogen-fluoride" . + + + a skos:Concept ; + rdfs:label "carbonyl difluoride"@en ; + dct:description "carbonyl difluoride"@en ; + skos:prefLabel "COF2"@en ; + skos:altLabel "carbonyl difluoride"@en ; + skos:altLabel "fluorophosgene"@en ; + skos:altLabel "difuoromethanal"@en ; + skos:broader ; + skos:notation "carbonyl-difluoride" . + + + a skos:Concept ; + rdfs:label "sulfur hexafluoride"@en ; + dct:description "sulfur hexafluoride, i.e. a molecule consisting of one sulfur, and six fluoride atom"@en ; + skos:prefLabel "SF6"@en ; + skos:altLabel "sulfur hexafluoride"@en ; + skos:altLabel "hexafluoro-lambda6-sulfane"@en ; + skos:broader ; + skos:broader ; + skos:notation "sulfur-hexafluoride" . + + + a skos:Concept ; + rdfs:label "radionuclide"@en ; + dct:description "an atom that exhibits radioactivity"@en ; + skos:prefLabel "radionuclide"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "radionuclide" . + + + a skos:Concept ; + rdfs:label "noble gas"@en ; + dct:description "gaseous species in the atmosphere which consist of noble gases"@en ; + skos:prefLabel "noble gas"@en ; + skos:broader ; + skos:notation "noble-gas" . + + + a skos:Concept ; + rdfs:label "helium"@en ; + dct:description "Helium"@en ; + skos:prefLabel "He"@en ; + skos:altLabel "helium"@en ; + skos:broader ; + skos:notation "helium" . + + + a skos:Concept ; + rdfs:label "neon"@en ; + dct:description "Neon"@en ; + skos:prefLabel "Ne"@en ; + skos:altLabel "neon"@en ; + skos:broader ; + skos:notation "neon" . + + + a skos:Concept ; + rdfs:label "argon"@en ; + dct:description "Argon"@en ; + skos:prefLabel "Ar"@en ; + skos:altLabel "argon"@en ; + skos:broader ; + skos:notation "argon" . + + + a skos:Concept ; + rdfs:label "krypton"@en ; + dct:description "Krypton"@en ; + skos:prefLabel "Kr"@en ; + skos:altLabel "krypton"@en ; + skos:broader ; + skos:notation "krypton" . + + + a skos:Concept ; + rdfs:label "85-krypton"@en ; + dct:description "radioactive isotope of krypton with mass number 85"@en ; + skos:prefLabel "(85)Kr"@en ; + skos:altLabel "85-krypton"@en ; + skos:broader ; + skos:broader ; + skos:notation "85-krypton" . + + + a skos:Concept ; + rdfs:label "xenon"@en ; + dct:description "Xenon"@en ; + skos:prefLabel "Xe"@en ; + skos:altLabel "xenon"@en ; + skos:broader ; + skos:notation "xenon" . + + + a skos:Concept ; + rdfs:label "radon"@en ; + dct:description "Radon"@en ; + skos:prefLabel "Rn"@en ; + skos:altLabel "radon"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch ; + skos:notation "radon" . + + + a skos:Concept ; + rdfs:label "trace metal"@en ; + dct:description "species in the atmosphere which consist of or contain metal elements"@en ; + skos:prefLabel "trace metals"@en ; + skos:altLabel "trace metal"@en ; + skos:broader ; + skos:notation "trace-metal" . + + + a skos:Concept ; + rdfs:label "heavy metal"@en ; + dct:description "a metal whose specific gravity is approximately 5.0 or higher. (Source: MGH)"@en ; + skos:prefLabel "heavy metal"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "heavy-metal" . + + + a skos:Concept ; + rdfs:label "lead"@en ; + dct:description "Lead"@en ; + skos:prefLabel "Pb"@en ; + skos:altLabel "lead"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch ; + skos:notation "lead" . + + + a skos:Concept ; + rdfs:label "210-lead"@en ; + dct:description "radioactive isotope of lead with mass number 210"@en ; + skos:prefLabel "(210)Pb"@en ; + skos:altLabel "lead 210"@en ; + skos:broader ; + skos:broader ; + skos:broader ; + skos:notation "210-lead" . + + + a skos:Concept ; + rdfs:label "mercury"@en ; + dct:description "Mercury"@en ; + skos:prefLabel "Hg"@en ; + skos:altLabel "mercury"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch ; + skos:notation "mercury" . + + + a skos:Concept ; + rdfs:label "phosphorus"@en ; + dct:description "Phosphorus"@en ; + skos:prefLabel "P"@en ; + skos:altLabel "phosphorus"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "phosphorus" . + + + a skos:Concept ; + rdfs:label "cadmium"@en ; + dct:description "Cadmium"@en ; + skos:prefLabel "Cd"@en ; + skos:altLabel "cadmium"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch ; + skos:notation "cadmium" . + + + a skos:Concept ; + rdfs:label "chromium"@en ; + dct:description "Chromium"@en ; + skos:prefLabel "Cr"@en ; + skos:altLabel "chromium"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch ; + skos:notation "chromium" . + + + a skos:Concept ; + rdfs:label "cobalt"@en ; + dct:description "Cobalt"@en ; + skos:prefLabel "Co"@en ; + skos:altLabel "cobalt"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch ; + skos:notation "cobalt" . + + + a skos:Concept ; + rdfs:label "copper"@en ; + dct:description "Copper"@en ; + skos:prefLabel "Cu"@en ; + skos:altLabel "copper"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch ; + skos:notation "copper" . + + + a skos:Concept ; + rdfs:label "iron"@en ; + dct:description "Iron"@en ; + skos:prefLabel "Fe"@en ; + skos:altLabel "iron"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch ; + skos:notation "iron" . + + + a skos:Concept ; + rdfs:label "nickel"@en ; + dct:description "Nickel"@en ; + skos:prefLabel "Ni"@en ; + skos:altLabel "nickel"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch ; + skos:notation "nickel" . + + + a skos:Concept ; + rdfs:label "antimony"@en ; + dct:description "Antimony"@en ; + skos:prefLabel "Sb"@en ; + skos:altLabel "antimony"@en ; + skos:broader ; + skos:broader ; + skos:notation "antimony" . + + + a skos:Concept ; + rdfs:label "tin"@en ; + dct:description "Tin (element)"@en ; + skos:prefLabel "Sn"@en ; + skos:altLabel "tin"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch ; + skos:notation "tin" . + + + a skos:Concept ; + rdfs:label "aluminium"@en ; + dct:description "Aluminium (metal)"@en ; + skos:prefLabel "Al"@en ; + skos:altLabel "aluminium"@en ; + skos:altLabel "aluminum"@en ; + skos:broader ; + skos:notation "aluminium" . + + + a skos:Concept ; + rdfs:label "arsenic"@en ; + dct:description "Arsenic"@en ; + skos:prefLabel "As"@en ; + skos:altLabel "arsenic"@en ; + skos:broader ; + skos:notation "arsenic" . + + + a skos:Concept ; + rdfs:label "manganese"@en ; + dct:description "Manganese"@en ; + skos:prefLabel "Mn"@en ; + skos:altLabel "manganese"@en ; + skos:broader ; + skos:notation "manganese" . + + + a skos:Concept ; + rdfs:label "vanadium"@en ; + dct:description "Vanadium"@en ; + skos:prefLabel "V"@en ; + skos:altLabel "vanadium"@en ; + skos:broader ; + skos:notation "vanadium" . + + + a skos:Concept ; + rdfs:label "zinc"@en ; + dct:description "Zinc"@en ; + skos:prefLabel "Zn"@en ; + skos:altLabel "zinc"@en ; + skos:broader ; + skos:notation "zinc" . + + + a skos:Concept ; + rdfs:label "caesium"@en ; + dct:description "Caesium"@en ; + skos:prefLabel "Cs"@en ; + skos:altLabel "caesium"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "caesium" . + + + a skos:Concept ; + rdfs:label "beryllium"@en ; + dct:description "Beryllium"@en ; + skos:prefLabel "Be"@en ; + skos:altLabel "beryllium"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "beryllium" . + + + a skos:Concept ; + rdfs:label "barium"@en ; + dct:description "Barium"@en ; + skos:prefLabel "Ba"@en ; + skos:altLabel "barium"@en ; + skos:broader ; + skos:notation "barium" . + + + a skos:Concept ; + rdfs:label "bismuth"@en ; + dct:description "Bismuth"@en ; + skos:prefLabel "Bi"@en ; + skos:altLabel "bismuth"@en ; + skos:broader ; + skos:notation "bismuth" . + + + a skos:Concept ; + rdfs:label "cerium"@en ; + dct:description "Cerium"@en ; + skos:prefLabel "Ce"@en ; + skos:altLabel "cerium"@en ; + skos:broader ; + skos:notation "cerium" . + + + a skos:Concept ; + rdfs:label "lanthanum"@en ; + dct:description "Lanthanum"@en ; + skos:prefLabel "La"@en ; + skos:altLabel "lanthanum"@en ; + skos:broader ; + skos:notation "lanthanum" . + + + a skos:Concept ; + rdfs:label "lithium"@en ; + dct:description "Lithium"@en ; + skos:prefLabel "Li"@en ; + skos:altLabel "lithium"@en ; + skos:broader ; + skos:notation "lithium" . + + + a skos:Concept ; + rdfs:label "rubidium"@en ; + dct:description "Rubidium"@en ; + skos:prefLabel "Rb"@en ; + skos:altLabel "rubidium"@en ; + skos:broader ; + skos:notation "rubidium" . + + + a skos:Concept ; + rdfs:label "selenium"@en ; + dct:description "Selenium"@en ; + skos:prefLabel "Se"@en ; + skos:altLabel "selenium"@en ; + skos:broader ; + skos:notation "selenium" . + + + a skos:Concept ; + rdfs:label "strontium"@en ; + dct:description "Strontium"@en ; + skos:prefLabel "Sr"@en ; + skos:altLabel "strontium"@en ; + skos:broader ; + skos:notation "strontium" . + + + a skos:Concept ; + rdfs:label "tallium"@en ; + dct:description "Tallium"@en ; + skos:prefLabel "Tl"@en ; + skos:altLabel "tallium"@en ; + skos:broader ; + skos:notation "tallium" . + + + a skos:Concept ; + rdfs:label "thorium"@en ; + dct:description "Thorium"@en ; + skos:prefLabel "Th"@en ; + skos:altLabel "thorium"@en ; + skos:broader ; + skos:notation "thorium" . + + + a skos:Concept ; + rdfs:label "titanium"@en ; + dct:description "Titanium"@en ; + skos:prefLabel "Ti"@en ; + skos:altLabel "titanium"@en ; + skos:broader ; + skos:notation "titanium" . + + + a skos:Concept ; + rdfs:label "uranium"@en ; + dct:description "Uranium"@en ; + skos:prefLabel "U"@en ; + skos:altLabel "uranium"@en ; + skos:broader ; + skos:notation "uranium" . + + + a skos:Concept ; + rdfs:label "7-beryllium"@en ; + dct:description "Isotope of Beryllium with mass number 7"@en ; + skos:prefLabel "(7)Be"@en ; + skos:altLabel "7-beryllium"@en ; + skos:broader ; + skos:broader ; + skos:notation "7-beryllium" . + + + a skos:Concept ; + rdfs:label "10-beryllium"@en ; + dct:description "Isotope of Beryllium with mass number 10"@en ; + skos:prefLabel "(10)Be"@en ; + skos:altLabel "10-beryllium"@en ; + skos:broader ; + skos:broader ; + skos:notation "10-beryllium" . + + + a skos:Concept ; + rdfs:label "dust"@en ; + dct:description "mineral dust"@en ; + skos:prefLabel "dust"@en ; + skos:broader ; + skos:broader ; + skos:notation "dust" . + + + a skos:Concept ; + rdfs:label "volcanic ash"@en ; + dct:description "volcanic ash"@en ; + skos:prefLabel "ash"@en ; + skos:altLabel "volcanic ash"@en ; + skos:broader ; + skos:broader ; + skos:notation "volcanic-ash" . + + + a skos:Concept ; + rdfs:label "volatile organic species"@en ; + dct:description "organic molecule in the atmosphere which can be in both, gas and particle phase"@en ; + skos:prefLabel "VOC"@en ; + skos:altLabel "volatile organic species"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "volatile-organic-species" . + + + a skos:Concept ; + rdfs:label "non methane volatile organic species"@en ; + dct:description "organic molecule which is usually in gaseous phase in the atmosphere: all VOC except methane"@en ; + skos:prefLabel "NMVOC"@en ; + skos:altLabel "non methane volatile organic species"@en ; + skos:broader ; + skos:notation "non-methane-volatile-organic-species" . + + + a skos:Concept ; + rdfs:label "cyanide"@en ; + dct:description "a molecule containing the CN group and derived from HCN"@en ; + skos:prefLabel "cyanide"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "cyanide" . + + + a skos:Concept ; + rdfs:label "hydrogen cyanide"@en ; + dct:description "hydrogen cyanide, i.e. a molecule consisting of one carbon, one nitrogen, and one hydrogen atom"@en ; + skos:prefLabel "HCN"@en ; + skos:altLabel "hydrogen cyanide"@en ; + skos:altLabel "formonitrile"@en ; + skos:broader ; + skos:broader ; + skos:notation "hydrogen-cyanide" . + + + a skos:Concept ; + rdfs:label "acetonitrile"@en ; + dct:description "acetonitrile, i.e. an organic molecule consisting of a methyl group bound to a cyanide group"@en ; + skos:prefLabel "CH3CN"@en ; + skos:altLabel "acetonitrile"@en ; + skos:altLabel "aceto nitrile"@en ; + skos:altLabel "methyl cyanide"@en ; + skos:broader ; + skos:broader ; + skos:notation "acetonitrile" . + + + a skos:Concept ; + rdfs:label "carbonyl sulfide"@en ; + dct:description "carbonyl sulfide, i.e. a molecule consisting of one carbon, one oxygen, and one sulfur atom"@en ; + skos:prefLabel "OCS"@en ; + skos:altLabel "COS"@en ; + skos:altLabel "carbonyl sulfide"@en ; + skos:broader ; + skos:notation "carbonyl-sulfide" . + + + a skos:Concept ; + rdfs:label "dimethylsulfide"@en ; + dct:description "dimethylsulfide, i.e. a molecule consisting of one sulfur atom and two methyl groups"@en ; + skos:prefLabel "DMS"@en ; + skos:altLabel "dimethylsulfide"@en ; + skos:altLabel "methylsulfanylmethane"@en ; + skos:hiddenLabel "dimethylsulphide"@en ; + skos:broader ; + skos:notation "dimethylsulfide" . + + + a skos:Concept ; + rdfs:label "methane sulfonic acid"@en ; + dct:description "methane sulfonic acid, i.e. a monoprotic organosulfur acid with a sulfur atom bearing a methyl group, two double bonded oxygens and an hydroxyl group"@en ; + skos:prefLabel "MSA"@en ; + skos:altLabel "methane sulfonic acid"@en ; + skos:broader ; + skos:notation "methane-sulfonic-acid" . + + + a skos:Concept ; + rdfs:label "hydrocarbon"@en ; + dct:description "organic molecule consisting of carbon and hydrogen atoms"@en ; + skos:prefLabel "hydrocarbon"@en ; + skos:altLabel "HC"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "hydrocarbon" . + + + a skos:Concept ; + rdfs:label "alkane"@en ; + dct:description "a hydrocarbon that consists entirely of single-bonded carbon and hydrogen atoms and lacks any other functional groups"@en ; + skos:prefLabel "alkane"@en ; + skos:broader ; + skos:notation "alkane" . + + + a skos:Concept ; + rdfs:label "methane"@en ; + dct:description "a hydrocarbon consisting of one carbon atom and four hydrogen atoms"@en ; + skos:prefLabel "CH4"@en ; + skos:altLabel "methane"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "methane" . + + + a skos:Concept ; + rdfs:label "12c methane"@en ; + dct:description "12CH4: the most abundant isotopic composition of methane"@en ; + skos:prefLabel "C(12)H4"@en ; + skos:altLabel "\u2071\u2072CH\u2084"@en ; + skos:altLabel "12-C methane"@en ; + skos:broader ; + skos:notation "12c-methane" . + + + a skos:Concept ; + rdfs:label "13c methane"@en ; + dct:description "13CH4: an isotope of methane"@en ; + skos:prefLabel "C(13)H4"@en ; + skos:altLabel "\u2071\u2073CH\u2084"@en ; + skos:altLabel "13-C methane"@en ; + skos:broader ; + skos:broader ; + skos:notation "13c-methane" . + + + a skos:Concept ; + rdfs:label "ch3d"@en ; + dct:description "CH3D: an isotope of methane"@en ; + skos:prefLabel "CH3D"@en ; + skos:altLabel "CH\u2083D"@en ; + skos:altLabel "deuteriated methane"@en ; + skos:broader ; + skos:broader ; + skos:notation "ch3d" . + + + a skos:Concept ; + rdfs:label "ethane"@en ; + dct:description "an alkane (hydrocarbon) consisting of two carbon atoms and six hydrogen atoms"@en ; + skos:prefLabel "C2H6"@en ; + skos:altLabel "ethane"@en ; + skos:broader ; + skos:notation "ethane" . + + + a skos:Concept ; + rdfs:label "propane"@en ; + dct:description "an alkane (hydrocarbon) consisting of three carbon atoms and eight hydrogen atoms"@en ; + skos:prefLabel "C3H8"@en ; + skos:altLabel "propane"@en ; + skos:broader ; + skos:notation "propane" . + + + a skos:Concept ; + rdfs:label "butanes"@en ; + dct:description "the sum of all alkanes (hydrocarbons) consisting of four carbon atoms and ten hydrogen atoms, i.e. the sum of butane and 2-methylpropane"@en ; + skos:prefLabel "C4H10"@en ; + skos:altLabel "butanes"@en ; + skos:broader ; + skos:notation "butanes" . + + + a skos:Concept ; + rdfs:label "butane"@en ; + dct:description "an alkane (hydrocarbon) consisting of four carbon atoms and ten hydrogen atoms where all carbon atoms are arranged in a straight chain"@en ; + skos:prefLabel "C4H10"@en ; + skos:altLabel "n-C4H10"@en ; + skos:altLabel "n-butane"@en ; + skos:broader ; + skos:notation "butane" . + + + a skos:Concept ; + rdfs:label "2-methylpropane"@en ; + dct:description "an alkane (hydrocarbon) consisting of four carbon atoms and ten hydrogen atoms where one methyl group is branched off the second C atom of the straight chain"@en ; + skos:prefLabel "2-methylpropane"@en ; + skos:altLabel "i-C4H10"@en ; + skos:altLabel "i-butane"@en ; + skos:broader ; + skos:notation "2-methylpropane" . + + + a skos:Concept ; + rdfs:label "pentanes"@en ; + dct:description "the sum of all alkanes (hydrocarbons) consisting of five carbon atoms and twelve hydrogen atoms, i.e. the sum of pentane, 2-methylbutane, and 2-dimethylpropane"@en ; + skos:prefLabel "C5H12"@en ; + skos:altLabel "pentanes"@en ; + skos:broader ; + skos:notation "pentanes" . + + + a skos:Concept ; + rdfs:label "pentane"@en ; + dct:description "an alkane (hydrocarbon) consisting of five carbon atoms and twelve hydrogen atoms where all carbon atoms are arranged in a straight chain"@en ; + skos:prefLabel "C5H12"@en ; + skos:altLabel "pentane"@en ; + skos:broader ; + skos:notation "pentane" . + + + a skos:Concept ; + rdfs:label "2-methylbutane"@en ; + dct:description "an alkane (hydrocarbon) consisting of five carbon atoms and twelve hydrogen atoms where one methyl group is branched off the second C atom of the straight chain"@en ; + skos:prefLabel "2-methylbutane"@en ; + skos:altLabel "i-C5H12"@en ; + skos:broader ; + skos:notation "2-methylbutane" . + + + a skos:Concept ; + rdfs:label "2-dimethylpropane"@en ; + dct:description "an alkane (hydrocarbon) consisting of five carbon atoms and twelve hydrogen atoms where two methyl groups are branched off the second C atom of the straight chain"@en ; + skos:prefLabel "2-dimethylpropane"@en ; + skos:broader ; + skos:notation "2-dimethylpropane" . + + + a skos:Concept ; + rdfs:label "hexanes"@en ; + dct:description "the sum of all alkanes (hydrocarbons) consisting of six carbon atoms and fourteen hydrogen atoms"@en ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "hexanes"@en ; + skos:broader ; + skos:notation "hexanes" . + + + a skos:Concept ; + rdfs:label "2,2-dimethylbutane"@en ; + dct:description "2,2-dimethylbutane, i.e. an alkane consisting of a four carbon atoms chain with two methyl groups bound to the same internal carbon atom"@en ; + skos:prefLabel "C6H16"@en ; + skos:altLabel "2,2-dimethylbutane"@en ; + skos:altLabel "neohexane"@en ; + skos:broader ; + skos:notation "2,2-dimethylbutane" . + + + a skos:Concept ; + rdfs:label "2,3-dimethylbutane"@en ; + dct:description "2,3-dimethylbutane, i.e. an alkane consisting of a four carbon atoms chain with one methyl group bound to each internal carbon atom"@en ; + skos:prefLabel "C6H16"@en ; + skos:altLabel "2,3-dimethylbutane"@en ; + skos:altLabel "diisopropyl"@en ; + skos:broader ; + skos:notation "2,3-dimethylbutane" . + + + a skos:Concept ; + rdfs:label "2-methyl pentane"@en ; + dct:description "2-methyl pentane, i.e. an alkane consisting of a five carbon atoms chain with a methyl group bound to the second carbon atom"@en ; + skos:prefLabel "C6H16"@en ; + skos:altLabel "2-methyl pentane"@en ; + skos:altLabel "isohexane"@en ; + skos:broader ; + skos:notation "2-methyl-pentane" . + + + a skos:Concept ; + rdfs:label "3-methyl pentane"@en ; + dct:description "3-methyl pentane, i.e. an alkane consisting of a five carbon atoms chain with a methyl group bound to the central carbon atom"@en ; + skos:prefLabel "C6H16"@en ; + skos:altLabel "3-methyl pentane"@en ; + skos:broader ; + skos:notation "3-methyl-pentane" . + + + a skos:Concept ; + rdfs:label "methyl pentanes"@en ; + dct:description "sum of 2-methyl pentane and 3-methyl pentane"@en ; + skos:prefLabel "C6H16"@en ; + skos:altLabel "methyl pentanes"@en ; + skos:broader ; + skos:notation "methyl-pentanes" . + + + a skos:Concept ; + rdfs:label "heptanes"@en ; + dct:description "the sum of all alkanes (hydrocarbons) consisting of seven carbon atoms and sixteen hydrogen atoms"@en ; + skos:prefLabel "C7H16"@en ; + skos:altLabel "heptanes"@en ; + skos:broader ; + skos:notation "heptanes" . + + + a skos:Concept ; + rdfs:label "n-heptane"@en ; + dct:description "n-heptane, i.e. a linear alkane with a seven carbon atoms chain"@en ; + skos:prefLabel "n-C7H16"@en ; + skos:altLabel "n-heptane"@en ; + skos:broader ; + skos:notation "n-heptane" . + + + a skos:Concept ; + rdfs:label "2-methyl hexane"@en ; + dct:description "2-methyl hexane, i.e. a six carbon atoms chain with a methyl group on the second carbon atom "@en ; + skos:prefLabel "C7H16"@en ; + skos:altLabel "2-methyl hexane"@en ; + skos:altLabel "isoheptane"@en ; + skos:altLabel "ethylisobutylmethane"@en ; + skos:broader ; + skos:notation "2-methyl-hexane" . + + + a skos:Concept ; + rdfs:label "3-methyl hexane"@en ; + dct:description "3-methyl hexane, i.e. a six carbon atoms chain with a methyl group on the second carbon atom"@en ; + skos:prefLabel "C7H16"@en ; + skos:altLabel "3-methyl hexane"@en ; + skos:broader ; + skos:notation "3-methyl-hexane" . + + + a skos:Concept ; + rdfs:label "methyl cyclo hexane"@en ; + dct:description "methyl cyclo hexane, i.e. a six-membered alkane ring bearing a methyl group"@en ; + skos:prefLabel "C7H14"@en ; + skos:altLabel "methyl cyclo hexane"@en ; + skos:broader ; + skos:notation "methyl-cyclo-hexane" . + + + a skos:Concept ; + rdfs:label "octanes"@en ; + dct:description "the sum of all alkanes (hydrocarbons) consisting of eight carbon atoms and eighteen hydrogen atoms"@en ; + skos:prefLabel "C8H18"@en ; + skos:altLabel "octanes"@en ; + skos:broader ; + skos:notation "octanes" . + + + a skos:Concept ; + rdfs:label "n-octane"@en ; + dct:description "n-octane, i.e. a linear alkane with a eight carbon atoms chain"@en ; + skos:prefLabel "C8H18"@en ; + skos:altLabel "n-octane"@en ; + skos:broader ; + skos:notation "n-octane" . + + + a skos:Concept ; + rdfs:label "2,2,4-trimethylpentane"@en ; + dct:description "2,2,4-trimethylpentane, i.e. an alkane consisting of a five carbon atoms chain with two methyl groups bound to the second and one methyl group on the fourth carbon atom, respectively "@en ; + skos:prefLabel "C8H18"@en ; + skos:altLabel "2,2,4-trimethylpentane"@en ; + skos:altLabel "isooctane"@en ; + skos:altLabel "iso-octane"@en ; + skos:broader ; + skos:notation "2,2,4-trimethylpentane" . + + + a skos:Concept ; + rdfs:label "n-nonane"@en ; + dct:description "n-nonane, i.e. a linear alkane with a nine carbon atoms chain"@en ; + skos:prefLabel "C9H20"@en ; + skos:altLabel "n-nonane"@en ; + skos:broader ; + skos:notation "n-nonane" . + + + a skos:Concept ; + rdfs:label "n-decane"@en ; + dct:description "n-decane, i.e. a linear alkane with a ten carbon atoms chain"@en ; + skos:prefLabel "C10H22"@en ; + skos:altLabel "n-decane"@en ; + skos:broader ; + skos:notation "n-decane" . + + + a skos:Concept ; + rdfs:label "n-undecane"@en ; + dct:description "n-undecane, i.e. a linear alkane with a eleven carbon atoms chain"@en ; + skos:prefLabel "C11H24"@en ; + skos:altLabel "n-undecane"@en ; + skos:broader ; + skos:notation "n-undecane" . + + + a skos:Concept ; + rdfs:label "alkene"@en ; + dct:description "a hydrocarbon that consists of carbon and hydrogen atoms with at least one double bond between two carbon atoms and lacks any other functional groups"@en ; + skos:prefLabel "alkene"@en ; + skos:broader ; + skos:notation "alkene" . + + + a skos:Concept ; + rdfs:label "ethene"@en ; + dct:description "an alkene (hydrocarbon) consisting of two carbon atoms and four hydrogen atoms"@en ; + skos:prefLabel "C2H4"@en ; + skos:altLabel "ethene"@en ; + skos:altLabel "ethylene"@en ; + skos:broader ; + skos:exactMatch ; + skos:exactMatch ; + skos:notation "ethene" . + + + a skos:Concept ; + rdfs:label "propene"@en ; + dct:description "an alkene (hydrocarbon) consisting of three carbon atoms and six hydrogen atoms"@en ; + skos:prefLabel "C3H6"@en ; + skos:altLabel "propene"@en ; + skos:broader ; + skos:exactMatch ; + skos:exactMatch ; + skos:notation "propene" . + + + a skos:Concept ; + rdfs:label "butenes"@en ; + dct:description "the sum of all alkenes (hydrocarbons) consisting of four carbon atoms and eight hydrogen atoms"@en ; + skos:prefLabel "C4H8"@en ; + skos:altLabel "butenes"@en ; + skos:broader ; + skos:notation "butenes" . + + + a skos:Concept ; + rdfs:label "1-butene"@en ; + dct:description "an alkene (hydrocarbon) consisting of two carbon atoms and four hydrogen atoms"@en ; + skos:prefLabel "1-butene"@en ; + skos:broader ; + skos:exactMatch ; + skos:exactMatch ; + skos:notation "1-butene" . + + + a skos:Concept ; + rdfs:label "2-butene"@en ; + dct:description "an alkene (hydrocarbon) consisting of two carbon atoms and four hydrogen atoms"@en ; + skos:prefLabel "2-butene"@en ; + skos:broader ; + skos:exactMatch ; + skos:exactMatch ; + skos:notation "2-butene" . + + + a skos:Concept ; + rdfs:label "trans-2-butene"@en ; + dct:description "trans-2-butene, i.e. a simple four carbon atoms alkene with a central double bond unit bearing methyl groups that are opposite to each other "@en ; + skos:prefLabel "t-C4H8"@en ; + skos:altLabel "trans-2-butene"@en ; + skos:altLabel "but-2-ene"@en ; + skos:altLabel "beta butylene"@en ; + skos:broader ; + skos:exactMatch ; + skos:exactMatch ; + skos:notation "trans-2-butene" . + + + a skos:Concept ; + rdfs:label "buta-1,3-diene"@en ; + dct:description "an alkene (hydrocarbon) consisting of two carbon atoms and four hydrogen atoms"@en ; + skos:prefLabel "C4H6"@en ; + skos:altLabel "butadiene"@en ; + skos:altLabel "buta-1,3-diene"@en ; + skos:altLabel "1,3-butadiene"@en ; + skos:broader ; + skos:exactMatch ; + skos:exactMatch ; + skos:notation "buta-1,3-diene" . + + + a skos:Concept ; + rdfs:label "pentenes"@en ; + dct:description "an alkene (hydrocarbon) consisting of two carbon atoms and four hydrogen atoms"@en ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "pentenes"@en ; + skos:broader ; + skos:notation "pentenes" . + + + a skos:Concept ; + rdfs:label "trans-2-pentene"@en ; + dct:description "trans-2-pentene, i.e. a simple five carbon atoms alkene with a double bond unit bearing a methyl and an ethyl group that are opposite to each other "@en ; + skos:prefLabel "t-C5H10"@en ; + skos:altLabel "trans-2-pentene"@en ; + skos:altLabel "pent-2-ene"@en ; + skos:altLabel "methylbut-1-ene"@en ; + skos:broader ; + skos:exactMatch ; + skos:exactMatch ; + skos:notation "trans-2-pentene" . + + + a skos:Concept ; + rdfs:label "2-methylbut-1-ene"@en ; + dct:description "2-methylbut-1-ene, i.e. an alkene with terminal double bond unit bearing a methyl and an ethyl group on the same carbon atom"@en ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "2-methylbut-1-ene"@en ; + skos:altLabel "1-butene"@en ; + skos:altLabel "2-methylbutene"@en ; + skos:altLabel "1-isoamylene"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "2-methylbut-1-ene" . + + + a skos:Concept ; + rdfs:label "3-methylbut-1-ene"@en ; + dct:description "3-methylbut-1-ene, i.e. an alkene with terminal double bond unit bearing an isopropyl group on one carbon atom"@en ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "3-methylbut-1-ene"@en ; + skos:altLabel "3-methyl-1-butene"@en ; + skos:altLabel "isopentene"@en ; + skos:altLabel "isopropylethylene"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "3-methylbut-1-ene" . + + + a skos:Concept ; + rdfs:label "2-methylbut-2-ene"@en ; + dct:description "2-methylbut-2-ene, i.e. an alkene with a double bond unit bearing two and one methyl groups, respectively "@en ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "2-methylbut-2-ene"@en ; + skos:altLabel "2-methyl-2-butene"@en ; + skos:altLabel "trimethylethylene"@en ; + skos:altLabel "2-butene"@en ; + skos:altLabel "n-amylene"@en ; + skos:broader ; + skos:exactMatch ; + skos:exactMatch ; + skos:notation "2-methylbut-2-ene" . + + + a skos:Concept ; + rdfs:label "2-methylbuta-1,3-diene"@en ; + dct:description "2-methylbuta-1,3-diene, i.e. an alkene with two conjugated double bond units with a methyl group on the second carbon atom"@en ; + skos:prefLabel "isoprene"@en ; + skos:altLabel "2-methylbuta-1,3-diene"@en ; + skos:altLabel "C5H8"@en ; + skos:broader ; + skos:exactMatch ; + skos:exactMatch ; + skos:notation "2-methylbuta-1,3-diene" . + + + a skos:Concept ; + rdfs:label "terpenes"@en ; + dct:description "the sum of all alkenes (hydrocarbons) consisting of ten carbon atoms and sixteen hydrogen atoms, sometimes also including sesquiterpenes, i.e. molecules with fifteen carbon atoms and twentyfour hydrogen atoms"@en ; + skos:prefLabel "terpenes"@en ; + skos:altLabel "C10H16"@en ; + skos:broader ; + skos:notation "terpenes" . + + + a skos:Concept ; + rdfs:label "alpha-pinene"@en ; + dct:description "alpha-pinene, i.e. a bridged bycyclic terpene with an internal double bond "@en ; + skos:prefLabel "a-pinene"@en ; + skos:altLabel "4,6,6-trimethylbicyclo(3.1.1)hept-3-ene"@en ; + skos:broader ; + skos:exactMatch ; + skos:exactMatch ; + skos:notation "alpha-pinene" . + + + a skos:Concept ; + rdfs:label "beta-pinene"@en ; + dct:description "beta-pinene, i.e. a bridged bycyclic terpene with an external double bond"@en ; + skos:prefLabel "b-pinene"@en ; + skos:altLabel "6,6-dimethyl-4-methylidenebicyclo(3.1.1)heptane"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "beta-pinene" . + + + a skos:Concept ; + rdfs:label "limonene"@en ; + dct:description "limonene, i.e. a terpene with an unsaturated six-membered ring bearing a methyl group and a isopropenyl group (external double bond) "@en ; + skos:prefLabel "limonene"@en ; + skos:altLabel "1-methyl-4-prop-1-en-2-ylcyclohexene"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "limonene" . + + + a skos:Concept ; + rdfs:label "myrcene"@en ; + dct:description "myrcene, i.e. a terpene with a eight carbon atom chain bearing three double bonds, two of which external and conjugated and one internal"@en ; + skos:prefLabel "myrcene"@en ; + skos:altLabel "2-methyl-6-methylideneocta-1,7-diene"@en ; + skos:broader ; + skos:exactMatch ; + skos:exactMatch ; + skos:notation "myrcene" . + + + a skos:Concept ; + rdfs:label "beta-Caryophyllene"@en ; + dct:description "beta-Caryophyllene, i.e. a bycyclic sesquiterpene (with 15 carbon atoms) with an internal and an external double bond on the large nine-membered ring "@en ; + skos:prefLabel "b-Caryophyllene"@en ; + skos:altLabel "(1R,4E,9S)-4,11,11-trimethyl-8-methylidenebicyclo(7.2.0)undec-4-ene"@en ; + skos:broader ; + skos:notation "beta-caryophyllene" . + + + a skos:Concept ; + rdfs:label "alkyne"@en ; + dct:description "a hydrocarbon that consists of carbon and hydrogen atoms with at least one triple bond between two carbon atoms and lacks any other functional groups"@en ; + skos:prefLabel "alkyne"@en ; + skos:broader ; + skos:notation "alkyne" . + + + a skos:Concept ; + rdfs:label "ethyne"@en ; + dct:description "an alkyne (hydrocarbon) consisting of two carbon atoms and two hydrogen atoms"@en ; + skos:prefLabel "C2H2"@en ; + skos:altLabel "ethyne"@en ; + skos:altLabel "acetylene"@en ; + skos:broader ; + skos:notation "ethyne" . + + + a skos:Concept ; + rdfs:label "propyne"@en ; + dct:description "an alkyne (hydrocarbon) consisting of three carbon atoms and four hydrogen atoms"@en ; + skos:prefLabel "C3H4"@en ; + skos:altLabel "propyne"@en ; + skos:altLabel "methylacetylene"@en ; + skos:altLabel "allylene"@en ; + skos:broader ; + skos:notation "propyne" . + + + a skos:Concept ; + rdfs:label "aromatic hydrocarbon"@en ; + dct:description "a hydrocarbon with a ring structure consisting of six or more carbon atoms"@en ; + skos:prefLabel "aromatic hydrocarbon"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "aromatic-hydrocarbon" . + + + a skos:Concept ; + rdfs:label "benzene"@en ; + dct:description "an aromatic hydrocarbon with six carbon atoms and six hydrogen atoms"@en ; + skos:prefLabel "C6H6"@en ; + skos:altLabel "benzene"@en ; + skos:altLabel "benzol"@en ; + skos:broader ; + skos:exactMatch ; + skos:exactMatch ; + skos:exactMatch ; + skos:notation "benzene" . + + + a skos:Concept ; + rdfs:label "toluene"@en ; + dct:description "an aromatic hydrocarbon with six carbon atoms in a ring structure and one methyl group"@en ; + skos:prefLabel "toluene"@en ; + skos:broader ; + skos:notation "toluene" . + + + a skos:Concept ; + rdfs:label "xylenes"@en ; + dct:description "the sum of aromatic hydrocarbon with six carbon atoms in a ring structure and two methyl groups in ortho-, para-, or meta-arrangement"@en ; + skos:prefLabel "xylenes"@en ; + skos:broader ; + skos:notation "xylenes" . + + + a skos:Concept ; + rdfs:label "o-xylene"@en ; + dct:description "an aromatic hydrocarbon with six carbon atoms in a ring structure and two methyl groups in ortho-configuration, i.e. on opposite ends of the ring"@en ; + skos:prefLabel "o-xylene"@en ; + skos:broader ; + skos:notation "o-xylene" . + + + a skos:Concept ; + rdfs:label "m-xylene"@en ; + dct:description "an aromatic hydrocarbon with six carbon atoms in a ring structure and two methyl groups in meta-configuration, i.e. with one C atom in between"@en ; + skos:prefLabel "m-xylene"@en ; + skos:broader ; + skos:notation "m-xylene" . + + + a skos:Concept ; + rdfs:label "p-xylene"@en ; + dct:description "an aromatic hydrocarbon with six carbon atoms in a ring structure and two methyl groups in para-configuration, i.e. on neighbouring positions"@en ; + skos:prefLabel "p-xylene"@en ; + skos:broader ; + skos:notation "p-xylene" . + + + a skos:Concept ; + rdfs:label "1-2-3-trimethylbenzene"@en ; + dct:description "1-2-3-trimethylbenzene"@en ; + skos:prefLabel "1-2-3-trimethylbenzene"@en ; + skos:altLabel "1-2-3-trimethylbenzene"@en ; + skos:broader ; + skos:notation "1-2-3-trimethylbenzene" . + + + a skos:Concept ; + rdfs:label "1-2-4-trimethylbenzene"@en ; + dct:description "1-2-4-trimethylbenzene"@en ; + skos:prefLabel "1-2-4-trimethylbenzene"@en ; + skos:altLabel "1-2-4-trimethylbenzene"@en ; + skos:broader ; + skos:notation "1-2-4-trimethylbenzene" . + + + a skos:Concept ; + rdfs:label "1-3-5-trimethylbenzene"@en ; + dct:description "1-3-5-trimethylbenzene"@en ; + skos:prefLabel "1-3-5-trimethylbenzene"@en ; + skos:altLabel "1-3-5-trimethylbenzene"@en ; + skos:broader ; + skos:notation "1-3-5-trimethylbenzene" . + + + a skos:Concept ; + rdfs:label "ethylbenzene"@en ; + dct:description "ethylbenzene"@en ; + skos:prefLabel "ethylbenzene"@en ; + skos:altLabel "ethylbenzene"@en ; + skos:broader ; + skos:notation "ethylbenzene" . + + + a skos:Concept ; + rdfs:label "2-ethyltoluene"@en ; + dct:description "2-ethyltoluene"@en ; + skos:prefLabel "2-ethyltoluene"@en ; + skos:altLabel "2-ethyltoluene"@en ; + skos:broader ; + skos:notation "2-ethyltoluene" . + + + a skos:Concept ; + rdfs:label "3-ethyltoluene"@en ; + dct:description "3-ethyltoluene"@en ; + skos:prefLabel "3-ethyltoluene"@en ; + skos:altLabel "3-ethyltoluene"@en ; + skos:broader ; + skos:notation "3-ethyltoluene" . + + + a skos:Concept ; + rdfs:label "4-ethyltoluene"@en ; + dct:description "4-ethyltoluene"@en ; + skos:prefLabel "4-ethyltoluene"@en ; + skos:altLabel "4-ethyltoluene"@en ; + skos:broader ; + skos:notation "4-ethyltoluene" . + + + a skos:Concept ; + rdfs:label "propylbenzene"@en ; + dct:description "propylbenzene"@en ; + skos:prefLabel "propylbenzene"@en ; + skos:altLabel "propylbenzene"@en ; + skos:broader ; + skos:notation "propylbenzene" . + + + a skos:Concept ; + rdfs:label "isopropylbenzene"@en ; + dct:description "isopropylbenzene"@en ; + skos:prefLabel "isopropylbenzene"@en ; + skos:altLabel "isopropylbenzene"@en ; + skos:broader ; + skos:notation "isopropylbenzene" . + + + a skos:Concept ; + rdfs:label "phenylethene"@en ; + dct:description "phenylethene"@en ; + skos:prefLabel "phenylethene"@en ; + skos:altLabel "phenylethene"@en ; + skos:altLabel "styrene"@en ; + skos:altLabel "ethenylbenzene"@en ; + skos:altLabel "vinylbenzene"@en ; + skos:broader ; + skos:notation "phenylethene" . + + + a skos:Concept ; + rdfs:label "benzopyrene"@en ; + dct:description "a five-ring hydrocarbon with the formula C20H12"@en ; + skos:prefLabel "benzopyrene"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "benzopyrene" . + + + a skos:Concept ; + rdfs:label "phenol"@en ; + dct:description "an aromatic alcohol derived from benzene"@en ; + skos:prefLabel "phenol"@en ; + skos:altLabel "carbolic acid"@en ; + skos:altLabel "C6H5OH"@en ; + skos:altLabel "C\u2086H\u2085OH"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch ; + skos:notation "phenol" . + + + a skos:Concept ; + rdfs:label "dioxin"@en ; + dct:description "a heterocyclic, organic species with the formula C4H4O2. It exists in the forms of 1,2-dioxin and 1,4-dioxin."@en ; + skos:prefLabel "dioxin"@en ; + skos:altLabel "C\u2084H\u2084O\u2082"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "dioxin" . + + + a skos:Concept ; + rdfs:label "furan"@en ; + dct:description "a heterocyclic, organic species with a five-membered ring and the formula C4H4O"@en ; + skos:prefLabel "furan"@en ; + skos:altLabel "C\u2084H\u2084O"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "furan" . + + + a skos:Concept ; + rdfs:label "halogenated hydrocarbon"@en ; + dct:description "a hydrocarbon with one or more halogen atoms replacing hydrogen atoms"@en ; + skos:prefLabel "halogenated hydrocarbon"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "halogenated-hydrocarbon" . + + + a skos:Concept ; + rdfs:label "chlorinated hydrocarbon"@en ; + dct:description "a hydrocarbon with one or more chlorine atoms replacing hydrogen atoms"@en ; + skos:prefLabel "chlorinated hydrocarbon"@en ; + skos:broader ; + skos:notation "chlorinated-hydrocarbon" . + + + a skos:Concept ; + rdfs:label "perfluorinated species"@en ; + dct:description "a volatile organic species containing only C-C and C-F bonds as well as possible functional groups"@en ; + skos:prefLabel "PFC"@en ; + skos:altLabel "perfluorinated species"@en ; + skos:broader ; + skos:notation "perfluorinated-species" . + + + a skos:Concept ; + rdfs:label "chloroethylene"@en ; + dct:description "a hydrocarbon with two carbon atoms with a double bond, three hydrogen atoms, and one chlorine atom"@en ; + skos:prefLabel "C2H3Cl"@en ; + skos:altLabel "chloroethylene"@en ; + skos:altLabel "vinylchloride"@en ; + skos:altLabel "C\u2082H\u2083Cl"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "chloroethylene" . + + + a skos:Concept ; + rdfs:label "trichloroethene"@en ; + dct:description "a hydrocarbon with two carbon atoms with a double bond, one hydrogen atom, and three chlorine atoms - commonly used as solvent"@en ; + skos:prefLabel "C2HCl3"@en ; + skos:altLabel "trichloroethene"@en ; + skos:altLabel "1,1,2-trichloroethene"@en ; + skos:altLabel "1,1-dichloro-2-chloroethylene"@en ; + skos:altLabel "1-chloro-2,2-dichloroethylene"@en ; + skos:altLabel "acetylene trichloride"@en ; + skos:altLabel "triclene"@en ; + skos:altLabel "HCC-1120"@en ; + skos:broader ; + skos:notation "trichloroethene" . + + + a skos:Concept ; + rdfs:label "1,4-Dichlorobenzene(p)"@en ; + dct:description "an aromatic hydrocarbon with six carbon atoms, four hydrogen atoms, and two chlorine atoms"@en ; + skos:prefLabel "1,4-dichlorobenzene(p)"@en ; + skos:broader ; + skos:broader ; + skos:notation "1,4-dichlorobenzene(p)" . + + + a skos:Concept ; + rdfs:label "chlorophenol"@en ; + dct:description "an aromatic hydrocarbon with a hydroxy group and substitution of one or more hydrogen atoms by chlorine"@en ; + skos:prefLabel "chlorophenol"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "chlorophenol" . + + + a skos:Concept ; + rdfs:label "pentachlorophenol"@en ; + dct:description "a phenol in which all 5 hydrogen atoms are substituted by chlorine atoms. "@en ; + skos:prefLabel "pentachlorophenol"@en ; + skos:altLabel "C6Cl5OH"@en ; + skos:altLabel "C\u2086Cl\u2085OH"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "pentachlorophenol" . + + + a skos:Concept ; + rdfs:label "tetrachloroethene"@en ; + dct:description "a halogenated, organic molecule with two carbon atoms joined with a double bond and four chlorine atoms"@en ; + skos:prefLabel "tetrachloroethene"@en ; + skos:altLabel "tetrachloroethylene"@en ; + skos:altLabel "perchloroethylene"@en ; + skos:altLabel "per"@en ; + skos:altLabel "C2Cl4"@en ; + skos:altLabel "C\u2082Cl\u2084"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "tetrachloroethene" . + + + a skos:Concept ; + rdfs:label "hexachlorobenzene"@en ; + dct:description "a halogenated, organic molecule derived from benzene, where all 6 hydrogen atoms are replaced with chlorine atoms"@en ; + skos:prefLabel "hexachlorobenzene"@en ; + skos:altLabel "PCB"@en ; + skos:altLabel "perchlorobenzene"@en ; + skos:altLabel "benzene hexachloride"@en ; + skos:broader ; + skos:broader ; + skos:notation "hexachlorobenzene" . + + + a skos:Concept ; + rdfs:label "chlorofluorocarbon"@en ; + dct:description "gases containing chlorine, fluorine, and carbon atoms, and potentially hydrogen atoms"@en ; + skos:prefLabel "CFC"@en ; + skos:altLabel "chlorofluorocarbon"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "chlorofluorocarbon" . + + + a skos:Concept ; + rdfs:label "hcfc"@en ; + dct:description "partially halogenated chlorofluorocarbon molecule"@en ; + skos:prefLabel "HCFC"@en ; + skos:altLabel "hcfc"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "hcfc" . + + + a skos:Concept ; + rdfs:label "carbon tetrachloride"@en ; + dct:description "carbon tetrachloride"@en ; + skos:prefLabel "CCl4"@en ; + skos:altLabel "carbon tetrachloride"@en ; + skos:broader ; + skos:notation "carbon-tetrachloride" . + + + a skos:Concept ; + rdfs:label "trichlorofluoromethane"@en ; + dct:description "trichlorofluoromethane"@en ; + skos:prefLabel "CFC-11"@en ; + skos:altLabel "trichlorofluoromethane"@en ; + skos:altLabel "fluorotrichloromethane"@en ; + skos:altLabel "CCl3F"@en ; + skos:broader ; + skos:notation "trichlorofluoromethane" . + + + a skos:Concept ; + rdfs:label "dichlorodifluoromethane"@en ; + dct:description "dichlorodifluoromethane"@en ; + skos:prefLabel "CFC-12"@en ; + skos:altLabel "dichlorodifluoromethane"@en ; + skos:altLabel "carbon dichloride difluoride"@en ; + skos:altLabel "dichloro-difluoro-methane"@en ; + skos:altLabel "difluorodichloromethane"@en ; + skos:altLabel "CCl2F2"@en ; + skos:broader ; + skos:notation "dichlorodifluoromethane" . + + + a skos:Concept ; + rdfs:label "chlorotrifluoromethane"@en ; + dct:description "chlorotrifluoromethane"@en ; + skos:prefLabel "CFC-13"@en ; + skos:altLabel "chlorotrifluoromethane"@en ; + skos:altLabel "carbon chloride trifluoride"@en ; + skos:altLabel "chloro-trifluoro-methane"@en ; + skos:altLabel "trifluorochloromethane"@en ; + skos:altLabel "CClF3"@en ; + skos:broader ; + skos:notation "chlorotrifluoromethane" . + + + a skos:Concept ; + rdfs:label "pentachlorofluoroethane"@en ; + dct:description "pentachlorofluoroethane"@en ; + skos:prefLabel "CFC-111"@en ; + skos:altLabel "1,1,1,2,2-pentachloro-2-fluoroethane"@en ; + skos:altLabel "pentachlorofluoroethane"@en ; + skos:altLabel "C2Cl5F"@en ; + skos:broader ; + skos:notation "pentachlorofluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,2,2-tetrachloro-1,2-difluoroethane"@en ; + dct:description "1,1,2,2-tetrachloro-1,2-difluoroethane"@en ; + skos:prefLabel "CFC-112"@en ; + skos:altLabel "1,1,2,2-tetrachloro-1,2-difluoroethane"@en ; + skos:altLabel "tetrachloro-1,2-difluoroethane"@en ; + skos:altLabel "CCl2FCCl2F"@en ; + skos:broader ; + skos:notation "1,1,2,2-tetrachloro-1,2-difluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,1,2-tetrachloro-2,2-difluoroethane"@en ; + dct:description "1,1,1,2-tetrachloro-2,2-difluoroethane"@en ; + skos:prefLabel "CFC-112a"@en ; + skos:altLabel "1,1,1,2-tetrachloro-2,2-difluoroethane"@en ; + skos:altLabel "tetrachloro-2,2-difluoroethane"@en ; + skos:altLabel "CCl3CClF2"@en ; + skos:broader ; + skos:notation "1,1,1,2-tetrachloro-2,2-difluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,2-trichloro-1,2,2-trifluoroethane"@en ; + dct:description "1,1,2-trichloro-1,2,2-trifluoroethane"@en ; + skos:prefLabel "CFC-113"@en ; + skos:altLabel "1,1,2-trichloro-1,2,2-trifluoroethane"@en ; + skos:altLabel "trichlorotrifluoroethane"@en ; + skos:altLabel "Cl2FC-CClF2"@en ; + skos:altLabel "CCl2FCClF2"@en ; + skos:broader ; + skos:notation "1,1,2-trichloro-1,2,2-trifluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,1-trichloro-2,2,2-trifluoroethane"@en ; + dct:description "1,1,1-trichloro-2,2,2-trifluoroethane"@en ; + skos:prefLabel "CFC-113a"@en ; + skos:altLabel "1,1,1-trichloro-2,2,2-trifluoroethane"@en ; + skos:altLabel "trichlorotrifluoroethane"@en ; + skos:altLabel "CCl3CF3"@en ; + skos:broader ; + skos:notation "1,1,1-trichloro-2,2,2-trifluoroethane" . + + + a skos:Concept ; + rdfs:label "1,2-dichlorotetrafluoroethane"@en ; + dct:description "1,2-dichlorotetrafluoroethane"@en ; + skos:prefLabel "CFC-114"@en ; + skos:altLabel "1,2-dichlorotetrafluoroethane"@en ; + skos:altLabel "CClF2CClF2"@en ; + skos:altLabel "halon 242"@en ; + skos:altLabel "cryofluorane"@en ; + skos:broader ; + skos:notation "1,2-dichlorotetrafluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1-dichloro-1,2,2,2-tetrafluoroethane"@en ; + dct:description "1,1-dichloro-1,2,2,2-tetrafluoroethane"@en ; + skos:prefLabel "CFC-114a"@en ; + skos:altLabel "1,1-dichloro-1,2,2,2-tetrafluoroethane"@en ; + skos:altLabel "CCl2FCF3"@en ; + skos:altLabel "halon 242"@en ; + skos:altLabel "cryofluorane"@en ; + skos:broader ; + skos:notation "1,1-dichloro-1,2,2,2-tetrafluoroethane" . + + + a skos:Concept ; + rdfs:label "chloropentafluoroethane"@en ; + dct:description "chloropentafluoroethane"@en ; + skos:prefLabel "CFC-115"@en ; + skos:altLabel "1-chloro-1,1,2,2,2-pentafluoroethane"@en ; + skos:altLabel "chloropentafluoroethane"@en ; + skos:altLabel "monochloropentafluoroethane"@en ; + skos:broader ; + skos:notation "chloropentafluoroethane" . + + + a skos:Concept ; + rdfs:label "perfluoroethane"@en ; + dct:description "perfluoroethane"@en ; + skos:prefLabel "CFC-116"@en ; + skos:altLabel "1,1,1,2,2,2-hexafluoroethane"@en ; + skos:altLabel "carbon hexafluoride"@en ; + skos:altLabel "perfluoroethane"@en ; + skos:altLabel "ethforane"@en ; + skos:altLabel "C2F6"@en ; + skos:broader ; + skos:notation "perfluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,1-trichloroethane"@en ; + dct:description "1,1,1-trichloroethane"@en ; + skos:prefLabel "CH3CCl3"@en ; + skos:altLabel "1,1,1-trichloroethane"@en ; + skos:altLabel "methyl chloroform"@en ; + skos:altLabel "chlorothene"@en ; + skos:broader ; + skos:notation "1,1,1-trichloroethane" . + + + a skos:Concept ; + rdfs:label "bromochlorodifluoromethane"@en ; + dct:description "bromochlorodifluoromethane"@en ; + skos:prefLabel "CBrClF2"@en ; + skos:altLabel "bromochlorodifluoromethane"@en ; + skos:altLabel "halon 1211"@en ; + skos:broader ; + skos:notation "bromochlorodifluoromethane" . + + + a skos:Concept ; + rdfs:label "bromotrifluoromethane"@en ; + dct:description "bromotrifluoromethane"@en ; + skos:prefLabel "CBrF3"@en ; + skos:altLabel "bromotrifluoromethane"@en ; + skos:altLabel "halon 1301"@en ; + skos:broader ; + skos:notation "bromotrifluoromethane" . + + + a skos:Concept ; + rdfs:label "dibromodifluoromethane"@en ; + dct:description "dibromodifluoromethane"@en ; + skos:prefLabel "CBr2F2"@en ; + skos:altLabel "dibromodifluoromethane"@en ; + skos:altLabel "halon 1202"@en ; + skos:broader ; + skos:notation "dibromodifluoromethane" . + + + a skos:Concept ; + rdfs:label "dibromotetrafluoroethane"@en ; + dct:description "dibromotetrafluoroethane"@en ; + skos:prefLabel "CBrF2CBrF2"@en ; + skos:altLabel "dibromotetrafluoroethane"@en ; + skos:altLabel "halon 2402"@en ; + skos:broader ; + skos:notation "dibromotetrafluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1-dichloro-1-fluoroethane"@en ; + dct:description "1,1-dichloro-1-fluoroethane"@en ; + skos:prefLabel "HCFC-141b"@en ; + skos:altLabel "1,1-dichloro-1-fluoroethane"@en ; + skos:altLabel "C2H3Cl2F"@en ; + skos:broader ; + skos:notation "1,1-dichloro-1-fluoroethane" . + + + a skos:Concept ; + rdfs:label "1-chloro-1,1-difluoroethane"@en ; + dct:description "1-chloro-1,1-difluoroethane"@en ; + skos:prefLabel "HCFC-142b"@en ; + skos:altLabel "1-chloro-1,1-difluoroethane"@en ; + skos:altLabel "C2H3ClF2"@en ; + skos:broader ; + skos:notation "1-chloro-1,1-difluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,1-trifluoroethane"@en ; + dct:description "1,1,1-trifluoroethane"@en ; + skos:prefLabel "HCFC-143a"@en ; + skos:altLabel "1,1,1-trifluoroethane"@en ; + skos:altLabel "CF3CH3"@en ; + skos:broader ; + skos:notation "1,1,1-trifluoroethane" . + + + a skos:Concept ; + rdfs:label "1,2,2-trifluoroethane"@en ; + dct:description "1,2,2-trifluoroethane"@en ; + skos:prefLabel "HCFC-143"@en ; + skos:altLabel "1,2,2-trifluoroethane"@en ; + skos:altLabel "CH2FCHF2"@en ; + skos:broader ; + skos:notation "1,2,2-trifluoroethane" . + + + a skos:Concept ; + rdfs:label "chlorodifluoromethane"@en ; + dct:description "chlorodifluoromethane"@en ; + skos:prefLabel "HCFC-22"@en ; + skos:altLabel "chlorodifluoromethane"@en ; + skos:altLabel "CHClF2"@en ; + skos:broader ; + skos:notation "chlorodifluoromethane" . + + + a skos:Concept ; + rdfs:label "1,1-dichloro-2,2,2-trifluoroethane"@en ; + dct:description "1,1-dichloro-2,2,2-trifluoroethane"@en ; + skos:prefLabel "HCFC-123"@en ; + skos:altLabel "1,1-dichloro-2,2,2-trifluoroethane"@en ; + skos:altLabel "dichlorotrifluoroethane"@en ; + skos:altLabel "CHCl2CF3"@en ; + skos:broader ; + skos:notation "1,1-dichloro-2,2,2-trifluoroethane" . + + + a skos:Concept ; + rdfs:label "1,2-dichloro-1,2,2-trifluoroethane"@en ; + dct:description "1,2-dichloro-1,2,2-trifluoroethane"@en ; + skos:prefLabel "HCFC-123a"@en ; + skos:altLabel "1,2-dichloro-1,2,2-trifluoroethane"@en ; + skos:altLabel "dichlorotrifluoroethane"@en ; + skos:altLabel "CHClFCF2Cl"@en ; + skos:broader ; + skos:notation "1,2-dichloro-1,2,2-trifluoroethane" . + + + a skos:Concept ; + rdfs:label "2,2-dichloro-1,1,2-trifluoroethane"@en ; + dct:description "2,2-dichloro-1,1,2-trifluoroethane"@en ; + skos:prefLabel "HCFC-123b"@en ; + skos:altLabel "2,2-dichloro-1,1,2-trifluoroethane"@en ; + skos:altLabel "dichlorotrifluoroethane"@en ; + skos:altLabel "CHF2CCl2F"@en ; + skos:broader ; + skos:notation "2,2-dichloro-1,1,2-trifluoroethane" . + + + a skos:Concept ; + rdfs:label "1-chloro-1,2,2,2-tetrafluoroethane"@en ; + dct:description "1-chloro-1,2,2,2-tetrafluoroethane"@en ; + skos:prefLabel "HCFC-124"@en ; + skos:altLabel "1-chloro-1,2,2,2-tetrafluoroethane"@en ; + skos:altLabel "chlorotetrafluoroethane"@en ; + skos:altLabel "CHClFCF3"@en ; + skos:broader ; + skos:notation "1-chloro-1,2,2,2-tetrafluoroethane" . + + + a skos:Concept ; + rdfs:label "2-chloro-1,1,2,2-tetrafluoroethane"@en ; + dct:description "2-chloro-1,1,2,2-tetrafluoroethane"@en ; + skos:prefLabel "HCFC-124a"@en ; + skos:altLabel "2-chloro-1,1,2,2-tetrafluoroethane"@en ; + skos:altLabel "chlorotetrafluoroethane"@en ; + skos:altLabel "CHF2CClF2"@en ; + skos:broader ; + skos:notation "2-chloro-1,1,2,2-tetrafluoroethane" . + + + a skos:Concept ; + rdfs:label "chlorotrifluoroethane"@en ; + dct:description "chlorotrifluoroethane"@en ; + skos:prefLabel "HCFC-133a"@en ; + skos:altLabel "chlorotrifluoroethane"@en ; + skos:altLabel "CH2ClCF3"@en ; + skos:broader ; + skos:notation "chlorotrifluoroethane" . + + + a skos:Concept ; + rdfs:label "dichlorofluoromethane"@en ; + dct:description "dichlorofluoromethane"@en ; + skos:prefLabel "HCFC-21"@en ; + skos:altLabel "dichlorofluoromethane"@en ; + skos:altLabel "CHCl2F"@en ; + skos:broader ; + skos:notation "dichlorofluoromethane" . + + + a skos:Concept ; + rdfs:label "chlorofluoromethane"@en ; + dct:description "chlorofluoromethane"@en ; + skos:prefLabel "HCFC-31"@en ; + skos:altLabel "chlorofluoromethane"@en ; + skos:altLabel "CH2ClF"@en ; + skos:broader ; + skos:notation "chlorofluoromethane" . + + + a skos:Concept ; + rdfs:label "pentafluoroethane"@en ; + dct:description "pentafluoroethane"@en ; + skos:prefLabel "HFC-125"@en ; + skos:altLabel "pentafluoroethane"@en ; + skos:altLabel "C2HF5"@en ; + skos:broader ; + skos:notation "pentafluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,1,2-tetrafluoroethane"@en ; + dct:description "1,1,1,2-tetrafluoroethane"@en ; + skos:prefLabel "HFC-134a"@en ; + skos:altLabel "1,1,1,2-tetrafluoroethane"@en ; + skos:altLabel "CF3CH2F"@en ; + skos:broader ; + skos:notation "1,1,1,2-tetrafluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,2,2-tetrafluoroethane"@en ; + dct:description "1,1,2,2-tetrafluoroethane"@en ; + skos:prefLabel "HFC-134"@en ; + skos:altLabel "1,1,2,2-tetrafluoroethane"@en ; + skos:altLabel "CHF2CHF2"@en ; + skos:broader ; + skos:notation "1,1,2,2-tetrafluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1-difluoroethane"@en ; + dct:description "1,1-difluoroethane"@en ; + skos:prefLabel "HFC-152a"@en ; + skos:altLabel "1,1-difluoroethane"@en ; + skos:altLabel "CHF2CH3"@en ; + skos:broader ; + skos:notation "1,1-difluoroethane" . + + + a skos:Concept ; + rdfs:label "trifluoromethane"@en ; + dct:description "trifluoromethane"@en ; + skos:prefLabel "HFC-23"@en ; + skos:altLabel "trifluoromethane"@en ; + skos:altLabel "CHF3"@en ; + skos:broader ; + skos:notation "trifluoromethane" . + + + a skos:Concept ; + rdfs:label "1,1,1,2,3,3,3-Heptafluoropropane"@en ; + dct:description "1,1,1,2,3,3,3-Heptafluoropropane"@en ; + skos:prefLabel "HFC-227ea"@en ; + skos:altLabel "1,1,1,2,3,3,3-Heptafluoropropane"@en ; + skos:altLabel "C3HF7"@en ; + skos:broader ; + skos:notation "1,1,1,2,3,3,3-heptafluoropropane" . + + + a skos:Concept ; + rdfs:label "1,1,1,2,3,3-hexafluoropropane"@en ; + dct:description "1,1,1,2,3,3-hexafluoropropane"@en ; + skos:prefLabel "HFC-236fa"@en ; + skos:altLabel "1,1,1,2,3,3-hexafluoropropane"@en ; + skos:altLabel "C3H2F6"@en ; + skos:broader ; + skos:notation "1,1,1,2,3,3-hexafluoropropane" . + + + a skos:Concept ; + rdfs:label "1,1,1,3,3-Pentafluoropropane"@en ; + dct:description "1,1,1,3,3-Pentafluoropropane"@en ; + skos:prefLabel "HFC-245fa"@en ; + skos:altLabel "1,1,1,3,3-Pentafluoropropane"@en ; + skos:altLabel "C3H3F5"@en ; + skos:broader ; + skos:notation "1,1,1,3,3-pentafluoropropane" . + + + a skos:Concept ; + rdfs:label "difluoromethane"@en ; + dct:description "difluoromethane"@en ; + skos:prefLabel "HFC-32"@en ; + skos:altLabel "difluoromethane"@en ; + skos:altLabel "CH2F2"@en ; + skos:broader ; + skos:notation "difluoromethane" . + + + a skos:Concept ; + rdfs:label "fluoromethane"@en ; + dct:description "fluoromethane"@en ; + skos:prefLabel "HFC-41"@en ; + skos:altLabel "fluoromethane"@en ; + skos:altLabel "CH3F"@en ; + skos:broader ; + skos:notation "fluoromethane" . + + + a skos:Concept ; + rdfs:label "1,1,1,3,3-pentafluorobutane"@en ; + dct:description "1,1,1,3,3-pentafluorobutane"@en ; + skos:prefLabel "HFC-365mfc"@en ; + skos:altLabel "1,1,1,3,3-pentafluorobutane"@en ; + skos:altLabel "C4H5F5"@en ; + skos:broader ; + skos:notation "1,1,1,3,3-pentafluorobutane" . + + + a skos:Concept ; + rdfs:label "tetrafluoromethane"@en ; + dct:description "tetrafluoromethane"@en ; + skos:prefLabel "PFC-14"@en ; + skos:altLabel "tetrafluoromethane"@en ; + skos:altLabel "CF4"@en ; + skos:altLabel "carbon tetrafluoride"@en ; + skos:altLabel "perfluoromethane"@en ; + skos:broader ; + skos:notation "tetrafluoromethane" . + + + a skos:Concept ; + rdfs:label "hexafluoroethane"@en ; + dct:description "hexafluoroethane"@en ; + skos:prefLabel "PFC-116"@en ; + skos:altLabel "hexafluoroethane"@en ; + skos:altLabel "C2F6"@en ; + skos:broader ; + skos:notation "hexafluoroethane" . + + + a skos:Concept ; + rdfs:label "octafluoropropane"@en ; + dct:description "octafluoropropane"@en ; + skos:prefLabel "PFC-218"@en ; + skos:altLabel "octafluoropropane"@en ; + skos:altLabel "C3F8"@en ; + skos:broader ; + skos:notation "octafluoropropane" . + + + a skos:Concept ; + rdfs:label "dibromomethane"@en ; + dct:description "dibromomethane"@en ; + skos:prefLabel "CH2Br2"@en ; + skos:altLabel "dibromomethane"@en ; + skos:altLabel "methyl dibromide"@en ; + skos:altLabel "methylene bromide"@en ; + skos:altLabel "methylene dibromide"@en ; + skos:broader ; + skos:notation "dibromomethane" . + + + a skos:Concept ; + rdfs:label "bromomethane"@en ; + dct:description "bromomethane"@en ; + skos:prefLabel "CH3Br"@en ; + skos:altLabel "bromomethane"@en ; + skos:altLabel "methyl bromide"@en ; + skos:broader ; + skos:notation "bromomethane" . + + + a skos:Concept ; + rdfs:label "chloromethane"@en ; + dct:description "chloromethane"@en ; + skos:prefLabel "CH3Cl"@en ; + skos:altLabel "chloromethane"@en ; + skos:altLabel "methyl chloride"@en ; + skos:broader ; + skos:notation "chloromethane" . + + + a skos:Concept ; + rdfs:label "iodomethane"@en ; + dct:description "iodomethane"@en ; + skos:prefLabel "CH3I"@en ; + skos:altLabel "iodomethane"@en ; + skos:altLabel "methyl iodide"@en ; + skos:broader ; + skos:notation "iodomethane" . + + + a skos:Concept ; + rdfs:label "tribromomethane"@en ; + dct:description "tribromomethane"@en ; + skos:prefLabel "CHBr3"@en ; + skos:altLabel "tribromomethane"@en ; + skos:altLabel "bromoform"@en ; + skos:altLabel "methyl tribromide"@en ; + skos:broader ; + skos:notation "tribromomethane" . + + + a skos:Concept ; + rdfs:label "trichloromethane"@en ; + dct:description "trichloromethane"@en ; + skos:prefLabel "CHCl3"@en ; + skos:altLabel "trichloromethane"@en ; + skos:altLabel "chloroform"@en ; + skos:altLabel "formyl trichloride"@en ; + skos:altLabel "methane trichloride"@en ; + skos:altLabel "methyl trichloride"@en ; + skos:broader ; + skos:notation "trichloromethane" . + + + a skos:Concept ; + rdfs:label "ethyliodide"@en ; + dct:description "ethyliodide"@en ; + skos:prefLabel "C2H5I"@en ; + skos:altLabel "ethyliodide"@en ; + skos:broader ; + skos:notation "ethyliodide" . + + + a skos:Concept ; + rdfs:label "1-bromopropane"@en ; + dct:description "1-bromopropane"@en ; + skos:prefLabel "C3H7Br"@en ; + skos:altLabel "1-bromopropane"@en ; + skos:altLabel "propylbromide"@en ; + skos:broader ; + skos:notation "1-bromopropane" . + + + a skos:Concept ; + rdfs:label "aldehyde"@en ; + dct:description "an organic olecule with a functional aldehyde (i.e. CHO) group"@en ; + skos:prefLabel "aldehyde"@en ; + skos:broader ; + skos:notation "aldehyde" . + + + a skos:Concept ; + rdfs:label "formaldehyde"@en ; + dct:description "an aldehyde with the chemical formula CH2O"@en ; + skos:prefLabel "CH2O"@en ; + skos:altLabel "formaldehyde"@en ; + skos:altLabel "HCHO"@en ; + skos:broader ; + skos:notation "formaldehyde" . + + + a skos:Concept ; + rdfs:label "ethylaldehyde"@en ; + dct:description "an aldehyde with the chemical formula CH3CHO"@en ; + skos:prefLabel "CH3CHO"@en ; + skos:altLabel "ethylaldehyde"@en ; + skos:broader ; + skos:notation "ethylaldehyde" . + + + a skos:Concept ; + rdfs:label "ethanedial"@en ; + dct:description "organic molecule with two aldehyde groups"@en ; + skos:prefLabel "glyoxal"@en ; + skos:altLabel "OCHCHO"@en ; + skos:altLabel "ethanedial"@en ; + skos:altLabel "oxalaldehyde"@en ; + skos:altLabel "ethane-1,2-dione"@en ; + skos:broader ; + skos:notation "ethanedial" . + + + a skos:Concept ; + rdfs:label "prop-2-enal"@en ; + dct:description "prop-2-enal, i.e. an unsaturated three carbon atoms aldehyde with the carbon-carbon double bond adjacent to the aldehidic group"@en ; + skos:prefLabel "C3H4O"@en ; + skos:altLabel "prop-2-enal"@en ; + skos:altLabel "acraldehyde"@en ; + skos:altLabel "acrylic aldehyde"@en ; + skos:altLabel "allyl aldehyde"@en ; + skos:altLabel "ethylene aldehyde"@en ; + skos:altLabel "acrylaldehyde"@en ; + skos:broader ; + skos:notation "prop-2-enal" . + + + a skos:Concept ; + rdfs:label "2-oxopropanal"@en ; + dct:description "2-oxopropanal, i.e. a dicarbonyl compound with adjacent ketonic and aldehidic groups "@en ; + skos:prefLabel "methylglyoxal"@en ; + skos:altLabel "CH3COCHO"@en ; + skos:altLabel "2-oxopropanal"@en ; + skos:altLabel "pyruvaldehyde"@en ; + skos:broader ; + skos:notation "2-oxopropanal" . + + + a skos:Concept ; + rdfs:label "propanal"@en ; + dct:description "propanal, i.e. an aldehyde with three carbon atoms"@en ; + skos:prefLabel "propanal"@en ; + skos:altLabel "C3H6O"@en ; + skos:altLabel "propionaldehyde"@en ; + skos:altLabel "methylacetaldehyde"@en ; + skos:altLabel "propionic aldehyde"@en ; + skos:altLabel "propaldehyde"@en ; + skos:broader ; + skos:notation "propanal" . + + + a skos:Concept ; + rdfs:label "2-methylprop-2-enal"@en ; + dct:description "2-methylprop-2-enal, i.e. an aldehyde with three carbon atoms and a methyl group on the central carbon"@en ; + skos:prefLabel "methacrolein"@en ; + skos:altLabel "2-methylprop-2-enal"@en ; + skos:altLabel "C4H6O"@en ; + skos:altLabel "methacrylaldehyde"@en ; + skos:altLabel "isobutenal"@en ; + skos:broader ; + skos:notation "2-methylprop-2-enal" . + + + a skos:Concept ; + rdfs:label "butanal"@en ; + dct:description "butanal, i.e. an aldehyde with three carbon atoms"@en ; + skos:prefLabel "butanal"@en ; + skos:altLabel "C4H8O"@en ; + skos:altLabel "butyraldehyde"@en ; + skos:broader ; + skos:notation "butanal" . + + + a skos:Concept ; + rdfs:label "pentanal"@en ; + dct:description "pentanal, i.e. an aldehyde with three carbon atoms"@en ; + skos:prefLabel "pentanal"@en ; + skos:altLabel "pentanaldehyde"@en ; + skos:altLabel "valeraldehyde"@en ; + skos:altLabel "valeric aldehyde"@en ; + skos:broader ; + skos:notation "pentanal" . + + + a skos:Concept ; + rdfs:label "ketone"@en ; + dct:description "an organic molecule with a ketone (=O) group"@en ; + skos:prefLabel "ketone"@en ; + skos:broader ; + skos:notation "ketone" . + + + a skos:Concept ; + rdfs:label "acetone"@en ; + dct:description "acetone, i.e. a ketone with three carbon atoms and an oxygen double bonded to the central carbon atom"@en ; + skos:prefLabel "acetone"@en ; + skos:altLabel "propanone"@en ; + skos:altLabel "CH3COCH3"@en ; + skos:altLabel "propan-2-one"@en ; + skos:altLabel "dimethyl ketone"@en ; + skos:altLabel "dimethyl carbonyl"@en ; + skos:altLabel "beta-ketopropane"@en ; + skos:broader ; + skos:notation "acetone" . + + + a skos:Concept ; + rdfs:label "butenone"@en ; + dct:description "butenone, i.e. a linear four carbon atoms chain ketone with a conjugated carbon double bond"@en ; + skos:prefLabel "methyl vinyl ketone"@en ; + skos:altLabel "butenone"@en ; + skos:altLabel "C4H6O"@en ; + skos:altLabel "3-buten-2-one"@en ; + skos:broader ; + skos:notation "butenone" . + + + a skos:Concept ; + rdfs:label "butan-2-one"@en ; + dct:description "butan-2-one, i.e. a linear ketone with four carbon atoms and the oxygen atom bound to the second carbon "@en ; + skos:prefLabel "methyl ethyl ketone"@en ; + skos:altLabel "butan-2-one"@en ; + skos:altLabel "C4H8O"@en ; + skos:altLabel "MEK"@en ; + skos:altLabel "2-butanone"@en ; + skos:altLabel "methylpropanone"@en ; + skos:altLabel "ethylmethylketone"@en ; + skos:altLabel "methylacetone"@en ; + skos:broader ; + skos:notation "butan-2-one" . + + + a skos:Concept ; + rdfs:label "2-pentanone"@en ; + dct:description "2-pentanone, i.e. a linear ketone with five carbon atoms and the oxygen atom bound to the second carbon "@en ; + skos:prefLabel "2-pentanone"@en ; + skos:altLabel "methyl propyl ketone"@en ; + skos:altLabel "2-pentanone"@en ; + skos:altLabel "MPK"@en ; + skos:broader ; + skos:notation "2-pentanone" . + + + a skos:Concept ; + rdfs:label "organic nitrate"@en ; + dct:description "a hydrocarbon with a functional nitrate (i.e. NO3) group"@en ; + skos:prefLabel "organic nitrate"@en ; + skos:broader ; + skos:notation "organic-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxyacetylnitrate"@en ; + dct:description "an organic molecule formed in the reaction of the peroxyacetyl radical with nitrogen dioxide"@en ; + skos:prefLabel "PAN"@en ; + skos:altLabel "peroxyacetylnitrate"@en ; + skos:altLabel "nitro ethaneperoxoate"@en ; + skos:altLabel "CH3C(O)OONO2"@en ; + skos:altLabel "CH3CO3NO2"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "peroxyacetylnitrate" . + + + a skos:Concept ; + rdfs:label "methoxy peroxyacetyl nitrate"@en ; + dct:description "methoxy peroxyacetyl nitrate"@en ; + skos:prefLabel "methoxy peroxyacetyl nitrate"@en ; + skos:altLabel "MoPN"@en ; + skos:broader ; + skos:notation "methoxy-peroxyacetyl-nitrate" . + + + a skos:Concept ; + rdfs:label "methyl nitrate"@en ; + dct:description "methyl nitrate"@en ; + skos:prefLabel "methyl nitrate"@en ; + skos:broader ; + skos:notation "methyl-nitrate" . + + + a skos:Concept ; + rdfs:label "ethyl nitrate"@en ; + dct:description "ethyl nitrate"@en ; + skos:prefLabel "ethyl nitrate"@en ; + skos:broader ; + skos:notation "ethyl-nitrate" . + + + a skos:Concept ; + rdfs:label "2-butyl-nitrate"@en ; + dct:description "2-butyl-nitrate"@en ; + skos:prefLabel "2-butyl-nitrate"@en ; + skos:broader ; + skos:notation "2-butyl-nitrate" . + + + a skos:Concept ; + rdfs:label "2-pentyl-nitrate"@en ; + dct:description "2-pentyl-nitrate"@en ; + skos:prefLabel "2-pentyl-nitrate"@en ; + skos:broader ; + skos:notation "2-pentyl-nitrate" . + + + a skos:Concept ; + rdfs:label "3-methyl-2-butyl-nitrate"@en ; + dct:description "3-methyl-2-butyl-nitrate"@en ; + skos:prefLabel "3-methyl-2-butyl-nitrate"@en ; + skos:broader ; + skos:notation "3-methyl-2-butyl-nitrate" . + + + a skos:Concept ; + rdfs:label "3-pentyl-nitrate"@en ; + dct:description "3-pentyl-nitrate"@en ; + skos:prefLabel "3-pentyl-nitrate"@en ; + skos:broader ; + skos:notation "3-pentyl-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxyacryloyl nitrate"@en ; + dct:description "peroxyacryloyl nitrate"@en ; + skos:prefLabel "peroxyacryloyl nitrate"@en ; + skos:altLabel "APAN"@en ; + skos:broader ; + skos:notation "peroxyacryloyl-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxymethacryloyl nitrate"@en ; + dct:description "peroxymethacryloyl nitrate"@en ; + skos:prefLabel "peroxymethacryloyl nitrate"@en ; + skos:altLabel "MPAN"@en ; + skos:broader ; + skos:notation "peroxymethacryloyl-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxybutyryl nitrate"@en ; + dct:description "peroxybutyryl nitrate"@en ; + skos:prefLabel "peroxybutyryl nitrate"@en ; + skos:altLabel "PBN"@en ; + skos:broader ; + skos:notation "peroxybutyryl-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxybenzoyl nitrate"@en ; + dct:description "peroxybenzoyl nitrate"@en ; + skos:prefLabel "peroxybenzoyl nitrate"@en ; + skos:altLabel "PBzN"@en ; + skos:broader ; + skos:notation "peroxybenzoyl-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxyisobutyric nitrate"@en ; + dct:description "peroxyisobutyric nitrate"@en ; + skos:prefLabel "peroxyisobutyric nitrate"@en ; + skos:altLabel "PiBN"@en ; + skos:broader ; + skos:notation "peroxyisobutyric-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxy pentyryl nitrate"@en ; + dct:description "peroxy pentyryl nitrate"@en ; + skos:prefLabel "peroxy pentyryl nitrate"@en ; + skos:altLabel "PPeN"@en ; + skos:broader ; + skos:notation "peroxy-pentyryl-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxyl propionyl nitrate"@en ; + dct:description "peroxyl propionyl nitrate"@en ; + skos:prefLabel "peroxyl propionyl nitrate"@en ; + skos:altLabel "PPN"@en ; + skos:broader ; + skos:notation "peroxyl-propionyl-nitrate" . + + + a skos:Concept ; + rdfs:label "propyl nitrate"@en ; + dct:description "propyl nitrate"@en ; + skos:prefLabel "propyl nitrate"@en ; + skos:broader ; + skos:notation "propyl-nitrate" . + + + a skos:Concept ; + rdfs:label "alcohol"@en ; + dct:description "a volatile organic carbon with a hydroxyl group"@en ; + skos:prefLabel "alcohol"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "alcohol" . + + + a skos:Concept ; + rdfs:label "methanol"@en ; + dct:description "an alcohol consisting of one carbon atom, three hydrogen atoms, and the hydroxyl group"@en ; + skos:prefLabel "CH3OH"@en ; + skos:altLabel "methanol"@en ; + skos:broader ; + skos:notation "methanol" . + + + a skos:Concept ; + rdfs:label "ethanol"@en ; + dct:description "an alcohol consisting of two carbon atoms, five hydrogen atoms, and the hydroxyl group"@en ; + skos:prefLabel "C2H5OH"@en ; + skos:altLabel "ethanol"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "ethanol" . + + + a skos:Concept ; + rdfs:label "organic peroxide"@en ; + dct:description "an organic molecule containing an OOH group"@en ; + skos:prefLabel "ROOH"@en ; + skos:altLabel "organic peroxide"@en ; + skos:broader ; + skos:notation "organic-peroxide" . + + + a skos:Concept ; + rdfs:label "methyl hydroperoxide"@en ; + dct:description "the simplest organic peroxide consisting of a methyl group and the OOH group"@en ; + skos:prefLabel "CH3OOH"@en ; + skos:altLabel "methyl hydroperoxide"@en ; + skos:altLabel "hydroperoxymethane"@en ; + skos:broader ; + skos:notation "methyl-hydroperoxide" . + + + a skos:Concept ; + rdfs:label "ether"@en ; + dct:description "an organic molecule that contains an ether group, i.e. R-O-R'"@en ; + skos:prefLabel "ether"@en ; + skos:broader ; + skos:closeMatch ; + skos:notation "ether" . + + + a skos:Concept ; + rdfs:label "2-methoxy-2-methylpropane"@en ; + dct:description "2-methoxy-2-methylpropane"@en ; + skos:prefLabel "2-methoxy-2-methylpropane"@en ; + skos:altLabel "2-methoxy-2-methylpropane"@en ; + skos:altLabel "methyl tertiary-butyl ether"@en ; + skos:altLabel "methyl tert-butyl ether"@en ; + skos:altLabel "methyl t-butyl ether"@en ; + skos:altLabel "MTBE"@en ; + skos:altLabel "tert-butyl methyl ether"@en ; + skos:altLabel "tBME"@en ; + skos:altLabel "tert-BuOMe"@en ; + skos:broader ; + skos:notation "2-methoxy-2-methylpropane" . + + + a skos:Concept ; + rdfs:label "ester"@en ; + dct:description "ester"@en ; + skos:prefLabel "ester"@en ; + skos:broader ; + skos:notation "ester" . + + + a skos:Concept ; + rdfs:label "methyl acetate"@en ; + dct:description "methyl acetate"@en ; + skos:prefLabel "methyl acetate"@en ; + skos:altLabel "methyl acetate"@en ; + skos:altLabel "MeOAc"@en ; + skos:altLabel "acetic acid methyl ester"@en ; + skos:altLabel "methyl ethanoate"@en ; + skos:broader ; + skos:notation "methyl-acetate" . + + + a skos:Concept ; + rdfs:label "ethaneperoxoic acid"@en ; + dct:description "ethaneperoxoic acid"@en ; + skos:prefLabel "ethaneperoxoic acid"@en ; + skos:altLabel "ethaneperoxoic acid"@en ; + skos:altLabel "peroxyacetic acid"@en ; + skos:altLabel "peracetic acid"@en ; + skos:altLabel "acetic peroxide"@en ; + skos:altLabel "acetyl hydroperoxide"@en ; + skos:altLabel "proxitane"@en ; + skos:broader ; + skos:notation "ethaneperoxoic-acid" . + + + a skos:Concept ; + rdfs:label "propanoic acid"@en ; + dct:description "propanoic acid"@en ; + skos:prefLabel "propanoic acid"@en ; + skos:altLabel "propionic acid"@en ; + skos:altLabel "carboxyethane"@en ; + skos:altLabel "ethanecarboxylic acid"@en ; + skos:altLabel "ethylformic acid"@en ; + skos:altLabel "metacetonic acid"@en ; + skos:altLabel "C2H5COOH"@en ; + skos:altLabel "methylacetic acid"@en ; + skos:broader ; + skos:exactMatch ; + skos:notation "propanoic-acid" . + + + a skos:Concept ; + rdfs:label "polycyclic aromatic hydrocarbon"@en ; + dct:description "organic molecules consisting of several aromatic rings"@en ; + skos:prefLabel "PAH"@en ; + skos:altLabel "polycyclic aromatic hydrocarbon"@en ; + skos:altLabel "polyaromatic hydrocarbon"@en ; + skos:broader ; + skos:notation "polycyclic-aromatic-hydrocarbon" . + + + a skos:Concept ; + rdfs:label "naphtalene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 2 benzene rings"@en ; + skos:prefLabel "naphtalene"@en ; + skos:altLabel "C10H8"@en ; + skos:altLabel "bicyclo(4.4.0)deca-1,3,5,7,9-pentene"@en ; + skos:altLabel "naphthalin"@en ; + skos:altLabel "hexalene"@en ; + skos:broader ; + skos:notation "naphtalene" . + + + a skos:Concept ; + rdfs:label "acenaphthylene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 2 benzene rings"@en ; + skos:prefLabel "acenaphthylene"@en ; + skos:altLabel "C12H8"@en ; + skos:altLabel "tricyclo(6.3.1.04,12)dodeca-1(12),2,4,6,8,10-hexaene"@en ; + skos:altLabel "cycopenta(de)naphthalene"@en ; + skos:broader ; + skos:notation "acenaphthylene" . + + + a skos:Concept ; + rdfs:label "acenaphthene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 2 benzene rings"@en ; + skos:prefLabel "acenaphthene"@en ; + skos:altLabel "C12H10"@en ; + skos:altLabel "tricyclo(6.3.1.04,12)dodeca-1(12),4,6,8,10-pentaene"@en ; + skos:altLabel "1,8-ethylenenaphthalene"@en ; + skos:altLabel "peri-ethylenenaphthalene"@en ; + skos:altLabel "naphthyleneethylene"@en ; + skos:altLabel "Tricyclo(6.3.1.04,12)dodecapentaene"@en ; + skos:broader ; + skos:notation "acenaphthene" . + + + a skos:Concept ; + rdfs:label "fluorene"@en ; + dct:description "a polycyclic aromatic hydrocarbon with the formula C13H10"@en ; + skos:prefLabel "9H-fluorene"@en ; + skos:altLabel "fluorene"@en ; + skos:broader ; + skos:notation "fluorene" . + + + a skos:Concept ; + rdfs:label "anthracene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 3 benzene rings"@en ; + skos:prefLabel "anthracene"@en ; + skos:altLabel "C14H10"@en ; + skos:broader ; + skos:notation "anthracene" . + + + a skos:Concept ; + rdfs:label "phenantrene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 3 benzene rings"@en ; + skos:prefLabel "phenantrene"@en ; + skos:altLabel "C14H10"@en ; + skos:broader ; + skos:notation "phenantrene" . + + + a skos:Concept ; + rdfs:label "fluoranthene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 3 benzene rings"@en ; + skos:prefLabel "fluoranthene"@en ; + skos:altLabel "C16H10"@en ; + skos:altLabel "benzo(j, k)fluorene"@en ; + skos:broader ; + skos:notation "fluoranthene" . + + + a skos:Concept ; + rdfs:label "tetracene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "tetracene"@en ; + skos:altLabel "C18H12"@en ; + skos:altLabel "naphthacene"@en ; + skos:altLabel "benz(b)anthracene"@en ; + skos:altLabel "2,3-benzanthracene"@en ; + skos:broader ; + skos:notation "tetracene" . + + + a skos:Concept ; + rdfs:label "chrysene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "chrysene"@en ; + skos:altLabel "C18H12"@en ; + skos:altLabel "benzo(a)phenanthrene"@en ; + skos:altLabel "1,2-benzphenanthrene"@en ; + skos:broader ; + skos:notation "chrysene" . + + + a skos:Concept ; + rdfs:label "triphenylene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "triphenylene"@en ; + skos:altLabel "C18H12"@en ; + skos:altLabel "benzo(l)phenanthrene"@en ; + skos:altLabel "9,10-benzophenanthrene"@en ; + skos:altLabel "1,2,3,4-dibenznaphthalene"@en ; + skos:altLabel "isochrysene"@en ; + skos:broader ; + skos:notation "triphenylene" . + + + a skos:Concept ; + rdfs:label "benz(a)anthracene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "benz(a)anthracene"@en ; + skos:altLabel "C18H12"@en ; + skos:altLabel "benzanthracene"@en ; + skos:altLabel "Benzanthrene"@en ; + skos:altLabel "1,2-Benzanthracene"@en ; + skos:altLabel "Benzo(b)phenanthrene"@en ; + skos:altLabel "Tetraphene"@en ; + skos:broader ; + skos:notation "benz(a)anthracene" . + + + a skos:Concept ; + rdfs:label "pyrene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "pyrene"@en ; + skos:altLabel "C16H10"@en ; + skos:altLabel "benzo(def)phenanthrene"@en ; + skos:broader ; + skos:notation "pyrene" . + + + a skos:Concept ; + rdfs:label "benzo(a)pyrene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 5 benzene rings"@en ; + skos:prefLabel "benzo(a)pyrene"@en ; + skos:altLabel "C20H12"@en ; + skos:broader ; + skos:notation "benzo(a)pyrene" . + + + a skos:Concept ; + rdfs:label "benzo(b)fluoranthene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "benzo(b)fluoranthene"@en ; + skos:altLabel "C20H12"@en ; + skos:broader ; + skos:notation "benzo(b)fluoranthene" . + + + a skos:Concept ; + rdfs:label "benzo(j)fluoranthene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "benzo(j)fluoranthene"@en ; + skos:altLabel "C20H12"@en ; + skos:broader ; + skos:notation "benzo(j)fluoranthene" . + + + a skos:Concept ; + rdfs:label "benzo(k)fluoranthene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "benzo(k)fluoranthene"@en ; + skos:altLabel "C20H12"@en ; + skos:broader ; + skos:notation "benzo(k)fluoranthene" . + + + a skos:Concept ; + rdfs:label "dibenz(a,h)anthracene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 5 benzene rings"@en ; + skos:prefLabel "dibenz(a,h)anthracene"@en ; + skos:altLabel "C22H14"@en ; + skos:broader ; + skos:notation "dibenz(a,h)anthracene" . + + + a skos:Concept ; + rdfs:label "indeno(1,2,3-cd)pyrene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 5 benzene rings"@en ; + skos:prefLabel "indeno(1,2,3-cd)pyrene"@en ; + skos:altLabel "C22H12"@en ; + skos:altLabel "o-phenylenepyrene"@en ; + skos:altLabel "indenopyrene"@en ; + skos:altLabel "1,10-(o-phenylene)pyrene"@en ; + skos:altLabel "1,10-(1,2-phenylene)pyrene"@en ; + skos:altLabel "2,3-(o-phenylene)pyrene"@en ; + skos:altLabel "2,3-phenylenepyrene"@en ; + skos:altLabel "1,10-(ortho-phenylene)pyrene"@en ; + skos:broader ; + skos:notation "indeno(1,2,3-cd)pyrene" . + + + a skos:Concept ; + rdfs:label "polychlorinated pesticide"@en ; + dct:description "polychlorinated pesticide"@en ; + skos:prefLabel "polychlorinated pesticide"@en ; + skos:broader ; + skos:notation "polychlorinated-pesticide" . + + + a skos:Concept ; + rdfs:label "polychlorinated biphenyl"@en ; + dct:description "a molecule with several chlorine atoms attached to a biphenyl, i.e. a molecule consisting of two benzene rings"@en ; + skos:prefLabel "PCB"@en ; + skos:altLabel "polychlorinated biphenyl"@en ; + skos:broader ; + skos:notation "polychlorinated-biphenyl" . + + + a skos:Concept ; + rdfs:label "aldrin"@en ; + dct:description "organochlorine insecticide derived from hexachlorocyclopentadiene"@en ; + skos:prefLabel "aldrin"@en ; + skos:altLabel "C12H8Cl6"@en ; + skos:altLabel "1,2,3,4,10,10-hexachloro-1,4,4a,5,8,8a-hexahydro-1,4:5,8-dimethanonaphthalene"@en ; + skos:altLabel "HHDN"@en ; + skos:altLabel "octalene"@en ; + skos:broader ; + skos:notation "aldrin" . + + + a skos:Concept ; + rdfs:label "alpha-hexachlorocyclohexane"@en ; + dct:description "organochloride derived from cyclohexane and a byproduct of lindane production"@en ; + skos:prefLabel "alpha-hexachlorocyclohexane"@en ; + skos:altLabel "C6H6Cl"@en ; + skos:altLabel "alpha-1,2,3,4,5,6-hexachlorocyclohexane"@en ; + skos:altLabel "alpha-HCH"@en ; + skos:altLabel "alpha-Benzenehexachloride"@en ; + skos:altLabel "alpha-BHC"@en ; + skos:altLabel "alpha-hexaclorane"@en ; + skos:altLabel "alpha-Lindane"@en ; + skos:broader ; + skos:notation "alpha-hexachlorocyclohexane" . + + + a skos:Concept ; + rdfs:label "beta-hexachlorocyclohexane"@en ; + dct:description "organochloride derived from cyclohexane and a byproduct of lindane production"@en ; + skos:prefLabel "alpha-hexachlorocyclohexane"@en ; + skos:altLabel "C6H6Cl"@en ; + skos:altLabel "beta-1,2,3,4,5,6-hexachlorocyclohexane"@en ; + skos:altLabel "beta-HCH"@en ; + skos:altLabel "beta-benzenehexachloride"@en ; + skos:altLabel "beta-BHC"@en ; + skos:broader ; + skos:notation "beta-hexachlorocyclohexane" . + + + a skos:Concept ; + rdfs:label "gamma-hexachlorocyclohexane"@en ; + dct:description "organochloride commonly known as lindane"@en ; + skos:prefLabel "gamma-hexachlorocyclohexane"@en ; + skos:altLabel "C6H6Cl"@en ; + skos:altLabel "lindane"@en ; + skos:altLabel "gamma-hexachlorocyclohexane"@en ; + skos:altLabel "gamma-HCH"@en ; + skos:altLabel "gammaxene"@en ; + skos:altLabel "gammallin"@en ; + skos:broader ; + skos:notation "gamma-hexachlorocyclohexane" . + + + a skos:Concept ; + rdfs:label "ion"@en ; + dct:description "an atom or molecule with imbalanced positive and negative charges. Positively charged ions are cations, negatively charged ions are anions."@en ; + skos:prefLabel "ion"@en ; + skos:broader ; + skos:broader ; + skos:notation "ion" . + + + a skos:Concept ; + rdfs:label "anion"@en ; + dct:description "an ion with a negative charge"@en ; + skos:prefLabel "anion"@en ; + skos:broader ; + skos:notation "anion" . + + + a skos:Concept ; + rdfs:label "cation"@en ; + dct:description "an ion with a positive charge"@en ; + skos:prefLabel "cation"@en ; + skos:broader ; + skos:notation "cation" . + + + a skos:Concept ; + rdfs:label "hydrogen-ion"@en ; + dct:description "the positively charged hydrogen atom, i.e. a single proton"@en ; + skos:prefLabel "H+"@en ; + skos:altLabel "hydrogen-ion"@en ; + skos:broader ; + skos:notation "hydrogen-ion" . + + + a skos:Concept ; + rdfs:label "bromide-ion"@en ; + dct:description "bromide-ion"@en ; + skos:prefLabel "Br-"@en ; + skos:altLabel "bromide-ion"@en ; + skos:broader ; + skos:notation "bromide-ion" . + + + a skos:Concept ; + rdfs:label "chloride-ion"@en ; + dct:description "chloride-ion"@en ; + skos:prefLabel "Cl-"@en ; + skos:altLabel "chloride-ion"@en ; + skos:broader ; + skos:notation "chloride-ion" . + + + a skos:Concept ; + rdfs:label "fluoride-ion"@en ; + dct:description "fluoride-ion"@en ; + skos:prefLabel "F-"@en ; + skos:altLabel "fluoride-ion"@en ; + skos:broader ; + skos:notation "fluoride-ion" . + + + a skos:Concept ; + rdfs:label "iodide-ion"@en ; + dct:description "iodide-ion"@en ; + skos:prefLabel "I-"@en ; + skos:altLabel "iodide-ion"@en ; + skos:broader ; + skos:notation "iodide-ion" . + + + a skos:Concept ; + rdfs:label "phosphate-ion"@en ; + dct:description "phosphate-ion"@en ; + skos:prefLabel "PO4(3-)"@en ; + skos:altLabel "phosphate-ion"@en ; + skos:broader ; + skos:notation "phosphate-ion" . + + + a skos:Concept ; + rdfs:label "sulphate-ion"@en ; + dct:description "sulphate-ion"@en ; + skos:prefLabel "SO4(2-)"@en ; + skos:altLabel "sulphate-ion"@en ; + skos:broader ; + skos:notation "sulphate-ion" . + + + a skos:Concept ; + rdfs:label "calcium-ion"@en ; + dct:description "calcium-ion"@en ; + skos:prefLabel "Ca++"@en ; + skos:altLabel "calcium-ion"@en ; + skos:broader ; + skos:notation "calcium-ion" . + + + a skos:Concept ; + rdfs:label "magnesium-ion"@en ; + dct:description "magnesium-ion"@en ; + skos:prefLabel "Mg++"@en ; + skos:altLabel "magnesium-ion"@en ; + skos:broader ; + skos:notation "magnesium-ion" . + + + a skos:Concept ; + rdfs:label "potassium-ion"@en ; + dct:description "potassium-ion"@en ; + skos:prefLabel "K+"@en ; + skos:altLabel "potassium-ion"@en ; + skos:broader ; + skos:notation "potassium-ion" . + + + a skos:Concept ; + rdfs:label "sodium-ion"@en ; + dct:description "sodium-ion"@en ; + skos:prefLabel "Na+"@en ; + skos:altLabel "sodium-ion"@en ; + skos:broader ; + skos:notation "sodium-ion" . + + + a skos:Concept ; + rdfs:label "ammonium-ion"@en ; + dct:description "ammonium-ion"@en ; + skos:prefLabel "NH4+"@en ; + skos:altLabel "ammonium-ion"@en ; + skos:broader ; + skos:notation "ammonium-ion" . + + + a skos:Concept ; + rdfs:label "nitrate-ion"@en ; + dct:description "nitrate-ion"@en ; + skos:prefLabel "NO3-"@en ; + skos:altLabel "nitrate-ion"@en ; + skos:broader ; + skos:notation "nitrate-ion" . + + + a skos:Concept ; + rdfs:label "nitrite-ion"@en ; + dct:description "nitrite-ion"@en ; + skos:prefLabel "NO2-"@en ; + skos:altLabel "nitrite-ion"@en ; + skos:broader ; + skos:notation "nitrite-ion" . + + + a skos:Concept ; + rdfs:label "formate-ion"@en ; + dct:description "formate-ion"@en ; + skos:prefLabel "HCOO-"@en ; + skos:altLabel "formate-ion"@en ; + skos:broader ; + skos:notation "formate-ion" . + + + a skos:Concept ; + rdfs:label "acetate-ion"@en ; + dct:description "acetate-ion"@en ; + skos:prefLabel "CH3COO-"@en ; + skos:altLabel "acetate-ion"@en ; + skos:broader ; + skos:notation "acetate-ion" . + + + a skos:Concept ; + rdfs:label "proprionate-ion"@en ; + dct:description "proprionate-ion"@en ; + skos:prefLabel "C2H5COO-"@en ; + skos:altLabel "proprionate-ion"@en ; + skos:broader ; + skos:notation "proprionate-ion" . + + + a skos:Concept ; + rdfs:label "methane sulfonate ion"@en ; + dct:description "methane sulfonate ion"@en ; + skos:prefLabel "CH3O3S-"@en ; + skos:altLabel "methane sulfonate ion"@en ; + skos:broader ; + skos:notation "methane-sulfonate-ion" . + + + a skos:Concept ; + rdfs:label "elemental carbon"@en ; + dct:description "elemental carbon"@en ; + skos:prefLabel "EC"@en ; + skos:altLabel "elemental carbon"@en ; + skos:broader ; + skos:notation "elemental-carbon" . + + + a skos:Concept ; + rdfs:label "total carbon"@en ; + dct:description "total carbon"@en ; + skos:prefLabel "TC"@en ; + skos:altLabel "total carbon"@en ; + skos:broader ; + skos:notation "total-carbon" . + + + a skos:Concept ; + rdfs:label "organic carbon"@en ; + dct:description "organic carbon"@en ; + skos:prefLabel "OC"@en ; + skos:altLabel "organic carbon"@en ; + skos:broader ; + skos:notation "organic-carbon" . + + + a skos:Concept ; + rdfs:label "brown carbon"@en ; + dct:description "brown carbon"@en ; + skos:prefLabel "brC"@en ; + skos:altLabel "brown carbon"@en ; + skos:broader ; + skos:notation "brown-carbon" . + + + a skos:Concept ; + rdfs:label "black carbon"@en ; + dct:description "black carbon"@en ; + skos:prefLabel "BC"@en ; + skos:altLabel "black carbon"@en ; + skos:broader ; + skos:notation "black-carbon" . + + + a skos:Concept ; + rdfs:label "water soluble carbon"@en ; + dct:description "water soluble carbon"@en ; + skos:prefLabel "solC"@en ; + skos:altLabel "water soluble carbon"@en ; + skos:broader ; + skos:notation "water-soluble-carbon" . + + + a skos:Concept ; + rdfs:label "ammonium nitrate"@en ; + dct:description "ammonium nitrate"@en ; + skos:prefLabel "NH4NO3"@en ; + skos:altLabel "ammonium nitrate"@en ; + skos:broader ; + skos:notation "ammonium-nitrate" . + From ab28886f7bd9c2f62260a23180f77014bcb3c116 Mon Sep 17 00:00:00 2001 From: maschu09 Date: Wed, 15 Jun 2016 11:17:25 +0200 Subject: [PATCH 10/16] Create wmdsObservedVariable.ttl --- ttl/wmdsObservedVariable.ttl | 7167 ++++++++++++++++++++++++++++++++++ 1 file changed, 7167 insertions(+) create mode 100644 ttl/wmdsObservedVariable.ttl diff --git a/ttl/wmdsObservedVariable.ttl b/ttl/wmdsObservedVariable.ttl new file mode 100644 index 0000000..c1384f1 --- /dev/null +++ b/ttl/wmdsObservedVariable.ttl @@ -0,0 +1,7167 @@ + +#10000 +wmdsObservedVariable:Atmosphere +a skos:Concept ; +skos:notation 10000 ; +dct:notation 10000 ; +rdfs:label "Atmosphere" ; +. + +#37 +wmdsObservedVariable:Aerological soundings +a skos:Concept ; +skos:notation 37 ; +dct:notation 37 ; +rdfs:label "Aerological soundings" ; +skos:broader Atmosphere ; +. + +#39 +wmdsObservedVariable:Atmospheric density +a skos:Concept ; +skos:notation 39 ; +dct:notation 39 ; +rdfs:label "Atmospheric density" ; +skos:broader Atmosphere ; +. + +#44 +wmdsObservedVariable:Integrated air samples +a skos:Concept ; +skos:notation 44 ; +dct:notation 44 ; +rdfs:label "Integrated air samples" ; +skos:broader Atmosphere ; +. + +#56 +wmdsObservedVariable:Special phenomena +a skos:Concept ; +skos:notation 56 ; +dct:notation 56 ; +rdfs:label "Special phenomena" ; +skos:broader Atmosphere ; +. + +#57 +wmdsObservedVariable:State of ground +a skos:Concept ; +skos:notation 57 ; +dct:notation 57 ; +rdfs:label "State of ground" ; +skos:broader Atmosphere ; +. + +#10001 +wmdsObservedVariable:Aerosol +a skos:Concept ; +skos:notation 10001 ; +dct:notation 10001 ; +rdfs:label "Aerosol" ; +skos:broader Atmosphere ; +. + +#10002 +wmdsObservedVariable:Composition +a skos:Concept ; +skos:notation 10002 ; +dct:notation 10002 ; +rdfs:label "Composition" ; +skos:broader Aerosol ; +. + +#579 +wmdsObservedVariable:Acidity/Alkalinity +a skos:Concept ; +skos:notation 579 ; +dct:notation 579 ; +rdfs:label "Acidity/Alkalinity in total aerosol"" ; +skos:broader Composition ; +defchem:medium medium:total aerosol" ; +. + +#10003 +wmdsObservedVariable:Inorganic anions +a skos:Concept ; +skos:notation 10003 ; +dct:notation 10003 ; +rdfs:label "Inorganic anions" ; +skos:broader Composition ; +. + +#614 +wmdsObservedVariable:Chloride +a skos:Concept ; +skos:notation 614 ; +dct:notation 614 ; +rdfs:label "Chloride(Cl-) in PM1"" ; +skos:broader Inorganic anions ; +defchem:medium medium:PM1" ; +. + +#615 +wmdsObservedVariable:Chloride +a skos:Concept ; +skos:notation 615 ; +dct:notation 615 ; +rdfs:label "Chloride(Cl-) in PM10"" ; +skos:broader Inorganic anions ; +defchem:medium medium:PM10" ; +. + +#616 +wmdsObservedVariable:Chloride +a skos:Concept ; +skos:notation 616 ; +dct:notation 616 ; +rdfs:label "Chloride(Cl-) in PM2.5"" ; +skos:broader Inorganic anions ; +defchem:medium medium:PM2.5" ; +. + +#617 +wmdsObservedVariable:Chloride +a skos:Concept ; +skos:notation 617 ; +dct:notation 617 ; +rdfs:label "Chloride(Cl-) in total aerosol"" ; +skos:broader Inorganic anions ; +defchem:medium medium:total aerosol" ; +. + +#618 +wmdsObservedVariable:Fluoride +a skos:Concept ; +skos:notation 618 ; +dct:notation 618 ; +rdfs:label "Fluoride(F-) in total aerosol"" ; +skos:broader Inorganic anions ; +defchem:medium medium:total aerosol" ; +. + +#619 +wmdsObservedVariable:Sulphate +a skos:Concept ; +skos:notation 619 ; +dct:notation 619 ; +rdfs:label "Sulphate(SO4=) in corrected"" ; +skos:broader Inorganic anions ; +defchem:medium medium:corrected" ; +. + +#620 +wmdsObservedVariable:Sulphate +a skos:Concept ; +skos:notation 620 ; +dct:notation 620 ; +rdfs:label "Sulphate(SO4=) in total"" ; +skos:broader Inorganic anions ; +defchem:medium medium:total" ; +. + +#621 +wmdsObservedVariable:Sulphate , total +a skos:Concept ; +skos:notation 621 ; +dct:notation 621 ; +rdfs:label "Sulphate , total(SO4=) in PM10"" ; +skos:broader Inorganic anions ; +defchem:medium medium:PM10" ; +. + +#622 +wmdsObservedVariable:Sulphate , total +a skos:Concept ; +skos:notation 622 ; +dct:notation 622 ; +rdfs:label "Sulphate , total(SO4=) in PM2.5"" ; +skos:broader Inorganic anions ; +defchem:medium medium:PM2.5" ; +. + +#10004 +wmdsObservedVariable:Inorganic carbonaceous +a skos:Concept ; +skos:notation 10004 ; +dct:notation 10004 ; +rdfs:label "Inorganic carbonaceous" ; +skos:broader Composition ; +. + +#623 +wmdsObservedVariable:Elemental carbon +a skos:Concept ; +skos:notation 623 ; +dct:notation 623 ; +rdfs:label "Elemental carbon(coarse) in PM10"" ; +skos:broader Inorganic carbonaceous ; +defchem:medium medium:PM10" ; +. + +#624 +wmdsObservedVariable:Elemental carbon +a skos:Concept ; +skos:notation 624 ; +dct:notation 624 ; +rdfs:label "Elemental carbon in PM1"" ; +skos:broader Inorganic carbonaceous ; +defchem:medium medium:PM1" ; +. + +#625 +wmdsObservedVariable:Elemental carbon +a skos:Concept ; +skos:notation 625 ; +dct:notation 625 ; +rdfs:label "Elemental carbon in PM2.5"" ; +skos:broader Inorganic carbonaceous ; +defchem:medium medium:PM2.5" ; +. + +#626 +wmdsObservedVariable:Total carbon +a skos:Concept ; +skos:notation 626 ; +dct:notation 626 ; +rdfs:label "Total carbon(coarse) in PM10"" ; +skos:broader Inorganic carbonaceous ; +defchem:medium medium:PM10" ; +. + +#10005 +wmdsObservedVariable:Inorganic cations +a skos:Concept ; +skos:notation 10005 ; +dct:notation 10005 ; +rdfs:label "Inorganic cations" ; +skos:broader Composition ; +. + +#632 +wmdsObservedVariable:Calcium +a skos:Concept ; +skos:notation 632 ; +dct:notation 632 ; +rdfs:label "Calcium(Ca++) in PM10"" ; +skos:broader Inorganic cations ; +defchem:medium medium:PM10" ; +. + +#633 +wmdsObservedVariable:Calcium +a skos:Concept ; +skos:notation 633 ; +dct:notation 633 ; +rdfs:label "Calcium(Ca++) in PM2.5"" ; +skos:broader Inorganic cations ; +defchem:medium medium:PM2.5" ; +. + +#634 +wmdsObservedVariable:Calcium +a skos:Concept ; +skos:notation 634 ; +dct:notation 634 ; +rdfs:label "Calcium(Ca++) in total aerosol"" ; +skos:broader Inorganic cations ; +defchem:medium medium:total aerosol" ; +. + +#635 +wmdsObservedVariable:Magnesium +a skos:Concept ; +skos:notation 635 ; +dct:notation 635 ; +rdfs:label "Magnesium(Mg++) in PM10"" ; +skos:broader Inorganic cations ; +defchem:medium medium:PM10" ; +. + +#636 +wmdsObservedVariable:Magnesium +a skos:Concept ; +skos:notation 636 ; +dct:notation 636 ; +rdfs:label "Magnesium(Mg++) in PM2.5"" ; +skos:broader Inorganic cations ; +defchem:medium medium:PM2.5" ; +. + +#637 +wmdsObservedVariable:Magnesium +a skos:Concept ; +skos:notation 637 ; +dct:notation 637 ; +rdfs:label "Magnesium(Mg++) in total aerosol"" ; +skos:broader Inorganic cations ; +defchem:medium medium:total aerosol" ; +. + +#638 +wmdsObservedVariable:Potassium +a skos:Concept ; +skos:notation 638 ; +dct:notation 638 ; +rdfs:label "Potassium(K+) in PM10"" ; +skos:broader Inorganic cations ; +defchem:medium medium:PM10" ; +. + +#639 +wmdsObservedVariable:Potassium +a skos:Concept ; +skos:notation 639 ; +dct:notation 639 ; +rdfs:label "Potassium(K+) in PM2.5"" ; +skos:broader Inorganic cations ; +defchem:medium medium:PM2.5" ; +. + +#640 +wmdsObservedVariable:Potassium +a skos:Concept ; +skos:notation 640 ; +dct:notation 640 ; +rdfs:label "Potassium(K+) in total aerosol"" ; +skos:broader Inorganic cations ; +defchem:medium medium:total aerosol" ; +. + +#641 +wmdsObservedVariable:Sodium +a skos:Concept ; +skos:notation 641 ; +dct:notation 641 ; +rdfs:label "Sodium(Na+) in PM10"" ; +skos:broader Inorganic cations ; +defchem:medium medium:PM10" ; +. + +#642 +wmdsObservedVariable:Sodium +a skos:Concept ; +skos:notation 642 ; +dct:notation 642 ; +rdfs:label "Sodium(Na+) in PM2.5"" ; +skos:broader Inorganic cations ; +defchem:medium medium:PM2.5" ; +. + +#643 +wmdsObservedVariable:Sodium +a skos:Concept ; +skos:notation 643 ; +dct:notation 643 ; +rdfs:label "Sodium(Na+) in total aerosol"" ; +skos:broader Inorganic cations ; +defchem:medium medium:total aerosol" ; +. + +#10006 +wmdsObservedVariable:Inorganic nitrogen species +a skos:Concept ; +skos:notation 10006 ; +dct:notation 10006 ; +rdfs:label "Inorganic nitrogen species" ; +skos:broader Composition ; +defchem:chemical-species chemical-species:inorganic-nitrogen-species ; +. + +#644 +wmdsObservedVariable:Ammonia +a skos:Concept ; +skos:notation 644 ; +dct:notation 644 ; +rdfs:label "Ammonia(NH3) in PM2.5"" ; +skos:broader Inorganic nitrogen species ; +defchem:chemical-species chemical-species:ammonia ; +defchem:medium medium:PM2.5" ; +. + +#645 +wmdsObservedVariable:Ammonium +a skos:Concept ; +skos:notation 645 ; +dct:notation 645 ; +rdfs:label "Ammonium(NH4+) in PM10"" ; +skos:broader Inorganic nitrogen species ; +defchem:chemical-species chemical-species:ammonium ; +defchem:medium medium:PM10" ; +. + +#646 +wmdsObservedVariable:Ammonium +a skos:Concept ; +skos:notation 646 ; +dct:notation 646 ; +rdfs:label "Ammonium(NH4+) in PM2.5"" ; +skos:broader Inorganic nitrogen species ; +defchem:chemical-species chemical-species:ammonium ; +defchem:medium medium:PM2.5" ; +. + +#647 +wmdsObservedVariable:Ammonium +a skos:Concept ; +skos:notation 647 ; +dct:notation 647 ; +rdfs:label "Ammonium(NH4+) in total aerosol"" ; +skos:broader Inorganic nitrogen species ; +defchem:chemical-species chemical-species:ammonium ; +defchem:medium medium:total aerosol" ; +. + +#648 +wmdsObservedVariable:Ammonium nitrate +a skos:Concept ; +skos:notation 648 ; +dct:notation 648 ; +rdfs:label "Ammonium nitrate(NH4NO3) in total aerosol"" ; +skos:broader Inorganic nitrogen species ; +defchem:medium medium:total aerosol" ; +. + +#649 +wmdsObservedVariable:Ammonium nitrate (NH4NO3 +a skos:Concept ; +skos:notation 649 ; +dct:notation 649 ; +rdfs:label "Ammonium nitrate (NH4NO3 in PM1"" ; +skos:broader Inorganic nitrogen species ; +defchem:medium medium:PM1" ; +. + +#650 +wmdsObservedVariable:Nitrate +a skos:Concept ; +skos:notation 650 ; +dct:notation 650 ; +rdfs:label "Nitrate(NO3-) in PM10"" ; +skos:broader Inorganic nitrogen species ; +defchem:chemical-species chemical-species:nitrate ; +defchem:medium medium:PM10" ; +. + +#651 +wmdsObservedVariable:Nitrate +a skos:Concept ; +skos:notation 651 ; +dct:notation 651 ; +rdfs:label "Nitrate(NO3-) in PM2.5"" ; +skos:broader Inorganic nitrogen species ; +defchem:chemical-species chemical-species:nitrate ; +defchem:medium medium:PM2.5" ; +. + +#652 +wmdsObservedVariable:Nitrate +a skos:Concept ; +skos:notation 652 ; +dct:notation 652 ; +rdfs:label "Nitrate(NO3-) in total aerosol"" ; +skos:broader Inorganic nitrogen species ; +defchem:chemical-species chemical-species:nitrate ; +defchem:medium medium:total aerosol" ; +. + +#653 +wmdsObservedVariable:Nitrite +a skos:Concept ; +skos:notation 653 ; +dct:notation 653 ; +rdfs:label "Nitrite(NO2-) in total aerosol"" ; +skos:broader Inorganic nitrogen species ; +defchem:medium medium:total aerosol" ; +. + +#654 +wmdsObservedVariable:Sum of ammonia and ammonium (NH4+) +a skos:Concept ; +skos:notation 654 ; +dct:notation 654 ; +rdfs:label "Sum of ammonia and ammonium (NH4+)(NH3) in air and aerosol"" ; +skos:broader Inorganic nitrogen species ; +defchem:medium medium:air and aerosol" ; +. + +#655 +wmdsObservedVariable:Sum of nitric acid and nitrate (NO3-) +a skos:Concept ; +skos:notation 655 ; +dct:notation 655 ; +rdfs:label "Sum of nitric acid and nitrate (NO3-)(HNO3) in air and aerosol"" ; +skos:broader Inorganic nitrogen species ; +defchem:medium medium:air and aerosol" ; +. + +#10007 +wmdsObservedVariable:Major inorganic components +a skos:Concept ; +skos:notation 10007 ; +dct:notation 10007 ; +rdfs:label "Major inorganic components" ; +skos:broader Composition ; +. + +#656 +wmdsObservedVariable:Major chemical components +a skos:Concept ; +skos:notation 656 ; +dct:notation 656 ; +rdfs:label "Major chemical components(size fractionated)" ; +skos:broader Major inorganic components ; +. + +#657 +wmdsObservedVariable:Major inorganic components +a skos:Concept ; +skos:notation 657 ; +dct:notation 657 ; +rdfs:label "Major inorganic components(TSP)" ; +skos:broader Major inorganic components ; +. + +#658 +wmdsObservedVariable:Major inorganic components +a skos:Concept ; +skos:notation 658 ; +dct:notation 658 ; +rdfs:label "Major inorganic components(coarse)" ; +skos:broader Major inorganic components ; +. + +#659 +wmdsObservedVariable:Major inorganic components +a skos:Concept ; +skos:notation 659 ; +dct:notation 659 ; +rdfs:label "Major inorganic components(fine)" ; +skos:broader Major inorganic components ; +. + +#660 +wmdsObservedVariable:Other chemical components +a skos:Concept ; +skos:notation 660 ; +dct:notation 660 ; +rdfs:label "Other chemical components(coarse)" ; +skos:broader Major inorganic components ; +. + +#661 +wmdsObservedVariable:Other chemical components +a skos:Concept ; +skos:notation 661 ; +dct:notation 661 ; +rdfs:label "Other chemical components(fine)" ; +skos:broader Major inorganic components ; +. + +#10008 +wmdsObservedVariable:Organic anions +a skos:Concept ; +skos:notation 10008 ; +dct:notation 10008 ; +rdfs:label "Organic anions" ; +skos:broader Composition ; +. + +#662 +wmdsObservedVariable:C2H3O2- +a skos:Concept ; +skos:notation 662 ; +dct:notation 662 ; +rdfs:label "C2H3O2-(CH3COO-, acetate) in PM1"" ; +skos:broader Organic anions ; +defchem:medium medium:PM1" ; +. + +#663 +wmdsObservedVariable:C2H3O2- +a skos:Concept ; +skos:notation 663 ; +dct:notation 663 ; +rdfs:label "C2H3O2-(CH3COO-, acetate) in aerosol"" ; +skos:broader Organic anions ; +defchem:medium medium:aerosol" ; +. + +#664 +wmdsObservedVariable:C2O4= +a skos:Concept ; +skos:notation 664 ; +dct:notation 664 ; +rdfs:label "C2O4=(oxalate, ethanedioate) in PM1.0"" ; +skos:broader Organic anions ; +defchem:medium medium:PM1.0" ; +. + +#665 +wmdsObservedVariable:C2O4= +a skos:Concept ; +skos:notation 665 ; +dct:notation 665 ; +rdfs:label "C2O4=(oxalate, ethanedioate) in PM10"" ; +skos:broader Organic anions ; +defchem:medium medium:PM10" ; +. + +#666 +wmdsObservedVariable:C2O4= +a skos:Concept ; +skos:notation 666 ; +dct:notation 666 ; +rdfs:label "C2O4=(oxalate, ethanedioate) in total aerosol"" ; +skos:broader Organic anions ; +defchem:medium medium:total aerosol" ; +. + +#667 +wmdsObservedVariable:CH3O3S- +a skos:Concept ; +skos:notation 667 ; +dct:notation 667 ; +rdfs:label "CH3O3S-(methanesulphonate) in PM1.0"" ; +skos:broader Organic anions ; +defchem:chemical-species chemical-species:methane-sulfonate-ion ; +defchem:medium medium:PM1.0" ; +. + +#668 +wmdsObservedVariable:CH3O3S- +a skos:Concept ; +skos:notation 668 ; +dct:notation 668 ; +rdfs:label "CH3O3S-(methanesulphonate) in total aerosol"" ; +skos:broader Organic anions ; +defchem:chemical-species chemical-species:methane-sulfonate-ion ; +defchem:medium medium:total aerosol" ; +. + +#669 +wmdsObservedVariable:CHO2- +a skos:Concept ; +skos:notation 669 ; +dct:notation 669 ; +rdfs:label "CHO2-(HCOO-, formate) in aerosol"" ; +skos:broader Organic anions ; +defchem:medium medium:aerosol" ; +. + +#10009 +wmdsObservedVariable:Organic carbonaceous +a skos:Concept ; +skos:notation 10009 ; +dct:notation 10009 ; +rdfs:label "Organic carbonaceous" ; +skos:broader Composition ; +. + +#670 +wmdsObservedVariable:Carbonaceous/organic material +a skos:Concept ; +skos:notation 670 ; +dct:notation 670 ; +rdfs:label "Carbonaceous/organic material(coarse) in PM10"" ; +skos:broader Organic carbonaceous ; +defchem:medium medium:PM10" ; +. + +#671 +wmdsObservedVariable:Carbonaceous/organic material +a skos:Concept ; +skos:notation 671 ; +dct:notation 671 ; +rdfs:label "Carbonaceous/organic material(fine)" ; +skos:broader Organic carbonaceous ; +. + +#10010 +wmdsObservedVariable:Trace elements +a skos:Concept ; +skos:notation 10010 ; +dct:notation 10010 ; +rdfs:label "Trace elements" ; +skos:broader Composition ; +. + +#672 +wmdsObservedVariable:Titanium +a skos:Concept ; +skos:notation 672 ; +dct:notation 672 ; +rdfs:label "Titanium(Ti) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:titanium ; +defchem:medium medium:total aerosol" ; +. + +#673 +wmdsObservedVariable:Aluminium +a skos:Concept ; +skos:notation 673 ; +dct:notation 673 ; +rdfs:label "Aluminium(Al) in PM2.5"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:aluminium ; +defchem:medium medium:PM2.5" ; +. + +#674 +wmdsObservedVariable:Aluminium +a skos:Concept ; +skos:notation 674 ; +dct:notation 674 ; +rdfs:label "Aluminium(Al) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:aluminium ; +defchem:medium medium:total aerosol" ; +. + +#675 +wmdsObservedVariable:Antimony +a skos:Concept ; +skos:notation 675 ; +dct:notation 675 ; +rdfs:label "Antimony(Sb) in PM2.5"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:antimony ; +defchem:medium medium:PM2.5" ; +. + +#676 +wmdsObservedVariable:Antimony +a skos:Concept ; +skos:notation 676 ; +dct:notation 676 ; +rdfs:label "Antimony(Sb) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:antimony ; +defchem:medium medium:total aerosol" ; +. + +#677 +wmdsObservedVariable:Arsenic +a skos:Concept ; +skos:notation 677 ; +dct:notation 677 ; +rdfs:label "Arsenic(As) in PM10"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:arsenic ; +defchem:medium medium:PM10" ; +. + +#678 +wmdsObservedVariable:Arsenic +a skos:Concept ; +skos:notation 678 ; +dct:notation 678 ; +rdfs:label "Arsenic(As) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:arsenic ; +defchem:medium medium:total aerosol" ; +. + +#679 +wmdsObservedVariable:Barium +a skos:Concept ; +skos:notation 679 ; +dct:notation 679 ; +rdfs:label "Barium(Ba) in PM2.5"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:barium ; +defchem:medium medium:PM2.5" ; +. + +#680 +wmdsObservedVariable:Barium +a skos:Concept ; +skos:notation 680 ; +dct:notation 680 ; +rdfs:label "Barium(Ba) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:barium ; +defchem:medium medium:total aerosol" ; +. + +#681 +wmdsObservedVariable:Bismuth +a skos:Concept ; +skos:notation 681 ; +dct:notation 681 ; +rdfs:label "Bismuth(Bi) in PM2.5"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:bismuth ; +defchem:medium medium:PM2.5" ; +. + +#682 +wmdsObservedVariable:Bismuth +a skos:Concept ; +skos:notation 682 ; +dct:notation 682 ; +rdfs:label "Bismuth(Bi) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:bismuth ; +defchem:medium medium:total aerosol" ; +. + +#683 +wmdsObservedVariable:Cadmium +a skos:Concept ; +skos:notation 683 ; +dct:notation 683 ; +rdfs:label "Cadmium(Cd) in PM1"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:cadmium ; +defchem:medium medium:PM1" ; +. + +#684 +wmdsObservedVariable:Cadmium +a skos:Concept ; +skos:notation 684 ; +dct:notation 684 ; +rdfs:label "Cadmium(Cd) in PM10"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:cadmium ; +defchem:medium medium:PM10" ; +. + +#685 +wmdsObservedVariable:Cadmium +a skos:Concept ; +skos:notation 685 ; +dct:notation 685 ; +rdfs:label "Cadmium(Cd) in PM2.5"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:cadmium ; +defchem:medium medium:PM2.5" ; +. + +#686 +wmdsObservedVariable:Cadmium +a skos:Concept ; +skos:notation 686 ; +dct:notation 686 ; +rdfs:label "Cadmium(Cd) in PM2.5 thru PM10"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:cadmium ; +defchem:medium medium:PM2.5 thru PM10" ; +. + +#687 +wmdsObservedVariable:Cadmium +a skos:Concept ; +skos:notation 687 ; +dct:notation 687 ; +rdfs:label "Cadmium(Cd) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:cadmium ; +defchem:medium medium:total aerosol" ; +. + +#688 +wmdsObservedVariable:Cerium +a skos:Concept ; +skos:notation 688 ; +dct:notation 688 ; +rdfs:label "Cerium(Ce) in PM2.5"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:cerium ; +defchem:medium medium:PM2.5" ; +. + +#689 +wmdsObservedVariable:Cerium +a skos:Concept ; +skos:notation 689 ; +dct:notation 689 ; +rdfs:label "Cerium(Ce) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:cerium ; +defchem:medium medium:total aerosol" ; +. + +#690 +wmdsObservedVariable:Chromium +a skos:Concept ; +skos:notation 690 ; +dct:notation 690 ; +rdfs:label "Chromium(Cr) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:chromium ; +defchem:medium medium:total aerosol" ; +. + +#691 +wmdsObservedVariable:Cobalt +a skos:Concept ; +skos:notation 691 ; +dct:notation 691 ; +rdfs:label "Cobalt(Co) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:cobalt ; +defchem:medium medium:total aerosol" ; +. + +#692 +wmdsObservedVariable:Copper +a skos:Concept ; +skos:notation 692 ; +dct:notation 692 ; +rdfs:label "Copper(Cu) in PM10"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:copper ; +defchem:medium medium:PM10" ; +. + +#693 +wmdsObservedVariable:Copper +a skos:Concept ; +skos:notation 693 ; +dct:notation 693 ; +rdfs:label "Copper(Cu) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:copper ; +defchem:medium medium:total aerosol" ; +. + +#694 +wmdsObservedVariable:Iron +a skos:Concept ; +skos:notation 694 ; +dct:notation 694 ; +rdfs:label "Iron(Fe) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:iron ; +defchem:medium medium:total aerosol" ; +. + +#695 +wmdsObservedVariable:Lanthanum +a skos:Concept ; +skos:notation 695 ; +dct:notation 695 ; +rdfs:label "Lanthanum(La) in PM2.5"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:lanthanum ; +defchem:medium medium:PM2.5" ; +. + +#696 +wmdsObservedVariable:Lanthanum +a skos:Concept ; +skos:notation 696 ; +dct:notation 696 ; +rdfs:label "Lanthanum(La) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:lanthanum ; +defchem:medium medium:total aerosol" ; +. + +#697 +wmdsObservedVariable:Lead +a skos:Concept ; +skos:notation 697 ; +dct:notation 697 ; +rdfs:label "Lead(Pb) in PM10"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:lead ; +defchem:medium medium:PM10" ; +. + +#698 +wmdsObservedVariable:Lead +a skos:Concept ; +skos:notation 698 ; +dct:notation 698 ; +rdfs:label "Lead(Pb) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:lead ; +defchem:medium medium:total aerosol" ; +. + +#699 +wmdsObservedVariable:Lithium +a skos:Concept ; +skos:notation 699 ; +dct:notation 699 ; +rdfs:label "Lithium(Li) in PM2.5"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:lithium ; +defchem:medium medium:PM2.5" ; +. + +#700 +wmdsObservedVariable:Lithium +a skos:Concept ; +skos:notation 700 ; +dct:notation 700 ; +rdfs:label "Lithium(Li) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:lithium ; +defchem:medium medium:total aerosol" ; +. + +#701 +wmdsObservedVariable:Manganese +a skos:Concept ; +skos:notation 701 ; +dct:notation 701 ; +rdfs:label "Manganese(Mn) in PM10"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:manganese ; +defchem:medium medium:PM10" ; +. + +#702 +wmdsObservedVariable:Manganese +a skos:Concept ; +skos:notation 702 ; +dct:notation 702 ; +rdfs:label "Manganese(Mn) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:manganese ; +defchem:medium medium:total aerosol" ; +. + +#703 +wmdsObservedVariable:Mercury +a skos:Concept ; +skos:notation 703 ; +dct:notation 703 ; +rdfs:label "Mercury(Hg) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:mercury ; +defchem:medium medium:total aerosol" ; +. + +#704 +wmdsObservedVariable:Nickel +a skos:Concept ; +skos:notation 704 ; +dct:notation 704 ; +rdfs:label "Nickel(Ni) in PM10"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:nickel ; +defchem:medium medium:PM10" ; +. + +#705 +wmdsObservedVariable:Nickel +a skos:Concept ; +skos:notation 705 ; +dct:notation 705 ; +rdfs:label "Nickel(Ni) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:nickel ; +defchem:medium medium:total aerosol" ; +. + +#706 +wmdsObservedVariable:Phosphorous +a skos:Concept ; +skos:notation 706 ; +dct:notation 706 ; +rdfs:label "Phosphorous(P) in PM2.5"" ; +skos:broader Trace elements ; +defchem:medium medium:PM2.5" ; +. + +#707 +wmdsObservedVariable:Phosphorous +a skos:Concept ; +skos:notation 707 ; +dct:notation 707 ; +rdfs:label "Phosphorous(P) in total aerosol"" ; +skos:broader Trace elements ; +defchem:medium medium:total aerosol" ; +. + +#708 +wmdsObservedVariable:Rubidium +a skos:Concept ; +skos:notation 708 ; +dct:notation 708 ; +rdfs:label "Rubidium(Rb) in PM2.5"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:rubidium ; +defchem:medium medium:PM2.5" ; +. + +#709 +wmdsObservedVariable:Rubidium +a skos:Concept ; +skos:notation 709 ; +dct:notation 709 ; +rdfs:label "Rubidium(Rb) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:rubidium ; +defchem:medium medium:total aerosol" ; +. + +#710 +wmdsObservedVariable:Selenium +a skos:Concept ; +skos:notation 710 ; +dct:notation 710 ; +rdfs:label "Selenium(Se) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:selenium ; +defchem:medium medium:total aerosol" ; +. + +#711 +wmdsObservedVariable:Strontium +a skos:Concept ; +skos:notation 711 ; +dct:notation 711 ; +rdfs:label "Strontium(Sr) in PM2.5"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:strontium ; +defchem:medium medium:PM2.5" ; +. + +#712 +wmdsObservedVariable:Strontium +a skos:Concept ; +skos:notation 712 ; +dct:notation 712 ; +rdfs:label "Strontium(Sr) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:strontium ; +defchem:medium medium:total aerosol" ; +. + +#713 +wmdsObservedVariable:Thallium +a skos:Concept ; +skos:notation 713 ; +dct:notation 713 ; +rdfs:label "Thallium(Tl) in PM2.5"" ; +skos:broader Trace elements ; +defchem:medium medium:PM2.5" ; +. + +#714 +wmdsObservedVariable:Thallium +a skos:Concept ; +skos:notation 714 ; +dct:notation 714 ; +rdfs:label "Thallium(Tl) in total aerosol"" ; +skos:broader Trace elements ; +defchem:medium medium:total aerosol" ; +. + +#715 +wmdsObservedVariable:Thorium +a skos:Concept ; +skos:notation 715 ; +dct:notation 715 ; +rdfs:label "Thorium(Th) in PM2.5"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:thorium ; +defchem:medium medium:PM2.5" ; +. + +#716 +wmdsObservedVariable:Thorium +a skos:Concept ; +skos:notation 716 ; +dct:notation 716 ; +rdfs:label "Thorium(Th) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:thorium ; +defchem:medium medium:total aerosol" ; +. + +#717 +wmdsObservedVariable:Tin +a skos:Concept ; +skos:notation 717 ; +dct:notation 717 ; +rdfs:label "Tin(Sn) in PM2.5"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:tin ; +defchem:medium medium:PM2.5" ; +. + +#718 +wmdsObservedVariable:Tin +a skos:Concept ; +skos:notation 718 ; +dct:notation 718 ; +rdfs:label "Tin(Sn) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:tin ; +defchem:medium medium:total aerosol" ; +. + +#719 +wmdsObservedVariable:Uranium +a skos:Concept ; +skos:notation 719 ; +dct:notation 719 ; +rdfs:label "Uranium(U) in PM2.5"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:uranium ; +defchem:medium medium:PM2.5" ; +. + +#720 +wmdsObservedVariable:Uranium +a skos:Concept ; +skos:notation 720 ; +dct:notation 720 ; +rdfs:label "Uranium(U) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:uranium ; +defchem:medium medium:total aerosol" ; +. + +#721 +wmdsObservedVariable:Vanadium +a skos:Concept ; +skos:notation 721 ; +dct:notation 721 ; +rdfs:label "Vanadium(V) in PM2.5"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:vanadium ; +defchem:medium medium:PM2.5" ; +. + +#722 +wmdsObservedVariable:Vanadium +a skos:Concept ; +skos:notation 722 ; +dct:notation 722 ; +rdfs:label "Vanadium(V) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:vanadium ; +defchem:medium medium:total aerosol" ; +. + +#723 +wmdsObservedVariable:Zinc +a skos:Concept ; +skos:notation 723 ; +dct:notation 723 ; +rdfs:label "Zinc(Zn) in PM2.5"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:zinc ; +defchem:medium medium:PM2.5" ; +. + +#724 +wmdsObservedVariable:Zinc +a skos:Concept ; +skos:notation 724 ; +dct:notation 724 ; +rdfs:label "Zinc(Zn) in total aerosol"" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:zinc ; +defchem:medium medium:total aerosol" ; +. + +#10011 +wmdsObservedVariable:Optical properties +a skos:Concept ; +skos:notation 10011 ; +dct:notation 10011 ; +rdfs:label "Optical properties" ; +skos:broader Aerosol ; +. + +#314 +wmdsObservedVariable:Aerosol Absorption Optical Depth +a skos:Concept ; +skos:notation 314 ; +dct:notation 314 ; +rdfs:label "Aerosol Absorption Optical Depth" ; +skos:broader Optical properties ; +. + +#315 +wmdsObservedVariable:Aerosol Extinction Coefficient +a skos:Concept ; +skos:notation 315 ; +dct:notation 315 ; +rdfs:label "Aerosol Extinction Coefficient" ; +skos:broader Optical properties ; +. + +#316 +wmdsObservedVariable:Light absorption coefficient +a skos:Concept ; +skos:notation 316 ; +dct:notation 316 ; +rdfs:label "Light absorption coefficient in PM1"" ; +skos:broader Optical properties ; +defchem:medium medium:PM1" ; +. + +#317 +wmdsObservedVariable:Light absorption coefficient +a skos:Concept ; +skos:notation 317 ; +dct:notation 317 ; +rdfs:label "Light absorption coefficient in PM10"" ; +skos:broader Optical properties ; +defchem:medium medium:PM10" ; +. + +#318 +wmdsObservedVariable:Light absorption coefficient +a skos:Concept ; +skos:notation 318 ; +dct:notation 318 ; +rdfs:label "Light absorption coefficient in total aerosol"" ; +skos:broader Optical properties ; +defchem:medium medium:total aerosol" ; +. + +#319 +wmdsObservedVariable:Light backscattering coefficient +a skos:Concept ; +skos:notation 319 ; +dct:notation 319 ; +rdfs:label "Light backscattering coefficient in PM1"" ; +skos:broader Optical properties ; +defchem:medium medium:PM1" ; +. + +#320 +wmdsObservedVariable:Light backscattering coefficient +a skos:Concept ; +skos:notation 320 ; +dct:notation 320 ; +rdfs:label "Light backscattering coefficient in PM10"" ; +skos:broader Optical properties ; +defchem:medium medium:PM10" ; +. + +#321 +wmdsObservedVariable:Light backscattering coefficient +a skos:Concept ; +skos:notation 321 ; +dct:notation 321 ; +rdfs:label "Light backscattering coefficient in total aerosol"" ; +skos:broader Optical properties ; +defchem:medium medium:total aerosol" ; +. + +#322 +wmdsObservedVariable:Light scattering coefficient +a skos:Concept ; +skos:notation 322 ; +dct:notation 322 ; +rdfs:label "Light scattering coefficient in PM1"" ; +skos:broader Optical properties ; +defchem:medium medium:PM1" ; +. + +#323 +wmdsObservedVariable:Light scattering coefficient +a skos:Concept ; +skos:notation 323 ; +dct:notation 323 ; +rdfs:label "Light scattering coefficient in PM10"" ; +skos:broader Optical properties ; +defchem:medium medium:PM10" ; +. + +#324 +wmdsObservedVariable:Light scattering coefficient +a skos:Concept ; +skos:notation 324 ; +dct:notation 324 ; +rdfs:label "Light scattering coefficient in total aerosol"" ; +skos:broader Optical properties ; +defchem:medium medium:total aerosol" ; +. + +#325 +wmdsObservedVariable:Multiwavelength optical depth +a skos:Concept ; +skos:notation 325 ; +dct:notation 325 ; +rdfs:label "Multiwavelength optical depth in total aerosol"" ; +skos:broader Optical properties ; +defchem:medium medium:total aerosol" ; +. + +#326 +wmdsObservedVariable:Vertical distribution of properties +a skos:Concept ; +skos:notation 326 ; +dct:notation 326 ; +rdfs:label "Vertical distribution of properties" ; +skos:broader Optical properties ; +. + +#10012 +wmdsObservedVariable:Physical properties - primary +a skos:Concept ; +skos:notation 10012 ; +dct:notation 10012 ; +rdfs:label "Physical properties - primary" ; +skos:broader Aerosol ; +. + +#361 +wmdsObservedVariable:Aerosol column burden +a skos:Concept ; +skos:notation 361 ; +dct:notation 361 ; +rdfs:label "Aerosol column burden(mass density)" ; +skos:broader Physical properties - primary ; +. + +#362 +wmdsObservedVariable:Aerosol effective radius +a skos:Concept ; +skos:notation 362 ; +dct:notation 362 ; +rdfs:label "Aerosol effective radius" ; +skos:broader Physical properties - primary ; +. + +#364 +wmdsObservedVariable:Mass concentration or Mass PM10 +a skos:Concept ; +skos:notation 364 ; +dct:notation 364 ; +rdfs:label "Mass concentration or Mass PM10(coarse)" ; +skos:broader Physical properties - primary ; +. + +#365 +wmdsObservedVariable:Mass concentration or Mass PM1 +a skos:Concept ; +skos:notation 365 ; +dct:notation 365 ; +rdfs:label "Mass concentration or Mass PM1(fine)" ; +skos:broader Physical properties - primary ; +. + +#366 +wmdsObservedVariable:Mass concentration +a skos:Concept ; +skos:notation 366 ; +dct:notation 366 ; +rdfs:label "Mass concentration(medium) in PM2.5"" ; +skos:broader Physical properties - primary ; +defchem:medium medium:PM2.5" ; +. + +#367 +wmdsObservedVariable:Mass concentration +a skos:Concept ; +skos:notation 367 ; +dct:notation 367 ; +rdfs:label "Mass concentration(size fractionated)" ; +skos:broader Physical properties - primary ; +. + +#368 +wmdsObservedVariable:Mass concentration or Mass TSP +a skos:Concept ; +skos:notation 368 ; +dct:notation 368 ; +rdfs:label "Mass concentration or Mass TSP(total aerosol)" ; +skos:broader Physical properties - primary ; +. + +#369 +wmdsObservedVariable:Number concentration +a skos:Concept ; +skos:notation 369 ; +dct:notation 369 ; +rdfs:label "Number concentration" ; +skos:broader Physical properties - primary ; +. + +#370 +wmdsObservedVariable:Number size distribution +a skos:Concept ; +skos:notation 370 ; +dct:notation 370 ; +rdfs:label "Number size distribution in PM10"" ; +skos:broader Physical properties - primary ; +defchem:medium medium:PM10" ; +. + +#371 +wmdsObservedVariable:Number size distribution +a skos:Concept ; +skos:notation 371 ; +dct:notation 371 ; +rdfs:label "Number size distribution in total aerosol"" ; +skos:broader Physical properties - primary ; +defchem:medium medium:total aerosol" ; +. + +#10013 +wmdsObservedVariable:Dust +a skos:Concept ; +skos:notation 10013 ; +dct:notation 10013 ; +rdfs:label "Dust" ; +skos:broader Physical properties - primary ; +defchem:chemical-species chemical-species:dust ; +. + +#727 +wmdsObservedVariable:Aerosol dust concentration +a skos:Concept ; +skos:notation 727 ; +dct:notation 727 ; +rdfs:label "Aerosol dust concentration(mass)" ; +skos:broader Dust ; +. + +#10014 +wmdsObservedVariable:Volcanic ash +a skos:Concept ; +skos:notation 10014 ; +dct:notation 10014 ; +rdfs:label "Volcanic ash" ; +skos:broader Physical properties - primary ; +. + +#728 +wmdsObservedVariable:Aerosol volcanic ash +a skos:Concept ; +skos:notation 728 ; +dct:notation 728 ; +rdfs:label "Aerosol volcanic ash(mass concentration)" ; +skos:broader Volcanic ash ; +. + +#729 +wmdsObservedVariable:Aerosol volcanic ash +a skos:Concept ; +skos:notation 729 ; +dct:notation 729 ; +rdfs:label "Aerosol volcanic ash(Total column)" ; +skos:broader Volcanic ash ; +. + +#10015 +wmdsObservedVariable:Physical properties - secondary +a skos:Concept ; +skos:notation 10015 ; +dct:notation 10015 ; +rdfs:label "Physical properties - secondary" ; +skos:broader Aerosol ; +. + +#411 +wmdsObservedVariable:CCN concentration at single supersaturation +a skos:Concept ; +skos:notation 411 ; +dct:notation 411 ; +rdfs:label "CCN concentration at single supersaturation" ; +skos:broader Physical properties - secondary ; +. + +#412 +wmdsObservedVariable:CCN concentration spectra +a skos:Concept ; +skos:notation 412 ; +dct:notation 412 ; +rdfs:label "CCN concentration spectra" ; +skos:broader Physical properties - secondary ; +. + +#413 +wmdsObservedVariable:Hygroscopic growth factor +a skos:Concept ; +skos:notation 413 ; +dct:notation 413 ; +rdfs:label "Hygroscopic growth factor in 110 μm equivalent"" ; +skos:broader Physical properties - secondary ; +defchem:medium medium:110 μm equivalent" ; +. + +#414 +wmdsObservedVariable:Hygroscopic growth factor +a skos:Concept ; +skos:notation 414 ; +dct:notation 414 ; +rdfs:label "Hygroscopic growth factor in 165 μm equivalent"" ; +skos:broader Physical properties - secondary ; +defchem:medium medium:165 μm equivalent" ; +. + +#415 +wmdsObservedVariable:Hygroscopic growth factor +a skos:Concept ; +skos:notation 415 ; +dct:notation 415 ; +rdfs:label "Hygroscopic growth factor in 35 μm equivalent"" ; +skos:broader Physical properties - secondary ; +defchem:medium medium:35 μm equivalent" ; +. + +#416 +wmdsObservedVariable:Hygroscopic growth factor +a skos:Concept ; +skos:notation 416 ; +dct:notation 416 ; +rdfs:label "Hygroscopic growth factor in 50 μm equivalent"" ; +skos:broader Physical properties - secondary ; +defchem:medium medium:50 μm equivalent" ; +. + +#417 +wmdsObservedVariable:Hygroscopic growth factor +a skos:Concept ; +skos:notation 417 ; +dct:notation 417 ; +rdfs:label "Hygroscopic growth factor in 75 μm equivalent"" ; +skos:broader Physical properties - secondary ; +defchem:medium medium:75 μm equivalent" ; +. + +#418 +wmdsObservedVariable:Hygroscopic growth factor +a skos:Concept ; +skos:notation 418 ; +dct:notation 418 ; +rdfs:label "Hygroscopic growth factor in total aerosol"" ; +skos:broader Physical properties - secondary ; +defchem:medium medium:total aerosol" ; +. + +#10016 +wmdsObservedVariable:Clouds +a skos:Concept ; +skos:notation 10016 ; +dct:notation 10016 ; +rdfs:label "Clouds" ; +skos:broader Atmosphere ; +. + +#179 +wmdsObservedVariable:Cloud amount +a skos:Concept ; +skos:notation 179 ; +dct:notation 179 ; +rdfs:label "Cloud amount" ; +skos:broader Clouds ; +. + +#180 +wmdsObservedVariable:Cloud cover +a skos:Concept ; +skos:notation 180 ; +dct:notation 180 ; +rdfs:label "Cloud cover" ; +skos:broader Clouds ; +. + +#181 +wmdsObservedVariable:Cloud drop effective radius +a skos:Concept ; +skos:notation 181 ; +dct:notation 181 ; +rdfs:label "Cloud drop effective radius" ; +skos:broader Clouds ; +. + +#182 +wmdsObservedVariable:Cloud hydrometeor concentration +a skos:Concept ; +skos:notation 182 ; +dct:notation 182 ; +rdfs:label "Cloud hydrometeor concentration" ; +skos:broader Clouds ; +. + +#183 +wmdsObservedVariable:Effective radius of cloud hydrometeors +a skos:Concept ; +skos:notation 183 ; +dct:notation 183 ; +rdfs:label "Effective radius of cloud hydrometeors" ; +skos:broader Clouds ; +. + +#186 +wmdsObservedVariable:Melting layer depth in clouds +a skos:Concept ; +skos:notation 186 ; +dct:notation 186 ; +rdfs:label "Melting layer depth in clouds" ; +skos:broader Clouds ; +. + +#188 +wmdsObservedVariable:PSC occurrence +a skos:Concept ; +skos:notation 188 ; +dct:notation 188 ; +rdfs:label "PSC occurrence" ; +skos:broader Clouds ; +. + +#10017 +wmdsObservedVariable:Ice +a skos:Concept ; +skos:notation 10017 ; +dct:notation 10017 ; +rdfs:label "Ice" ; +skos:broader Clouds ; +. + +#327 +wmdsObservedVariable:Cloud ice +a skos:Concept ; +skos:notation 327 ; +dct:notation 327 ; +rdfs:label "Cloud ice" ; +skos:broader Ice ; +. + +#328 +wmdsObservedVariable:Cloud ice +a skos:Concept ; +skos:notation 328 ; +dct:notation 328 ; +rdfs:label "Cloud ice(total column)" ; +skos:broader Ice ; +. + +#329 +wmdsObservedVariable:Cloud ice effective radius +a skos:Concept ; +skos:notation 329 ; +dct:notation 329 ; +rdfs:label "Cloud ice effective radius" ; +skos:broader Ice ; +. + +#330 +wmdsObservedVariable:Freezing level height in clouds +a skos:Concept ; +skos:notation 330 ; +dct:notation 330 ; +rdfs:label "Freezing level height in clouds" ; +skos:broader Ice ; +. + +#331 +wmdsObservedVariable:Icing potential +a skos:Concept ; +skos:notation 331 ; +dct:notation 331 ; +rdfs:label "Icing potential" ; +skos:broader Ice ; +. + +#10018 +wmdsObservedVariable:Liquid water +a skos:Concept ; +skos:notation 10018 ; +dct:notation 10018 ; +rdfs:label "Liquid water" ; +skos:broader Clouds ; +. + +#373 +wmdsObservedVariable:Cloud liquid water +a skos:Concept ; +skos:notation 373 ; +dct:notation 373 ; +rdfs:label "Cloud liquid water(CLW)" ; +skos:broader Liquid water ; +. + +#374 +wmdsObservedVariable:Cloud liquid water +a skos:Concept ; +skos:notation 374 ; +dct:notation 374 ; +rdfs:label "Cloud liquid water(CLW, total column)" ; +skos:broader Liquid water ; +. + +#10019 +wmdsObservedVariable:Optical properties +a skos:Concept ; +skos:notation 10019 ; +dct:notation 10019 ; +rdfs:label "Optical properties" ; +skos:broader Clouds ; +. + +#506 +wmdsObservedVariable:Cloud optical depth +a skos:Concept ; +skos:notation 506 ; +dct:notation 506 ; +rdfs:label "Cloud optical depth" ; +skos:broader Optical properties ; +. + +#507 +wmdsObservedVariable:Optical depth of fog +a skos:Concept ; +skos:notation 507 ; +dct:notation 507 ; +rdfs:label "Optical depth of fog" ; +skos:broader Optical properties ; +. + +#508 +wmdsObservedVariable:Optical depth within each layer +a skos:Concept ; +skos:notation 508 ; +dct:notation 508 ; +rdfs:label "Optical depth within each layer" ; +skos:broader Optical properties ; +. + +#509 +wmdsObservedVariable:Short-wave cloud reflectance +a skos:Concept ; +skos:notation 509 ; +dct:notation 509 ; +rdfs:label "Short-wave cloud reflectance" ; +skos:broader Optical properties ; +. + +#10020 +wmdsObservedVariable:Position +a skos:Concept ; +skos:notation 10020 ; +dct:notation 10020 ; +rdfs:label "Position" ; +skos:broader Clouds ; +. + +#531 +wmdsObservedVariable:Height of cloud base +a skos:Concept ; +skos:notation 531 ; +dct:notation 531 ; +rdfs:label "Height of cloud base" ; +skos:broader Position ; +. + +#532 +wmdsObservedVariable:Height of cloud top +a skos:Concept ; +skos:notation 532 ; +dct:notation 532 ; +rdfs:label "Height of cloud top" ; +skos:broader Position ; +. + +#533 +wmdsObservedVariable:Height of inversion +a skos:Concept ; +skos:notation 533 ; +dct:notation 533 ; +rdfs:label "Height of inversion" ; +skos:broader Position ; +. + +#10021 +wmdsObservedVariable:Type +a skos:Concept ; +skos:notation 10021 ; +dct:notation 10021 ; +rdfs:label "Type" ; +skos:broader Clouds ; +. + +#550 +wmdsObservedVariable:Type of cloud +a skos:Concept ; +skos:notation 550 ; +dct:notation 550 ; +rdfs:label "Type of cloud" ; +skos:broader Type ; +. + +#551 +wmdsObservedVariable:Type of high clouds +a skos:Concept ; +skos:notation 551 ; +dct:notation 551 ; +rdfs:label "Type of high clouds" ; +skos:broader Type ; +. + +#552 +wmdsObservedVariable:Type of low clouds +a skos:Concept ; +skos:notation 552 ; +dct:notation 552 ; +rdfs:label "Type of low clouds" ; +skos:broader Type ; +. + +#553 +wmdsObservedVariable:Type of middle clouds +a skos:Concept ; +skos:notation 553 ; +dct:notation 553 ; +rdfs:label "Type of middle clouds" ; +skos:broader Type ; +. + +#10022 +wmdsObservedVariable:Dynamics +a skos:Concept ; +skos:notation 10022 ; +dct:notation 10022 ; +rdfs:label "Dynamics" ; +skos:broader Atmosphere ; +. + +#248 +wmdsObservedVariable:Transport calculations +a skos:Concept ; +skos:notation 248 ; +dct:notation 248 ; +rdfs:label "Transport calculations(e.g., trajectories)" ; +skos:broader Dynamics ; +. + +#249 +wmdsObservedVariable:Turbulence +a skos:Concept ; +skos:notation 249 ; +dct:notation 249 ; +rdfs:label "Turbulence" ; +skos:broader Dynamics ; +. + +#250 +wmdsObservedVariable:Turbulence type +a skos:Concept ; +skos:notation 250 ; +dct:notation 250 ; +rdfs:label "Turbulence type(low levels and wake vortex)" ; +skos:broader Dynamics ; +. + +#10023 +wmdsObservedVariable:Greenhouse Gas +a skos:Concept ; +skos:notation 10023 ; +dct:notation 10023 ; +rdfs:label "Greenhouse Gas" ; +skos:broader Atmosphere ; +defchem:medium medium:air ; +. + +#192 +wmdsObservedVariable:CH4 +a skos:Concept ; +skos:notation 192 ; +dct:notation 192 ; +rdfs:label "CH4" ; +skos:broader Greenhouse Gas ; +defchem:chemical-species chemical-species:methane ; +defchem:medium medium:air ; +. + +#193 +wmdsObservedVariable:CH4 [C-13] +a skos:Concept ; +skos:notation 193 ; +dct:notation 193 ; +rdfs:label "CH4 [C-13]" ; +skos:broader Greenhouse Gas ; +defchem:medium medium:air ; +. + +#194 +wmdsObservedVariable:CO2 +a skos:Concept ; +skos:notation 194 ; +dct:notation 194 ; +rdfs:label "CO2" ; +skos:broader Greenhouse Gas ; +defchem:chemical-species chemical-species:carbon-dioxide ; +defchem:medium medium:air ; +. + +#195 +wmdsObservedVariable:CO2 [C-13] +a skos:Concept ; +skos:notation 195 ; +dct:notation 195 ; +rdfs:label "CO2 [C-13]" ; +skos:broader Greenhouse Gas ; +defchem:medium medium:air ; +. + +#196 +wmdsObservedVariable:CO2 [O-18] +a skos:Concept ; +skos:notation 196 ; +dct:notation 196 ; +rdfs:label "CO2 [O-18]" ; +skos:broader Greenhouse Gas ; +defchem:medium medium:air ; +. + +#201 +wmdsObservedVariable:N2O +a skos:Concept ; +skos:notation 201 ; +dct:notation 201 ; +rdfs:label "N2O" ; +skos:broader Greenhouse Gas ; +defchem:chemical-species chemical-species:dinitrogen-oxide ; +defchem:medium medium:air ; +. + +#203 +wmdsObservedVariable:SF6 +a skos:Concept ; +skos:notation 203 ; +dct:notation 203 ; +rdfs:label "SF6" ; +skos:broader Greenhouse Gas ; +defchem:chemical-species chemical-species:sulfur-hexafluoride ; +defchem:medium medium:air ; +. + +#204 +wmdsObservedVariable:SO2F2 +a skos:Concept ; +skos:notation 204 ; +dct:notation 204 ; +rdfs:label "SO2F2(sulphuryl fluoride)" ; +skos:broader Greenhouse Gas ; +defchem:chemical-species chemical-species:sulfuryl-fluoride ; +defchem:medium medium:air ; +. + +#10024 +wmdsObservedVariable:CFCs +a skos:Concept ; +skos:notation 10024 ; +dct:notation 10024 ; +rdfs:label "CFCs" ; +skos:broader Greenhouse Gas ; +defchem:medium medium:air ; +. + +#589 +wmdsObservedVariable:C2Cl2F4 +a skos:Concept ; +skos:notation 589 ; +dct:notation 589 ; +rdfs:label "C2Cl2F4(1, 2-dichlorotetrafluoroethane, CFC-114)" ; +skos:broader CFCs ; +defchem:medium medium:air ; +. + +#590 +wmdsObservedVariable:C2Cl3F3 +a skos:Concept ; +skos:notation 590 ; +dct:notation 590 ; +rdfs:label "C2Cl3F3(1, 1, 2-trichloro-1, 2, 2-trifluoroethane, CFC-113)" ; +skos:broader CFCs ; +defchem:medium medium:air ; +. + +#591 +wmdsObservedVariable:C2ClF5 +a skos:Concept ; +skos:notation 591 ; +dct:notation 591 ; +rdfs:label "C2ClF5(1-chloro-1, 1, 2, 2, 2-pentafluoroethane, CFC-115)" ; +skos:broader CFCs ; +defchem:medium medium:air ; +. + +#592 +wmdsObservedVariable:CCl2F2 +a skos:Concept ; +skos:notation 592 ; +dct:notation 592 ; +rdfs:label "CCl2F2(dichlorodifluoromethane, CFC-12)" ; +skos:broader CFCs ; +defchem:chemical-species chemical-species:dichlorodifluoromethane ; +defchem:medium medium:air ; +. + +#593 +wmdsObservedVariable:CCl3F +a skos:Concept ; +skos:notation 593 ; +dct:notation 593 ; +rdfs:label "CCl3F(trichlorofluoromethane, CFC-11)" ; +skos:broader CFCs ; +defchem:chemical-species chemical-species:trichlorofluoromethane ; +defchem:medium medium:air ; +. + +#10025 +wmdsObservedVariable:Halocarbons +a skos:Concept ; +skos:notation 10025 ; +dct:notation 10025 ; +rdfs:label "Halocarbons" ; +skos:broader Greenhouse Gas ; +defchem:medium medium:air ; +. + +#594 +wmdsObservedVariable:CCl4 +a skos:Concept ; +skos:notation 594 ; +dct:notation 594 ; +rdfs:label "CCl4(carbon tetrachloride)" ; +skos:broader Halocarbons ; +defchem:chemical-species chemical-species:carbon-tetrachloride ; +defchem:medium medium:air ; +. + +#595 +wmdsObservedVariable:CH3CCl3 +a skos:Concept ; +skos:notation 595 ; +dct:notation 595 ; +rdfs:label "CH3CCl3(1, 1, 1-trichloroethane)" ; +skos:broader Halocarbons ; +defchem:chemical-species chemical-species:1,1,1-trichloroethane ; +defchem:medium medium:air ; +. + +#10026 +wmdsObservedVariable:Halon +a skos:Concept ; +skos:notation 10026 ; +dct:notation 10026 ; +rdfs:label "Halon" ; +skos:broader Greenhouse Gas ; +defchem:medium medium:air ; +. + +#332 +wmdsObservedVariable:CBrClF2 +a skos:Concept ; +skos:notation 332 ; +dct:notation 332 ; +rdfs:label "CBrClF2(Halon 1211)" ; +skos:broader Halon ; +defchem:chemical-species chemical-species:bromochlorodifluoromethane ; +defchem:medium medium:air ; +. + +#333 +wmdsObservedVariable:CBrF3 +a skos:Concept ; +skos:notation 333 ; +dct:notation 333 ; +rdfs:label "CBrF3(bromotrifluoromethane, Halon 1301)" ; +skos:broader Halon ; +defchem:chemical-species chemical-species:bromotrifluoromethane ; +defchem:medium medium:air ; +. + +#10027 +wmdsObservedVariable:HCFCs +a skos:Concept ; +skos:notation 10027 ; +dct:notation 10027 ; +rdfs:label "HCFCs" ; +skos:broader Greenhouse Gas ; +defchem:medium medium:air ; +. + +#534 +wmdsObservedVariable:C2H3Cl2F +a skos:Concept ; +skos:notation 534 ; +dct:notation 534 ; +rdfs:label "C2H3Cl2F(1, 1-dichloro-1-fluoroethane, HCFC-141b)" ; +skos:broader HCFCs ; +defchem:chemical-species chemical-species:1,1-dichloro-1-fluoroethane ; +defchem:medium medium:air ; +. + +#535 +wmdsObservedVariable:C2H3ClF2 +a skos:Concept ; +skos:notation 535 ; +dct:notation 535 ; +rdfs:label "C2H3ClF2(1-chloro-1, 1-difluoroethane, HCFC-142b)" ; +skos:broader HCFCs ; +defchem:chemical-species chemical-species:1-chloro-1,1-difluoroethane ; +defchem:medium medium:air ; +. + +#536 +wmdsObservedVariable:C2H3F3 +a skos:Concept ; +skos:notation 536 ; +dct:notation 536 ; +rdfs:label "C2H3F3(1, 1, 1-trifluoroethane, HCFC-143a)" ; +skos:broader HCFCs ; +defchem:medium medium:air ; +. + +#537 +wmdsObservedVariable:CHClF2 +a skos:Concept ; +skos:notation 537 ; +dct:notation 537 ; +rdfs:label "CHClF2(chlorodifluoromethane, HCFC-22)" ; +skos:broader HCFCs ; +defchem:chemical-species chemical-species:chlorodifluoromethane ; +defchem:medium medium:air ; +. + +#10028 +wmdsObservedVariable:HFCs +a skos:Concept ; +skos:notation 10028 ; +dct:notation 10028 ; +rdfs:label "HFCs" ; +skos:broader Greenhouse Gas ; +defchem:medium medium:air ; +. + +#554 +wmdsObservedVariable:C2H2F4 +a skos:Concept ; +skos:notation 554 ; +dct:notation 554 ; +rdfs:label "C2H2F4(1, 1, 1, 2-tetrafluoroethane, HFC-134a)" ; +skos:broader HFCs ; +defchem:medium medium:air ; +. + +#555 +wmdsObservedVariable:C2H4F2 +a skos:Concept ; +skos:notation 555 ; +dct:notation 555 ; +rdfs:label "C2H4F2(1, 1-difluoroethane, HFC-152a)" ; +skos:broader HFCs ; +defchem:medium medium:air ; +. + +#556 +wmdsObservedVariable:C2HF5 +a skos:Concept ; +skos:notation 556 ; +dct:notation 556 ; +rdfs:label "C2HF5(pentafluoroethane, HFC-125)" ; +skos:broader HFCs ; +defchem:chemical-species chemical-species:pentafluoroethane ; +defchem:medium medium:air ; +. + +#557 +wmdsObservedVariable:C3H2F6 +a skos:Concept ; +skos:notation 557 ; +dct:notation 557 ; +rdfs:label "C3H2F6(1, 1, 1, 2, 3, 3-hexafluoropropane, HFC-236fa)" ; +skos:broader HFCs ; +defchem:chemical-species chemical-species:1,1,1,2,3,3-hexafluoropropane ; +defchem:medium medium:air ; +. + +#558 +wmdsObservedVariable:C3H3F5 +a skos:Concept ; +skos:notation 558 ; +dct:notation 558 ; +rdfs:label "C3H3F5(1, 1, 1, 3, 3-Pentafluoropropane, HFC-245fa)" ; +skos:broader HFCs ; +defchem:chemical-species chemical-species:1,1,1,3,3-pentafluoropropane ; +defchem:medium medium:air ; +. + +#559 +wmdsObservedVariable:C3HF7 +a skos:Concept ; +skos:notation 559 ; +dct:notation 559 ; +rdfs:label "C3HF7(1, 1, 1, 2, 3, 3, 3-Heptafluoropropane, HFC-227ea)" ; +skos:broader HFCs ; +defchem:chemical-species chemical-species:1,1,1,2,3,3,3-heptafluoropropane ; +defchem:medium medium:air ; +. + +#560 +wmdsObservedVariable:C4H5F5 +a skos:Concept ; +skos:notation 560 ; +dct:notation 560 ; +rdfs:label "C4H5F5(1, 1, 1, 3, 3-pentafluorobutane, HFC-365mfc)" ; +skos:broader HFCs ; +defchem:chemical-species chemical-species:1,1,1,3,3-pentafluorobutane ; +defchem:medium medium:air ; +. + +#561 +wmdsObservedVariable:CH2F2 +a skos:Concept ; +skos:notation 561 ; +dct:notation 561 ; +rdfs:label "CH2F2(difluoromethane, HFC-32)" ; +skos:broader HFCs ; +defchem:chemical-species chemical-species:difluoromethane ; +defchem:medium medium:air ; +. + +#562 +wmdsObservedVariable:CHF3 +a skos:Concept ; +skos:notation 562 ; +dct:notation 562 ; +rdfs:label "CHF3(trifluoromethane, HFC-23)" ; +skos:broader HFCs ; +defchem:chemical-species chemical-species:trifluoromethane ; +defchem:medium medium:air ; +. + +#10029 +wmdsObservedVariable:PFCs +a skos:Concept ; +skos:notation 10029 ; +dct:notation 10029 ; +rdfs:label "PFCs" ; +skos:broader Greenhouse Gas ; +defchem:medium medium:air ; +. + +#419 +wmdsObservedVariable:C2F6 +a skos:Concept ; +skos:notation 419 ; +dct:notation 419 ; +rdfs:label "C2F6(hexafluoroethane, PFC-116)" ; +skos:broader PFCs ; +defchem:chemical-species chemical-species:perfluoroethane ; +defchem:medium medium:air ; +. + +#420 +wmdsObservedVariable:C3F8 +a skos:Concept ; +skos:notation 420 ; +dct:notation 420 ; +rdfs:label "C3F8(octafluoropropane, PFC-218)" ; +skos:broader PFCs ; +defchem:chemical-species chemical-species:octafluoropropane ; +defchem:medium medium:air ; +. + +#421 +wmdsObservedVariable:CF4 +a skos:Concept ; +skos:notation 421 ; +dct:notation 421 ; +rdfs:label "CF4(tetrafluoromethane, carbon tetrafluoride, perfluoromethane, PFC-14)" ; +skos:broader PFCs ; +defchem:chemical-species chemical-species:tetrafluoromethane ; +defchem:medium medium:air ; +. + +#10030 +wmdsObservedVariable:Humidity +a skos:Concept ; +skos:notation 10030 ; +dct:notation 10030 ; +rdfs:label "Humidity" ; +skos:broader Atmosphere ; +. + +#251 +wmdsObservedVariable:Humidity +a skos:Concept ; +skos:notation 251 ; +dct:notation 251 ; +rdfs:label "Humidity(at specified distance from reference surface)" ; +skos:broader Humidity ; +. + +#252 +wmdsObservedVariable:Integrated water vapour +a skos:Concept ; +skos:notation 252 ; +dct:notation 252 ; +rdfs:label "Integrated water vapour" ; +skos:broader Humidity ; +. + +#253 +wmdsObservedVariable:Mass mixing ratio +a skos:Concept ; +skos:notation 253 ; +dct:notation 253 ; +rdfs:label "Mass mixing ratio" ; +skos:broader Humidity ; +. + +#254 +wmdsObservedVariable:Object wetness duration +a skos:Concept ; +skos:notation 254 ; +dct:notation 254 ; +rdfs:label "Object wetness duration" ; +skos:broader Humidity ; +. + +#255 +wmdsObservedVariable:Water vapour pressure +a skos:Concept ; +skos:notation 255 ; +dct:notation 255 ; +rdfs:label "Water vapour pressure" ; +skos:broader Humidity ; +. + +#256 +wmdsObservedVariable:Watervapor profile +a skos:Concept ; +skos:notation 256 ; +dct:notation 256 ; +rdfs:label "Watervapor profile" ; +skos:broader Humidity ; +. + +#10031 +wmdsObservedVariable:Lightning +a skos:Concept ; +skos:notation 10031 ; +dct:notation 10031 ; +rdfs:label "Lightning" ; +skos:broader Atmosphere ; +. + +#257 +wmdsObservedVariable:Lightning discharge energy +a skos:Concept ; +skos:notation 257 ; +dct:notation 257 ; +rdfs:label "Lightning discharge energy" ; +skos:broader Lightning ; +. + +#258 +wmdsObservedVariable:Lightning discharge polarity +a skos:Concept ; +skos:notation 258 ; +dct:notation 258 ; +rdfs:label "Lightning discharge polarity" ; +skos:broader Lightning ; +. + +#259 +wmdsObservedVariable:Lightning discharge rates +a skos:Concept ; +skos:notation 259 ; +dct:notation 259 ; +rdfs:label "Lightning discharge rates" ; +skos:broader Lightning ; +. + +#260 +wmdsObservedVariable:Lightning discharge type +a skos:Concept ; +skos:notation 260 ; +dct:notation 260 ; +rdfs:label "Lightning discharge type(cloud to cloud, cloud to surface)" ; +skos:broader Lightning ; +. + +#10032 +wmdsObservedVariable:Position +a skos:Concept ; +skos:notation 10032 ; +dct:notation 10032 ; +rdfs:label "Position" ; +skos:broader Lightning ; +. + +#431 +wmdsObservedVariable:Lightning detection +a skos:Concept ; +skos:notation 431 ; +dct:notation 431 ; +rdfs:label "Lightning detection(time and location)" ; +skos:broader Position ; +. + +#432 +wmdsObservedVariable:Lightning direction from station +a skos:Concept ; +skos:notation 432 ; +dct:notation 432 ; +rdfs:label "Lightning direction from station" ; +skos:broader Position ; +. + +#433 +wmdsObservedVariable:Lightning distance from station +a skos:Concept ; +skos:notation 433 ; +dct:notation 433 ; +rdfs:label "Lightning distance from station" ; +skos:broader Position ; +. + +#10033 +wmdsObservedVariable:Other Gas +a skos:Concept ; +skos:notation 10033 ; +dct:notation 10033 ; +rdfs:label "Other Gas" ; +skos:broader Atmosphere ; +defchem:medium medium:air ; +. + +#205 +wmdsObservedVariable:H2 +a skos:Concept ; +skos:notation 205 ; +dct:notation 205 ; +rdfs:label "H2" ; +skos:broader Other Gas ; +defchem:chemical-species chemical-species:hydrogen-molecule ; +defchem:medium medium:air ; +. + +#206 +wmdsObservedVariable:H2O +a skos:Concept ; +skos:notation 206 ; +dct:notation 206 ; +rdfs:label "H2O(as a chemical species)" ; +skos:broader Other Gas ; +defchem:chemical-species chemical-species:water-vapor ; +defchem:medium medium:air ; +. + +#207 +wmdsObservedVariable:HDO +a skos:Concept ; +skos:notation 207 ; +dct:notation 207 ; +rdfs:label "HDO(as a chemical species)" ; +skos:broader Other Gas ; +defchem:chemical-species chemical-species:deuteriated-water-vapor ; +defchem:medium medium:air ; +. + +#10034 +wmdsObservedVariable:Ozone +a skos:Concept ; +skos:notation 10034 ; +dct:notation 10034 ; +rdfs:label "Ozone" ; +skos:broader Atmosphere ; +defchem:chemical-species chemical-species:ozone ; +defchem:medium medium:air ; +. + +#262 +wmdsObservedVariable:Surface ozone +a skos:Concept ; +skos:notation 262 ; +dct:notation 262 ; +rdfs:label "Surface ozone" ; +skos:broader Ozone ; +defchem:medium medium:air ; +. + +#263 +wmdsObservedVariable:Total column ozone +a skos:Concept ; +skos:notation 263 ; +dct:notation 263 ; +rdfs:label "Total column ozone" ; +skos:broader Ozone ; +defchem:medium medium:air ; +. + +#264 +wmdsObservedVariable:Vertical ozone profile +a skos:Concept ; +skos:notation 264 ; +dct:notation 264 ; +rdfs:label "Vertical ozone profile" ; +skos:broader Ozone ; +defchem:medium medium:air ; +. + +#10035 +wmdsObservedVariable:Past weather +a skos:Concept ; +skos:notation 10035 ; +dct:notation 10035 ; +rdfs:label "Past weather" ; +skos:broader Atmosphere ; +. + +#265 +wmdsObservedVariable:Past weather +a skos:Concept ; +skos:notation 265 ; +dct:notation 265 ; +rdfs:label "Past weather" ; +skos:broader Past weather ; +. + +#10036 +wmdsObservedVariable:POPs +a skos:Concept ; +skos:notation 10036 ; +dct:notation 10036 ; +rdfs:label "POPs" ; +skos:broader Atmosphere ; +. + +#10037 +wmdsObservedVariable:PAH +a skos:Concept ; +skos:notation 10037 ; +dct:notation 10037 ; +rdfs:label "PAH" ; +skos:broader POPs ; +defchem:chemical-species chemical-species:polycyclic-aromatic-hydrocarbon ; +. + +#334 +wmdsObservedVariable:C13H10 +a skos:Concept ; +skos:notation 334 ; +dct:notation 334 ; +rdfs:label "C13H10(9H-fluorene, fluorene) in air"" ; +skos:broader PAH ; +defchem:medium medium:air" ; +. + +#335 +wmdsObservedVariable:C14H10 +a skos:Concept ; +skos:notation 335 ; +dct:notation 335 ; +rdfs:label "C14H10(anthracene) in PM10"" ; +skos:broader PAH ; +defchem:chemical-species chemical-species:anthracene ; +defchem:medium medium:PM10" ; +. + +#336 +wmdsObservedVariable:C14H10 +a skos:Concept ; +skos:notation 336 ; +dct:notation 336 ; +rdfs:label "C14H10(anthracene) in aerosol"" ; +skos:broader PAH ; +defchem:chemical-species chemical-species:anthracene ; +defchem:medium medium:aerosol" ; +. + +#337 +wmdsObservedVariable:C14H10 +a skos:Concept ; +skos:notation 337 ; +dct:notation 337 ; +rdfs:label "C14H10(anthracene) in aerosol and air"" ; +skos:broader PAH ; +defchem:chemical-species chemical-species:anthracene ; +defchem:medium medium:aerosol and air" ; +. + +#338 +wmdsObservedVariable:C14H10 +a skos:Concept ; +skos:notation 338 ; +dct:notation 338 ; +rdfs:label "C14H10(anthracene) in air"" ; +skos:broader PAH ; +defchem:chemical-species chemical-species:anthracene ; +defchem:medium medium:air" ; +. + +#339 +wmdsObservedVariable:C14H10 +a skos:Concept ; +skos:notation 339 ; +dct:notation 339 ; +rdfs:label "C14H10(phenanthrene) in PM10"" ; +skos:broader PAH ; +defchem:chemical-species chemical-species:anthracene ; +defchem:medium medium:PM10" ; +. + +#340 +wmdsObservedVariable:C14H10 +a skos:Concept ; +skos:notation 340 ; +dct:notation 340 ; +rdfs:label "C14H10(phenanthrene) in aerosol"" ; +skos:broader PAH ; +defchem:chemical-species chemical-species:anthracene ; +defchem:medium medium:aerosol" ; +. + +#341 +wmdsObservedVariable:C14H10 +a skos:Concept ; +skos:notation 341 ; +dct:notation 341 ; +rdfs:label "C14H10(phenanthrene) in air"" ; +skos:broader PAH ; +defchem:chemical-species chemical-species:anthracene ; +defchem:medium medium:air" ; +. + +#342 +wmdsObservedVariable:C14H10 +a skos:Concept ; +skos:notation 342 ; +dct:notation 342 ; +rdfs:label "C14H10(phenanthrene) in air and aerosol"" ; +skos:broader PAH ; +defchem:chemical-species chemical-species:anthracene ; +defchem:medium medium:air and aerosol" ; +. + +#343 +wmdsObservedVariable:C14H10 +a skos:Concept ; +skos:notation 343 ; +dct:notation 343 ; +rdfs:label "C14H10(phenanthrene) in precipitation"" ; +skos:broader PAH ; +defchem:chemical-species chemical-species:anthracene ; +defchem:medium medium:precipitation" ; +. + +#344 +wmdsObservedVariable:C14H10 +a skos:Concept ; +skos:notation 344 ; +dct:notation 344 ; +rdfs:label "C14H10(phenanthrene) in total precipitation"" ; +skos:broader PAH ; +defchem:chemical-species chemical-species:anthracene ; +defchem:medium medium:total precipitation" ; +. + +#345 +wmdsObservedVariable:C16H10 +a skos:Concept ; +skos:notation 345 ; +dct:notation 345 ; +rdfs:label "C16H10(pyrene) in air and aerosol"" ; +skos:broader PAH ; +defchem:chemical-species chemical-species:fluoranthene ; +defchem:medium medium:air and aerosol" ; +. + +#346 +wmdsObservedVariable:C18H12 anthracene) +a skos:Concept ; +skos:notation 346 ; +dct:notation 346 ; +rdfs:label "C18H12 anthracene)(Benz(a) in PM10"" ; +skos:broader PAH ; +defchem:medium medium:PM10" ; +. + +#347 +wmdsObservedVariable:C18H12 anthracene) +a skos:Concept ; +skos:notation 347 ; +dct:notation 347 ; +rdfs:label "C18H12 anthracene)(Benz(a) in aerosol"" ; +skos:broader PAH ; +defchem:medium medium:aerosol" ; +. + +#348 +wmdsObservedVariable:C18H12 anthracene) +a skos:Concept ; +skos:notation 348 ; +dct:notation 348 ; +rdfs:label "C18H12 anthracene)(Benz(a) in air"" ; +skos:broader PAH ; +defchem:medium medium:air" ; +. + +#349 +wmdsObservedVariable:C18H12 anthracene) +a skos:Concept ; +skos:notation 349 ; +dct:notation 349 ; +rdfs:label "C18H12 anthracene)(Benz(a) in air and aerosol"" ; +skos:broader PAH ; +defchem:medium medium:air and aerosol" ; +. + +#350 +wmdsObservedVariable:C18H12 anthracene) +a skos:Concept ; +skos:notation 350 ; +dct:notation 350 ; +rdfs:label "C18H12 anthracene)(Benz(a) in precipitation"" ; +skos:broader PAH ; +defchem:medium medium:precipitation" ; +. + +#351 +wmdsObservedVariable:C18H12 anthracene) +a skos:Concept ; +skos:notation 351 ; +dct:notation 351 ; +rdfs:label "C18H12 anthracene)(Benz(a) in total precipitation"" ; +skos:broader PAH ; +defchem:medium medium:total precipitation" ; +. + +#10038 +wmdsObservedVariable:POP +a skos:Concept ; +skos:notation 10038 ; +dct:notation 10038 ; +rdfs:label "POP" ; +skos:broader POPs ; +. + +#375 +wmdsObservedVariable:C12H8Cl6 +a skos:Concept ; +skos:notation 375 ; +dct:notation 375 ; +rdfs:label "C12H8Cl6(aldrin) in aerosol"" ; +skos:broader POP ; +defchem:chemical-species chemical-species:aldrin ; +defchem:medium medium:aerosol" ; +. + +#376 +wmdsObservedVariable:C12H8Cl6 +a skos:Concept ; +skos:notation 376 ; +dct:notation 376 ; +rdfs:label "C12H8Cl6(aldrin) in air"" ; +skos:broader POP ; +defchem:chemical-species chemical-species:aldrin ; +defchem:medium medium:air" ; +. + +#377 +wmdsObservedVariable:C12H8Cl6 +a skos:Concept ; +skos:notation 377 ; +dct:notation 377 ; +rdfs:label "C12H8Cl6(aldrin) in air and aerosol"" ; +skos:broader POP ; +defchem:chemical-species chemical-species:aldrin ; +defchem:medium medium:air and aerosol" ; +. + +#378 +wmdsObservedVariable:C12H8Cl6 +a skos:Concept ; +skos:notation 378 ; +dct:notation 378 ; +rdfs:label "C12H8Cl6(aldrin) in total precipitation"" ; +skos:broader POP ; +defchem:chemical-species chemical-species:aldrin ; +defchem:medium medium:total precipitation" ; +. + +#379 +wmdsObservedVariable:C12H8Cl6 +a skos:Concept ; +skos:notation 379 ; +dct:notation 379 ; +rdfs:label "C12H8Cl6(aldrin) in wet precipitation"" ; +skos:broader POP ; +defchem:chemical-species chemical-species:aldrin ; +defchem:medium medium:wet precipitation" ; +. + +#380 +wmdsObservedVariable:C6Cl6 +a skos:Concept ; +skos:notation 380 ; +dct:notation 380 ; +rdfs:label "C6Cl6(hexachlorobenzene, HCB) in air"" ; +skos:broader POP ; +defchem:medium medium:air" ; +. + +#381 +wmdsObservedVariable:C6H6Cl6 +a skos:Concept ; +skos:notation 381 ; +dct:notation 381 ; +rdfs:label "C6H6Cl6(1, 2, 3, 4, 5, 6-hexachlorocyclohexane, alpha-lindane, alpha-HCH) in aerosol"" ; +skos:broader POP ; +defchem:medium medium:aerosol" ; +. + +#382 +wmdsObservedVariable:C6H6Cl6 +a skos:Concept ; +skos:notation 382 ; +dct:notation 382 ; +rdfs:label "C6H6Cl6(1, 2, 3, 4, 5, 6-hexachlorocyclohexane, alpha-lindane, alpha-HCH) in air"" ; +skos:broader POP ; +defchem:medium medium:air" ; +. + +#383 +wmdsObservedVariable:C6H6Cl6 +a skos:Concept ; +skos:notation 383 ; +dct:notation 383 ; +rdfs:label "C6H6Cl6(1, 2, 3, 4, 5, 6-hexachlorocyclohexane, alpha-lindane, alpha-HCH) in wet precipitation"" ; +skos:broader POP ; +defchem:medium medium:wet precipitation" ; +. + +#384 +wmdsObservedVariable:C6H6Cl6 +a skos:Concept ; +skos:notation 384 ; +dct:notation 384 ; +rdfs:label "C6H6Cl6(1, 2, 3, 4, 5, 6-hexachlorocyclohexane, gamma-lindane, gamma-HCH) in air"" ; +skos:broader POP ; +defchem:medium medium:air" ; +. + +#385 +wmdsObservedVariable:C6H6Cl6 +a skos:Concept ; +skos:notation 385 ; +dct:notation 385 ; +rdfs:label "C6H6Cl6(1, 2, 3, 4, 5, 6-hexachlorocyclohexane, gamma-lindane, gamma-HCH) in wet precipitation"" ; +skos:broader POP ; +defchem:medium medium:wet precipitation" ; +. + +#10039 +wmdsObservedVariable:Precipitation +a skos:Concept ; +skos:notation 10039 ; +dct:notation 10039 ; +rdfs:label "Precipitation" ; +skos:broader Atmosphere ; +. + +#210 +wmdsObservedVariable:Amount of precipitation +a skos:Concept ; +skos:notation 210 ; +dct:notation 210 ; +rdfs:label "Amount of precipitation" ; +skos:broader Precipitation ; +. + +#211 +wmdsObservedVariable:Duration +a skos:Concept ; +skos:notation 211 ; +dct:notation 211 ; +rdfs:label "Duration" ; +skos:broader Precipitation ; +. + +#212 +wmdsObservedVariable:Intensity of precipitation +a skos:Concept ; +skos:notation 212 ; +dct:notation 212 ; +rdfs:label "Intensity of precipitation" ; +skos:broader Precipitation ; +. + +#213 +wmdsObservedVariable:Occurrence during last period +a skos:Concept ; +skos:notation 213 ; +dct:notation 213 ; +rdfs:label "Occurrence during last period(yes/no)" ; +skos:broader Precipitation ; +. + +#214 +wmdsObservedVariable:Rate of ice accretion +a skos:Concept ; +skos:notation 214 ; +dct:notation 214 ; +rdfs:label "Rate of ice accretion" ; +skos:broader Precipitation ; +. + +#215 +wmdsObservedVariable:Type of precipitation +a skos:Concept ; +skos:notation 215 ; +dct:notation 215 ; +rdfs:label "Type of precipitation" ; +skos:broader Precipitation ; +. + +#10040 +wmdsObservedVariable:Present weather +a skos:Concept ; +skos:notation 10040 ; +dct:notation 10040 ; +rdfs:label "Present weather" ; +skos:broader Atmosphere ; +. + +#266 +wmdsObservedVariable:Present weather +a skos:Concept ; +skos:notation 266 ; +dct:notation 266 ; +rdfs:label "Present weather" ; +skos:broader Present weather ; +. + +#10041 +wmdsObservedVariable:Pressure +a skos:Concept ; +skos:notation 10041 ; +dct:notation 10041 ; +rdfs:label "Pressure" ; +skos:broader Atmosphere ; +. + +#216 +wmdsObservedVariable:Atmospheric pressure +a skos:Concept ; +skos:notation 216 ; +dct:notation 216 ; +rdfs:label "Atmospheric pressure" ; +skos:broader Pressure ; +. + +#217 +wmdsObservedVariable:Characteristic of pressure tendency +a skos:Concept ; +skos:notation 217 ; +dct:notation 217 ; +rdfs:label "Characteristic of pressure tendency" ; +skos:broader Pressure ; +. + +#218 +wmdsObservedVariable:Pressure tendency +a skos:Concept ; +skos:notation 218 ; +dct:notation 218 ; +rdfs:label "Pressure tendency" ; +skos:broader Pressure ; +. + +#10042 +wmdsObservedVariable:Radiation +a skos:Concept ; +skos:notation 10042 ; +dct:notation 10042 ; +rdfs:label "Radiation" ; +skos:broader Atmosphere ; +. + +#267 +wmdsObservedVariable:Background luminance +a skos:Concept ; +skos:notation 267 ; +dct:notation 267 ; +rdfs:label "Background luminance" ; +skos:broader Radiation ; +. + +#270 +wmdsObservedVariable:Sunshine duration +a skos:Concept ; +skos:notation 270 ; +dct:notation 270 ; +rdfs:label "Sunshine duration" ; +skos:broader Radiation ; +. + +#271 +wmdsObservedVariable:Surface albedo +a skos:Concept ; +skos:notation 271 ; +dct:notation 271 ; +rdfs:label "Surface albedo" ; +skos:broader Radiation ; +. + +#273 +wmdsObservedVariable:UV-B radiation +a skos:Concept ; +skos:notation 273 ; +dct:notation 273 ; +rdfs:label "UV-B radiation" ; +skos:broader Radiation ; +. + +#10043 +wmdsObservedVariable:IR +a skos:Concept ; +skos:notation 10043 ; +dct:notation 10043 ; +rdfs:label "IR" ; +skos:broader Radiation ; +. + +#565 +wmdsObservedVariable:Long-wave radiation +a skos:Concept ; +skos:notation 565 ; +dct:notation 565 ; +rdfs:label "Long-wave radiation(direction unspecified)" ; +skos:broader IR ; +. + +#566 +wmdsObservedVariable:Long-wave radiation +a skos:Concept ; +skos:notation 566 ; +dct:notation 566 ; +rdfs:label "Long-wave radiation(downwelling)" ; +skos:broader IR ; +. + +#567 +wmdsObservedVariable:Long-wave radiation +a skos:Concept ; +skos:notation 567 ; +dct:notation 567 ; +rdfs:label "Long-wave radiation(upwelling)" ; +skos:broader IR ; +. + +#10044 +wmdsObservedVariable:Solar +a skos:Concept ; +skos:notation 10044 ; +dct:notation 10044 ; +rdfs:label "Solar" ; +skos:broader Radiation ; +. + +#571 +wmdsObservedVariable:Diffuse solar radiation +a skos:Concept ; +skos:notation 571 ; +dct:notation 571 ; +rdfs:label "Diffuse solar radiation" ; +skos:broader Solar ; +. + +#572 +wmdsObservedVariable:Direct solar radiation +a skos:Concept ; +skos:notation 572 ; +dct:notation 572 ; +rdfs:label "Direct solar radiation" ; +skos:broader Solar ; +. + +#573 +wmdsObservedVariable:Global solar radiation +a skos:Concept ; +skos:notation 573 ; +dct:notation 573 ; +rdfs:label "Global solar radiation(downwelling)" ; +skos:broader Solar ; +. + +#574 +wmdsObservedVariable:Global solar radiation +a skos:Concept ; +skos:notation 574 ; +dct:notation 574 ; +rdfs:label "Global solar radiation(upwelling)" ; +skos:broader Solar ; +. + +#575 +wmdsObservedVariable:Reflected solar radiation +a skos:Concept ; +skos:notation 575 ; +dct:notation 575 ; +rdfs:label "Reflected solar radiation" ; +skos:broader Solar ; +. + +#10045 +wmdsObservedVariable:UV +a skos:Concept ; +skos:notation 10045 ; +dct:notation 10045 ; +rdfs:label "UV" ; +skos:broader Radiation ; +. + +#356 +wmdsObservedVariable:UV Broadband +a skos:Concept ; +skos:notation 356 ; +dct:notation 356 ; +rdfs:label "UV Broadband" ; +skos:broader UV ; +. + +#357 +wmdsObservedVariable:UV Erythemally weighted +a skos:Concept ; +skos:notation 357 ; +dct:notation 357 ; +rdfs:label "UV Erythemally weighted" ; +skos:broader UV ; +. + +#358 +wmdsObservedVariable:UV Multiband +a skos:Concept ; +skos:notation 358 ; +dct:notation 358 ; +rdfs:label "UV Multiband" ; +skos:broader UV ; +. + +#359 +wmdsObservedVariable:UV Spectral +a skos:Concept ; +skos:notation 359 ; +dct:notation 359 ; +rdfs:label "UV Spectral" ; +skos:broader UV ; +. + +#10046 +wmdsObservedVariable:Radionuclide +a skos:Concept ; +skos:notation 10046 ; +dct:notation 10046 ; +rdfs:label "Radionuclide" ; +skos:broader Atmosphere ; +defchem:chemical-species chemical-species:radionuclide ; +. + +#219 +wmdsObservedVariable:Beryllium [Be-7] +a skos:Concept ; +skos:notation 219 ; +dct:notation 219 ; +rdfs:label "Beryllium [Be-7]" ; +skos:broader Radionuclide ; +. + +#220 +wmdsObservedVariable:CO2 [C-14] +a skos:Concept ; +skos:notation 220 ; +dct:notation 220 ; +rdfs:label "CO2 [C-14]" ; +skos:broader Radionuclide ; +. + +#221 +wmdsObservedVariable:Krypton [Kr-85] +a skos:Concept ; +skos:notation 221 ; +dct:notation 221 ; +rdfs:label "Krypton [Kr-85]" ; +skos:broader Radionuclide ; +. + +#222 +wmdsObservedVariable:Lead [Pb-210] +a skos:Concept ; +skos:notation 222 ; +dct:notation 222 ; +rdfs:label "Lead [Pb-210]" ; +skos:broader Radionuclide ; +. + +#223 +wmdsObservedVariable:Radon [Rn-222] +a skos:Concept ; +skos:notation 223 ; +dct:notation 223 ; +rdfs:label "Radon [Rn-222]" ; +skos:broader Radionuclide ; +. + +#10047 +wmdsObservedVariable:Reactive Gas +a skos:Concept ; +skos:notation 10047 ; +dct:notation 10047 ; +rdfs:label "Reactive Gas" ; +skos:broader Atmosphere ; +defchem:medium medium:air ; +. + +#274 +wmdsObservedVariable:BrO +a skos:Concept ; +skos:notation 274 ; +dct:notation 274 ; +rdfs:label "BrO(bromine monoxide)" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:bromine-oxide ; +defchem:medium medium:air ; +. + +#275 +wmdsObservedVariable:C2Cl4 +a skos:Concept ; +skos:notation 275 ; +dct:notation 275 ; +rdfs:label "C2Cl4(tetrachloroethene)" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:tetrachloroethene ; +defchem:medium medium:air ; +. + +#276 +wmdsObservedVariable:C2HCl3 +a skos:Concept ; +skos:notation 276 ; +dct:notation 276 ; +rdfs:label "C2HCl3(trichloroethene)" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:trichloroethene ; +defchem:medium medium:air ; +. + +#277 +wmdsObservedVariable:CH2Br2 +a skos:Concept ; +skos:notation 277 ; +dct:notation 277 ; +rdfs:label "CH2Br2(dibrimomethane)" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:dibromomethane ; +defchem:medium medium:air ; +. + +#278 +wmdsObservedVariable:CH2Cl2 +a skos:Concept ; +skos:notation 278 ; +dct:notation 278 ; +rdfs:label "CH2Cl2(dichloromethane)" ; +skos:broader Reactive Gas ; +defchem:medium medium:air ; +. + +#279 +wmdsObservedVariable:CH3Br +a skos:Concept ; +skos:notation 279 ; +dct:notation 279 ; +rdfs:label "CH3Br(methylbromide)" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:bromomethane ; +defchem:medium medium:air ; +. + +#280 +wmdsObservedVariable:CH3Cl +a skos:Concept ; +skos:notation 280 ; +dct:notation 280 ; +rdfs:label "CH3Cl(methylchloride)" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:chloromethane ; +defchem:medium medium:air ; +. + +#281 +wmdsObservedVariable:CH3I +a skos:Concept ; +skos:notation 281 ; +dct:notation 281 ; +rdfs:label "CH3I(methyliodide)" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:iodomethane ; +defchem:medium medium:air ; +. + +#282 +wmdsObservedVariable:CHBr3 +a skos:Concept ; +skos:notation 282 ; +dct:notation 282 ; +rdfs:label "CHBr3(bromoform)" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:tribromomethane ; +defchem:medium medium:air ; +. + +#283 +wmdsObservedVariable:CHCl3 +a skos:Concept ; +skos:notation 283 ; +dct:notation 283 ; +rdfs:label "CHCl3(chloroform)" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:trichloromethane ; +defchem:medium medium:air ; +. + +#284 +wmdsObservedVariable:CO +a skos:Concept ; +skos:notation 284 ; +dct:notation 284 ; +rdfs:label "CO" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:carbon-monoxide ; +defchem:medium medium:air ; +. + +#285 +wmdsObservedVariable:COF2 +a skos:Concept ; +skos:notation 285 ; +dct:notation 285 ; +rdfs:label "COF2(difluoromethanal, carbonyl fluoride)" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:carbonyl-difluoride ; +defchem:medium medium:air ; +. + +#286 +wmdsObservedVariable:ClO +a skos:Concept ; +skos:notation 286 ; +dct:notation 286 ; +rdfs:label "ClO(chlorine monoxide)" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:chlorine-oxide ; +defchem:medium medium:air ; +. + +#287 +wmdsObservedVariable:H2O2 +a skos:Concept ; +skos:notation 287 ; +dct:notation 287 ; +rdfs:label "H2O2(hydrogen peroxide)" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:hydrogen-peroxide ; +defchem:medium medium:air ; +. + +#288 +wmdsObservedVariable:HCl +a skos:Concept ; +skos:notation 288 ; +dct:notation 288 ; +rdfs:label "HCl(hydrochloric acid)" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:hydrogen-chloride ; +defchem:medium medium:air ; +. + +#289 +wmdsObservedVariable:HF +a skos:Concept ; +skos:notation 289 ; +dct:notation 289 ; +rdfs:label "HF(hydrofluoric acid)" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:hydrogen-fluoride ; +defchem:medium medium:air ; +. + +#291 +wmdsObservedVariable:ROOH +a skos:Concept ; +skos:notation 291 ; +dct:notation 291 ; +rdfs:label "ROOH" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:organic-peroxide ; +defchem:medium medium:air ; +. + +#10048 +wmdsObservedVariable:Nitrogen containing compounds +a skos:Concept ; +skos:notation 10048 ; +dct:notation 10048 ; +rdfs:label "Nitrogen containing compounds" ; +skos:broader Reactive Gas ; +defchem:medium medium:air ; +. + +#390 +wmdsObservedVariable:Ammonia +a skos:Concept ; +skos:notation 390 ; +dct:notation 390 ; +rdfs:label "Ammonia(NH3)" ; +skos:broader Nitrogen containing compounds ; +defchem:chemical-species chemical-species:ammonia ; +defchem:medium medium:air ; +. + +#391 +wmdsObservedVariable:C2H3O5N +a skos:Concept ; +skos:notation 391 ; +dct:notation 391 ; +rdfs:label "C2H3O5N(peroxyacetylnitrate, PAN)" ; +skos:broader Nitrogen containing compounds ; +defchem:medium medium:air ; +. + +#392 +wmdsObservedVariable:ClONO2 +a skos:Concept ; +skos:notation 392 ; +dct:notation 392 ; +rdfs:label "ClONO2(chlorine nitrate)" ; +skos:broader Nitrogen containing compounds ; +defchem:chemical-species chemical-species:chlorine-nitrate ; +defchem:medium medium:air ; +. + +#393 +wmdsObservedVariable:HCN +a skos:Concept ; +skos:notation 393 ; +dct:notation 393 ; +rdfs:label "HCN(formonitrile, hydrogen cyanide)" ; +skos:broader Nitrogen containing compounds ; +defchem:chemical-species chemical-species:hydrogen-cyanide ; +defchem:medium medium:air ; +. + +#394 +wmdsObservedVariable:HNO3 +a skos:Concept ; +skos:notation 394 ; +dct:notation 394 ; +rdfs:label "HNO3(nitric acid)" ; +skos:broader Nitrogen containing compounds ; +defchem:chemical-species chemical-species:nitric-acid ; +defchem:medium medium:air ; +. + +#395 +wmdsObservedVariable:NO +a skos:Concept ; +skos:notation 395 ; +dct:notation 395 ; +rdfs:label "NO" ; +skos:broader Nitrogen containing compounds ; +defchem:chemical-species chemical-species:nitrogen-monoxide ; +defchem:medium medium:air ; +. + +#396 +wmdsObservedVariable:NO2 +a skos:Concept ; +skos:notation 396 ; +dct:notation 396 ; +rdfs:label "NO2" ; +skos:broader Nitrogen containing compounds ; +defchem:chemical-species chemical-species:nitrogen-dioxide ; +defchem:medium medium:air ; +. + +#397 +wmdsObservedVariable:NOx +a skos:Concept ; +skos:notation 397 ; +dct:notation 397 ; +rdfs:label "NOx" ; +skos:broader Nitrogen containing compounds ; +defchem:chemical-species chemical-species:nox ; +defchem:medium medium:air ; +. + +#398 +wmdsObservedVariable:NOy +a skos:Concept ; +skos:notation 398 ; +dct:notation 398 ; +rdfs:label "NOy" ; +skos:broader Nitrogen containing compounds ; +defchem:chemical-species chemical-species:noy ; +defchem:medium medium:air ; +. + +#10049 +wmdsObservedVariable:Sulfur containing compounds +a skos:Concept ; +skos:notation 10049 ; +dct:notation 10049 ; +rdfs:label "Sulfur containing compounds" ; +skos:broader Reactive Gas ; +defchem:medium medium:air ; +. + +#428 +wmdsObservedVariable:COS +a skos:Concept ; +skos:notation 428 ; +dct:notation 428 ; +rdfs:label "COS(OCS, carbon oxide sulfide, carbonyl sulfide)" ; +skos:broader Sulfur containing compounds ; +defchem:chemical-species chemical-species:carbonyl-sulfide ; +defchem:medium medium:air ; +. + +#429 +wmdsObservedVariable:CS2 +a skos:Concept ; +skos:notation 429 ; +dct:notation 429 ; +rdfs:label "CS2(Carbon disulfide)" ; +skos:broader Sulfur containing compounds ; +defchem:chemical-species chemical-species:carbon-disulfide ; +defchem:medium medium:air ; +. + +#430 +wmdsObservedVariable:SO2 +a skos:Concept ; +skos:notation 430 ; +dct:notation 430 ; +rdfs:label "SO2" ; +skos:broader Sulfur containing compounds ; +defchem:chemical-species chemical-species:sulfur-dioxide ; +defchem:medium medium:air ; +. + +#10050 +wmdsObservedVariable:VOC +a skos:Concept ; +skos:notation 10050 ; +dct:notation 10050 ; +rdfs:label "VOC" ; +skos:broader Reactive Gas ; +defchem:chemical-species chemical-species:volatile-organic-species ; +defchem:medium medium:air ; +. + +#434 +wmdsObservedVariable:C2H2 +a skos:Concept ; +skos:notation 434 ; +dct:notation 434 ; +rdfs:label "C2H2(ethyne, acetylene)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:ethyne ; +defchem:medium medium:air ; +. + +#435 +wmdsObservedVariable:C2H2O2 +a skos:Concept ; +skos:notation 435 ; +dct:notation 435 ; +rdfs:label "C2H2O2(oxaldehyde, ethanedial)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#436 +wmdsObservedVariable:C2H4 +a skos:Concept ; +skos:notation 436 ; +dct:notation 436 ; +rdfs:label "C2H4(ethene)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:ethene ; +defchem:medium medium:air ; +. + +#437 +wmdsObservedVariable:C2H6 +a skos:Concept ; +skos:notation 437 ; +dct:notation 437 ; +rdfs:label "C2H6(ethane)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:ethane ; +defchem:medium medium:air ; +. + +#438 +wmdsObservedVariable:C2H6S +a skos:Concept ; +skos:notation 438 ; +dct:notation 438 ; +rdfs:label "C2H6S(dimethylsulfide, DMS)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#439 +wmdsObservedVariable:C3H4 +a skos:Concept ; +skos:notation 439 ; +dct:notation 439 ; +rdfs:label "C3H4(propyne)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:propyne ; +defchem:medium medium:air ; +. + +#440 +wmdsObservedVariable:C3H4O +a skos:Concept ; +skos:notation 440 ; +dct:notation 440 ; +rdfs:label "C3H4O(prop-2-enal, acrolein)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:prop-2-enal ; +defchem:medium medium:air ; +. + +#441 +wmdsObservedVariable:C3H4O2 +a skos:Concept ; +skos:notation 441 ; +dct:notation 441 ; +rdfs:label "C3H4O2(2-oxopropanal, methylglyoxal)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#442 +wmdsObservedVariable:C3H6 +a skos:Concept ; +skos:notation 442 ; +dct:notation 442 ; +rdfs:label "C3H6(propene)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:propene ; +defchem:medium medium:air ; +. + +#443 +wmdsObservedVariable:C3H6O +a skos:Concept ; +skos:notation 443 ; +dct:notation 443 ; +rdfs:label "C3H6O(acetone, propanone)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:propanal ; +defchem:medium medium:air ; +. + +#444 +wmdsObservedVariable:C3H6O +a skos:Concept ; +skos:notation 444 ; +dct:notation 444 ; +rdfs:label "C3H6O(propanal)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:propanal ; +defchem:medium medium:air ; +. + +#445 +wmdsObservedVariable:C3H8 +a skos:Concept ; +skos:notation 445 ; +dct:notation 445 ; +rdfs:label "C3H8(propane)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:propane ; +defchem:medium medium:air ; +. + +#446 +wmdsObservedVariable:C4H6 +a skos:Concept ; +skos:notation 446 ; +dct:notation 446 ; +rdfs:label "C4H6(1, 3-butadiene, butadiene)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:buta-1,3-diene ; +defchem:medium medium:air ; +. + +#447 +wmdsObservedVariable:C4H6O +a skos:Concept ; +skos:notation 447 ; +dct:notation 447 ; +rdfs:label "C4H6O(2-methylprop-2-enal, methacrolein)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:2-methylprop-2-enal ; +defchem:medium medium:air ; +. + +#448 +wmdsObservedVariable:C4H6O +a skos:Concept ; +skos:notation 448 ; +dct:notation 448 ; +rdfs:label "C4H6O(but-3-en-2-one, methylvinylketone)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:2-methylprop-2-enal ; +defchem:medium medium:air ; +. + +#449 +wmdsObservedVariable:C4H8 +a skos:Concept ; +skos:notation 449 ; +dct:notation 449 ; +rdfs:label "C4H8(1-butene)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:butenes ; +defchem:medium medium:air ; +. + +#450 +wmdsObservedVariable:C4H8 +a skos:Concept ; +skos:notation 450 ; +dct:notation 450 ; +rdfs:label "C4H8(sum of butenes)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:butenes ; +defchem:medium medium:air ; +. + +#451 +wmdsObservedVariable:C4H8O +a skos:Concept ; +skos:notation 451 ; +dct:notation 451 ; +rdfs:label "C4H8O(butan-2-one, methylethylketone)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:butanal ; +defchem:medium medium:air ; +. + +#452 +wmdsObservedVariable:C4H8O +a skos:Concept ; +skos:notation 452 ; +dct:notation 452 ; +rdfs:label "C4H8O(butanal isomers)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:butanal ; +defchem:medium medium:air ; +. + +#453 +wmdsObservedVariable:C5H10 +a skos:Concept ; +skos:notation 453 ; +dct:notation 453 ; +rdfs:label "C5H10(1-pentene)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:pentenes ; +defchem:medium medium:air ; +. + +#454 +wmdsObservedVariable:C5H10 +a skos:Concept ; +skos:notation 454 ; +dct:notation 454 ; +rdfs:label "C5H10(2-methyl-1-butene)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:pentenes ; +defchem:medium medium:air ; +. + +#455 +wmdsObservedVariable:C5H10 +a skos:Concept ; +skos:notation 455 ; +dct:notation 455 ; +rdfs:label "C5H10(2-methyl-2-butene)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:pentenes ; +defchem:medium medium:air ; +. + +#456 +wmdsObservedVariable:C5H10 +a skos:Concept ; +skos:notation 456 ; +dct:notation 456 ; +rdfs:label "C5H10(3-methyl-1-butene)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:pentenes ; +defchem:medium medium:air ; +. + +#457 +wmdsObservedVariable:C5H10 +a skos:Concept ; +skos:notation 457 ; +dct:notation 457 ; +rdfs:label "C5H10(cyclopentane)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:pentenes ; +defchem:medium medium:air ; +. + +#458 +wmdsObservedVariable:C5H10 +a skos:Concept ; +skos:notation 458 ; +dct:notation 458 ; +rdfs:label "C5H10(sum of 1-pentene & 2-methyl-2-butene)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:pentenes ; +defchem:medium medium:air ; +. + +#459 +wmdsObservedVariable:C5H10 +a skos:Concept ; +skos:notation 459 ; +dct:notation 459 ; +rdfs:label "C5H10(sum of pentenes)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:pentenes ; +defchem:medium medium:air ; +. + +#460 +wmdsObservedVariable:C5H10O +a skos:Concept ; +skos:notation 460 ; +dct:notation 460 ; +rdfs:label "C5H10O(pentanal, valeraldehyde)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#461 +wmdsObservedVariable:C5H12 & C4H8 +a skos:Concept ; +skos:notation 461 ; +dct:notation 461 ; +rdfs:label "C5H12 & C4H8(sum of 2, 2-dimethylpropane & c-2-butene)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#462 +wmdsObservedVariable:C5H12 +a skos:Concept ; +skos:notation 462 ; +dct:notation 462 ; +rdfs:label "C5H12(2, 2-dimethylpropane)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:pentanes ; +defchem:medium medium:air ; +. + +#463 +wmdsObservedVariable:C5H14 +a skos:Concept ; +skos:notation 463 ; +dct:notation 463 ; +rdfs:label "C5H14(2, 3-dimethylbutane)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#464 +wmdsObservedVariable:C5H8 +a skos:Concept ; +skos:notation 464 ; +dct:notation 464 ; +rdfs:label "C5H8(2-methyl-1, 3-butadiene, isoprene)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:2-methylbuta-1,3-diene ; +defchem:medium medium:air ; +. + +#465 +wmdsObservedVariable:C5H8 +a skos:Concept ; +skos:notation 465 ; +dct:notation 465 ; +rdfs:label "C5H8(cyclopentene)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:2-methylbuta-1,3-diene ; +defchem:medium medium:air ; +. + +#466 +wmdsObservedVariable:C5Hn +a skos:Concept ; +skos:notation 466 ; +dct:notation 466 ; +rdfs:label "C5Hn(n={10, 8}; sum of 3-methyl-1-butene & cyclopentene)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#467 +wmdsObservedVariable:C5Hn +a skos:Concept ; +skos:notation 467 ; +dct:notation 467 ; +rdfs:label "C5Hn(n={12, 10}; sum of n-pentane & cyclopentane)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#468 +wmdsObservedVariable:C6H12 +a skos:Concept ; +skos:notation 468 ; +dct:notation 468 ; +rdfs:label "C6H12(cyclohexane)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#469 +wmdsObservedVariable:C6H12 +a skos:Concept ; +skos:notation 469 ; +dct:notation 469 ; +rdfs:label "C6H12(methylcyclopentane)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#470 +wmdsObservedVariable:C6H12O +a skos:Concept ; +skos:notation 470 ; +dct:notation 470 ; +rdfs:label "C6H12O(hexanal isomers)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#471 +wmdsObservedVariable:C6H14 +a skos:Concept ; +skos:notation 471 ; +dct:notation 471 ; +rdfs:label "C6H14(2, 2-dimethylbutane)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:hexanes ; +defchem:medium medium:air ; +. + +#472 +wmdsObservedVariable:C6H14 +a skos:Concept ; +skos:notation 472 ; +dct:notation 472 ; +rdfs:label "C6H14(2-methylpentane)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:hexanes ; +defchem:medium medium:air ; +. + +#473 +wmdsObservedVariable:C6H14 +a skos:Concept ; +skos:notation 473 ; +dct:notation 473 ; +rdfs:label "C6H14(3-methylpentane)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:hexanes ; +defchem:medium medium:air ; +. + +#474 +wmdsObservedVariable:C6H14 +a skos:Concept ; +skos:notation 474 ; +dct:notation 474 ; +rdfs:label "C6H14(n-hexane)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:hexanes ; +defchem:medium medium:air ; +. + +#475 +wmdsObservedVariable:C6H14 +a skos:Concept ; +skos:notation 475 ; +dct:notation 475 ; +rdfs:label "C6H14(sum of methylpentanes)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:hexanes ; +defchem:medium medium:air ; +. + +#476 +wmdsObservedVariable:C6H6 +a skos:Concept ; +skos:notation 476 ; +dct:notation 476 ; +rdfs:label "C6H6(benzene)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:benzene ; +defchem:medium medium:air ; +. + +#477 +wmdsObservedVariable:C6Hn +a skos:Concept ; +skos:notation 477 ; +dct:notation 477 ; +rdfs:label "C6Hn(n={14, 12}; sum of 3-methylpentane & cyclohexane)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#478 +wmdsObservedVariable:C6Hn (n={14, 12}; sum of 2 +a skos:Concept ; +skos:notation 478 ; +dct:notation 478 ; +rdfs:label "C6Hn (n={14, 12}; sum of 2 in 2-dimethylbutane & methylcyclopentane"" ; +skos:broader VOC ; +defchem:medium medium:2-dimethylbutane & methylcyclopentane" ; +. + +#479 +wmdsObservedVariable:C6Hn (n={14, 12}; sum of 2 +a skos:Concept ; +skos:notation 479 ; +dct:notation 479 ; +rdfs:label "C6Hn (n={14, 12}; sum of 2 in 3-dimethylbutane & methylcyclopentane"" ; +skos:broader VOC ; +defchem:medium medium:3-dimethylbutane & methylcyclopentane" ; +. + +#480 +wmdsObservedVariable:C7H16 +a skos:Concept ; +skos:notation 480 ; +dct:notation 480 ; +rdfs:label "C7H16(sum of methylhexanes)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:heptanes ; +defchem:medium medium:air ; +. + +#481 +wmdsObservedVariable:C7H6O +a skos:Concept ; +skos:notation 481 ; +dct:notation 481 ; +rdfs:label "C7H6O(benzene carbaldehyde)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#482 +wmdsObservedVariable:C7H8 +a skos:Concept ; +skos:notation 482 ; +dct:notation 482 ; +rdfs:label "C7H8(toluene)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#483 +wmdsObservedVariable:C8H10 +a skos:Concept ; +skos:notation 483 ; +dct:notation 483 ; +rdfs:label "C8H10(ethylbenzene)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#484 +wmdsObservedVariable:C8H10 +a skos:Concept ; +skos:notation 484 ; +dct:notation 484 ; +rdfs:label "C8H10(m-xylene)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#485 +wmdsObservedVariable:C8H10 +a skos:Concept ; +skos:notation 485 ; +dct:notation 485 ; +rdfs:label "C8H10(o-xylene)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#486 +wmdsObservedVariable:C8H10 +a skos:Concept ; +skos:notation 486 ; +dct:notation 486 ; +rdfs:label "C8H10(p, m-xylene)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#487 +wmdsObservedVariable:C9H12 +a skos:Concept ; +skos:notation 487 ; +dct:notation 487 ; +rdfs:label "C9H12(1, 2, 4-trimethylbenzene)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#488 +wmdsObservedVariable:C9H12 +a skos:Concept ; +skos:notation 488 ; +dct:notation 488 ; +rdfs:label "C9H12(1, 3, 5-trimethylbenzene)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#489 +wmdsObservedVariable:CH2O +a skos:Concept ; +skos:notation 489 ; +dct:notation 489 ; +rdfs:label "CH2O(formaldehyde)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:formaldehyde ; +defchem:medium medium:air ; +. + +#490 +wmdsObservedVariable:CH3CH2OH +a skos:Concept ; +skos:notation 490 ; +dct:notation 490 ; +rdfs:label "CH3CH2OH(ethanol)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#491 +wmdsObservedVariable:CH3CHO +a skos:Concept ; +skos:notation 491 ; +dct:notation 491 ; +rdfs:label "CH3CHO(acetaldehyde, ethanal)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:ethylaldehyde ; +defchem:medium medium:air ; +. + +#492 +wmdsObservedVariable:CH3CN +a skos:Concept ; +skos:notation 492 ; +dct:notation 492 ; +rdfs:label "CH3CN(acetonitrile)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:acetonitrile ; +defchem:medium medium:air ; +. + +#493 +wmdsObservedVariable:CH3OH +a skos:Concept ; +skos:notation 493 ; +dct:notation 493 ; +rdfs:label "CH3OH(methanol)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:methanol ; +defchem:medium medium:air ; +. + +#494 +wmdsObservedVariable:NMHC +a skos:Concept ; +skos:notation 494 ; +dct:notation 494 ; +rdfs:label "NMHC" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#495 +wmdsObservedVariable:c-C4H8 +a skos:Concept ; +skos:notation 495 ; +dct:notation 495 ; +rdfs:label "c-C4H8(cis-2-butene)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#496 +wmdsObservedVariable:c-C5H10 +a skos:Concept ; +skos:notation 496 ; +dct:notation 496 ; +rdfs:label "c-C5H10(cis-2-pentene)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#497 +wmdsObservedVariable:i-C4H10 +a skos:Concept ; +skos:notation 497 ; +dct:notation 497 ; +rdfs:label "i-C4H10(2-methylpropane, iso-butane)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:2-methylpropane ; +defchem:medium medium:air ; +. + +#498 +wmdsObservedVariable:i-C4H8 +a skos:Concept ; +skos:notation 498 ; +dct:notation 498 ; +rdfs:label "i-C4H8(2-methylpropene, iso-butene)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#499 +wmdsObservedVariable:i-C5H12 +a skos:Concept ; +skos:notation 499 ; +dct:notation 499 ; +rdfs:label "i-C5H12(2-methylbutane, iso-pentane)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:2-methylbutane ; +defchem:medium medium:air ; +. + +#500 +wmdsObservedVariable:i-C7H16 +a skos:Concept ; +skos:notation 500 ; +dct:notation 500 ; +rdfs:label "i-C7H16(2-methylhexane, isoheptane)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#501 +wmdsObservedVariable:n-C4H10 +a skos:Concept ; +skos:notation 501 ; +dct:notation 501 ; +rdfs:label "n-C4H10(n-butane)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:butane ; +defchem:medium medium:air ; +. + +#502 +wmdsObservedVariable:n-C5H12 +a skos:Concept ; +skos:notation 502 ; +dct:notation 502 ; +rdfs:label "n-C5H12(n-pentane)" ; +skos:broader VOC ; +defchem:medium medium:air ; +. + +#503 +wmdsObservedVariable:n-C7H16 +a skos:Concept ; +skos:notation 503 ; +dct:notation 503 ; +rdfs:label "n-C7H16(n-heptane)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:n-heptane ; +defchem:medium medium:air ; +. + +#504 +wmdsObservedVariable:t-C4H8 +a skos:Concept ; +skos:notation 504 ; +dct:notation 504 ; +rdfs:label "t-C4H8(trans-2-butene)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:trans-2-butene ; +defchem:medium medium:air ; +. + +#505 +wmdsObservedVariable:t-C5H10 +a skos:Concept ; +skos:notation 505 ; +dct:notation 505 ; +rdfs:label "t-C5H10(trans-2-pentene)" ; +skos:broader VOC ; +defchem:chemical-species chemical-species:trans-2-pentene ; +defchem:medium medium:air ; +. + +#10051 +wmdsObservedVariable:Temperature +a skos:Concept ; +skos:notation 10051 ; +dct:notation 10051 ; +rdfs:label "Temperature" ; +skos:broader Atmosphere ; +. + +#224 +wmdsObservedVariable:Air temperature +a skos:Concept ; +skos:notation 224 ; +dct:notation 224 ; +rdfs:label "Air temperature(at specified distance from reference surface)" ; +skos:broader Temperature ; +. + +#225 +wmdsObservedVariable:Dew-point temperature +a skos:Concept ; +skos:notation 225 ; +dct:notation 225 ; +rdfs:label "Dew-point temperature(at specified distance from reference surface)" ; +skos:broader Temperature ; +. + +#226 +wmdsObservedVariable:Extreme temperature (at specified distance from reference surface) +a skos:Concept ; +skos:notation 226 ; +dct:notation 226 ; +rdfs:label "Extreme temperature (at specified distance from reference surface)(min, max)" ; +skos:broader Temperature ; +. + +#227 +wmdsObservedVariable:Temperature profile +a skos:Concept ; +skos:notation 227 ; +dct:notation 227 ; +rdfs:label "Temperature profile" ; +skos:broader Temperature ; +. + +#10052 +wmdsObservedVariable:Total Atmospheric Deposition +a skos:Concept ; +skos:notation 10052 ; +dct:notation 10052 ; +rdfs:label "Total Atmospheric Deposition" ; +skos:broader Atmosphere ; +. + +#294 +wmdsObservedVariable:Acidity/Alkalinity +a skos:Concept ; +skos:notation 294 ; +dct:notation 294 ; +rdfs:label "Acidity/Alkalinity" ; +skos:broader Total Atmospheric Deposition ; +. + +#295 +wmdsObservedVariable:Electric conductivity +a skos:Concept ; +skos:notation 295 ; +dct:notation 295 ; +rdfs:label "Electric conductivity" ; +skos:broader Total Atmospheric Deposition ; +. + +#296 +wmdsObservedVariable:Hydrogen ion or pH +a skos:Concept ; +skos:notation 296 ; +dct:notation 296 ; +rdfs:label "Hydrogen ion or pH(H+)" ; +skos:broader Total Atmospheric Deposition ; +. + +#302 +wmdsObservedVariable:Sulphur +a skos:Concept ; +skos:notation 302 ; +dct:notation 302 ; +rdfs:label "Sulphur(S)" ; +skos:broader Total Atmospheric Deposition ; +. + +#10053 +wmdsObservedVariable:Inorganic acid +a skos:Concept ; +skos:notation 10053 ; +dct:notation 10053 ; +rdfs:label "Inorganic acid" ; +skos:broader Total Atmospheric Deposition ; +defchem:chemical-species chemical-species:inorganic-acid ; +. + +#529 +wmdsObservedVariable:Strong acids +a skos:Concept ; +skos:notation 529 ; +dct:notation 529 ; +rdfs:label "Strong acids" ; +skos:broader Inorganic acid ; +. + +#10054 +wmdsObservedVariable:Inorganic anions +a skos:Concept ; +skos:notation 10054 ; +dct:notation 10054 ; +rdfs:label "Inorganic anions" ; +skos:broader Total Atmospheric Deposition ; +. + +#538 +wmdsObservedVariable:Bromide +a skos:Concept ; +skos:notation 538 ; +dct:notation 538 ; +rdfs:label "Bromide(Br-)" ; +skos:broader Inorganic anions ; +. + +#539 +wmdsObservedVariable:Chloride +a skos:Concept ; +skos:notation 539 ; +dct:notation 539 ; +rdfs:label "Chloride(Cl-)" ; +skos:broader Inorganic anions ; +. + +#540 +wmdsObservedVariable:Fluoride +a skos:Concept ; +skos:notation 540 ; +dct:notation 540 ; +rdfs:label "Fluoride(F-)" ; +skos:broader Inorganic anions ; +. + +#541 +wmdsObservedVariable:Iodide +a skos:Concept ; +skos:notation 541 ; +dct:notation 541 ; +rdfs:label "Iodide(I-)" ; +skos:broader Inorganic anions ; +. + +#542 +wmdsObservedVariable:Phosphate +a skos:Concept ; +skos:notation 542 ; +dct:notation 542 ; +rdfs:label "Phosphate(PO4---)" ; +skos:broader Inorganic anions ; +. + +#543 +wmdsObservedVariable:Sulphate +a skos:Concept ; +skos:notation 543 ; +dct:notation 543 ; +rdfs:label "Sulphate(SO4=) in corrected"" ; +skos:broader Inorganic anions ; +defchem:medium medium:corrected" ; +. + +#544 +wmdsObservedVariable:Sulphate +a skos:Concept ; +skos:notation 544 ; +dct:notation 544 ; +rdfs:label "Sulphate(SO4=) in total"" ; +skos:broader Inorganic anions ; +defchem:medium medium:total" ; +. + +#10055 +wmdsObservedVariable:Inorganic cations +a skos:Concept ; +skos:notation 10055 ; +dct:notation 10055 ; +rdfs:label "Inorganic cations" ; +skos:broader Total Atmospheric Deposition ; +. + +#545 +wmdsObservedVariable:Calcium +a skos:Concept ; +skos:notation 545 ; +dct:notation 545 ; +rdfs:label "Calcium(Ca++)" ; +skos:broader Inorganic cations ; +. + +#546 +wmdsObservedVariable:Magnesium +a skos:Concept ; +skos:notation 546 ; +dct:notation 546 ; +rdfs:label "Magnesium(Mg++)" ; +skos:broader Inorganic cations ; +. + +#547 +wmdsObservedVariable:Potassium +a skos:Concept ; +skos:notation 547 ; +dct:notation 547 ; +rdfs:label "Potassium(K+)" ; +skos:broader Inorganic cations ; +. + +#548 +wmdsObservedVariable:Sodium +a skos:Concept ; +skos:notation 548 ; +dct:notation 548 ; +rdfs:label "Sodium(Na+)" ; +skos:broader Inorganic cations ; +. + +#10056 +wmdsObservedVariable:Inorganic nitrogen species +a skos:Concept ; +skos:notation 10056 ; +dct:notation 10056 ; +rdfs:label "Inorganic nitrogen species" ; +skos:broader Total Atmospheric Deposition ; +defchem:chemical-species chemical-species:inorganic-nitrogen-species ; +. + +#568 +wmdsObservedVariable:Ammonium +a skos:Concept ; +skos:notation 568 ; +dct:notation 568 ; +rdfs:label "Ammonium(NH4+)" ; +skos:broader Inorganic nitrogen species ; +defchem:chemical-species chemical-species:ammonium ; +. + +#569 +wmdsObservedVariable:Nitrate +a skos:Concept ; +skos:notation 569 ; +dct:notation 569 ; +rdfs:label "Nitrate(NO3-)" ; +skos:broader Inorganic nitrogen species ; +defchem:chemical-species chemical-species:nitrate ; +. + +#570 +wmdsObservedVariable:Nitrite +a skos:Concept ; +skos:notation 570 ; +dct:notation 570 ; +rdfs:label "Nitrite(NO2-)" ; +skos:broader Inorganic nitrogen species ; +. + +#10057 +wmdsObservedVariable:Organic acid +a skos:Concept ; +skos:notation 10057 ; +dct:notation 10057 ; +rdfs:label "Organic acid" ; +skos:broader Total Atmospheric Deposition ; +defchem:chemical-species chemical-species:organic-acid ; +. + +#576 +wmdsObservedVariable:Acetate +a skos:Concept ; +skos:notation 576 ; +dct:notation 576 ; +rdfs:label "Acetate(CH3COO-)" ; +skos:broader Organic acid ; +. + +#577 +wmdsObservedVariable:Formate +a skos:Concept ; +skos:notation 577 ; +dct:notation 577 ; +rdfs:label "Formate(HCOO-)" ; +skos:broader Organic acid ; +. + +#578 +wmdsObservedVariable:Propionate +a skos:Concept ; +skos:notation 578 ; +dct:notation 578 ; +rdfs:label "Propionate(C2H5COO-)" ; +skos:broader Organic acid ; +. + +#10058 +wmdsObservedVariable:Trace elements +a skos:Concept ; +skos:notation 10058 ; +dct:notation 10058 ; +rdfs:label "Trace elements" ; +skos:broader Total Atmospheric Deposition ; +. + +#597 +wmdsObservedVariable:Aluminum +a skos:Concept ; +skos:notation 597 ; +dct:notation 597 ; +rdfs:label "Aluminum(Al)" ; +skos:broader Trace elements ; +. + +#598 +wmdsObservedVariable:Arsenic +a skos:Concept ; +skos:notation 598 ; +dct:notation 598 ; +rdfs:label "Arsenic(As)" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:arsenic ; +. + +#599 +wmdsObservedVariable:Cadmium +a skos:Concept ; +skos:notation 599 ; +dct:notation 599 ; +rdfs:label "Cadmium(Cd)" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:cadmium ; +. + +#600 +wmdsObservedVariable:Chromium +a skos:Concept ; +skos:notation 600 ; +dct:notation 600 ; +rdfs:label "Chromium(Cr)" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:chromium ; +. + +#601 +wmdsObservedVariable:Cobalt +a skos:Concept ; +skos:notation 601 ; +dct:notation 601 ; +rdfs:label "Cobalt(Co)" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:cobalt ; +. + +#602 +wmdsObservedVariable:Copper +a skos:Concept ; +skos:notation 602 ; +dct:notation 602 ; +rdfs:label "Copper(Cu)" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:copper ; +. + +#603 +wmdsObservedVariable:Iron +a skos:Concept ; +skos:notation 603 ; +dct:notation 603 ; +rdfs:label "Iron(Fe)" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:iron ; +. + +#604 +wmdsObservedVariable:Lead +a skos:Concept ; +skos:notation 604 ; +dct:notation 604 ; +rdfs:label "Lead(Pb)" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:lead ; +. + +#605 +wmdsObservedVariable:Manganese +a skos:Concept ; +skos:notation 605 ; +dct:notation 605 ; +rdfs:label "Manganese(Mn)" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:manganese ; +. + +#606 +wmdsObservedVariable:Mercury +a skos:Concept ; +skos:notation 606 ; +dct:notation 606 ; +rdfs:label "Mercury(Hg)" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:mercury ; +. + +#607 +wmdsObservedVariable:Nickel +a skos:Concept ; +skos:notation 607 ; +dct:notation 607 ; +rdfs:label "Nickel(Ni)" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:nickel ; +. + +#608 +wmdsObservedVariable:Vanadium +a skos:Concept ; +skos:notation 608 ; +dct:notation 608 ; +rdfs:label "Vanadium(V)" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:vanadium ; +. + +#609 +wmdsObservedVariable:Zinc +a skos:Concept ; +skos:notation 609 ; +dct:notation 609 ; +rdfs:label "Zinc(Zn)" ; +skos:broader Trace elements ; +defchem:chemical-species chemical-species:zinc ; +. + +#10059 +wmdsObservedVariable:Visibility +a skos:Concept ; +skos:notation 10059 ; +dct:notation 10059 ; +rdfs:label "Visibility" ; +skos:broader Atmosphere ; +. + +#229 +wmdsObservedVariable:Runway visual range +a skos:Concept ; +skos:notation 229 ; +dct:notation 229 ; +rdfs:label "Runway visual range" ; +skos:broader Visibility ; +. + +#230 +wmdsObservedVariable:Visibility +a skos:Concept ; +skos:notation 230 ; +dct:notation 230 ; +rdfs:label "Visibility" ; +skos:broader Visibility ; +. + +#10060 +wmdsObservedVariable:Obscurations +a skos:Concept ; +skos:notation 10060 ; +dct:notation 10060 ; +rdfs:label "Obscurations" ; +skos:broader Visibility ; +. + +#521 +wmdsObservedVariable:Extinction coefficient +a skos:Concept ; +skos:notation 521 ; +dct:notation 521 ; +rdfs:label "Extinction coefficient" ; +skos:broader Obscurations ; +. + +#522 +wmdsObservedVariable:Hydrometeor radius +a skos:Concept ; +skos:notation 522 ; +dct:notation 522 ; +rdfs:label "Hydrometeor radius" ; +skos:broader Obscurations ; +. + +#523 +wmdsObservedVariable:Hydrometeor type +a skos:Concept ; +skos:notation 523 ; +dct:notation 523 ; +rdfs:label "Hydrometeor type" ; +skos:broader Obscurations ; +. + +#524 +wmdsObservedVariable:Lithometeor type +a skos:Concept ; +skos:notation 524 ; +dct:notation 524 ; +rdfs:label "Lithometeor type" ; +skos:broader Obscurations ; +. + +#525 +wmdsObservedVariable:Meteorological Optical Range +a skos:Concept ; +skos:notation 525 ; +dct:notation 525 ; +rdfs:label "Meteorological Optical Range" ; +skos:broader Obscurations ; +. + +#526 +wmdsObservedVariable:Obscuration type +a skos:Concept ; +skos:notation 526 ; +dct:notation 526 ; +rdfs:label "Obscuration type" ; +skos:broader Obscurations ; +. + +#10061 +wmdsObservedVariable:Wind +a skos:Concept ; +skos:notation 10061 ; +dct:notation 10061 ; +rdfs:label "Wind" ; +skos:broader Atmosphere ; +. + +#304 +wmdsObservedVariable:Direction of cloud movement +a skos:Concept ; +skos:notation 304 ; +dct:notation 304 ; +rdfs:label "Direction of cloud movement" ; +skos:broader Wind ; +. + +#305 +wmdsObservedVariable:Gust Speed +a skos:Concept ; +skos:notation 305 ; +dct:notation 305 ; +rdfs:label "Gust Speed" ; +skos:broader Wind ; +. + +#307 +wmdsObservedVariable:Wind +a skos:Concept ; +skos:notation 307 ; +dct:notation 307 ; +rdfs:label "Wind(Z component, vertical)" ; +skos:broader Wind ; +. + +#309 +wmdsObservedVariable:Wind +a skos:Concept ; +skos:notation 309 ; +dct:notation 309 ; +rdfs:label "Wind(surface wind direction and speed, horizontal)" ; +skos:broader Wind ; +. + +#310 +wmdsObservedVariable:Wind +a skos:Concept ; +skos:notation 310 ; +dct:notation 310 ; +rdfs:label "Wind(X, Y components, horizontal)" ; +skos:broader Wind ; +. + +#10062 +wmdsObservedVariable:Earth +a skos:Concept ; +skos:notation 10062 ; +dct:notation 10062 ; +rdfs:label "Earth" ; +. + +#6 +wmdsObservedVariable:Crustal motion +a skos:Concept ; +skos:notation 6 ; +dct:notation 6 ; +rdfs:label "Crustal motion(horizontal and vertical)" ; +skos:broader Earth ; +. + +#7 +wmdsObservedVariable:Crustal plates positioning +a skos:Concept ; +skos:notation 7 ; +dct:notation 7 ; +rdfs:label "Crustal plates positioning" ; +skos:broader Earth ; +. + +#8 +wmdsObservedVariable:Earth Rotation +a skos:Concept ; +skos:notation 8 ; +dct:notation 8 ; +rdfs:label "Earth Rotation" ; +skos:broader Earth ; +. + +#9 +wmdsObservedVariable:Geoid +a skos:Concept ; +skos:notation 9 ; +dct:notation 9 ; +rdfs:label "Geoid" ; +skos:broader Earth ; +. + +#10 +wmdsObservedVariable:Geomagnetic field +a skos:Concept ; +skos:notation 10 ; +dct:notation 10 ; +rdfs:label "Geomagnetic field" ; +skos:broader Earth ; +. + +#11 +wmdsObservedVariable:Gravity field +a skos:Concept ; +skos:notation 11 ; +dct:notation 11 ; +rdfs:label "Gravity field" ; +skos:broader Earth ; +. + +#12 +wmdsObservedVariable:Gravity gradients +a skos:Concept ; +skos:notation 12 ; +dct:notation 12 ; +rdfs:label "Gravity gradients" ; +skos:broader Earth ; +. + +#10063 +wmdsObservedVariable:Ocean +a skos:Concept ; +skos:notation 10063 ; +dct:notation 10063 ; +rdfs:label "Ocean" ; +. + +#10064 +wmdsObservedVariable:Topography +a skos:Concept ; +skos:notation 10064 ; +dct:notation 10064 ; +rdfs:label "Topography" ; +skos:broader Ocean ; +. + +#13 +wmdsObservedVariable:Bathymetry +a skos:Concept ; +skos:notation 13 ; +dct:notation 13 ; +rdfs:label "Bathymetry" ; +skos:broader Topography ; +. + +#64 +wmdsObservedVariable:Ocean dynamic topography +a skos:Concept ; +skos:notation 64 ; +dct:notation 64 ; +rdfs:label "Ocean dynamic topography(ODT)" ; +skos:broader Topography ; +. + +#77 +wmdsObservedVariable:Sea surface height anomaly +a skos:Concept ; +skos:notation 77 ; +dct:notation 77 ; +rdfs:label "Sea surface height anomaly(SSHA)" ; +skos:broader Topography ; +. + +#96 +wmdsObservedVariable:Coastal sea level +a skos:Concept ; +skos:notation 96 ; +dct:notation 96 ; +rdfs:label "Coastal sea level(tide)" ; +skos:broader Topography ; +. + +#740 +wmdsObservedVariable:Mean dynamic topography +a skos:Concept ; +skos:notation 740 ; +dct:notation 740 ; +rdfs:label "Mean dynamic topography(MDT)" ; +skos:broader Topography ; +. + +#741 +wmdsObservedVariable:Mean sea surface +a skos:Concept ; +skos:notation 741 ; +dct:notation 741 ; +rdfs:label "Mean sea surface(MSS)" ; +skos:broader Topography ; +. + +#742 +wmdsObservedVariable:Sea surface height +a skos:Concept ; +skos:notation 742 ; +dct:notation 742 ; +rdfs:label "Sea surface height(SSH, OST)" ; +skos:broader Topography ; +. + +#10065 +wmdsObservedVariable:Currents +a skos:Concept ; +skos:notation 10065 ; +dct:notation 10065 ; +rdfs:label "Currents" ; +skos:broader Ocean ; +. + +#62 +wmdsObservedVariable:Ocean Current - Direction +a skos:Concept ; +skos:notation 62 ; +dct:notation 62 ; +rdfs:label "Ocean Current - Direction" ; +skos:broader Currents ; +. + +#63 +wmdsObservedVariable:Ocean Current - Speed +a skos:Concept ; +skos:notation 63 ; +dct:notation 63 ; +rdfs:label "Ocean Current - Speed" ; +skos:broader Currents ; +. + +#65 +wmdsObservedVariable:Ocean surface currents +a skos:Concept ; +skos:notation 65 ; +dct:notation 65 ; +rdfs:label "Ocean surface currents(vector)" ; +skos:broader Currents ; +. + +#10066 +wmdsObservedVariable:Miscellaneous +a skos:Concept ; +skos:notation 10066 ; +dct:notation 10066 ; +rdfs:label "Miscellaneous" ; +skos:broader Ocean ; +. + +#70 +wmdsObservedVariable:Diffuse attenuation coefficient +a skos:Concept ; +skos:notation 70 ; +dct:notation 70 ; +rdfs:label "Diffuse attenuation coefficient(DAC) in turbidity"" ; +skos:broader Miscellaneous ; +defchem:medium medium:turbidity" ; +. + +#72 +wmdsObservedVariable:Ocean suspended sediments concentration +a skos:Concept ; +skos:notation 72 ; +dct:notation 72 ; +rdfs:label "Ocean suspended sediments concentration" ; +skos:broader Miscellaneous ; +. + +#73 +wmdsObservedVariable:Oil spill cover +a skos:Concept ; +skos:notation 73 ; +dct:notation 73 ; +rdfs:label "Oil spill cover" ; +skos:broader Miscellaneous ; +. + +#75 +wmdsObservedVariable:Sea surface Mass Flux +a skos:Concept ; +skos:notation 75 ; +dct:notation 75 ; +rdfs:label "Sea surface Mass Flux" ; +skos:broader Miscellaneous ; +. + +#76 +wmdsObservedVariable:Sea surface heat flux +a skos:Concept ; +skos:notation 76 ; +dct:notation 76 ; +rdfs:label "Sea surface heat flux" ; +skos:broader Miscellaneous ; +. + +#78 +wmdsObservedVariable:Total alkalinity +a skos:Concept ; +skos:notation 78 ; +dct:notation 78 ; +rdfs:label "Total alkalinity(AT)" ; +skos:broader Miscellaneous ; +. + +#79 +wmdsObservedVariable:pH +a skos:Concept ; +skos:notation 79 ; +dct:notation 79 ; +rdfs:label "pH" ; +skos:broader Miscellaneous ; +. + +#739 +wmdsObservedVariable:Fluorescence +a skos:Concept ; +skos:notation 739 ; +dct:notation 739 ; +rdfs:label "Fluorescence(DOM)" ; +skos:broader Miscellaneous ; +. + +#10116 +wmdsObservedVariable:Carbon species +a skos:Concept ; +skos:notation 10116 ; +dct:notation 10116 ; +rdfs:label "Carbon species" ; +skos:broader Miscellaneous ; +. + +#67 +wmdsObservedVariable:Dissolved inorganic carbon +a skos:Concept ; +skos:notation 67 ; +dct:notation 67 ; +rdfs:label "Dissolved inorganic carbon(DIC)" ; +skos:broader Carbon species ; +. + +#68 +wmdsObservedVariable:Dissolved organic carbon +a skos:Concept ; +skos:notation 68 ; +dct:notation 68 ; +rdfs:label "Dissolved organic carbon" ; +skos:broader Carbon species ; +. + +#10117 +wmdsObservedVariable:Nitrogen species +a skos:Concept ; +skos:notation 10117 ; +dct:notation 10117 ; +rdfs:label "Nitrogen species" ; +skos:broader Miscellaneous ; +. + +#69 +wmdsObservedVariable:Dissolved organic nitrogen +a skos:Concept ; +skos:notation 69 ; +dct:notation 69 ; +rdfs:label "Dissolved organic nitrogen" ; +skos:broader Nitrogen species ; +. + +#10067 +wmdsObservedVariable:Biology +a skos:Concept ; +skos:notation 10067 ; +dct:notation 10067 ; +rdfs:label "Biology" ; +skos:broader Ocean ; +. + +#71 +wmdsObservedVariable:Chlorophyll concentration +a skos:Concept ; +skos:notation 71 ; +dct:notation 71 ; +rdfs:label "Chlorophyll concentration" ; +skos:broader Biology ; +. + +#74 +wmdsObservedVariable:Primary production +a skos:Concept ; +skos:notation 74 ; +dct:notation 74 ; +rdfs:label "Primary production" ; +skos:broader Biology ; +. + +#82 +wmdsObservedVariable:SiO3= +a skos:Concept ; +skos:notation 82 ; +dct:notation 82 ; +rdfs:label "SiO3=(metasilicate)" ; +skos:broader Biology ; +. + +#733 +wmdsObservedVariable:Zooplankton +a skos:Concept ; +skos:notation 733 ; +dct:notation 733 ; +rdfs:label "Zooplankton(size and/or development stage)" ; +skos:broader Biology ; +. + +#10068 +wmdsObservedVariable:Nitrogen species +a skos:Concept ; +skos:notation 10068 ; +dct:notation 10068 ; +rdfs:label "Nitrogen species" ; +skos:broader Biology ; +. + +#311 +wmdsObservedVariable:NO2- +a skos:Concept ; +skos:notation 311 ; +dct:notation 311 ; +rdfs:label "NO2-(nitrite)" ; +skos:broader Nitrogen species ; +defchem:chemical-species chemical-species:nitrite-ion ; +. + +#312 +wmdsObservedVariable:NO3- +a skos:Concept ; +skos:notation 312 ; +dct:notation 312 ; +rdfs:label "NO3-(nitrate)" ; +skos:broader Nitrogen species ; +defchem:chemical-species chemical-species:nitrate-ion ; +. + +#10069 +wmdsObservedVariable:Phosporus species +a skos:Concept ; +skos:notation 10069 ; +dct:notation 10069 ; +rdfs:label "Phosporus species" ; +skos:broader Biology ; +. + +#399 +wmdsObservedVariable:PO4= +a skos:Concept ; +skos:notation 399 ; +dct:notation 399 ; +rdfs:label "PO4=(phosphate)" ; +skos:broader Phosporus species ; +. + +#400 +wmdsObservedVariable:Total organic phosphorus +a skos:Concept ; +skos:notation 400 ; +dct:notation 400 ; +rdfs:label "Total organic phosphorus" ; +skos:broader Phosporus species ; +. + +#10070 +wmdsObservedVariable:Other Gas +a skos:Concept ; +skos:notation 10070 ; +dct:notation 10070 ; +rdfs:label "Other Gas" ; +skos:broader Ocean ; +. + +#84 +wmdsObservedVariable:N2, Ar +a skos:Concept ; +skos:notation 84 ; +dct:notation 84 ; +rdfs:label "N2, Ar in O2 "" ; +skos:broader Other Gas ; +defchem:medium medium:O2 " ; +. + +#85 +wmdsObservedVariable:O2/Ar ratio +a skos:Concept ; +skos:notation 85 ; +dct:notation 85 ; +rdfs:label "O2/Ar ratio" ; +skos:broader Other Gas ; +. + +#86 +wmdsObservedVariable:Ocean subsurface dissolved oxygen concentration +a skos:Concept ; +skos:notation 86 ; +dct:notation 86 ; +rdfs:label "Ocean subsurface dissolved oxygen concentration" ; +skos:broader Other Gas ; +. + +#87 +wmdsObservedVariable:Oxygen +a skos:Concept ; +skos:notation 87 ; +dct:notation 87 ; +rdfs:label "Oxygen in dissolved"" ; +skos:broader Other Gas ; +defchem:medium medium:dissolved" ; +. + +#10071 +wmdsObservedVariable:CTD +a skos:Concept ; +skos:notation 10071 ; +dct:notation 10071 ; +rdfs:label "CTD" ; +skos:broader Other Gas ; +. + +#549 +wmdsObservedVariable:pO2 +a skos:Concept ; +skos:notation 549 ; +dct:notation 549 ; +rdfs:label "pO2" ; +skos:broader CTD ; +. + +#10072 +wmdsObservedVariable:Pressure +a skos:Concept ; +skos:notation 10072 ; +dct:notation 10072 ; +rdfs:label "Pressure" ; +skos:broader Ocean ; +. + +#10073 +wmdsObservedVariable:CTD +a skos:Concept ; +skos:notation 10073 ; +dct:notation 10073 ; +rdfs:label "CTD" ; +skos:broader Pressure ; +. + +#10074 +wmdsObservedVariable:Radiation +a skos:Concept ; +skos:notation 10074 ; +dct:notation 10074 ; +rdfs:label "Radiation" ; +skos:broader Ocean ; +. + +#89 +wmdsObservedVariable:Water-leaving spectral radiance +a skos:Concept ; +skos:notation 89 ; +dct:notation 89 ; +rdfs:label "Water-leaving spectral radiance" ; +skos:broader Radiation ; +. + +#10075 +wmdsObservedVariable:Reactive Gas +a skos:Concept ; +skos:notation 10075 ; +dct:notation 10075 ; +rdfs:label "Reactive Gas" ; +skos:broader Ocean ; +. + +#90 +wmdsObservedVariable:C2H6S +a skos:Concept ; +skos:notation 90 ; +dct:notation 90 ; +rdfs:label "C2H6S(dimethylsulfide, DMS)" ; +skos:broader Reactive Gas ; +. + +#10076 +wmdsObservedVariable:Basic Physical Properties +a skos:Concept ; +skos:notation 10076 ; +dct:notation 10076 ; +rdfs:label "Basic Physical Properties" ; +skos:broader Ocean ; +. + +#18 +wmdsObservedVariable:Pressure +a skos:Concept ; +skos:notation 18 ; +dct:notation 18 ; +rdfs:label "Pressure" ; +skos:broader Basic Physical Properties ; +. + +#91 +wmdsObservedVariable:Ocean salinity +a skos:Concept ; +skos:notation 91 ; +dct:notation 91 ; +rdfs:label "Ocean salinity" ; +skos:broader Basic Physical Properties ; +. + +#92 +wmdsObservedVariable:Sea surface salinity +a skos:Concept ; +skos:notation 92 ; +dct:notation 92 ; +rdfs:label "Sea surface salinity" ; +skos:broader Basic Physical Properties ; +. + +#94 +wmdsObservedVariable:Ocean temperature +a skos:Concept ; +skos:notation 94 ; +dct:notation 94 ; +rdfs:label "Ocean temperature" ; +skos:broader Basic Physical Properties ; +. + +#95 +wmdsObservedVariable:Sea surface temperature +a skos:Concept ; +skos:notation 95 ; +dct:notation 95 ; +rdfs:label "Sea surface temperature" ; +skos:broader Basic Physical Properties ; +. + +#731 +wmdsObservedVariable:Conductivity +a skos:Concept ; +skos:notation 731 ; +dct:notation 731 ; +rdfs:label "Conductivity" ; +skos:broader Basic Physical Properties ; +. + +#732 +wmdsObservedVariable:Density +a skos:Concept ; +skos:notation 732 ; +dct:notation 732 ; +rdfs:label "Density" ; +skos:broader Basic Physical Properties ; +. + +#10077 +wmdsObservedVariable:Snow / Ice / Glacier +a skos:Concept ; +skos:notation 10077 ; +dct:notation 10077 ; +rdfs:label "Snow / Ice / Glacier" ; +skos:broader Ocean ; +. + +#10078 +wmdsObservedVariable:Ice +a skos:Concept ; +skos:notation 10078 ; +dct:notation 10078 ; +rdfs:label "Ice" ; +skos:broader Snow / Ice / Glacier ; +. + +#401 +wmdsObservedVariable:Sea-ice cover +a skos:Concept ; +skos:notation 401 ; +dct:notation 401 ; +rdfs:label "Sea-ice cover" ; +skos:broader Ice ; +. + +#402 +wmdsObservedVariable:Sea-ice elevation +a skos:Concept ; +skos:notation 402 ; +dct:notation 402 ; +rdfs:label "Sea-ice elevation" ; +skos:broader Ice ; +. + +#403 +wmdsObservedVariable:Sea-ice motion +a skos:Concept ; +skos:notation 403 ; +dct:notation 403 ; +rdfs:label "Sea-ice motion" ; +skos:broader Ice ; +. + +#404 +wmdsObservedVariable:Sea-ice surface characteristics +a skos:Concept ; +skos:notation 404 ; +dct:notation 404 ; +rdfs:label "Sea-ice surface characteristics" ; +skos:broader Ice ; +. + +#405 +wmdsObservedVariable:Sea-ice surface temperature +a skos:Concept ; +skos:notation 405 ; +dct:notation 405 ; +rdfs:label "Sea-ice surface temperature" ; +skos:broader Ice ; +. + +#406 +wmdsObservedVariable:Sea-ice thickness +a skos:Concept ; +skos:notation 406 ; +dct:notation 406 ; +rdfs:label "Sea-ice thickness" ; +skos:broader Ice ; +. + +#407 +wmdsObservedVariable:Sea-ice type +a skos:Concept ; +skos:notation 407 ; +dct:notation 407 ; +rdfs:label "Sea-ice type" ; +skos:broader Ice ; +. + +#10079 +wmdsObservedVariable:Temperature +a skos:Concept ; +skos:notation 10079 ; +dct:notation 10079 ; +rdfs:label "Temperature" ; +skos:broader Ocean ; +. + +#10080 +wmdsObservedVariable:Tides +a skos:Concept ; +skos:notation 10080 ; +dct:notation 10080 ; +rdfs:label "Tides" ; +skos:broader Ocean ; +. + +#10081 +wmdsObservedVariable:Transmissivity +a skos:Concept ; +skos:notation 10081 ; +dct:notation 10081 ; +rdfs:label "Transmissivity" ; +skos:broader Ocean ; +. + +#10082 +wmdsObservedVariable:CTD +a skos:Concept ; +skos:notation 10082 ; +dct:notation 10082 ; +rdfs:label "CTD" ; +skos:broader Transmissivity ; +. + +#408 +wmdsObservedVariable:Transmissivity +a skos:Concept ; +skos:notation 408 ; +dct:notation 408 ; +rdfs:label "Transmissivity" ; +skos:broader CTD ; +. + +#10083 +wmdsObservedVariable:Waves +a skos:Concept ; +skos:notation 10083 ; +dct:notation 10083 ; +rdfs:label "Waves" ; +skos:broader Ocean ; +. + +#98 +wmdsObservedVariable:Dominant wave direction +a skos:Concept ; +skos:notation 98 ; +dct:notation 98 ; +rdfs:label "Dominant wave direction" ; +skos:broader Waves ; +. + +#99 +wmdsObservedVariable:Dominant wave period +a skos:Concept ; +skos:notation 99 ; +dct:notation 99 ; +rdfs:label "Dominant wave period" ; +skos:broader Waves ; +. + +#100 +wmdsObservedVariable:Significant wave height +a skos:Concept ; +skos:notation 100 ; +dct:notation 100 ; +rdfs:label "Significant wave height" ; +skos:broader Waves ; +. + +#101 +wmdsObservedVariable:Wave 1D energy frequency spectrum +a skos:Concept ; +skos:notation 101 ; +dct:notation 101 ; +rdfs:label "Wave 1D energy frequency spectrum" ; +skos:broader Waves ; +. + +#102 +wmdsObservedVariable:Wave directional energy frequency spectrum +a skos:Concept ; +skos:notation 102 ; +dct:notation 102 ; +rdfs:label "Wave directional energy frequency spectrum" ; +skos:broader Waves ; +. + +#743 +wmdsObservedVariable:Wave height +a skos:Concept ; +skos:notation 743 ; +dct:notation 743 ; +rdfs:label "Wave height" ; +skos:broader Waves ; +. + +#744 +wmdsObservedVariable:Wave period +a skos:Concept ; +skos:notation 744 ; +dct:notation 744 ; +rdfs:label "Wave period" ; +skos:broader Waves ; +. + +#745 +wmdsObservedVariable:Directional waves +a skos:Concept ; +skos:notation 745 ; +dct:notation 745 ; +rdfs:label "Directional waves" ; +skos:broader Waves ; +. + +#10084 +wmdsObservedVariable:Wind +a skos:Concept ; +skos:notation 10084 ; +dct:notation 10084 ; +rdfs:label "Wind" ; +skos:broader Ocean ; +. + +#103 +wmdsObservedVariable:Wind stress +a skos:Concept ; +skos:notation 103 ; +dct:notation 103 ; +rdfs:label "Wind stress" ; +skos:broader Wind ; +. + +#10115 +wmdsObservedVariable:Greenhouse Gas +a skos:Concept ; +skos:notation 10115 ; +dct:notation 10115 ; +rdfs:label "Greenhouse Gas" ; +skos:broader Ocean ; +. + +#735 +wmdsObservedVariable:pCO2 +a skos:Concept ; +skos:notation 735 ; +dct:notation 735 ; +rdfs:label "pCO2" ; +skos:broader Greenhouse Gas ; +. + +#736 +wmdsObservedVariable:pCO2 air-sea flux +a skos:Concept ; +skos:notation 736 ; +dct:notation 736 ; +rdfs:label "pCO2 air-sea flux" ; +skos:broader Greenhouse Gas ; +. + +#10085 +wmdsObservedVariable:Outer Space +a skos:Concept ; +skos:notation 10085 ; +dct:notation 10085 ; +rdfs:label "Outer Space" ; +. + +#10086 +wmdsObservedVariable:Energetic particles / solar wind +a skos:Concept ; +skos:notation 10086 ; +dct:notation 10086 ; +rdfs:label "Energetic particles / solar wind" ; +skos:broader Outer Space ; +. + +#104 +wmdsObservedVariable:Electron flux energy spectrum +a skos:Concept ; +skos:notation 104 ; +dct:notation 104 ; +rdfs:label "Electron flux energy spectrum" ; +skos:broader Energetic particles / solar wind ; +. + +#105 +wmdsObservedVariable:Electrostatic charge +a skos:Concept ; +skos:notation 105 ; +dct:notation 105 ; +rdfs:label "Electrostatic charge" ; +skos:broader Energetic particles / solar wind ; +. + +#106 +wmdsObservedVariable:Heavy ion angular flux energy and mass spectrum +a skos:Concept ; +skos:notation 106 ; +dct:notation 106 ; +rdfs:label "Heavy ion angular flux energy and mass spectrum" ; +skos:broader Energetic particles / solar wind ; +. + +#107 +wmdsObservedVariable:Heavy ion flux energy and mass spectrum +a skos:Concept ; +skos:notation 107 ; +dct:notation 107 ; +rdfs:label "Heavy ion flux energy and mass spectrum" ; +skos:broader Energetic particles / solar wind ; +. + +#108 +wmdsObservedVariable:Interplanetary magnetic field +a skos:Concept ; +skos:notation 108 ; +dct:notation 108 ; +rdfs:label "Interplanetary magnetic field" ; +skos:broader Energetic particles / solar wind ; +. + +#111 +wmdsObservedVariable:Radiation Dose Rate +a skos:Concept ; +skos:notation 111 ; +dct:notation 111 ; +rdfs:label "Radiation Dose Rate" ; +skos:broader Energetic particles / solar wind ; +. + +#112 +wmdsObservedVariable:Solar wind temperature +a skos:Concept ; +skos:notation 112 ; +dct:notation 112 ; +rdfs:label "Solar wind temperature" ; +skos:broader Energetic particles / solar wind ; +. + +#113 +wmdsObservedVariable:Solar wind velocity +a skos:Concept ; +skos:notation 113 ; +dct:notation 113 ; +rdfs:label "Solar wind velocity" ; +skos:broader Energetic particles / solar wind ; +. + +#10087 +wmdsObservedVariable:Particle density +a skos:Concept ; +skos:notation 10087 ; +dct:notation 10087 ; +rdfs:label "Particle density" ; +skos:broader Energetic particles / solar wind ; +. + +#409 +wmdsObservedVariable:Solar wind density +a skos:Concept ; +skos:notation 409 ; +dct:notation 409 ; +rdfs:label "Solar wind density" ; +skos:broader Particle density ; +. + +#10088 +wmdsObservedVariable:Particle flux +a skos:Concept ; +skos:notation 10088 ; +dct:notation 10088 ; +rdfs:label "Particle flux" ; +skos:broader Energetic particles / solar wind ; +. + +#511 +wmdsObservedVariable:Alpha particles differential directional flux +a skos:Concept ; +skos:notation 511 ; +dct:notation 511 ; +rdfs:label "Alpha particles differential directional flux" ; +skos:broader Particle flux ; +. + +#512 +wmdsObservedVariable:Alpha particles integral directional flux +a skos:Concept ; +skos:notation 512 ; +dct:notation 512 ; +rdfs:label "Alpha particles integral directional flux" ; +skos:broader Particle flux ; +. + +#513 +wmdsObservedVariable:Cosmic ray neutron flux spectrum +a skos:Concept ; +skos:notation 513 ; +dct:notation 513 ; +rdfs:label "Cosmic ray neutron flux spectrum" ; +skos:broader Particle flux ; +. + +#514 +wmdsObservedVariable:Electron differential directional flux +a skos:Concept ; +skos:notation 514 ; +dct:notation 514 ; +rdfs:label "Electron differential directional flux" ; +skos:broader Particle flux ; +. + +#515 +wmdsObservedVariable:Electron flux density +a skos:Concept ; +skos:notation 515 ; +dct:notation 515 ; +rdfs:label "Electron flux density" ; +skos:broader Particle flux ; +. + +#516 +wmdsObservedVariable:Electron integral directional flux +a skos:Concept ; +skos:notation 516 ; +dct:notation 516 ; +rdfs:label "Electron integral directional flux" ; +skos:broader Particle flux ; +. + +#517 +wmdsObservedVariable:Heavy ion differential directional flux +a skos:Concept ; +skos:notation 517 ; +dct:notation 517 ; +rdfs:label "Heavy ion differential directional flux" ; +skos:broader Particle flux ; +. + +#518 +wmdsObservedVariable:Heavy ion integral directional flux +a skos:Concept ; +skos:notation 518 ; +dct:notation 518 ; +rdfs:label "Heavy ion integral directional flux" ; +skos:broader Particle flux ; +. + +#519 +wmdsObservedVariable:Proton differential directional flux +a skos:Concept ; +skos:notation 519 ; +dct:notation 519 ; +rdfs:label "Proton differential directional flux" ; +skos:broader Particle flux ; +. + +#520 +wmdsObservedVariable:Proton integral directional flux +a skos:Concept ; +skos:notation 520 ; +dct:notation 520 ; +rdfs:label "Proton integral directional flux" ; +skos:broader Particle flux ; +. + +#10089 +wmdsObservedVariable:Ionospheric disturbances +a skos:Concept ; +skos:notation 10089 ; +dct:notation 10089 ; +rdfs:label "Ionospheric disturbances" ; +skos:broader Outer Space ; +. + +#114 +wmdsObservedVariable:Aurora +a skos:Concept ; +skos:notation 114 ; +dct:notation 114 ; +rdfs:label "Aurora" ; +skos:broader Ionospheric disturbances ; +. + +#115 +wmdsObservedVariable:Electric Field +a skos:Concept ; +skos:notation 115 ; +dct:notation 115 ; +rdfs:label "Electric Field" ; +skos:broader Ionospheric disturbances ; +. + +#116 +wmdsObservedVariable:Electron Density +a skos:Concept ; +skos:notation 116 ; +dct:notation 116 ; +rdfs:label "Electron Density" ; +skos:broader Ionospheric disturbances ; +. + +#117 +wmdsObservedVariable:Ionospheric Radio Absorption +a skos:Concept ; +skos:notation 117 ; +dct:notation 117 ; +rdfs:label "Ionospheric Radio Absorption" ; +skos:broader Ionospheric disturbances ; +. + +#118 +wmdsObservedVariable:Ionospheric Scintillation +a skos:Concept ; +skos:notation 118 ; +dct:notation 118 ; +rdfs:label "Ionospheric Scintillation" ; +skos:broader Ionospheric disturbances ; +. + +#119 +wmdsObservedVariable:Ionospheric Vertical Total Electron Content +a skos:Concept ; +skos:notation 119 ; +dct:notation 119 ; +rdfs:label "Ionospheric Vertical Total Electron Content(VTEC)" ; +skos:broader Ionospheric disturbances ; +. + +#120 +wmdsObservedVariable:Ionospheric plasma density +a skos:Concept ; +skos:notation 120 ; +dct:notation 120 ; +rdfs:label "Ionospheric plasma density" ; +skos:broader Ionospheric disturbances ; +. + +#121 +wmdsObservedVariable:Ionospheric plasma velocity +a skos:Concept ; +skos:notation 121 ; +dct:notation 121 ; +rdfs:label "Ionospheric plasma velocity" ; +skos:broader Ionospheric disturbances ; +. + +#122 +wmdsObservedVariable:Spread F +a skos:Concept ; +skos:notation 122 ; +dct:notation 122 ; +rdfs:label "Spread F" ; +skos:broader Ionospheric disturbances ; +. + +#123 +wmdsObservedVariable:foEs +a skos:Concept ; +skos:notation 123 ; +dct:notation 123 ; +rdfs:label "foEs" ; +skos:broader Ionospheric disturbances ; +. + +#124 +wmdsObservedVariable:foF2 +a skos:Concept ; +skos:notation 124 ; +dct:notation 124 ; +rdfs:label "foF2" ; +skos:broader Ionospheric disturbances ; +. + +#125 +wmdsObservedVariable:h'F +a skos:Concept ; +skos:notation 125 ; +dct:notation 125 ; +rdfs:label "h'F" ; +skos:broader Ionospheric disturbances ; +. + +#126 +wmdsObservedVariable:hmF2 +a skos:Concept ; +skos:notation 126 ; +dct:notation 126 ; +rdfs:label "hmF2" ; +skos:broader Ionospheric disturbances ; +. + +#10090 +wmdsObservedVariable:Solar monitoring +a skos:Concept ; +skos:notation 10090 ; +dct:notation 10090 ; +rdfs:label "Solar monitoring" ; +skos:broader Outer Space ; +. + +#127 +wmdsObservedVariable:EUV flux +a skos:Concept ; +skos:notation 127 ; +dct:notation 127 ; +rdfs:label "EUV flux" ; +skos:broader Solar monitoring ; +. + +#128 +wmdsObservedVariable:EUV flux spectrum +a skos:Concept ; +skos:notation 128 ; +dct:notation 128 ; +rdfs:label "EUV flux spectrum" ; +skos:broader Solar monitoring ; +. + +#129 +wmdsObservedVariable:EUV sky image +a skos:Concept ; +skos:notation 129 ; +dct:notation 129 ; +rdfs:label "EUV sky image" ; +skos:broader Solar monitoring ; +. + +#130 +wmdsObservedVariable:Gamma-ray flux +a skos:Concept ; +skos:notation 130 ; +dct:notation 130 ; +rdfs:label "Gamma-ray flux" ; +skos:broader Solar monitoring ; +. + +#131 +wmdsObservedVariable:Gamma-ray flux spectrum +a skos:Concept ; +skos:notation 131 ; +dct:notation 131 ; +rdfs:label "Gamma-ray flux spectrum" ; +skos:broader Solar monitoring ; +. + +#132 +wmdsObservedVariable:Heliospheric image +a skos:Concept ; +skos:notation 132 ; +dct:notation 132 ; +rdfs:label "Heliospheric image" ; +skos:broader Solar monitoring ; +. + +#133 +wmdsObservedVariable:Radio-waves +a skos:Concept ; +skos:notation 133 ; +dct:notation 133 ; +rdfs:label "Radio-waves" ; +skos:broader Solar monitoring ; +. + +#134 +wmdsObservedVariable:Solar Ca II-K image +a skos:Concept ; +skos:notation 134 ; +dct:notation 134 ; +rdfs:label "Solar Ca II-K image" ; +skos:broader Solar monitoring ; +. + +#135 +wmdsObservedVariable:Solar EUV flux +a skos:Concept ; +skos:notation 135 ; +dct:notation 135 ; +rdfs:label "Solar EUV flux" ; +skos:broader Solar monitoring ; +. + +#136 +wmdsObservedVariable:Solar EUV flux spectrum +a skos:Concept ; +skos:notation 136 ; +dct:notation 136 ; +rdfs:label "Solar EUV flux spectrum" ; +skos:broader Solar monitoring ; +. + +#137 +wmdsObservedVariable:Solar EUV image +a skos:Concept ; +skos:notation 137 ; +dct:notation 137 ; +rdfs:label "Solar EUV image" ; +skos:broader Solar monitoring ; +. + +#138 +wmdsObservedVariable:Solar H-alpha image +a skos:Concept ; +skos:notation 138 ; +dct:notation 138 ; +rdfs:label "Solar H-alpha image" ; +skos:broader Solar monitoring ; +. + +#139 +wmdsObservedVariable:Solar Lyman-alpha flux +a skos:Concept ; +skos:notation 139 ; +dct:notation 139 ; +rdfs:label "Solar Lyman-alpha flux" ; +skos:broader Solar monitoring ; +. + +#140 +wmdsObservedVariable:Solar Lyman-alpha image +a skos:Concept ; +skos:notation 140 ; +dct:notation 140 ; +rdfs:label "Solar Lyman-alpha image" ; +skos:broader Solar monitoring ; +. + +#141 +wmdsObservedVariable:Solar UV flux +a skos:Concept ; +skos:notation 141 ; +dct:notation 141 ; +rdfs:label "Solar UV flux" ; +skos:broader Solar monitoring ; +. + +#142 +wmdsObservedVariable:Solar UV flux spectrum +a skos:Concept ; +skos:notation 142 ; +dct:notation 142 ; +rdfs:label "Solar UV flux spectrum" ; +skos:broader Solar monitoring ; +. + +#143 +wmdsObservedVariable:Solar UV image +a skos:Concept ; +skos:notation 143 ; +dct:notation 143 ; +rdfs:label "Solar UV image" ; +skos:broader Solar monitoring ; +. + +#144 +wmdsObservedVariable:Solar VIS flux +a skos:Concept ; +skos:notation 144 ; +dct:notation 144 ; +rdfs:label "Solar VIS flux" ; +skos:broader Solar monitoring ; +. + +#145 +wmdsObservedVariable:Solar VIS flux spectrum +a skos:Concept ; +skos:notation 145 ; +dct:notation 145 ; +rdfs:label "Solar VIS flux spectrum" ; +skos:broader Solar monitoring ; +. + +#146 +wmdsObservedVariable:Solar VIS image +a skos:Concept ; +skos:notation 146 ; +dct:notation 146 ; +rdfs:label "Solar VIS image" ; +skos:broader Solar monitoring ; +. + +#147 +wmdsObservedVariable:Solar X-ray flux +a skos:Concept ; +skos:notation 147 ; +dct:notation 147 ; +rdfs:label "Solar X-ray flux" ; +skos:broader Solar monitoring ; +. + +#148 +wmdsObservedVariable:Solar X-ray flux spectrum +a skos:Concept ; +skos:notation 148 ; +dct:notation 148 ; +rdfs:label "Solar X-ray flux spectrum" ; +skos:broader Solar monitoring ; +. + +#149 +wmdsObservedVariable:Solar X-ray image +a skos:Concept ; +skos:notation 149 ; +dct:notation 149 ; +rdfs:label "Solar X-ray image" ; +skos:broader Solar monitoring ; +. + +#150 +wmdsObservedVariable:Solar coronagraphic image +a skos:Concept ; +skos:notation 150 ; +dct:notation 150 ; +rdfs:label "Solar coronagraphic image" ; +skos:broader Solar monitoring ; +. + +#151 +wmdsObservedVariable:Solar electric field +a skos:Concept ; +skos:notation 151 ; +dct:notation 151 ; +rdfs:label "Solar electric field" ; +skos:broader Solar monitoring ; +. + +#152 +wmdsObservedVariable:Solar gamma-ray flux +a skos:Concept ; +skos:notation 152 ; +dct:notation 152 ; +rdfs:label "Solar gamma-ray flux" ; +skos:broader Solar monitoring ; +. + +#153 +wmdsObservedVariable:Solar gamma-ray flux spectrum +a skos:Concept ; +skos:notation 153 ; +dct:notation 153 ; +rdfs:label "Solar gamma-ray flux spectrum" ; +skos:broader Solar monitoring ; +. + +#154 +wmdsObservedVariable:Solar magnetic field +a skos:Concept ; +skos:notation 154 ; +dct:notation 154 ; +rdfs:label "Solar magnetic field" ; +skos:broader Solar monitoring ; +. + +#155 +wmdsObservedVariable:Solar radio flux +a skos:Concept ; +skos:notation 155 ; +dct:notation 155 ; +rdfs:label "Solar radio flux" ; +skos:broader Solar monitoring ; +. + +#156 +wmdsObservedVariable:Solar radio flux spectrum +a skos:Concept ; +skos:notation 156 ; +dct:notation 156 ; +rdfs:label "Solar radio flux spectrum" ; +skos:broader Solar monitoring ; +. + +#157 +wmdsObservedVariable:Solar radio image +a skos:Concept ; +skos:notation 157 ; +dct:notation 157 ; +rdfs:label "Solar radio image" ; +skos:broader Solar monitoring ; +. + +#158 +wmdsObservedVariable:Solar velocity fields +a skos:Concept ; +skos:notation 158 ; +dct:notation 158 ; +rdfs:label "Solar velocity fields" ; +skos:broader Solar monitoring ; +. + +#159 +wmdsObservedVariable:Solar white light image +a skos:Concept ; +skos:notation 159 ; +dct:notation 159 ; +rdfs:label "Solar white light image" ; +skos:broader Solar monitoring ; +. + +#160 +wmdsObservedVariable:UV flux +a skos:Concept ; +skos:notation 160 ; +dct:notation 160 ; +rdfs:label "UV flux" ; +skos:broader Solar monitoring ; +. + +#161 +wmdsObservedVariable:UV sky image +a skos:Concept ; +skos:notation 161 ; +dct:notation 161 ; +rdfs:label "UV sky image" ; +skos:broader Solar monitoring ; +. + +#162 +wmdsObservedVariable:X-ray flux +a skos:Concept ; +skos:notation 162 ; +dct:notation 162 ; +rdfs:label "X-ray flux" ; +skos:broader Solar monitoring ; +. + +#163 +wmdsObservedVariable:X-ray flux spectrum +a skos:Concept ; +skos:notation 163 ; +dct:notation 163 ; +rdfs:label "X-ray flux spectrum" ; +skos:broader Solar monitoring ; +. + +#164 +wmdsObservedVariable:X-ray sky image +a skos:Concept ; +skos:notation 164 ; +dct:notation 164 ; +rdfs:label "X-ray sky image" ; +skos:broader Solar monitoring ; +. + +#10091 +wmdsObservedVariable:Terrestrial +a skos:Concept ; +skos:notation 10091 ; +dct:notation 10091 ; +rdfs:label "Terrestrial" ; +. + +#10092 +wmdsObservedVariable:Ground water +a skos:Concept ; +skos:notation 10092 ; +dct:notation 10092 ; +rdfs:label "Ground water" ; +skos:broader Terrestrial ; +. + +#165 +wmdsObservedVariable:Ground water +a skos:Concept ; +skos:notation 165 ; +dct:notation 165 ; +rdfs:label "Ground water(amount per unit area)" ; +skos:broader Ground water ; +. + +#166 +wmdsObservedVariable:Ground water +a skos:Concept ; +skos:notation 166 ; +dct:notation 166 ; +rdfs:label "Ground water(level)" ; +skos:broader Ground water ; +. + +#10093 +wmdsObservedVariable:Lake +a skos:Concept ; +skos:notation 10093 ; +dct:notation 10093 ; +rdfs:label "Lake" ; +skos:broader Terrestrial ; +. + +#167 +wmdsObservedVariable:Lake area +a skos:Concept ; +skos:notation 167 ; +dct:notation 167 ; +rdfs:label "Lake area" ; +skos:broader Lake ; +. + +#168 +wmdsObservedVariable:Lake level +a skos:Concept ; +skos:notation 168 ; +dct:notation 168 ; +rdfs:label "Lake level" ; +skos:broader Lake ; +. + +#10094 +wmdsObservedVariable:Snow / Ice / Glacier +a skos:Concept ; +skos:notation 10094 ; +dct:notation 10094 ; +rdfs:label "Snow / Ice / Glacier" ; +skos:broader Lake ; +. + +#10095 +wmdsObservedVariable:Ice +a skos:Concept ; +skos:notation 10095 ; +dct:notation 10095 ; +rdfs:label "Ice" ; +skos:broader Snow / Ice / Glacier ; +. + +#725 +wmdsObservedVariable:Ice thickness +a skos:Concept ; +skos:notation 725 ; +dct:notation 725 ; +rdfs:label "Ice thickness" ; +skos:broader Ice ; +. + +#10096 +wmdsObservedVariable:Temperature +a skos:Concept ; +skos:notation 10096 ; +dct:notation 10096 ; +rdfs:label "Temperature" ; +skos:broader Lake ; +. + +#410 +wmdsObservedVariable:Lake Surface Temperature +a skos:Concept ; +skos:notation 410 ; +dct:notation 410 ; +rdfs:label "Lake Surface Temperature" ; +skos:broader Temperature ; +. + +#10097 +wmdsObservedVariable:Land surface +a skos:Concept ; +skos:notation 10097 ; +dct:notation 10097 ; +rdfs:label "Land surface" ; +skos:broader Terrestrial ; +. + +#231 +wmdsObservedVariable:Braking action/friction coefficient +a skos:Concept ; +skos:notation 231 ; +dct:notation 231 ; +rdfs:label "Braking action/friction coefficient" ; +skos:broader Land surface ; +. + +#232 +wmdsObservedVariable:Coastlines +a skos:Concept ; +skos:notation 232 ; +dct:notation 232 ; +rdfs:label "Coastlines" ; +skos:broader Land surface ; +. + +#236 +wmdsObservedVariable:Land cover +a skos:Concept ; +skos:notation 236 ; +dct:notation 236 ; +rdfs:label "Land cover" ; +skos:broader Land surface ; +. + +#237 +wmdsObservedVariable:Land surface topography +a skos:Concept ; +skos:notation 237 ; +dct:notation 237 ; +rdfs:label "Land surface topography" ; +skos:broader Land surface ; +. + +#239 +wmdsObservedVariable:Runway conditions +a skos:Concept ; +skos:notation 239 ; +dct:notation 239 ; +rdfs:label "Runway conditions" ; +skos:broader Land surface ; +. + +#243 +wmdsObservedVariable:Wetland extent +a skos:Concept ; +skos:notation 243 ; +dct:notation 243 ; +rdfs:label "Wetland extent" ; +skos:broader Land surface ; +. + +#10098 +wmdsObservedVariable:Fire +a skos:Concept ; +skos:notation 10098 ; +dct:notation 10098 ; +rdfs:label "Fire" ; +skos:broader Land surface ; +. + +#386 +wmdsObservedVariable:Fire fractional cover +a skos:Concept ; +skos:notation 386 ; +dct:notation 386 ; +rdfs:label "Fire fractional cover" ; +skos:broader Fire ; +. + +#387 +wmdsObservedVariable:Fire radiative power +a skos:Concept ; +skos:notation 387 ; +dct:notation 387 ; +rdfs:label "Fire radiative power" ; +skos:broader Fire ; +. + +#388 +wmdsObservedVariable:Fire temperature +a skos:Concept ; +skos:notation 388 ; +dct:notation 388 ; +rdfs:label "Fire temperature" ; +skos:broader Fire ; +. + +#10099 +wmdsObservedVariable:Greenhouse Gas +a skos:Concept ; +skos:notation 10099 ; +dct:notation 10099 ; +rdfs:label "Greenhouse Gas" ; +skos:broader Land surface ; +. + +#422 +wmdsObservedVariable:CO2 flux +a skos:Concept ; +skos:notation 422 ; +dct:notation 422 ; +rdfs:label "CO2 flux" ; +skos:broader Greenhouse Gas ; +. + +#10100 +wmdsObservedVariable:Humidity +a skos:Concept ; +skos:notation 10100 ; +dct:notation 10100 ; +rdfs:label "Humidity" ; +skos:broader Land surface ; +. + +#510 +wmdsObservedVariable:Evaporation +a skos:Concept ; +skos:notation 510 ; +dct:notation 510 ; +rdfs:label "Evaporation" ; +skos:broader Humidity ; +. + +#10101 +wmdsObservedVariable:Radiation +a skos:Concept ; +skos:notation 10101 ; +dct:notation 10101 ; +rdfs:label "Radiation" ; +skos:broader Land surface ; +. + +#563 +wmdsObservedVariable:Fraction of Absorbed PAR +a skos:Concept ; +skos:notation 563 ; +dct:notation 563 ; +rdfs:label "Fraction of Absorbed PAR(FAPAR)" ; +skos:broader Radiation ; +. + +#564 +wmdsObservedVariable:Photosynthetically Active Radiation +a skos:Concept ; +skos:notation 564 ; +dct:notation 564 ; +rdfs:label "Photosynthetically Active Radiation(PAR)" ; +skos:broader Radiation ; +. + +#10102 +wmdsObservedVariable:Snow / Ice / Glacier +a skos:Concept ; +skos:notation 10102 ; +dct:notation 10102 ; +rdfs:label "Snow / Ice / Glacier" ; +skos:broader Land surface ; +. + +#354 +wmdsObservedVariable:Permafrost +a skos:Concept ; +skos:notation 354 ; +dct:notation 354 ; +rdfs:label "Permafrost" ; +skos:broader Snow / Ice / Glacier ; +. + +#10103 +wmdsObservedVariable:Glacier +a skos:Concept ; +skos:notation 10103 ; +dct:notation 10103 ; +rdfs:label "Glacier" ; +skos:broader Snow / Ice / Glacier ; +. + +#610 +wmdsObservedVariable:Glacier cover +a skos:Concept ; +skos:notation 610 ; +dct:notation 610 ; +rdfs:label "Glacier cover" ; +skos:broader Glacier ; +. + +#611 +wmdsObservedVariable:Glacier motion +a skos:Concept ; +skos:notation 611 ; +dct:notation 611 ; +rdfs:label "Glacier motion" ; +skos:broader Glacier ; +. + +#612 +wmdsObservedVariable:Glacier topography +a skos:Concept ; +skos:notation 612 ; +dct:notation 612 ; +rdfs:label "Glacier topography" ; +skos:broader Glacier ; +. + +#10104 +wmdsObservedVariable:Ice +a skos:Concept ; +skos:notation 10104 ; +dct:notation 10104 ; +rdfs:label "Ice" ; +skos:broader Snow / Ice / Glacier ; +. + +#613 +wmdsObservedVariable:Ice sheet topography +a skos:Concept ; +skos:notation 613 ; +dct:notation 613 ; +rdfs:label "Ice sheet topography" ; +skos:broader Ice ; +. + +#10105 +wmdsObservedVariable:Snow +a skos:Concept ; +skos:notation 10105 ; +dct:notation 10105 ; +rdfs:label "Snow" ; +skos:broader Snow / Ice / Glacier ; +. + +#627 +wmdsObservedVariable:Depth of fresh snowfall +a skos:Concept ; +skos:notation 627 ; +dct:notation 627 ; +rdfs:label "Depth of fresh snowfall" ; +skos:broader Snow ; +. + +#628 +wmdsObservedVariable:Snow cover +a skos:Concept ; +skos:notation 628 ; +dct:notation 628 ; +rdfs:label "Snow cover(fraction of area)" ; +skos:broader Snow ; +. + +#629 +wmdsObservedVariable:Snow depth +a skos:Concept ; +skos:notation 629 ; +dct:notation 629 ; +rdfs:label "Snow depth" ; +skos:broader Snow ; +. + +#630 +wmdsObservedVariable:Snow status +a skos:Concept ; +skos:notation 630 ; +dct:notation 630 ; +rdfs:label "Snow status(wet/dry)" ; +skos:broader Snow ; +. + +#631 +wmdsObservedVariable:Snow water equivalent +a skos:Concept ; +skos:notation 631 ; +dct:notation 631 ; +rdfs:label "Snow water equivalent" ; +skos:broader Snow ; +. + +#10106 +wmdsObservedVariable:Temperature +a skos:Concept ; +skos:notation 10106 ; +dct:notation 10106 ; +rdfs:label "Temperature" ; +skos:broader Land surface ; +. + +#389 +wmdsObservedVariable:Land surface temperature +a skos:Concept ; +skos:notation 389 ; +dct:notation 389 ; +rdfs:label "Land surface temperature" ; +skos:broader Temperature ; +. + +#10107 +wmdsObservedVariable:Vegetation +a skos:Concept ; +skos:notation 10107 ; +dct:notation 10107 ; +rdfs:label "Vegetation" ; +skos:broader Land surface ; +. + +#423 +wmdsObservedVariable:Biomass +a skos:Concept ; +skos:notation 423 ; +dct:notation 423 ; +rdfs:label "Biomass" ; +skos:broader Vegetation ; +. + +#424 +wmdsObservedVariable:Fraction of vegetated land +a skos:Concept ; +skos:notation 424 ; +dct:notation 424 ; +rdfs:label "Fraction of vegetated land" ; +skos:broader Vegetation ; +. + +#425 +wmdsObservedVariable:Leaf Area Index +a skos:Concept ; +skos:notation 425 ; +dct:notation 425 ; +rdfs:label "Leaf Area Index(LAI)" ; +skos:broader Vegetation ; +. + +#426 +wmdsObservedVariable:Normalised Difference Vegetation Index +a skos:Concept ; +skos:notation 426 ; +dct:notation 426 ; +rdfs:label "Normalised Difference Vegetation Index(NDVI)" ; +skos:broader Vegetation ; +. + +#427 +wmdsObservedVariable:Vegetation type +a skos:Concept ; +skos:notation 427 ; +dct:notation 427 ; +rdfs:label "Vegetation type" ; +skos:broader Vegetation ; +. + +#10108 +wmdsObservedVariable:River +a skos:Concept ; +skos:notation 10108 ; +dct:notation 10108 ; +rdfs:label "River" ; +skos:broader Terrestrial ; +. + +#171 +wmdsObservedVariable:River discharge +a skos:Concept ; +skos:notation 171 ; +dct:notation 171 ; +rdfs:label "River discharge" ; +skos:broader River ; +. + +#172 +wmdsObservedVariable:River stage +a skos:Concept ; +skos:notation 172 ; +dct:notation 172 ; +rdfs:label "River stage(level above reference)" ; +skos:broader River ; +. + +#10109 +wmdsObservedVariable:Snow / Ice / Glacier +a skos:Concept ; +skos:notation 10109 ; +dct:notation 10109 ; +rdfs:label "Snow / Ice / Glacier" ; +skos:broader River ; +. + +#10110 +wmdsObservedVariable:Ice +a skos:Concept ; +skos:notation 10110 ; +dct:notation 10110 ; +rdfs:label "Ice" ; +skos:broader Snow / Ice / Glacier ; +. + +#726 +wmdsObservedVariable:Ice thickness +a skos:Concept ; +skos:notation 726 ; +dct:notation 726 ; +rdfs:label "Ice thickness" ; +skos:broader Ice ; +. + +#10111 +wmdsObservedVariable:Soil +a skos:Concept ; +skos:notation 10111 ; +dct:notation 10111 ; +rdfs:label "Soil" ; +skos:broader Terrestrial ; +. + +#245 +wmdsObservedVariable:Soil heat Flux +a skos:Concept ; +skos:notation 245 ; +dct:notation 245 ; +rdfs:label "Soil heat Flux" ; +skos:broader Soil ; +. + +#246 +wmdsObservedVariable:Soil type +a skos:Concept ; +skos:notation 246 ; +dct:notation 246 ; +rdfs:label "Soil type" ; +skos:broader Soil ; +. + +#10112 +wmdsObservedVariable:Humidity +a skos:Concept ; +skos:notation 10112 ; +dct:notation 10112 ; +rdfs:label "Humidity" ; +skos:broader Soil ; +. + +#527 +wmdsObservedVariable:Soil moisture +a skos:Concept ; +skos:notation 527 ; +dct:notation 527 ; +rdfs:label "Soil moisture(in the roots region)" ; +skos:broader Humidity ; +. + +#528 +wmdsObservedVariable:Soil moisture at surface +a skos:Concept ; +skos:notation 528 ; +dct:notation 528 ; +rdfs:label "Soil moisture at surface" ; +skos:broader Humidity ; +. + +#10113 +wmdsObservedVariable:Temperature +a skos:Concept ; +skos:notation 10113 ; +dct:notation 10113 ; +rdfs:label "Temperature" ; +skos:broader Soil ; +. + +#596 +wmdsObservedVariable:Soil temperature +a skos:Concept ; +skos:notation 596 ; +dct:notation 596 ; +rdfs:label "Soil temperature" ; +skos:broader Temperature ; +. + +#10114 +wmdsObservedVariable:Well +a skos:Concept ; +skos:notation 10114 ; +dct:notation 10114 ; +rdfs:label "Well" ; +skos:broader Terrestrial ; +. + +#174 +wmdsObservedVariable:Well discharge +a skos:Concept ; +skos:notation 174 ; +dct:notation 174 ; +rdfs:label "Well discharge" ; +skos:broader Well ; +. + From 991e82a4a5db8141e009312c2b6631c7cc4f6ae3 Mon Sep 17 00:00:00 2001 From: maschu09 Date: Wed, 15 Jun 2016 16:46:38 +0200 Subject: [PATCH 11/16] Update medium.ttl removed prefix and empty "broader" relations --- ttl/medium.ttl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ttl/medium.ttl b/ttl/medium.ttl index 06d4e94..b04de0b 100644 --- a/ttl/medium.ttl +++ b/ttl/medium.ttl @@ -2,7 +2,6 @@ @prefix rdf: . @prefix rdfs: . @prefix skos: . -@prefix medium: . a skos:Collection ; @@ -31,7 +30,6 @@ rdfs:label "air and aerosol"@en ; dct:description "the medium that constitutes the Earth's atmosphere with all its components, in particular also including aerosol and water vapour."@en ; skos:prefLabel "air and aerosol"@en ; - skos:broader ; skos:notation "air-and-aerosol" . @@ -39,7 +37,6 @@ rdfs:label "air"@en ; dct:description "the gas that constitutes the Earth's atmosphere with all its gaseous components, in particular also including the water vapour content"@en ; skos:prefLabel "air"@en ; - skos:broader ; skos:notation "air" . @@ -63,7 +60,6 @@ rdfs:label "aerosol"@en ; dct:description "particulate matter suspended in air, often containing liquid or frozen water. The size range (diameter) of aerosol is usually limited to the range 1 nm to 10 µm."@en ; skos:prefLabel "aerosol"@en ; - skos:broader ; skos:notation "aerosol" . @@ -71,7 +67,6 @@ rdfs:label "aerosol in size range"@en ; dct:description "particulate matter suspended in air, often containing liquid or frozen water. The size range (diameter) of aerosol is limited by the sampling method and must be specified separately."@en ; skos:prefLabel "aerosol in size range"@en ; - skos:broader ; skos:notation "aerosol-in-size-range" . @@ -119,7 +114,6 @@ rdfs:label "water"@en ; dct:description "liquid water"@en ; skos:prefLabel "water"@en ; - skos:broader ; skos:notation "water" . From d392cdfe10aa0d4745c3d30b8e7317d34fb1bb64 Mon Sep 17 00:00:00 2001 From: maschu09 Date: Thu, 16 Jun 2016 12:21:00 +0200 Subject: [PATCH 12/16] Create atmospheric_chemical_species.ttl --- ttl/atmospheric_chemical_species.ttl | 4138 ++++++++++++++++++++++++++ 1 file changed, 4138 insertions(+) create mode 100644 ttl/atmospheric_chemical_species.ttl diff --git a/ttl/atmospheric_chemical_species.ttl b/ttl/atmospheric_chemical_species.ttl new file mode 100644 index 0000000..e310ffa --- /dev/null +++ b/ttl/atmospheric_chemical_species.ttl @@ -0,0 +1,4138 @@ +@prefix dct: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix gemet: . +@prefix nist: . +@prefix ofmpub: . + + + a skos:Collection ; + rdfs:label "chemical-species"@en ; + dct:description "Chemical substances that are present in the atmosphere"@en ; + skos:member , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:prefLabel "chemical-species"@en. + + + a skos:Concept ; + rdfs:label "gas phase species"@en ; + dct:description "gaseous species in the atmosphere (trace gases)"@en ; + skos:prefLabel "gas phase species"@en ; + skos:closeMatch gemet:concept?cp=623 ; + skos:notation "gas-phase-species" . + + + a skos:Concept ; + rdfs:label "particle phase species"@en ; + dct:description "species contained in the atmospheric aerosol particle phase"@en ; + skos:prefLabel "particle phase species"@en ; + skos:notation "particle-phase-species" . + + + a skos:Concept ; + rdfs:label "inorganic species"@en ; + dct:description "inorganic species in the atmosphere"@en ; + skos:prefLabel "inorganic species"@en ; + skos:closeMatch gemet:concept?cp=4350 ; + skos:notation "inorganic-species" . + + + a skos:Concept ; + rdfs:label "organic species"@en ; + dct:description "organic gaseous or semivolatile species in the atmosphere"@en ; + skos:prefLabel "organic species"@en ; + skos:notation "organic-species" . + + + a skos:Concept ; + rdfs:label "isotopically substituted molecule"@en ; + dct:description "a molecule in which one or more atoms are substituted by their isotopical homologues"@en ; + skos:prefLabel "isotopes"@en ; + skos:altLabel "isotopically substituted molecule"@en ; + skos:notation "isotopically-substituted-molecule" . + + + a skos:Concept ; + rdfs:label "inorganic acid"@en ; + dct:description "inorganic species in the atmosphere with acidic properties"@en ; + skos:prefLabel "inorganic acid"@en ; + skos:broader ; + skos:notation "inorganic-acid" . + + + a skos:Concept ; + rdfs:label "organic acid"@en ; + dct:description "organic species in the atmosphere with acidic properties"@en ; + skos:prefLabel "organic acid"@en ; + skos:broader ; + skos:notation "organic-acid" . + + + a skos:Concept ; + rdfs:label "inorganic oxygen species"@en ; + dct:description "inorganic species in the atmosphere which consist only of oxygen atoms"@en ; + skos:prefLabel "oxygen species"@en ; + skos:altLabel "Ox"@en ; + skos:broader ; + skos:notation "inorganic-oxygen-species" . + + + a skos:Concept ; + rdfs:label "oxygen atom"@en ; + dct:description "atomic oxygen"@en ; + skos:prefLabel "oxygen atom"@en ; + skos:altLabel "atomic oxygen"@en ; + skos:broader ; + skos:notation "oxygen-atom" . + + + a skos:Concept ; + rdfs:label "oxygen atom 3p"@en ; + dct:description "atomic oxygen in triplett P state, i.e. in electronic ground state"@en ; + skos:prefLabel "O(3P)"@en ; + skos:altLabel "ground state atomic oxygen"@en ; + skos:altLabel "atomic oxygen 3p"@en ; + skos:altLabel "oxygen atom in ground state"@en ; + skos:altLabel "oxygen atom in triplett P state"@en ; + skos:broader ; + skos:notation "oxygen-atom-3p" . + + + a skos:Concept ; + rdfs:label "oxygen atom 1d"@en ; + dct:description "atomic oxygen in singlett D state, i.e. in electronically excited state"@en ; + skos:prefLabel "O(1D)"@en ; + skos:altLabel "excited state atomic oxygen"@en ; + skos:altLabel "atomic oxygen 1d"@en ; + skos:altLabel "atomic oxygen in excited state"@en ; + skos:altLabel "oxygen atom in singlett D state"@en ; + skos:broader ; + skos:notation "oxygen-atom-1d" . + + + a skos:Concept ; + rdfs:label "oxygen molecule"@en ; + dct:description "molecular oxygen, i.e. a molecule consisting of two oxygen atoms"@en ; + skos:prefLabel "O2"@en ; + skos:altLabel "oxygen molecule"@en ; + skos:altLabel "molecular oxygen"@en ; + skos:altLabel "O\u2082"@en ; + skos:hiddenLabel "oxigen molecule"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=5982 ; + skos:notation "oxygen-molecule" . + + + a skos:Concept ; + rdfs:label "ozone"@en ; + dct:description "ozone, i.e. a molecule consisting of three oxygen atoms. Chemical formula: O3"@en ; + skos:prefLabel "O3"@en ; + skos:altLabel "ozone"@en ; + skos:altLabel "O\u2083"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=5991 ; + skos:notation "ozone" . + + + a skos:Concept ; + rdfs:label "oxygen dimer"@en ; + dct:description "cluster of two oxygen molecules"@en ; + skos:prefLabel "O4"@en ; + skos:altLabel "oxygen dimer"@en ; + skos:altLabel "O\u2084"@en ; + skos:broader ; + skos:notation "oxygen-dimer" . + + + a skos:Concept ; + rdfs:label "inorganic hydrogen oxide species"@en ; + dct:description "inorganic species in the atmosphere which consist only of hydrogen and possibly oxygen atoms"@en ; + skos:prefLabel "hydrogen oxide species"@en ; + skos:altLabel "HOx"@en ; + skos:broader ; + skos:notation "inorganic-hydrogen-oxide-species" . + + + a skos:Concept ; + rdfs:label "hydrogen atom"@en ; + dct:description "atomic hydrogen"@en ; + skos:prefLabel "H"@en ; + skos:altLabel "hydrogen atom"@en ; + skos:altLabel "atomic hydrogen"@en ; + skos:broader ; + skos:notation "hydrogen-atom" . + + + a skos:Concept ; + rdfs:label "deuterium"@en ; + dct:description "atomic hydrogen with mass number 2"@en ; + skos:prefLabel "D"@en ; + skos:altLabel "deuterium"@en ; + skos:broader ; + skos:notation "deuterium" . + + + a skos:Concept ; + rdfs:label "tritium"@en ; + dct:description "atomic hydrogen with mass number 3"@en ; + skos:prefLabel "tritium"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch gemet:concept?cp=8680 ; + skos:notation "tritium" . + + + a skos:Concept ; + rdfs:label "hydrogen molecule"@en ; + dct:description "molecular hydrogen, i.e. a molecule consisting of two hydrogen atoms"@en ; + skos:prefLabel "H2"@en ; + skos:altLabel "hydrogen molecule"@en ; + skos:altLabel "molecular hydrogen"@en ; + skos:altLabel "H\u2082"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=4103 ; + skos:notation "hydrogen-molecule" . + + + a skos:Concept ; + rdfs:label "water vapor"@en ; + dct:description "water vapor or gas-phase dihydrogen oxide, i.e. H2O"@en ; + skos:prefLabel "H2O"@en ; + skos:altLabel "water vapor"@en ; + skos:altLabel "gaseous water"@en ; + skos:altLabel "hydrogen dioxide"@en ; + skos:altLabel "H\u2082O"@en ; + skos:hiddenLabel "water vapour"@en ; + skos:broader ; + skos:notation "water-vapor" . + + + a skos:Concept ; + rdfs:label "normal water vapor"@en ; + dct:description "the default isotopic composition of water vapor, i.e. 1H-1H-16O"@en ; + skos:prefLabel "H2O"@en ; + skos:altLabel "normal water vapor"@en ; + skos:broader ; + skos:notation "normal-water-vapor" . + + + a skos:Concept ; + rdfs:label "deuteriated water vapor"@en ; + dct:description "water vapor in which one hydrogen atom is substituted with deuterium"@en ; + skos:prefLabel "HDO"@en ; + skos:altLabel "deuteriated water vapor"@en ; + skos:broader ; + skos:broader ; + skos:notation "deuteriated-water-vapor" . + + + a skos:Concept ; + rdfs:label "18-o water vapor"@en ; + dct:description "water vapor in which one oxygen atom is substituted with 18O"@en ; + skos:prefLabel "H2(18)O"@en ; + skos:altLabel "18-o water vapor"@en ; + skos:broader ; + skos:broader ; + skos:notation "18-o-water-vapor" . + + + a skos:Concept ; + rdfs:label "hydrogen peroxide"@en ; + dct:description "hydrogen peroxide, i.e. a molecule consisting of two hydrogen atoms and two oxygen atoms"@en ; + skos:prefLabel "H2O2"@en ; + skos:altLabel "hydrogen peroxide"@en ; + skos:altLabel "H\u2082O\u2082"@en ; + skos:broader ; + skos:notation "hydrogen-peroxide" . + + + a skos:Concept ; + rdfs:label "hydroxil radical"@en ; + dct:description "hydroxil radical, i.e. a molecule consisting of one hydrogen atom and one oxygen atom"@en ; + skos:prefLabel "OH"@en ; + skos:altLabel "hydroxil radical"@en ; + skos:altLabel "HO"@en ; + skos:hiddenLabel "hydroxyl radical"@en ; + skos:broader ; + skos:notation "hydroxil-radical" . + + + a skos:Concept ; + rdfs:label "hydroperoxy radical"@en ; + dct:description "hydroperoxy radical, i.e. a molecule consisting of one hydrogen atom and two oxygen atoms"@en ; + skos:prefLabel "HO2"@en ; + skos:altLabel "hydroperoxy radical"@en ; + skos:altLabel "HO\u2082"@en ; + skos:broader ; + skos:notation "hydroperoxy-radical" . + + + a skos:Concept ; + rdfs:label "inorganic nitrogen species"@en ; + dct:description "inorganic species in the atmosphere which consist only of nitrogen and possibly oxygen and hydrogen atoms"@en ; + skos:prefLabel "inorganic nitrogen species"@en ; + skos:altLabel "inorganic nitrogen"@en ; + skos:broader ; + skos:closeMatch gemet:concept?cp=5605 ; + skos:notation "inorganic-nitrogen-species" . + + + a skos:Concept ; + rdfs:label "nitrogen atom"@en ; + dct:description "atomic nitrogen"@en ; + skos:prefLabel "N"@en ; + skos:altLabel "nitrogen atom"@en ; + skos:altLabel "atomic nitrogen"@en ; + skos:broader ; + skos:notation "nitrogen-atom" . + + + a skos:Concept ; + rdfs:label "nitrogen molecule"@en ; + dct:description "molecular nitrogen, i.e. a molecule consisting of two nitrogen atoms"@en ; + skos:prefLabel "N2"@en ; + skos:altLabel "nitrogen molecule"@en ; + skos:altLabel "molecular nitrogen"@en ; + skos:altLabel "N\u2082"@en ; + skos:broader ; + skos:notation "nitrogen-molecule" . + + + a skos:Concept ; + rdfs:label "dinitrogen oxide"@en ; + dct:description "dinitrogen oxide, i.e. a molecule consisting of two nitrogen atoms and one oxygen atom"@en ; + skos:prefLabel "N2O"@en ; + skos:altLabel "dinitrogen oxide"@en ; + skos:altLabel "N\u2082O"@en ; + skos:altLabel "nitrous oxide"@en ; + skos:broader ; + skos:notation "dinitrogen-oxide" . + + + a skos:Concept ; + rdfs:label "nitrogen monoxide"@en ; + dct:description "nitrogen monoxide, i.e. a molecule consisting of one nitrogen atom, and one oxygen atom"@en ; + skos:prefLabel "NO"@en ; + skos:altLabel "nitrogen monoxide"@en ; + skos:altLabel "nitric oxide"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=5612 ; + skos:notation "nitrogen-monoxide" . + + + a skos:Concept ; + rdfs:label "nitrogen dioxide"@en ; + dct:description "nitrogen dioxide, i.e. a molecule consisting of one nitrogen atom, and two oxygen atoms"@en ; + skos:prefLabel "NO2"@en ; + skos:altLabel "nitrogen dioxide"@en ; + skos:altLabel "NO\u2082"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=5608 ; + skos:notation "nitrogen-dioxide" . + + + a skos:Concept ; + rdfs:label "nitrate"@en ; + dct:description "nitrate, i.e. a molecule consisting of one nitrogen atom, and three oxygen atoms"@en ; + skos:prefLabel "NO3"@en ; + skos:altLabel "nitrate"@en ; + skos:altLabel "NO\u2083"@en ; + skos:broader ; + skos:closeMatch gemet:concept?cp=5593 ; + skos:notation "nitrate" . + + + a skos:Concept ; + rdfs:label "dinitrogen pentoxide"@en ; + dct:description "dinitrogen pentoxide, i.e. a molecule consisting of one nitrogen atom, and two oxygen atoms"@en ; + skos:prefLabel "N2O5"@en ; + skos:altLabel "dinitrogen pentoxide"@en ; + skos:altLabel "N\u2082O\u2085"@en ; + skos:broader ; + skos:notation "dinitrogen-pentoxide" . + + + a skos:Concept ; + rdfs:label "nitrous acid"@en ; + dct:description "nitrous acid, i.e. a molecule consisting of one nitrogen atom, one hydrogen atom, and two oxygen atoms"@en ; + skos:prefLabel "HONO"@en ; + skos:altLabel "nitrous acid"@en ; + skos:altLabel "hydroxidooxidonitrogen"@en ; + skos:broader ; + skos:broader ; + skos:notation "nitrous-acid" . + + + a skos:Concept ; + rdfs:label "nitric acid"@en ; + dct:description "nitric acid, i.e. a molecule consisting of one nitrogen atom, one hydrogen atom, and three oxygen atoms"@en ; + skos:prefLabel "HNO3"@en ; + skos:altLabel "nitric acid"@en ; + skos:altLabel "hydrogen nitrate"@en ; + skos:altLabel "HNO\u2083"@en ; + skos:broader ; + skos:broader ; + skos:notation "nitric-acid" . + + + a skos:Concept ; + rdfs:label "peroxynitric acid"@en ; + dct:description "peroxynitric acid, i.e. a molecule consisting of one nitrogen atom, and two oxygen atoms"@en ; + skos:prefLabel "HO2NO2"@en ; + skos:altLabel "hydroxy nitrate"@en ; + skos:altLabel "pernitric acid"@en ; + skos:altLabel "HNO4"@en ; + skos:altLabel "HO\u2082O\u2082"@en ; + skos:broader ; + skos:broader ; + skos:notation "peroxynitric-acid" . + + + a skos:Concept ; + rdfs:label "ammonia"@en ; + dct:description "ammonia, i.e. a molecule consisting of one nitrogen atom and three hydrogen atoms"@en ; + skos:prefLabel "NH3"@en ; + skos:altLabel "ammonia"@en ; + skos:altLabel "azane"@en ; + skos:altLabel "NH\u2083"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=375 ; + skos:notation "ammonia" . + + + a skos:Concept ; + rdfs:label "nox"@en ; + dct:description "sum of reactive nitrogen oxides, i.e. NO and NO2"@en ; + skos:prefLabel "NOx"@en ; + skos:altLabel "nox"@en ; + skos:broader ; + skos:closeMatch gemet:concept?cp=13577 ; + skos:notation "nox" . + + + a skos:Concept ; + rdfs:label "noy"@en ; + dct:description "sum of nitrogen oxide species with oxidation state greater than 2, i.e. the sum of NO, NO2, PAN, HNO3, HONO, HO2NO2, and others, possibly also containing halogenated nitrogen oxide species such as BrONO2 or ClONO2"@en ; + skos:prefLabel "NOy"@en ; + skos:altLabel "noy"@en ; + skos:broader ; + skos:closeMatch gemet:concept?cp=5613 ; + skos:notation "noy" . + + + a skos:Concept ; + rdfs:label "inorganic carbon species"@en ; + dct:description "species in the atmosphere which contain carbon but are not classified as organic substances"@en ; + skos:prefLabel "inorganic carbon species"@en ; + skos:altLabel "inorganic carbon"@en ; + skos:broader ; + skos:notation "inorganic-carbon-species" . + + + a skos:Concept ; + rdfs:label "carbon monoxide"@en ; + dct:description "carbon monoxide, i.e. a molecule consisting of one carbon and one oxygen atom"@en ; + skos:prefLabel "CO"@en ; + skos:altLabel "carbon monoxide"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=1173 ; + skos:notation "carbon-monoxide" . + + + a skos:Concept ; + rdfs:label "carbon dioxide"@en ; + dct:description "carbon dioxide, i.e. a molecule consisting of one carbon and two oxygen atoms"@en ; + skos:prefLabel "CO2"@en ; + skos:altLabel "carbon dioxide"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=1168 ; + skos:notation "carbon-dioxide" . + + + a skos:Concept ; + rdfs:label "12c carbon dioxide"@en ; + dct:description "12C16O16O: the most abundant isotopic composition of carbon dioxide"@en ; + skos:prefLabel "C(12)O2"@en ; + skos:altLabel "\u2071\u2072CO\u2082"@en ; + skos:altLabel "12-C carbon dioxide"@en ; + skos:broader ; + skos:notation "12c-carbon-dioxide" . + + + a skos:Concept ; + rdfs:label "13c carbon dioxide"@en ; + dct:description "13C16O16O: an isotope of carbon dioxide"@en ; + skos:prefLabel "C(13)O2"@en ; + skos:altLabel "\u2071\u2073CO\u2082"@en ; + skos:altLabel "13-C carbon dioxide"@en ; + skos:broader ; + skos:broader ; + skos:notation "13c-carbon-dioxide" . + + + a skos:Concept ; + rdfs:label "14c carbon dioxide"@en ; + dct:description "14C16O16O: an isotope of carbon dioxide"@en ; + skos:prefLabel "C(14)O2"@en ; + skos:altLabel "\u2071\u2074CO\u2082"@en ; + skos:altLabel "14-C carbon dioxide"@en ; + skos:broader ; + skos:broader ; + skos:notation "14c-carbon-dioxide" . + + + a skos:Concept ; + rdfs:label "18o carbon dioxide"@en ; + dct:description "12C18O16O: an isotope of carbon dioxide"@en ; + skos:prefLabel "CO(18)O(16)"@en ; + skos:altLabel "\u2071\u2072C\u2071\u2078O\u2071\u2076O"@en ; + skos:altLabel "18-O carbon dioxide"@en ; + skos:broader ; + skos:broader ; + skos:notation "18o-carbon-dioxide" . + + + a skos:Concept ; + rdfs:label "inorganic sulfur species"@en ; + dct:description "inorganic species in the atmosphere which consist only of sulfur and possibly oxygen and hydrogen atoms"@en ; + skos:prefLabel "inorganic sulfur species"@en ; + skos:altLabel "inorganic sulphur species"@en ; + skos:broader ; + skos:notation "inorganic-sulfur-species" . + + + a skos:Concept ; + rdfs:label "sulfur"@en ; + dct:description "sulfur atom"@en ; + skos:prefLabel "S"@en ; + skos:altLabel "sulfur"@en ; + skos:broader ; + skos:notation "sulfur" . + + + a skos:Concept ; + rdfs:label "sulfur dioxide"@en ; + dct:description "sulfur dioxide, i.e. a molecule consisting of one sulfur and two oxygen atoms"@en ; + skos:prefLabel "SO2"@en ; + skos:altLabel "sulfur dioxide"@en ; + skos:altLabel "sulphur dioxide"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=8202 ; + skos:notation "sulfur-dioxide" . + + + a skos:Concept ; + rdfs:label "sulfur trioxide"@en ; + dct:description "sulfur trioxide, i.e. a molecule consisting of one sulfur and three oxygen atoms"@en ; + skos:prefLabel "SO3"@en ; + skos:altLabel "sulfur trioxide"@en ; + skos:altLabel "sulphur trioxide"@en ; + skos:broader ; + skos:notation "sulfur-trioxide" . + + + a skos:Concept ; + rdfs:label "sulfuric acid"@en ; + dct:description "sulfuric acid, i.e. a molecule consisting of one sulfur, two hydrogen, and four oxygen atoms"@en ; + skos:prefLabel "H2SO4"@en ; + skos:altLabel "sulfuric acid"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=8203 ; + skos:notation "sulfuric-acid" . + + + a skos:Concept ; + rdfs:label "hydrogen sulfide"@en ; + dct:description "hydrogen sulfide, i.e. a molecule consisting of one sulfur and two hydrogen atoms"@en ; + skos:prefLabel "H2S"@en ; + skos:altLabel "hydrogen sulfide"@en ; + skos:altLabel "sulfane"@en ; + skos:altLabel "hydrogen sulphide"@en ; + skos:altLabel "sulphane"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=4107 ; + skos:notation "hydrogen-sulfide" . + + + a skos:Concept ; + rdfs:label "carbon disulfide"@en ; + dct:description "carbon disulfide, i.e. a molecule consisting of one carbon and two sulfur atoms"@en ; + skos:prefLabel "CS2"@en ; + skos:altLabel "carbon disulfide"@en ; + skos:broader ; + skos:notation "carbon-disulfide" . + + + a skos:Concept ; + rdfs:label "sulfuryl fluoride"@en ; + dct:description "sulfuryl fluoride"@en ; + skos:prefLabel "SO2F2"@en ; + skos:altLabel "sulfuryl fluoride"@en ; + skos:altLabel "sulphuryl fluoride"@en ; + skos:broader ; + skos:notation "sulfuryl-fluoride" . + + + a skos:Concept ; + rdfs:label "inorganic halogen species"@en ; + dct:description "inorganic species in the atmosphere which consist only of a halogen atom (Cl, Br, I) and possibly oxygen and hydrogen atoms"@en ; + skos:prefLabel "inorganic halogen species"@en ; + skos:broader ; + skos:notation "inorganic-halogen-species" . + + + a skos:Concept ; + rdfs:label "atomic bromine"@en ; + dct:description "atomic bromine"@en ; + skos:prefLabel "Br"@en ; + skos:altLabel "bromine"@en ; + skos:altLabel "atomic bromine"@en ; + skos:altLabel "bromine atom"@en ; + skos:broader ; + skos:closeMatch gemet:concept?cp=1007 ; + skos:notation "atomic-bromine" . + + + a skos:Concept ; + rdfs:label "dibromine"@en ; + dct:description "molecular bromine, i.e. a molecule consisting of two bromine atoms"@en ; + skos:prefLabel "Br2"@en ; + skos:altLabel "dibromine"@en ; + skos:altLabel "molecular bromine"@en ; + skos:altLabel "bromine molecule"@en ; + skos:broader ; + skos:notation "dibromine" . + + + a skos:Concept ; + rdfs:label "bromine oxide"@en ; + dct:description "bromine oxide, i.e. a molecule consisting of one bromine and one oxygen atom"@en ; + skos:prefLabel "BrO"@en ; + skos:altLabel "bromine oxide"@en ; + skos:broader ; + skos:notation "bromine-oxide" . + + + a skos:Concept ; + rdfs:label "hydrogen bromide"@en ; + dct:description "hydrogen bromide, i.e. a molecule consisting of one bromine and one hydrogen atom"@en ; + skos:prefLabel "HBr"@en ; + skos:altLabel "hydrogen bromide"@en ; + skos:altLabel "bromane"@en ; + skos:broader ; + skos:notation "hydrogen-bromide" . + + + a skos:Concept ; + rdfs:label "hypobromous acid"@en ; + dct:description "hypobromous acid, i.e. a molecule consisting of one bromine, one oxygen, and one hydrogen atom"@en ; + skos:prefLabel "HOBr"@en ; + skos:altLabel "hypobromous acid"@en ; + skos:altLabel "HBrO"@en ; + skos:broader ; + skos:broader ; + skos:notation "hypobromous-acid" . + + + a skos:Concept ; + rdfs:label "bromine nitrate"@en ; + dct:description "bromine nitrate, i.e. a molecule consisting of one bromine, one nitrogen, and three oxygen atoms"@en ; + skos:prefLabel "BrONO2"@en ; + skos:altLabel "bromine nitrate"@en ; + skos:altLabel "bromo nitrate"@en ; + skos:broader ; + skos:notation "bromine-nitrate" . + + + a skos:Concept ; + rdfs:label "atomic chlorine"@en ; + dct:description "atomic chlorine"@en ; + skos:prefLabel "Cl"@en ; + skos:altLabel "chlorine"@en ; + skos:altLabel "atomic chlorine"@en ; + skos:altLabel "chlorine atom"@en ; + skos:broader ; + skos:closeMatch gemet:concept?cp=1373 ; + skos:notation "atomic-chlorine" . + + + a skos:Concept ; + rdfs:label "dichlorine"@en ; + dct:description "molecular chlorine, i.e. a molecule consisting of two chlorine atoms"@en ; + skos:prefLabel "Cl2"@en ; + skos:altLabel "dichlorine"@en ; + skos:altLabel "molecular chlorine"@en ; + skos:altLabel "chlorine molecule"@en ; + skos:broader ; + skos:notation "dichlorine" . + + + a skos:Concept ; + rdfs:label "chlorine oxide"@en ; + dct:description "chlorine oxide, , i.e. a molecule consisting of one chlorine and one oxygen atom"@en ; + skos:prefLabel "ClO"@en ; + skos:altLabel "chlorine oxide"@en ; + skos:broader ; + skos:notation "chlorine-oxide" . + + + a skos:Concept ; + rdfs:label "chlorine dioxide"@en ; + dct:description "chlorine dioxide, i.e. a molecule consisting of one chlorine and two oxygen atoms"@en ; + skos:prefLabel "OClO"@en ; + skos:altLabel "chlorine dioxide"@en ; + skos:altLabel "ClO2"@en ; + skos:broader ; + skos:notation "chlorine-dioxide" . + + + a skos:Concept ; + rdfs:label "dichlorine peroxide"@en ; + dct:description "dichlorine peroxide, i.e. a molecule consisting of two chlorine and two oxygen atoms"@en ; + skos:prefLabel "Cl2O2"@en ; + skos:altLabel "dichlorine peroxide"@en ; + skos:altLabel "chlorooxy hypochlorite"@en ; + skos:broader ; + skos:notation "dichlorine-peroxide" . + + + a skos:Concept ; + rdfs:label "hydrogen chloride"@en ; + dct:description "hydrogen chloride, i.e. a molecule consisting of one chlorine and one hydrogen atom"@en ; + skos:prefLabel "HCl"@en ; + skos:altLabel "hydrogen chloride"@en ; + skos:altLabel "chlorane"@en ; + skos:altLabel "hydrochloric acid"@en ; + skos:broader ; + skos:closeMatch gemet:concept?cp=4094 ; + skos:notation "hydrogen-chloride" . + + + a skos:Concept ; + rdfs:label "hypochlorous acid"@en ; + dct:description "hypochlorous acid, i.e. a molecule consisting of one chlorine, one oxygen, and one hydrogen atom"@en ; + skos:prefLabel "HOCl"@en ; + skos:altLabel "hypochlorous acid"@en ; + skos:altLabel "HClO"@en ; + skos:broader ; + skos:broader ; + skos:notation "hypochlorous-acid" . + + + a skos:Concept ; + rdfs:label "chlorine nitrate"@en ; + dct:description "chlorine nitrate, i.e. a molecule consisting of one chlorine, one nitrogen, and three oxygen atoms"@en ; + skos:prefLabel "ClONO2"@en ; + skos:altLabel "chlorine nitrate"@en ; + skos:altLabel "chloro nitrate"@en ; + skos:broader ; + skos:notation "chlorine-nitrate" . + + + a skos:Concept ; + rdfs:label "bromine chloride"@en ; + dct:description "bromine chloride, i.e. a molecule consisting of one bromine, and one chlorine atom"@en ; + skos:prefLabel "BrCl"@en ; + skos:altLabel "bromine chloride"@en ; + skos:broader ; + skos:notation "bromine-chloride" . + + + a skos:Concept ; + rdfs:label "atomic iodine"@en ; + dct:description "atomic iodine"@en ; + skos:prefLabel "I"@en ; + skos:altLabel "iodine"@en ; + skos:altLabel "atomic iodine"@en ; + skos:altLabel "iodine atom"@en ; + skos:broader ; + skos:closeMatch gemet:concept?cp=4483 ; + skos:notation "atomic-iodine" . + + + a skos:Concept ; + rdfs:label "iodine oxide"@en ; + dct:description "iodine oxide, i.e. a molecule consisting of one iodine and one oxygen atom"@en ; + skos:prefLabel "IO"@en ; + skos:altLabel "iodine oxide"@en ; + skos:broader ; + skos:notation "iodine-oxide" . + + + a skos:Concept ; + rdfs:label "atomic fluorine"@en ; + dct:description "atomic fluorine"@en ; + skos:prefLabel "F"@en ; + skos:altLabel "fluorine"@en ; + skos:altLabel "atomic fluorine"@en ; + skos:altLabel "fluorine atom"@en ; + skos:broader ; + skos:closeMatch gemet:concept?cp=3334 ; + skos:notation "atomic-fluorine" . + + + a skos:Concept ; + rdfs:label "hydrogen fluoride"@en ; + dct:description "hydrogen fluoride, i.e. a molecule consisting of one fluoride and one hydrogen atom"@en ; + skos:prefLabel "HF"@en ; + skos:altLabel "hydrogen fluoride"@en ; + skos:altLabel "fluorane"@en ; + skos:broader ; + skos:notation "hydrogen-fluoride" . + + + a skos:Concept ; + rdfs:label "carbonyl difluoride"@en ; + dct:description "carbonyl difluoride"@en ; + skos:prefLabel "COF2"@en ; + skos:altLabel "carbonyl difluoride"@en ; + skos:altLabel "fluorophosgene"@en ; + skos:altLabel "difuoromethanal"@en ; + skos:broader ; + skos:notation "carbonyl-difluoride" . + + + a skos:Concept ; + rdfs:label "sulfur hexafluoride"@en ; + dct:description "sulfur hexafluoride, i.e. a molecule consisting of one sulfur, and six fluoride atom"@en ; + skos:prefLabel "SF6"@en ; + skos:altLabel "sulfur hexafluoride"@en ; + skos:altLabel "hexafluoro-lambda6-sulfane"@en ; + skos:altLabel "sulphur hexafluoride"@en ; + skos:altLabel "hexafluoro-lambda6-sulphane"@en ; + skos:broader ; + skos:broader ; + skos:notation "sulfur-hexafluoride" . + + + a skos:Concept ; + rdfs:label "radionuclide"@en ; + dct:description "an atom that exhibits radioactivity"@en ; + skos:prefLabel "radionuclide"@en ; + skos:closeMatch gemet:concept?cp=6928 ; + skos:notation "radionuclide" . + + + a skos:Concept ; + rdfs:label "noble gas"@en ; + dct:description "gaseous species in the atmosphere which consist of noble gases"@en ; + skos:prefLabel "noble gas"@en ; + skos:broader ; + skos:notation "noble-gas" . + + + a skos:Concept ; + rdfs:label "helium"@en ; + dct:description "Helium"@en ; + skos:prefLabel "He"@en ; + skos:altLabel "helium"@en ; + skos:broader ; + skos:notation "helium" . + + + a skos:Concept ; + rdfs:label "neon"@en ; + dct:description "Neon"@en ; + skos:prefLabel "Ne"@en ; + skos:altLabel "neon"@en ; + skos:broader ; + skos:notation "neon" . + + + a skos:Concept ; + rdfs:label "argon"@en ; + dct:description "Argon"@en ; + skos:prefLabel "Ar"@en ; + skos:altLabel "argon"@en ; + skos:broader ; + skos:notation "argon" . + + + a skos:Concept ; + rdfs:label "krypton"@en ; + dct:description "Krypton"@en ; + skos:prefLabel "Kr"@en ; + skos:altLabel "krypton"@en ; + skos:broader ; + skos:notation "krypton" . + + + a skos:Concept ; + rdfs:label "85-krypton"@en ; + dct:description "radioactive isotope of krypton with mass number 85"@en ; + skos:prefLabel "(85)Kr"@en ; + skos:altLabel "85-krypton"@en ; + skos:broader ; + skos:broader ; + skos:notation "85-krypton" . + + + a skos:Concept ; + rdfs:label "xenon"@en ; + dct:description "Xenon"@en ; + skos:prefLabel "Xe"@en ; + skos:altLabel "xenon"@en ; + skos:broader ; + skos:notation "xenon" . + + + a skos:Concept ; + rdfs:label "radon"@en ; + dct:description "Radon"@en ; + skos:prefLabel "Rn"@en ; + skos:altLabel "radon"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch gemet:concept?cp=6935 ; + skos:notation "radon" . + + + a skos:Concept ; + rdfs:label "trace metal"@en ; + dct:description "species in the atmosphere which consist of or contain metal elements"@en ; + skos:prefLabel "trace metals"@en ; + skos:altLabel "trace metal"@en ; + skos:broader ; + skos:notation "trace-metal" . + + + a skos:Concept ; + rdfs:label "heavy metal"@en ; + dct:description "a metal whose specific gravity is approximately 5.0 or higher. (Source: MGH)"@en ; + skos:prefLabel "heavy metal"@en ; + skos:broader ; + skos:closeMatch gemet:concept?cp=3915 ; + skos:notation "heavy-metal" . + + + a skos:Concept ; + rdfs:label "lead"@en ; + dct:description "Lead"@en ; + skos:prefLabel "Pb"@en ; + skos:altLabel "lead"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch gemet:concept?cp=4723 ; + skos:notation "lead" . + + + a skos:Concept ; + rdfs:label "210-lead"@en ; + dct:description "radioactive isotope of lead with mass number 210"@en ; + skos:prefLabel "(210)Pb"@en ; + skos:altLabel "lead 210"@en ; + skos:broader ; + skos:broader ; + skos:broader ; + skos:notation "210-lead" . + + + a skos:Concept ; + rdfs:label "mercury"@en ; + dct:description "Mercury"@en ; + skos:prefLabel "Hg"@en ; + skos:altLabel "mercury"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch gemet:concept?cp=5154 ; + skos:notation "mercury" . + + + a skos:Concept ; + rdfs:label "phosphorus"@en ; + dct:description "Phosphorus"@en ; + skos:prefLabel "P"@en ; + skos:altLabel "phosphorus"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=6196 ; + skos:notation "phosphorus" . + + + a skos:Concept ; + rdfs:label "cadmium"@en ; + dct:description "Cadmium"@en ; + skos:prefLabel "Cd"@en ; + skos:altLabel "cadmium"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch gemet:concept?cp=1100 ; + skos:notation "cadmium" . + + + a skos:Concept ; + rdfs:label "chromium"@en ; + dct:description "Chromium"@en ; + skos:prefLabel "Cr"@en ; + skos:altLabel "chromium"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch gemet:concept?cp=1401 ; + skos:notation "chromium" . + + + a skos:Concept ; + rdfs:label "cobalt"@en ; + dct:description "Cobalt"@en ; + skos:prefLabel "Co"@en ; + skos:altLabel "cobalt"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch gemet:concept?cp=1532 ; + skos:notation "cobalt" . + + + a skos:Concept ; + rdfs:label "copper"@en ; + dct:description "Copper"@en ; + skos:prefLabel "Cu"@en ; + skos:altLabel "copper"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch gemet:concept?cp=1792 ; + skos:notation "copper" . + + + a skos:Concept ; + rdfs:label "iron"@en ; + dct:description "Iron"@en ; + skos:prefLabel "Fe"@en ; + skos:altLabel "iron"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch gemet:concept?cp=4498 ; + skos:notation "iron" . + + + a skos:Concept ; + rdfs:label "nickel"@en ; + dct:description "Nickel"@en ; + skos:prefLabel "Ni"@en ; + skos:altLabel "nickel"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch gemet:concept?cp=5589 ; + skos:notation "nickel" . + + + a skos:Concept ; + rdfs:label "antimony"@en ; + dct:description "Antimony"@en ; + skos:prefLabel "Sb"@en ; + skos:altLabel "antimony"@en ; + skos:broader ; + skos:broader ; + skos:notation "antimony" . + + + a skos:Concept ; + rdfs:label "tin"@en ; + dct:description "Tin (element)"@en ; + skos:prefLabel "Sn"@en ; + skos:altLabel "tin"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch gemet:concept?cp=8490 ; + skos:notation "tin" . + + + a skos:Concept ; + rdfs:label "aluminium"@en ; + dct:description "Aluminium (metal)"@en ; + skos:prefLabel "Al"@en ; + skos:altLabel "aluminium"@en ; + skos:altLabel "aluminum"@en ; + skos:broader ; + skos:notation "aluminium" . + + + a skos:Concept ; + rdfs:label "arsenic"@en ; + dct:description "Arsenic"@en ; + skos:prefLabel "As"@en ; + skos:altLabel "arsenic"@en ; + skos:broader ; + skos:notation "arsenic" . + + + a skos:Concept ; + rdfs:label "manganese"@en ; + dct:description "Manganese"@en ; + skos:prefLabel "Mn"@en ; + skos:altLabel "manganese"@en ; + skos:broader ; + skos:notation "manganese" . + + + a skos:Concept ; + rdfs:label "vanadium"@en ; + dct:description "Vanadium"@en ; + skos:prefLabel "V"@en ; + skos:altLabel "vanadium"@en ; + skos:broader ; + skos:notation "vanadium" . + + + a skos:Concept ; + rdfs:label "zinc"@en ; + dct:description "Zinc"@en ; + skos:prefLabel "Zn"@en ; + skos:altLabel "zinc"@en ; + skos:broader ; + skos:notation "zinc" . + + + a skos:Concept ; + rdfs:label "caesium"@en ; + dct:description "Caesium"@en ; + skos:prefLabel "Cs"@en ; + skos:altLabel "caesium"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=1103 ; + skos:notation "caesium" . + + + a skos:Concept ; + rdfs:label "beryllium"@en ; + dct:description "Beryllium"@en ; + skos:prefLabel "Be"@en ; + skos:altLabel "beryllium"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=781 ; + skos:notation "beryllium" . + + + a skos:Concept ; + rdfs:label "barium"@en ; + dct:description "Barium"@en ; + skos:prefLabel "Ba"@en ; + skos:altLabel "barium"@en ; + skos:broader ; + skos:notation "barium" . + + + a skos:Concept ; + rdfs:label "bismuth"@en ; + dct:description "Bismuth"@en ; + skos:prefLabel "Bi"@en ; + skos:altLabel "bismuth"@en ; + skos:broader ; + skos:notation "bismuth" . + + + a skos:Concept ; + rdfs:label "cerium"@en ; + dct:description "Cerium"@en ; + skos:prefLabel "Ce"@en ; + skos:altLabel "cerium"@en ; + skos:broader ; + skos:notation "cerium" . + + + a skos:Concept ; + rdfs:label "lanthanum"@en ; + dct:description "Lanthanum"@en ; + skos:prefLabel "La"@en ; + skos:altLabel "lanthanum"@en ; + skos:broader ; + skos:notation "lanthanum" . + + + a skos:Concept ; + rdfs:label "lithium"@en ; + dct:description "Lithium"@en ; + skos:prefLabel "Li"@en ; + skos:altLabel "lithium"@en ; + skos:broader ; + skos:notation "lithium" . + + + a skos:Concept ; + rdfs:label "rubidium"@en ; + dct:description "Rubidium"@en ; + skos:prefLabel "Rb"@en ; + skos:altLabel "rubidium"@en ; + skos:broader ; + skos:notation "rubidium" . + + + a skos:Concept ; + rdfs:label "selenium"@en ; + dct:description "Selenium"@en ; + skos:prefLabel "Se"@en ; + skos:altLabel "selenium"@en ; + skos:broader ; + skos:notation "selenium" . + + + a skos:Concept ; + rdfs:label "strontium"@en ; + dct:description "Strontium"@en ; + skos:prefLabel "Sr"@en ; + skos:altLabel "strontium"@en ; + skos:broader ; + skos:notation "strontium" . + + + a skos:Concept ; + rdfs:label "tallium"@en ; + dct:description "Tallium"@en ; + skos:prefLabel "Tl"@en ; + skos:altLabel "tallium"@en ; + skos:broader ; + skos:notation "tallium" . + + + a skos:Concept ; + rdfs:label "thorium"@en ; + dct:description "Thorium"@en ; + skos:prefLabel "Th"@en ; + skos:altLabel "thorium"@en ; + skos:broader ; + skos:notation "thorium" . + + + a skos:Concept ; + rdfs:label "titanium"@en ; + dct:description "Titanium"@en ; + skos:prefLabel "Ti"@en ; + skos:altLabel "titanium"@en ; + skos:broader ; + skos:notation "titanium" . + + + a skos:Concept ; + rdfs:label "uranium"@en ; + dct:description "Uranium"@en ; + skos:prefLabel "U"@en ; + skos:altLabel "uranium"@en ; + skos:broader ; + skos:notation "uranium" . + + + a skos:Concept ; + rdfs:label "7-beryllium"@en ; + dct:description "Isotope of Beryllium with mass number 7"@en ; + skos:prefLabel "(7)Be"@en ; + skos:altLabel "7-beryllium"@en ; + skos:broader ; + skos:broader ; + skos:notation "7-beryllium" . + + + a skos:Concept ; + rdfs:label "10-beryllium"@en ; + dct:description "Isotope of Beryllium with mass number 10"@en ; + skos:prefLabel "(10)Be"@en ; + skos:altLabel "10-beryllium"@en ; + skos:broader ; + skos:broader ; + skos:notation "10-beryllium" . + + + a skos:Concept ; + rdfs:label "dust"@en ; + dct:description "mineral dust"@en ; + skos:prefLabel "dust"@en ; + skos:broader ; + skos:broader ; + skos:notation "dust" . + + + a skos:Concept ; + rdfs:label "volcanic ash"@en ; + dct:description "volcanic ash"@en ; + skos:prefLabel "ash"@en ; + skos:altLabel "volcanic ash"@en ; + skos:broader ; + skos:broader ; + skos:notation "volcanic-ash" . + + + a skos:Concept ; + rdfs:label "volatile organic species"@en ; + dct:description "organic molecule in the atmosphere which can be in both, gas and particle phase"@en ; + skos:prefLabel "VOC"@en ; + skos:altLabel "volatile organic species"@en ; + skos:broader ; + skos:closeMatch gemet:concept?cp=8993 ; + skos:notation "volatile-organic-species" . + + + a skos:Concept ; + rdfs:label "non methane volatile organic species"@en ; + dct:description "organic molecule which is usually in gaseous phase in the atmosphere: all VOC except methane"@en ; + skos:prefLabel "NMVOC"@en ; + skos:altLabel "non methane volatile organic species"@en ; + skos:broader ; + skos:notation "non-methane-volatile-organic-species" . + + + a skos:Concept ; + rdfs:label "cyanide"@en ; + dct:description "a molecule containing the CN group and derived from HCN"@en ; + skos:prefLabel "cyanide"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=1933 ; + skos:notation "cyanide" . + + + a skos:Concept ; + rdfs:label "hydrogen cyanide"@en ; + dct:description "hydrogen cyanide, i.e. a molecule consisting of one carbon, one nitrogen, and one hydrogen atom"@en ; + skos:prefLabel "HCN"@en ; + skos:altLabel "hydrogen cyanide"@en ; + skos:altLabel "formonitrile"@en ; + skos:broader ; + skos:broader ; + skos:notation "hydrogen-cyanide" . + + + a skos:Concept ; + rdfs:label "acetonitrile"@en ; + dct:description "acetonitrile, i.e. an organic molecule consisting of a methyl group bound to a cyanide group"@en ; + skos:prefLabel "CH3CN"@en ; + skos:altLabel "acetonitrile"@en ; + skos:altLabel "aceto nitrile"@en ; + skos:altLabel "methyl cyanide"@en ; + skos:broader ; + skos:broader ; + skos:notation "acetonitrile" . + + + a skos:Concept ; + rdfs:label "carbonyl sulfide"@en ; + dct:description "carbonyl sulfide, i.e. a molecule consisting of one carbon, one oxygen, and one sulfur atom"@en ; + skos:prefLabel "OCS"@en ; + skos:altLabel "COS"@en ; + skos:altLabel "carbonyl sulfide"@en ; + skos:altLabel "carbonyl sulphide"@en ; + skos:broader ; + skos:notation "carbonyl-sulfide" . + + + a skos:Concept ; + rdfs:label "dimethylsulfide"@en ; + dct:description "dimethylsulfide, i.e. a molecule consisting of one sulfur atom and two methyl groups"@en ; + skos:prefLabel "DMS"@en ; + skos:altLabel "dimethylsulfide"@en ; + skos:altLabel "methylsulfanylmethane"@en ; + skos:altLabel "dimethylsulphide"@en ; + skos:altLabel "methylsulphanylmethane"@en ; + skos:hiddenLabel "dimethylsulphide"@en ; + skos:broader ; + skos:notation "dimethylsulfide" . + + + a skos:Concept ; + rdfs:label "methane sulfonic acid"@en ; + dct:description "methane sulfonic acid, i.e. a monoprotic organosulfur acid with a sulfur atom bearing a methyl group, two double bonded oxygens and an hydroxyl group"@en ; + skos:prefLabel "MSA"@en ; + skos:altLabel "methane sulfonic acid"@en ; + skos:altLabel "methane sulphonic acid"@en ; + skos:broader ; + skos:notation "methane-sulfonic-acid" . + + + a skos:Concept ; + rdfs:label "hydrocarbon"@en ; + dct:description "organic molecule consisting of carbon and hydrogen atoms"@en ; + skos:prefLabel "hydrocarbon"@en ; + skos:altLabel "HC"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=4091 ; + skos:notation "hydrocarbon" . + + + a skos:Concept ; + rdfs:label "non methane hydrocarbon"@en ; + dct:description "any hydrocarbon except methane"@en ; + skos:prefLabel "NMHC"@en ; + skos:altLabel "non methane hydrocarbon"@en ; + skos:broader ; + skos:notation "non-methane-hydrocarbon" . + + + a skos:Concept ; + rdfs:label "alkane"@en ; + dct:description "a hydrocarbon that consists entirely of single-bonded carbon and hydrogen atoms and lacks any other functional groups"@en ; + skos:prefLabel "alkane"@en ; + skos:broader ; + skos:notation "alkane" . + + + a skos:Concept ; + rdfs:label "methane"@en ; + dct:description "a hydrocarbon consisting of one carbon atom and four hydrogen atoms"@en ; + skos:prefLabel "CH4"@en ; + skos:altLabel "methane"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=5199 ; + skos:notation "methane" . + + + a skos:Concept ; + rdfs:label "12c methane"@en ; + dct:description "12CH4: the most abundant isotopic composition of methane"@en ; + skos:prefLabel "C(12)H4"@en ; + skos:altLabel "\u2071\u2072CH\u2084"@en ; + skos:altLabel "12-C methane"@en ; + skos:broader ; + skos:notation "12c-methane" . + + + a skos:Concept ; + rdfs:label "13c methane"@en ; + dct:description "13CH4: an isotope of methane"@en ; + skos:prefLabel "C(13)H4"@en ; + skos:altLabel "\u2071\u2073CH\u2084"@en ; + skos:altLabel "13-C methane"@en ; + skos:broader ; + skos:broader ; + skos:notation "13c-methane" . + + + a skos:Concept ; + rdfs:label "ch3d"@en ; + dct:description "CH3D: an isotope of methane"@en ; + skos:prefLabel "CH3D"@en ; + skos:altLabel "CH\u2083D"@en ; + skos:altLabel "deuteriated methane"@en ; + skos:broader ; + skos:broader ; + skos:notation "ch3d" . + + + a skos:Concept ; + rdfs:label "ethane"@en ; + dct:description "an alkane (hydrocarbon) consisting of two carbon atoms and six hydrogen atoms"@en ; + skos:prefLabel "C2H6"@en ; + skos:altLabel "ethane"@en ; + skos:broader ; + skos:notation "ethane" . + + + a skos:Concept ; + rdfs:label "propane"@en ; + dct:description "an alkane (hydrocarbon) consisting of three carbon atoms and eight hydrogen atoms"@en ; + skos:prefLabel "C3H8"@en ; + skos:altLabel "propane"@en ; + skos:broader ; + skos:notation "propane" . + + + a skos:Concept ; + rdfs:label "butanes"@en ; + dct:description "the sum of all alkanes (hydrocarbons) consisting of four carbon atoms and ten hydrogen atoms, i.e. the sum of butane and 2-methylpropane"@en ; + skos:prefLabel "C4H10"@en ; + skos:altLabel "butanes"@en ; + skos:broader ; + skos:notation "butanes" . + + + a skos:Concept ; + rdfs:label "butane"@en ; + dct:description "an alkane (hydrocarbon) consisting of four carbon atoms and ten hydrogen atoms where all carbon atoms are arranged in a straight chain"@en ; + skos:prefLabel "C4H10"@en ; + skos:altLabel "n-C4H10"@en ; + skos:altLabel "n-butane"@en ; + skos:broader ; + skos:notation "butane" . + + + a skos:Concept ; + rdfs:label "2-methylpropane"@en ; + dct:description "an alkane (hydrocarbon) consisting of four carbon atoms and ten hydrogen atoms where one methyl group is branched off the second C atom of the straight chain"@en ; + skos:prefLabel "2-methylpropane"@en ; + skos:altLabel "i-C4H10"@en ; + skos:altLabel "i-butane"@en ; + skos:altLabel "isobutane"@en ; + skos:broader ; + skos:notation "2-methylpropane" . + + + a skos:Concept ; + rdfs:label "pentanes"@en ; + dct:description "the sum of all alkanes (hydrocarbons) consisting of five carbon atoms and twelve hydrogen atoms, i.e. the sum of pentane, 2-methylbutane, and 2-dimethylpropane"@en ; + skos:prefLabel "C5H12"@en ; + skos:altLabel "pentanes"@en ; + skos:broader ; + skos:notation "pentanes" . + + + a skos:Concept ; + rdfs:label "pentane"@en ; + dct:description "an alkane (hydrocarbon) consisting of five carbon atoms and twelve hydrogen atoms where all carbon atoms are arranged in a straight chain"@en ; + skos:prefLabel "C5H12"@en ; + skos:altLabel "n-C5H12"@en ; + skos:altLabel "n-pentane"@en ; + skos:broader ; + skos:notation "pentane" . + + + a skos:Concept ; + rdfs:label "2-methylbutane"@en ; + dct:description "an alkane (hydrocarbon) consisting of five carbon atoms and twelve hydrogen atoms where one methyl group is branched off the second C atom of the straight chain"@en ; + skos:prefLabel "2-methylbutane"@en ; + skos:altLabel "i-C5H12"@en ; + skos:altLabel "i-pentane"@en ; + skos:altLabel "i-C5H12"@en ; + skos:broader ; + skos:notation "2-methylbutane" . + + + a skos:Concept ; + rdfs:label "2-dimethylpropane"@en ; + dct:description "an alkane (hydrocarbon) consisting of five carbon atoms and twelve hydrogen atoms where two methyl groups are branched off the second C atom of the straight chain"@en ; + skos:prefLabel "2-dimethylpropane"@en ; + skos:broader ; + skos:notation "2-dimethylpropane" . + + + a skos:Concept ; + rdfs:label "hexanes"@en ; + dct:description "the sum of all alkanes (hydrocarbons) consisting of six carbon atoms and fourteen hydrogen atoms"@en ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "hexanes"@en ; + skos:broader ; + skos:notation "hexanes" . + + + a skos:Concept ; + rdfs:label "2,2-dimethylbutane"@en ; + dct:description "2,2-dimethylbutane, i.e. an alkane consisting of a four carbon atoms chain with two methyl groups bound to the same internal carbon atom"@en ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "2,2-dimethylbutane"@en ; + skos:altLabel "neohexane"@en ; + skos:broader ; + skos:notation "2,2-dimethylbutane" . + + + a skos:Concept ; + rdfs:label "2,3-dimethylbutane"@en ; + dct:description "2,3-dimethylbutane, i.e. an alkane consisting of a four carbon atoms chain with one methyl group bound to each internal carbon atom"@en ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "2,3-dimethylbutane"@en ; + skos:altLabel "diisopropyl"@en ; + skos:broader ; + skos:notation "2,3-dimethylbutane" . + + + a skos:Concept ; + rdfs:label "2-methyl pentane"@en ; + dct:description "2-methyl pentane, i.e. an alkane consisting of a five carbon atoms chain with a methyl group bound to the second carbon atom"@en ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "2-methyl pentane"@en ; + skos:altLabel "isohexane"@en ; + skos:broader ; + skos:notation "2-methyl-pentane" . + + + a skos:Concept ; + rdfs:label "3-methyl pentane"@en ; + dct:description "3-methyl pentane, i.e. an alkane consisting of a five carbon atoms chain with a methyl group bound to the central carbon atom"@en ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "3-methyl pentane"@en ; + skos:broader ; + skos:notation "3-methyl-pentane" . + + + a skos:Concept ; + rdfs:label "methyl pentanes"@en ; + dct:description "sum of 2-methyl pentane and 3-methyl pentane"@en ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "methyl pentanes"@en ; + skos:broader ; + skos:notation "methyl-pentanes" . + + + a skos:Concept ; + rdfs:label "heptanes"@en ; + dct:description "the sum of all alkanes (hydrocarbons) consisting of seven carbon atoms and sixteen hydrogen atoms"@en ; + skos:prefLabel "C7H16"@en ; + skos:altLabel "heptanes"@en ; + skos:broader ; + skos:notation "heptanes" . + + + a skos:Concept ; + rdfs:label "n-heptane"@en ; + dct:description "n-heptane, i.e. a linear alkane with a seven carbon atoms chain"@en ; + skos:prefLabel "n-C7H16"@en ; + skos:altLabel "n-heptane"@en ; + skos:broader ; + skos:notation "n-heptane" . + + + a skos:Concept ; + rdfs:label "2-methyl hexane"@en ; + dct:description "2-methyl hexane, i.e. a six carbon atoms chain with a methyl group on the second carbon atom"@en ; + skos:prefLabel "C7H16"@en ; + skos:altLabel "2-methyl hexane"@en ; + skos:altLabel "isoheptane"@en ; + skos:altLabel "ethylisobutylmethane"@en ; + skos:broader ; + skos:notation "2-methyl-hexane" . + + + a skos:Concept ; + rdfs:label "3-methyl hexane"@en ; + dct:description "3-methyl hexane, i.e. a six carbon atoms chain with a methyl group on the second carbon atom"@en ; + skos:prefLabel "C7H16"@en ; + skos:altLabel "3-methyl hexane"@en ; + skos:broader ; + skos:notation "3-methyl-hexane" . + + + a skos:Concept ; + rdfs:label "methyl cyclo hexane"@en ; + dct:description "methyl cyclo hexane, i.e. a six-membered alkane ring bearing a methyl group"@en ; + skos:prefLabel "C7H14"@en ; + skos:altLabel "methyl cyclo hexane"@en ; + skos:broader ; + skos:notation "methyl-cyclo-hexane" . + + + a skos:Concept ; + rdfs:label "octanes"@en ; + dct:description "the sum of all alkanes (hydrocarbons) consisting of eight carbon atoms and eighteen hydrogen atoms"@en ; + skos:prefLabel "C8H18"@en ; + skos:altLabel "octanes"@en ; + skos:broader ; + skos:notation "octanes" . + + + a skos:Concept ; + rdfs:label "n-octane"@en ; + dct:description "n-octane, i.e. a linear alkane with a eight carbon atoms chain"@en ; + skos:prefLabel "C8H18"@en ; + skos:altLabel "n-octane"@en ; + skos:broader ; + skos:notation "n-octane" . + + + a skos:Concept ; + rdfs:label "2,2,4-trimethylpentane"@en ; + dct:description "2,2,4-trimethylpentane, i.e. an alkane consisting of a five carbon atoms chain with two methyl groups bound to the second and one methyl group on the fourth carbon atom, respectively"@en ; + skos:prefLabel "C8H18"@en ; + skos:altLabel "2,2,4-trimethylpentane"@en ; + skos:altLabel "isooctane"@en ; + skos:altLabel "iso-octane"@en ; + skos:broader ; + skos:notation "2,2,4-trimethylpentane" . + + + a skos:Concept ; + rdfs:label "n-nonane"@en ; + dct:description "n-nonane, i.e. a linear alkane with a nine carbon atoms chain"@en ; + skos:prefLabel "C9H20"@en ; + skos:altLabel "n-nonane"@en ; + skos:broader ; + skos:notation "n-nonane" . + + + a skos:Concept ; + rdfs:label "n-decane"@en ; + dct:description "n-decane, i.e. a linear alkane with a ten carbon atoms chain"@en ; + skos:prefLabel "C10H22"@en ; + skos:altLabel "n-decane"@en ; + skos:broader ; + skos:notation "n-decane" . + + + a skos:Concept ; + rdfs:label "n-undecane"@en ; + dct:description "n-undecane, i.e. a linear alkane with a eleven carbon atoms chain"@en ; + skos:prefLabel "C11H24"@en ; + skos:altLabel "n-undecane"@en ; + skos:broader ; + skos:notation "n-undecane" . + + + a skos:Concept ; + rdfs:label "alkene"@en ; + dct:description "a hydrocarbon that consists of carbon and hydrogen atoms with at least one double bond between two carbon atoms and lacks any other functional groups"@en ; + skos:prefLabel "alkene"@en ; + skos:broader ; + skos:notation "alkene" . + + + a skos:Concept ; + rdfs:label "ethene"@en ; + dct:description "an alkene (hydrocarbon) consisting of two carbon atoms and four hydrogen atoms"@en ; + skos:prefLabel "C2H4"@en ; + skos:altLabel "ethene"@en ; + skos:altLabel "ethylene"@en ; + skos:broader ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C2H4/c1-2/h1-2H2 ; + skos:exactMatch ofmpub:selectedSubstanceId=48545 ; + skos:notation "ethene" . + + + a skos:Concept ; + rdfs:label "propene"@en ; + dct:description "an alkene (hydrocarbon) consisting of three carbon atoms and six hydrogen atoms"@en ; + skos:prefLabel "C3H6"@en ; + skos:altLabel "propene"@en ; + skos:broader ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C3H6/c1-3-2/h3H%2C1H2%2C2H3 ; + skos:exactMatch ofmpub:selectedSubstanceId=47173 ; + skos:notation "propene" . + + + a skos:Concept ; + rdfs:label "butenes"@en ; + dct:description "the sum of all alkenes (hydrocarbons) consisting of four carbon atoms and eight hydrogen atoms"@en ; + skos:prefLabel "C4H8"@en ; + skos:altLabel "butenes"@en ; + skos:broader ; + skos:notation "butenes" . + + + a skos:Concept ; + rdfs:label "1-butene"@en ; + dct:description "an alkene (hydrocarbon) consisting of two carbon atoms and four hydrogen atoms"@en ; + skos:prefLabel "1-butene"@en ; + skos:broader ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C4H8/c1-3-4-2/h3H%2C1%2C4H2%2C2H3 ; + skos:exactMatch ofmpub:selectedSubstanceId=47491 ; + skos:notation "1-butene" . + + + a skos:Concept ; + rdfs:label "2-butene"@en ; + dct:description "an alkene (hydrocarbon) consisting of two carbon atoms and four hydrogen atoms"@en ; + skos:prefLabel "2-butene"@en ; + skos:broader ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C4H8/c1-3-4-2/h3-4H%2C1-2H3 ; + skos:exactMatch ofmpub:selectedSubstanceId=47489 ; + skos:notation "2-butene" . + + + a skos:Concept ; + rdfs:label "trans-2-butene"@en ; + dct:description "trans-2-butene, i.e. a simple four carbon atoms alkene with a central double bond unit bearing methyl groups that are opposite to each other"@en ; + skos:prefLabel "t-C4H8"@en ; + skos:altLabel "trans-2-butene"@en ; + skos:altLabel "but-2-ene"@en ; + skos:altLabel "beta butylene"@en ; + skos:broader ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C4H8/c1-3-4-2/h3-4H%2C1-2H3/b4-3%2B ; + skos:exactMatch ofmpub:selectedSubstanceId=44707 ; + skos:notation "trans-2-butene" . + + + a skos:Concept ; + rdfs:label "buta-1,3-diene"@en ; + dct:description "an alkene (hydrocarbon) consisting of two carbon atoms and four hydrogen atoms"@en ; + skos:prefLabel "C4H6"@en ; + skos:altLabel "butadiene"@en ; + skos:altLabel "buta-1,3-diene"@en ; + skos:altLabel "1,3-butadiene"@en ; + skos:broader ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C4H6/c1-3-4-2/h3-4H%2C1-2H2 ; + skos:exactMatch ofmpub:selectedSubstanceId=47490 ; + skos:notation "buta-1,3-diene" . + + + a skos:Concept ; + rdfs:label "pentenes"@en ; + dct:description "an alkene (hydrocarbon) consisting of two carbon atoms and four hydrogen atoms"@en ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "pentenes"@en ; + skos:broader ; + skos:notation "pentenes" . + + + a skos:Concept ; + rdfs:label "trans-2-pentene"@en ; + dct:description "trans-2-pentene, i.e. a simple five carbon atoms alkene with a double bond unit bearing a methyl and an ethyl group that are opposite to each other"@en ; + skos:prefLabel "t-C5H10"@en ; + skos:altLabel "trans-2-pentene"@en ; + skos:altLabel "pent-2-ene"@en ; + skos:altLabel "methylbut-1-ene"@en ; + skos:broader ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C5H10/c1-3-5-4-2/h3%2C5H%2C4H2%2C1-2H3/b5-3%2B ; + skos:exactMatch ofmpub:selectedSubstanceId=44399 ; + skos:notation "trans-2-pentene" . + + + a skos:Concept ; + rdfs:label "2-methylbut-1-ene"@en ; + dct:description "2-methylbut-1-ene, i.e. an alkene with terminal double bond unit bearing a methyl and an ethyl group on the same carbon atom"@en ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "2-methylbut-1-ene"@en ; + skos:altLabel "1-butene"@en ; + skos:altLabel "2-methylbutene"@en ; + skos:altLabel "1-isoamylene"@en ; + skos:broader ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C5H10/c1-4-5(2)3/h2%2C4H2%2C1%2C3H3 ; + skos:notation "2-methylbut-1-ene" . + + + a skos:Concept ; + rdfs:label "3-methylbut-1-ene"@en ; + dct:description "3-methylbut-1-ene, i.e. an alkene with terminal double bond unit bearing an isopropyl group on one carbon atom"@en ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "3-methylbut-1-ene"@en ; + skos:altLabel "3-methyl-1-butene"@en ; + skos:altLabel "isopentene"@en ; + skos:altLabel "isopropylethylene"@en ; + skos:broader ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C5H10/c1-4-5(2)3/h4-5H%2C1H2%2C2-3H3 ; + skos:notation "3-methylbut-1-ene" . + + + a skos:Concept ; + rdfs:label "2-methylbut-2-ene"@en ; + dct:description "2-methylbut-2-ene, i.e. an alkene with a double bond unit bearing two and one methyl groups, respectively"@en ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "2-methylbut-2-ene"@en ; + skos:altLabel "2-methyl-2-butene"@en ; + skos:altLabel "trimethylethylene"@en ; + skos:altLabel "2-butene"@en ; + skos:altLabel "n-amylene"@en ; + skos:broader ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C5H10/c1-4-5(2)3/h4H%2C1-3H3 ; + skos:exactMatch ofmpub:selectedSubstanceId=89823 ; + skos:notation "2-methylbut-2-ene" . + + + a skos:Concept ; + rdfs:label "2-methylbuta-1,3-diene"@en ; + dct:description "2-methylbuta-1,3-diene, i.e. an alkene with two conjugated double bond units with a methyl group on the second carbon atom"@en ; + skos:prefLabel "isoprene"@en ; + skos:altLabel "2-methylbuta-1,3-diene"@en ; + skos:altLabel "C5H8"@en ; + skos:broader ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C5H8/c1-4-5(2)3/h4H%2C1-2H2%2C3H3 ; + skos:exactMatch ofmpub:selectedSubstanceId=48755 ; + skos:notation "2-methylbuta-1,3-diene" . + + + a skos:Concept ; + rdfs:label "terpenes"@en ; + dct:description "the sum of all alkenes (hydrocarbons) consisting of ten carbon atoms and sixteen hydrogen atoms, sometimes also including sesquiterpenes, i.e. molecules with fifteen carbon atoms and twentyfour hydrogen atoms"@en ; + skos:prefLabel "terpenes"@en ; + skos:altLabel "C10H16"@en ; + skos:broader ; + skos:notation "terpenes" . + + + a skos:Concept ; + rdfs:label "alpha-pinene"@en ; + dct:description "alpha-pinene, i.e. a bridged bycyclic terpene with an internal double bond"@en ; + skos:prefLabel "a-pinene"@en ; + skos:altLabel "4,6,6-trimethylbicyclo(3.1.1)hept-3-ene"@en ; + skos:broader ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C10H16/c1-7-4-5-8-6-9(7)10(8%2C2)3/h4%2C8-9H%2C5-6H2%2C1-3H3 ; + skos:exactMatch ofmpub:selectedSubstanceId=48668 ; + skos:notation "alpha-pinene" . + + + a skos:Concept ; + rdfs:label "beta-pinene"@en ; + dct:description "beta-pinene, i.e. a bridged bycyclic terpene with an external double bond"@en ; + skos:prefLabel "b-pinene"@en ; + skos:altLabel "6,6-dimethyl-4-methylidenebicyclo(3.1.1)heptane"@en ; + skos:broader ; + skos:exactMatch ofmpub:selectedSubstanceId=46731 ; + skos:notation "beta-pinene" . + + + a skos:Concept ; + rdfs:label "limonene"@en ; + dct:description "limonene, i.e. a terpene with an unsaturated six-membered ring bearing a methyl group and a isopropenyl group (external double bond)"@en ; + skos:prefLabel "limonene"@en ; + skos:altLabel "1-methyl-4-prop-1-en-2-ylcyclohexene"@en ; + skos:broader ; + skos:exactMatch ofmpub:selectedSubstanceId=46540 ; + skos:notation "limonene" . + + + a skos:Concept ; + rdfs:label "myrcene"@en ; + dct:description "myrcene, i.e. a terpene with a eight carbon atom chain bearing three double bonds, two of which external and conjugated and one internal"@en ; + skos:prefLabel "myrcene"@en ; + skos:altLabel "2-methyl-6-methylideneocta-1,7-diene"@en ; + skos:broader ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C10H16/c1-5-10(4)8-6-7-9(2)3/h5%2C7H%2C1%2C4%2C6%2C8H2%2C2-3H3 ; + skos:exactMatch ofmpub:selectedSubstanceId=47208 ; + skos:notation "myrcene" . + + + a skos:Concept ; + rdfs:label "beta-Caryophyllene"@en ; + dct:description "beta-Caryophyllene, i.e. a bycyclic sesquiterpene (with 15 carbon atoms) with an internal and an external double bond on the large nine-membered ring"@en ; + skos:prefLabel "b-Caryophyllene"@en ; + skos:altLabel "(1R,4E,9S)-4,11,11-trimethyl-8-methylidenebicyclo(7.2.0)undec-4-ene"@en ; + skos:broader ; + skos:notation "beta-caryophyllene" . + + + a skos:Concept ; + rdfs:label "alkyne"@en ; + dct:description "a hydrocarbon that consists of carbon and hydrogen atoms with at least one triple bond between two carbon atoms and lacks any other functional groups"@en ; + skos:prefLabel "alkyne"@en ; + skos:broader ; + skos:notation "alkyne" . + + + a skos:Concept ; + rdfs:label "ethyne"@en ; + dct:description "an alkyne (hydrocarbon) consisting of two carbon atoms and two hydrogen atoms"@en ; + skos:prefLabel "C2H2"@en ; + skos:altLabel "ethyne"@en ; + skos:altLabel "acetylene"@en ; + skos:broader ; + skos:notation "ethyne" . + + + a skos:Concept ; + rdfs:label "propyne"@en ; + dct:description "an alkyne (hydrocarbon) consisting of three carbon atoms and four hydrogen atoms"@en ; + skos:prefLabel "C3H4"@en ; + skos:altLabel "propyne"@en ; + skos:altLabel "methylacetylene"@en ; + skos:altLabel "allylene"@en ; + skos:broader ; + skos:notation "propyne" . + + + a skos:Concept ; + rdfs:label "aromatic hydrocarbon"@en ; + dct:description "a hydrocarbon with a ring structure consisting of six or more carbon atoms"@en ; + skos:prefLabel "aromatic hydrocarbon"@en ; + skos:broader ; + skos:closeMatch gemet:concept?cp=562 ; + skos:notation "aromatic-hydrocarbon" . + + + a skos:Concept ; + rdfs:label "benzene"@en ; + dct:description "an aromatic hydrocarbon with six carbon atoms and six hydrogen atoms"@en ; + skos:prefLabel "C6H6"@en ; + skos:altLabel "benzene"@en ; + skos:altLabel "benzol"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=776 ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C6H6/c1-2-4-6-5-3-1/h1-6H ; + skos:exactMatch ofmpub:selectedSubstanceId=98385 ; + skos:notation "benzene" . + + + a skos:Concept ; + rdfs:label "toluene"@en ; + dct:description "an aromatic hydrocarbon with six carbon atoms in a ring structure and one methyl group"@en ; + skos:prefLabel "toluene"@en ; + skos:altLabel "methyl benzene"@en ; + skos:broader ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C7H8/c1-7-5-3-2-4-6-7/h2-6H,1H3 ; + skos:notation "toluene" . + + + a skos:Concept ; + rdfs:label "xylenes"@en ; + dct:description "the sum of aromatic hydrocarbon with six carbon atoms in a ring structure and two methyl groups in ortho-, para-, or meta-arrangement"@en ; + skos:prefLabel "xylenes"@en ; + skos:broader ; + skos:notation "xylenes" . + + + a skos:Concept ; + rdfs:label "o-xylene"@en ; + dct:description "an aromatic hydrocarbon with six carbon atoms in a ring structure and two methyl groups in ortho-configuration, i.e. on opposite ends of the ring"@en ; + skos:prefLabel "o-xylene"@en ; + skos:broader ; + skos:notation "o-xylene" . + + + a skos:Concept ; + rdfs:label "m-xylene"@en ; + dct:description "an aromatic hydrocarbon with six carbon atoms in a ring structure and two methyl groups in meta-configuration, i.e. with one C atom in between"@en ; + skos:prefLabel "m-xylene"@en ; + skos:broader ; + skos:notation "m-xylene" . + + + a skos:Concept ; + rdfs:label "p-xylene"@en ; + dct:description "an aromatic hydrocarbon with six carbon atoms in a ring structure and two methyl groups in para-configuration, i.e. on neighbouring positions"@en ; + skos:prefLabel "p-xylene"@en ; + skos:broader ; + skos:notation "p-xylene" . + + + a skos:Concept ; + rdfs:label "1-2-3-trimethylbenzene"@en ; + dct:description "1-2-3-trimethylbenzene"@en ; + skos:prefLabel "1-2-3-trimethylbenzene"@en ; + skos:altLabel "1-2-3-trimethylbenzene"@en ; + skos:broader ; + skos:notation "1-2-3-trimethylbenzene" . + + + a skos:Concept ; + rdfs:label "1-2-4-trimethylbenzene"@en ; + dct:description "1-2-4-trimethylbenzene"@en ; + skos:prefLabel "1-2-4-trimethylbenzene"@en ; + skos:altLabel "1-2-4-trimethylbenzene"@en ; + skos:broader ; + skos:notation "1-2-4-trimethylbenzene" . + + + a skos:Concept ; + rdfs:label "1-3-5-trimethylbenzene"@en ; + dct:description "1-3-5-trimethylbenzene"@en ; + skos:prefLabel "1-3-5-trimethylbenzene"@en ; + skos:altLabel "1-3-5-trimethylbenzene"@en ; + skos:broader ; + skos:notation "1-3-5-trimethylbenzene" . + + + a skos:Concept ; + rdfs:label "ethylbenzene"@en ; + dct:description "ethylbenzene"@en ; + skos:prefLabel "ethylbenzene"@en ; + skos:altLabel "ethylbenzene"@en ; + skos:broader ; + skos:notation "ethylbenzene" . + + + a skos:Concept ; + rdfs:label "2-ethyltoluene"@en ; + dct:description "2-ethyltoluene"@en ; + skos:prefLabel "2-ethyltoluene"@en ; + skos:altLabel "2-ethyltoluene"@en ; + skos:broader ; + skos:notation "2-ethyltoluene" . + + + a skos:Concept ; + rdfs:label "3-ethyltoluene"@en ; + dct:description "3-ethyltoluene"@en ; + skos:prefLabel "3-ethyltoluene"@en ; + skos:altLabel "3-ethyltoluene"@en ; + skos:broader ; + skos:notation "3-ethyltoluene" . + + + a skos:Concept ; + rdfs:label "4-ethyltoluene"@en ; + dct:description "4-ethyltoluene"@en ; + skos:prefLabel "4-ethyltoluene"@en ; + skos:altLabel "4-ethyltoluene"@en ; + skos:broader ; + skos:notation "4-ethyltoluene" . + + + a skos:Concept ; + rdfs:label "propylbenzene"@en ; + dct:description "propylbenzene"@en ; + skos:prefLabel "propylbenzene"@en ; + skos:altLabel "propylbenzene"@en ; + skos:broader ; + skos:notation "propylbenzene" . + + + a skos:Concept ; + rdfs:label "isopropylbenzene"@en ; + dct:description "isopropylbenzene"@en ; + skos:prefLabel "isopropylbenzene"@en ; + skos:altLabel "isopropylbenzene"@en ; + skos:broader ; + skos:notation "isopropylbenzene" . + + + a skos:Concept ; + rdfs:label "phenylethene"@en ; + dct:description "phenylethene"@en ; + skos:prefLabel "phenylethene"@en ; + skos:altLabel "phenylethene"@en ; + skos:altLabel "styrene"@en ; + skos:altLabel "ethenylbenzene"@en ; + skos:altLabel "vinylbenzene"@en ; + skos:broader ; + skos:notation "phenylethene" . + + + a skos:Concept ; + rdfs:label "benzopyrene"@en ; + dct:description "a five-ring hydrocarbon with the formula C20H12"@en ; + skos:prefLabel "benzopyrene"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=777 ; + skos:notation "benzopyrene" . + + + a skos:Concept ; + rdfs:label "phenol"@en ; + dct:description "an aromatic alcohol derived from benzene"@en ; + skos:prefLabel "phenol"@en ; + skos:altLabel "carbolic acid"@en ; + skos:altLabel "C6H5OH"@en ; + skos:altLabel "C\u2086H\u2085OH"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch gemet:concept?cp=6183 ; + skos:notation "phenol" . + + + a skos:Concept ; + rdfs:label "dioxin"@en ; + dct:description "a heterocyclic, organic species with the formula C4H4O2. It exists in the forms of 1,2-dioxin and 1,4-dioxin."@en ; + skos:prefLabel "dioxin"@en ; + skos:altLabel "C\u2084H\u2084O\u2082"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=2207 ; + skos:notation "dioxin" . + + + a skos:Concept ; + rdfs:label "furan"@en ; + dct:description "a heterocyclic, organic species with a five-membered ring and the formula C4H4O"@en ; + skos:prefLabel "furan"@en ; + skos:altLabel "C\u2084H\u2084O"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=3536 ; + skos:notation "furan" . + + + a skos:Concept ; + rdfs:label "halogenated hydrocarbon"@en ; + dct:description "a hydrocarbon with one or more halogen atoms replacing hydrogen atoms"@en ; + skos:prefLabel "halogenated hydrocarbon"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=3820 ; + skos:notation "halogenated-hydrocarbon" . + + + a skos:Concept ; + rdfs:label "chlorinated hydrocarbon"@en ; + dct:description "a hydrocarbon with one or more chlorine atoms replacing hydrogen atoms"@en ; + skos:prefLabel "chlorinated hydrocarbon"@en ; + skos:broader ; + skos:notation "chlorinated-hydrocarbon" . + + + a skos:Concept ; + rdfs:label "perfluorinated species"@en ; + dct:description "a volatile organic species containing only C-C and C-F bonds as well as possible functional groups"@en ; + skos:prefLabel "PFC"@en ; + skos:altLabel "perfluorinated species"@en ; + skos:broader ; + skos:notation "perfluorinated-species" . + + + a skos:Concept ; + rdfs:label "chloroethylene"@en ; + dct:description "a hydrocarbon with two carbon atoms with a double bond, three hydrogen atoms, and one chlorine atom"@en ; + skos:prefLabel "C2H3Cl"@en ; + skos:altLabel "chloroethylene"@en ; + skos:altLabel "vinylchloride"@en ; + skos:altLabel "C\u2082H\u2083Cl"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=1378 ; + skos:notation "chloroethylene" . + + + a skos:Concept ; + rdfs:label "trichloroethene"@en ; + dct:description "a hydrocarbon with two carbon atoms with a double bond, one hydrogen atom, and three chlorine atoms - commonly used as solvent"@en ; + skos:prefLabel "C2HCl3"@en ; + skos:altLabel "trichloroethene"@en ; + skos:altLabel "1,1,2-trichloroethene"@en ; + skos:altLabel "1,1-dichloro-2-chloroethylene"@en ; + skos:altLabel "1-chloro-2,2-dichloroethylene"@en ; + skos:altLabel "acetylene trichloride"@en ; + skos:altLabel "triclene"@en ; + skos:altLabel "HCC-1120"@en ; + skos:notation "trichloroethene" . + + + a skos:Concept ; + rdfs:label "1,4-Dichlorobenzene(p)"@en ; + dct:description "an aromatic hydrocarbon with six carbon atoms, four hydrogen atoms, and two chlorine atoms"@en ; + skos:prefLabel "1,4-dichlorobenzene(p)"@en ; + skos:broader ; + skos:broader ; + skos:notation "1,4-dichlorobenzene(p)" . + + + a skos:Concept ; + rdfs:label "chlorophenol"@en ; + dct:description "an aromatic hydrocarbon with a hydroxy group and substitution of one or more hydrogen atoms by chlorine"@en ; + skos:prefLabel "chlorophenol"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=1389 ; + skos:notation "chlorophenol" . + + + a skos:Concept ; + rdfs:label "pentachlorophenol"@en ; + dct:description "a phenol in which all 5 hydrogen atoms are substituted by chlorine atoms."@en ; + skos:prefLabel "pentachlorophenol"@en ; + skos:altLabel "C6Cl5OH"@en ; + skos:altLabel "C\u2086Cl\u2085OH"@en ; + skos:exactMatch gemet:concept?cp=6106 ; + skos:notation "pentachlorophenol" . + + + a skos:Concept ; + rdfs:label "tetrachloroethene"@en ; + dct:description "a halogenated, organic molecule with two carbon atoms joined with a double bond and four chlorine atoms"@en ; + skos:prefLabel "tetrachloroethene"@en ; + skos:altLabel "tetrachloroethylene"@en ; + skos:altLabel "perchloroethylene"@en ; + skos:altLabel "per"@en ; + skos:altLabel "C2Cl4"@en ; + skos:altLabel "C\u2082Cl\u2084"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=6109 ; + skos:notation "tetrachloroethene" . + + + a skos:Concept ; + rdfs:label "hexachlorobenzene"@en ; + dct:description "a halogenated, organic molecule derived from benzene, where all 6 hydrogen atoms are replaced with chlorine atoms"@en ; + skos:prefLabel "hexachlorobenzene"@en ; + skos:altLabel "PCB"@en ; + skos:altLabel "perchlorobenzene"@en ; + skos:altLabel "benzene hexachloride"@en ; + skos:broader ; + skos:broader ; + skos:notation "hexachlorobenzene" . + + + a skos:Concept ; + rdfs:label "chlorofluorocarbon"@en ; + dct:description "gases containing chlorine, fluorine, and carbon atoms, and potentially hydrogen atoms"@en ; + skos:prefLabel "CFC"@en ; + skos:altLabel "chlorofluorocarbon"@en ; + skos:broader ; + skos:closeMatch gemet:concept?cp=1381 ; + skos:notation "chlorofluorocarbon" . + + + a skos:Concept ; + rdfs:label "hcfc"@en ; + dct:description "partially halogenated chlorofluorocarbon molecule"@en ; + skos:prefLabel "HCFC"@en ; + skos:altLabel "hcfc"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=1385 ; + skos:notation "hcfc" . + + + a skos:Concept ; + rdfs:label "carbon tetrachloride"@en ; + dct:description "carbon tetrachloride"@en ; + skos:prefLabel "CCl4"@en ; + skos:altLabel "carbon tetrachloride"@en ; + skos:broader ; + skos:notation "carbon-tetrachloride" . + + + a skos:Concept ; + rdfs:label "trichlorofluoromethane"@en ; + dct:description "trichlorofluoromethane"@en ; + skos:prefLabel "CFC-11"@en ; + skos:altLabel "trichlorofluoromethane"@en ; + skos:altLabel "fluorotrichloromethane"@en ; + skos:altLabel "CCl3F"@en ; + skos:broader ; + skos:notation "trichlorofluoromethane" . + + + a skos:Concept ; + rdfs:label "dichlorodifluoromethane"@en ; + dct:description "dichlorodifluoromethane"@en ; + skos:prefLabel "CFC-12"@en ; + skos:altLabel "dichlorodifluoromethane"@en ; + skos:altLabel "carbon dichloride difluoride"@en ; + skos:altLabel "dichloro-difluoro-methane"@en ; + skos:altLabel "difluorodichloromethane"@en ; + skos:altLabel "CCl2F2"@en ; + skos:broader ; + skos:notation "dichlorodifluoromethane" . + + + a skos:Concept ; + rdfs:label "chlorotrifluoromethane"@en ; + dct:description "chlorotrifluoromethane"@en ; + skos:prefLabel "CFC-13"@en ; + skos:altLabel "chlorotrifluoromethane"@en ; + skos:altLabel "carbon chloride trifluoride"@en ; + skos:altLabel "chloro-trifluoro-methane"@en ; + skos:altLabel "trifluorochloromethane"@en ; + skos:altLabel "CClF3"@en ; + skos:broader ; + skos:notation "chlorotrifluoromethane" . + + + a skos:Concept ; + rdfs:label "pentachlorofluoroethane"@en ; + dct:description "pentachlorofluoroethane"@en ; + skos:prefLabel "CFC-111"@en ; + skos:altLabel "1,1,1,2,2-pentachloro-2-fluoroethane"@en ; + skos:altLabel "pentachlorofluoroethane"@en ; + skos:altLabel "C2Cl5F"@en ; + skos:broader ; + skos:notation "pentachlorofluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,2,2-tetrachloro-1,2-difluoroethane"@en ; + dct:description "1,1,2,2-tetrachloro-1,2-difluoroethane"@en ; + skos:prefLabel "CFC-112"@en ; + skos:altLabel "1,1,2,2-tetrachloro-1,2-difluoroethane"@en ; + skos:altLabel "tetrachloro-1,2-difluoroethane"@en ; + skos:altLabel "CCl2FCCl2F"@en ; + skos:broader ; + skos:notation "1,1,2,2-tetrachloro-1,2-difluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,1,2-tetrachloro-2,2-difluoroethane"@en ; + dct:description "1,1,1,2-tetrachloro-2,2-difluoroethane"@en ; + skos:prefLabel "CFC-112a"@en ; + skos:altLabel "1,1,1,2-tetrachloro-2,2-difluoroethane"@en ; + skos:altLabel "tetrachloro-2,2-difluoroethane"@en ; + skos:altLabel "CCl3CClF2"@en ; + skos:broader ; + skos:notation "1,1,1,2-tetrachloro-2,2-difluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,2-trichloro-1,2,2-trifluoroethane"@en ; + dct:description "1,1,2-trichloro-1,2,2-trifluoroethane"@en ; + skos:prefLabel "CFC-113"@en ; + skos:altLabel "1,1,2-trichloro-1,2,2-trifluoroethane"@en ; + skos:altLabel "trichlorotrifluoroethane"@en ; + skos:altLabel "Cl2FC-CClF2"@en ; + skos:altLabel "CCl2FCClF2"@en ; + skos:broader ; + skos:notation "1,1,2-trichloro-1,2,2-trifluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,1-trichloro-2,2,2-trifluoroethane"@en ; + dct:description "1,1,1-trichloro-2,2,2-trifluoroethane"@en ; + skos:prefLabel "CFC-113a"@en ; + skos:altLabel "1,1,1-trichloro-2,2,2-trifluoroethane"@en ; + skos:altLabel "trichlorotrifluoroethane"@en ; + skos:altLabel "CCl3CF3"@en ; + skos:broader ; + skos:notation "1,1,1-trichloro-2,2,2-trifluoroethane" . + + + a skos:Concept ; + rdfs:label "1,2-dichlorotetrafluoroethane"@en ; + dct:description "1,2-dichlorotetrafluoroethane"@en ; + skos:prefLabel "CFC-114"@en ; + skos:altLabel "1,2-dichlorotetrafluoroethane"@en ; + skos:altLabel "CClF2CClF2"@en ; + skos:altLabel "halon 242"@en ; + skos:altLabel "cryofluorane"@en ; + skos:broader ; + skos:notation "1,2-dichlorotetrafluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1-dichloro-1,2,2,2-tetrafluoroethane"@en ; + dct:description "1,1-dichloro-1,2,2,2-tetrafluoroethane"@en ; + skos:prefLabel "CFC-114a"@en ; + skos:altLabel "1,1-dichloro-1,2,2,2-tetrafluoroethane"@en ; + skos:altLabel "CCl2FCF3"@en ; + skos:altLabel "halon 242"@en ; + skos:altLabel "cryofluorane"@en ; + skos:broader ; + skos:notation "1,1-dichloro-1,2,2,2-tetrafluoroethane" . + + + a skos:Concept ; + rdfs:label "chloropentafluoroethane"@en ; + dct:description "chloropentafluoroethane"@en ; + skos:prefLabel "CFC-115"@en ; + skos:altLabel "1-chloro-1,1,2,2,2-pentafluoroethane"@en ; + skos:altLabel "chloropentafluoroethane"@en ; + skos:altLabel "monochloropentafluoroethane"@en ; + skos:broader ; + skos:notation "chloropentafluoroethane" . + + + a skos:Concept ; + rdfs:label "perfluoroethane"@en ; + dct:description "perfluoroethane"@en ; + skos:prefLabel "CFC-116"@en ; + skos:altLabel "1,1,1,2,2,2-hexafluoroethane"@en ; + skos:altLabel "carbon hexafluoride"@en ; + skos:altLabel "perfluoroethane"@en ; + skos:altLabel "ethforane"@en ; + skos:altLabel "C2F6"@en ; + skos:broader ; + skos:notation "perfluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,1-trichloroethane"@en ; + dct:description "1,1,1-trichloroethane"@en ; + skos:prefLabel "CH3CCl3"@en ; + skos:altLabel "1,1,1-trichloroethane"@en ; + skos:altLabel "methyl chloroform"@en ; + skos:altLabel "chlorothene"@en ; + skos:broader ; + skos:notation "1,1,1-trichloroethane" . + + + a skos:Concept ; + rdfs:label "bromochlorodifluoromethane"@en ; + dct:description "bromochlorodifluoromethane"@en ; + skos:prefLabel "CBrClF2"@en ; + skos:altLabel "bromochlorodifluoromethane"@en ; + skos:altLabel "halon 1211"@en ; + skos:broader ; + skos:notation "bromochlorodifluoromethane" . + + + a skos:Concept ; + rdfs:label "bromotrifluoromethane"@en ; + dct:description "bromotrifluoromethane"@en ; + skos:prefLabel "CBrF3"@en ; + skos:altLabel "bromotrifluoromethane"@en ; + skos:altLabel "halon 1301"@en ; + skos:broader ; + skos:notation "bromotrifluoromethane" . + + + a skos:Concept ; + rdfs:label "dibromodifluoromethane"@en ; + dct:description "dibromodifluoromethane"@en ; + skos:prefLabel "CBr2F2"@en ; + skos:altLabel "dibromodifluoromethane"@en ; + skos:altLabel "halon 1202"@en ; + skos:broader ; + skos:notation "dibromodifluoromethane" . + + + a skos:Concept ; + rdfs:label "dibromotetrafluoroethane"@en ; + dct:description "dibromotetrafluoroethane"@en ; + skos:prefLabel "CBrF2CBrF2"@en ; + skos:altLabel "dibromotetrafluoroethane"@en ; + skos:altLabel "halon 2402"@en ; + skos:broader ; + skos:notation "dibromotetrafluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1-dichloro-1-fluoroethane"@en ; + dct:description "1,1-dichloro-1-fluoroethane"@en ; + skos:prefLabel "HCFC-141b"@en ; + skos:altLabel "1,1-dichloro-1-fluoroethane"@en ; + skos:altLabel "C2H3Cl2F"@en ; + skos:broader ; + skos:notation "1,1-dichloro-1-fluoroethane" . + + + a skos:Concept ; + rdfs:label "1-chloro-1,1-difluoroethane"@en ; + dct:description "1-chloro-1,1-difluoroethane"@en ; + skos:prefLabel "HCFC-142b"@en ; + skos:altLabel "1-chloro-1,1-difluoroethane"@en ; + skos:altLabel "C2H3ClF2"@en ; + skos:broader ; + skos:notation "1-chloro-1,1-difluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,1-trifluoroethane"@en ; + dct:description "1,1,1-trifluoroethane"@en ; + skos:prefLabel "HCFC-143a"@en ; + skos:altLabel "1,1,1-trifluoroethane"@en ; + skos:altLabel "CF3CH3"@en ; + skos:broader ; + skos:notation "1,1,1-trifluoroethane" . + + + a skos:Concept ; + rdfs:label "1,2,2-trifluoroethane"@en ; + dct:description "1,2,2-trifluoroethane"@en ; + skos:prefLabel "HCFC-143"@en ; + skos:altLabel "1,2,2-trifluoroethane"@en ; + skos:altLabel "CH2FCHF2"@en ; + skos:broader ; + skos:notation "1,2,2-trifluoroethane" . + + + a skos:Concept ; + rdfs:label "chlorodifluoromethane"@en ; + dct:description "chlorodifluoromethane"@en ; + skos:prefLabel "HCFC-22"@en ; + skos:altLabel "chlorodifluoromethane"@en ; + skos:altLabel "CHClF2"@en ; + skos:broader ; + skos:notation "chlorodifluoromethane" . + + + a skos:Concept ; + rdfs:label "1,1-dichloro-2,2,2-trifluoroethane"@en ; + dct:description "1,1-dichloro-2,2,2-trifluoroethane"@en ; + skos:prefLabel "HCFC-123"@en ; + skos:altLabel "1,1-dichloro-2,2,2-trifluoroethane"@en ; + skos:altLabel "dichlorotrifluoroethane"@en ; + skos:altLabel "CHCl2CF3"@en ; + skos:broader ; + skos:notation "1,1-dichloro-2,2,2-trifluoroethane" . + + + a skos:Concept ; + rdfs:label "1,2-dichloro-1,2,2-trifluoroethane"@en ; + dct:description "1,2-dichloro-1,2,2-trifluoroethane"@en ; + skos:prefLabel "HCFC-123a"@en ; + skos:altLabel "1,2-dichloro-1,2,2-trifluoroethane"@en ; + skos:altLabel "dichlorotrifluoroethane"@en ; + skos:altLabel "CHClFCF2Cl"@en ; + skos:broader ; + skos:notation "1,2-dichloro-1,2,2-trifluoroethane" . + + + a skos:Concept ; + rdfs:label "2,2-dichloro-1,1,2-trifluoroethane"@en ; + dct:description "2,2-dichloro-1,1,2-trifluoroethane"@en ; + skos:prefLabel "HCFC-123b"@en ; + skos:altLabel "2,2-dichloro-1,1,2-trifluoroethane"@en ; + skos:altLabel "dichlorotrifluoroethane"@en ; + skos:altLabel "CHF2CCl2F"@en ; + skos:broader ; + skos:notation "2,2-dichloro-1,1,2-trifluoroethane" . + + + a skos:Concept ; + rdfs:label "1-chloro-1,2,2,2-tetrafluoroethane"@en ; + dct:description "1-chloro-1,2,2,2-tetrafluoroethane"@en ; + skos:prefLabel "HCFC-124"@en ; + skos:altLabel "1-chloro-1,2,2,2-tetrafluoroethane"@en ; + skos:altLabel "chlorotetrafluoroethane"@en ; + skos:altLabel "CHClFCF3"@en ; + skos:broader ; + skos:notation "1-chloro-1,2,2,2-tetrafluoroethane" . + + + a skos:Concept ; + rdfs:label "2-chloro-1,1,2,2-tetrafluoroethane"@en ; + dct:description "2-chloro-1,1,2,2-tetrafluoroethane"@en ; + skos:prefLabel "HCFC-124a"@en ; + skos:altLabel "2-chloro-1,1,2,2-tetrafluoroethane"@en ; + skos:altLabel "chlorotetrafluoroethane"@en ; + skos:altLabel "CHF2CClF2"@en ; + skos:broader ; + skos:notation "2-chloro-1,1,2,2-tetrafluoroethane" . + + + a skos:Concept ; + rdfs:label "chlorotrifluoroethane"@en ; + dct:description "chlorotrifluoroethane"@en ; + skos:prefLabel "HCFC-133a"@en ; + skos:altLabel "chlorotrifluoroethane"@en ; + skos:altLabel "CH2ClCF3"@en ; + skos:broader ; + skos:notation "chlorotrifluoroethane" . + + + a skos:Concept ; + rdfs:label "dichlorofluoromethane"@en ; + dct:description "dichlorofluoromethane"@en ; + skos:prefLabel "HCFC-21"@en ; + skos:altLabel "dichlorofluoromethane"@en ; + skos:altLabel "CHCl2F"@en ; + skos:broader ; + skos:notation "dichlorofluoromethane" . + + + a skos:Concept ; + rdfs:label "chlorofluoromethane"@en ; + dct:description "chlorofluoromethane"@en ; + skos:prefLabel "HCFC-31"@en ; + skos:altLabel "chlorofluoromethane"@en ; + skos:altLabel "CH2ClF"@en ; + skos:broader ; + skos:notation "chlorofluoromethane" . + + + a skos:Concept ; + rdfs:label "pentafluoroethane"@en ; + dct:description "pentafluoroethane"@en ; + skos:prefLabel "HFC-125"@en ; + skos:altLabel "pentafluoroethane"@en ; + skos:altLabel "C2HF5"@en ; + skos:broader ; + skos:notation "pentafluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,1,2-tetrafluoroethane"@en ; + dct:description "1,1,1,2-tetrafluoroethane"@en ; + skos:prefLabel "HFC-134a"@en ; + skos:altLabel "1,1,1,2-tetrafluoroethane"@en ; + skos:altLabel "CF3CH2F"@en ; + skos:broader ; + skos:notation "1,1,1,2-tetrafluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1,2,2-tetrafluoroethane"@en ; + dct:description "1,1,2,2-tetrafluoroethane"@en ; + skos:prefLabel "HFC-134"@en ; + skos:altLabel "1,1,2,2-tetrafluoroethane"@en ; + skos:altLabel "CHF2CHF2"@en ; + skos:broader ; + skos:notation "1,1,2,2-tetrafluoroethane" . + + + a skos:Concept ; + rdfs:label "1,1-difluoroethane"@en ; + dct:description "1,1-difluoroethane"@en ; + skos:prefLabel "HFC-152a"@en ; + skos:altLabel "1,1-difluoroethane"@en ; + skos:altLabel "CHF2CH3"@en ; + skos:broader ; + skos:notation "1,1-difluoroethane" . + + + a skos:Concept ; + rdfs:label "trifluoromethane"@en ; + dct:description "trifluoromethane"@en ; + skos:prefLabel "HFC-23"@en ; + skos:altLabel "trifluoromethane"@en ; + skos:altLabel "CHF3"@en ; + skos:broader ; + skos:notation "trifluoromethane" . + + + a skos:Concept ; + rdfs:label "1,1,1,2,3,3,3-Heptafluoropropane"@en ; + dct:description "1,1,1,2,3,3,3-Heptafluoropropane"@en ; + skos:prefLabel "HFC-227ea"@en ; + skos:altLabel "1,1,1,2,3,3,3-Heptafluoropropane"@en ; + skos:altLabel "C3HF7"@en ; + skos:broader ; + skos:notation "1,1,1,2,3,3,3-heptafluoropropane" . + + + a skos:Concept ; + rdfs:label "1,1,1,2,3,3-hexafluoropropane"@en ; + dct:description "1,1,1,2,3,3-hexafluoropropane"@en ; + skos:prefLabel "HFC-236fa"@en ; + skos:altLabel "1,1,1,2,3,3-hexafluoropropane"@en ; + skos:altLabel "C3H2F6"@en ; + skos:broader ; + skos:notation "1,1,1,2,3,3-hexafluoropropane" . + + + a skos:Concept ; + rdfs:label "1,1,1,3,3-Pentafluoropropane"@en ; + dct:description "1,1,1,3,3-Pentafluoropropane"@en ; + skos:prefLabel "HFC-245fa"@en ; + skos:altLabel "1,1,1,3,3-Pentafluoropropane"@en ; + skos:altLabel "C3H3F5"@en ; + skos:broader ; + skos:notation "1,1,1,3,3-pentafluoropropane" . + + + a skos:Concept ; + rdfs:label "difluoromethane"@en ; + dct:description "difluoromethane"@en ; + skos:prefLabel "HFC-32"@en ; + skos:altLabel "difluoromethane"@en ; + skos:altLabel "CH2F2"@en ; + skos:broader ; + skos:notation "difluoromethane" . + + + a skos:Concept ; + rdfs:label "fluoromethane"@en ; + dct:description "fluoromethane"@en ; + skos:prefLabel "HFC-41"@en ; + skos:altLabel "fluoromethane"@en ; + skos:altLabel "CH3F"@en ; + skos:broader ; + skos:notation "fluoromethane" . + + + a skos:Concept ; + rdfs:label "1,1,1,3,3-pentafluorobutane"@en ; + dct:description "1,1,1,3,3-pentafluorobutane"@en ; + skos:prefLabel "HFC-365mfc"@en ; + skos:altLabel "1,1,1,3,3-pentafluorobutane"@en ; + skos:altLabel "C4H5F5"@en ; + skos:broader ; + skos:notation "1,1,1,3,3-pentafluorobutane" . + + + a skos:Concept ; + rdfs:label "tetrafluoromethane"@en ; + dct:description "tetrafluoromethane"@en ; + skos:prefLabel "PFC-14"@en ; + skos:altLabel "tetrafluoromethane"@en ; + skos:altLabel "CF4"@en ; + skos:altLabel "carbon tetrafluoride"@en ; + skos:altLabel "perfluoromethane"@en ; + skos:broader ; + skos:notation "tetrafluoromethane" . + + + a skos:Concept ; + rdfs:label "hexafluoroethane"@en ; + dct:description "hexafluoroethane"@en ; + skos:prefLabel "PFC-116"@en ; + skos:altLabel "hexafluoroethane"@en ; + skos:altLabel "C2F6"@en ; + skos:broader ; + skos:notation "hexafluoroethane" . + + + a skos:Concept ; + rdfs:label "octafluoropropane"@en ; + dct:description "octafluoropropane"@en ; + skos:prefLabel "PFC-218"@en ; + skos:altLabel "octafluoropropane"@en ; + skos:altLabel "C3F8"@en ; + skos:broader ; + skos:notation "octafluoropropane" . + + + a skos:Concept ; + rdfs:label "dibromomethane"@en ; + dct:description "dibromomethane"@en ; + skos:prefLabel "CH2Br2"@en ; + skos:altLabel "dibromomethane"@en ; + skos:altLabel "methyl dibromide"@en ; + skos:altLabel "methylene bromide"@en ; + skos:altLabel "methylene dibromide"@en ; + skos:broader ; + skos:notation "dibromomethane" . + + + a skos:Concept ; + rdfs:label "bromomethane"@en ; + dct:description "bromomethane"@en ; + skos:prefLabel "CH3Br"@en ; + skos:altLabel "bromomethane"@en ; + skos:altLabel "methyl bromide"@en ; + skos:broader ; + skos:notation "bromomethane" . + + + a skos:Concept ; + rdfs:label "chloromethane"@en ; + dct:description "chloromethane"@en ; + skos:prefLabel "CH3Cl"@en ; + skos:altLabel "chloromethane"@en ; + skos:altLabel "methyl chloride"@en ; + skos:broader ; + skos:notation "chloromethane" . + + + a skos:Concept ; + rdfs:label "iodomethane"@en ; + dct:description "iodomethane"@en ; + skos:prefLabel "CH3I"@en ; + skos:altLabel "iodomethane"@en ; + skos:altLabel "methyl iodide"@en ; + skos:broader ; + skos:notation "iodomethane" . + + + a skos:Concept ; + rdfs:label "tribromomethane"@en ; + dct:description "tribromomethane"@en ; + skos:prefLabel "CHBr3"@en ; + skos:altLabel "tribromomethane"@en ; + skos:altLabel "bromoform"@en ; + skos:altLabel "methyl tribromide"@en ; + skos:broader ; + skos:notation "tribromomethane" . + + + a skos:Concept ; + rdfs:label "trichloromethane"@en ; + dct:description "trichloromethane"@en ; + skos:prefLabel "CHCl3"@en ; + skos:altLabel "trichloromethane"@en ; + skos:altLabel "chloroform"@en ; + skos:altLabel "formyl trichloride"@en ; + skos:altLabel "methane trichloride"@en ; + skos:altLabel "methyl trichloride"@en ; + skos:broader ; + skos:notation "trichloromethane" . + + + a skos:Concept ; + rdfs:label "ethyliodide"@en ; + dct:description "ethyliodide"@en ; + skos:prefLabel "C2H5I"@en ; + skos:altLabel "ethyliodide"@en ; + skos:broader ; + skos:notation "ethyliodide" . + + + a skos:Concept ; + rdfs:label "1-bromopropane"@en ; + dct:description "1-bromopropane"@en ; + skos:prefLabel "C3H7Br"@en ; + skos:altLabel "1-bromopropane"@en ; + skos:altLabel "propylbromide"@en ; + skos:broader ; + skos:notation "1-bromopropane" . + + + a skos:Concept ; + rdfs:label "aldehyde"@en ; + dct:description "an organic olecule with a functional aldehyde (i.e. CHO) group"@en ; + skos:prefLabel "aldehyde"@en ; + skos:broader ; + skos:notation "aldehyde" . + + + a skos:Concept ; + rdfs:label "formaldehyde"@en ; + dct:description "an aldehyde with the chemical formula CH2O"@en ; + skos:prefLabel "CH2O"@en ; + skos:altLabel "formaldehyde"@en ; + skos:altLabel "HCHO"@en ; + skos:broader ; + skos:notation "formaldehyde" . + + + a skos:Concept ; + rdfs:label "ethylaldehyde"@en ; + dct:description "an aldehyde with the chemical formula CH3CHO"@en ; + skos:prefLabel "CH3CHO"@en ; + skos:altLabel "ethylaldehyde"@en ; + skos:broader ; + skos:notation "ethylaldehyde" . + + + a skos:Concept ; + rdfs:label "ethanedial"@en ; + dct:description "organic molecule with two aldehyde groups"@en ; + skos:prefLabel "glyoxal"@en ; + skos:altLabel "OCHCHO"@en ; + skos:altLabel "ethanedial"@en ; + skos:altLabel "oxalaldehyde"@en ; + skos:altLabel "ethane-1,2-dione"@en ; + skos:broader ; + skos:notation "ethanedial" . + + + a skos:Concept ; + rdfs:label "prop-2-enal"@en ; + dct:description "prop-2-enal, i.e. an unsaturated three carbon atoms aldehyde with the carbon-carbon double bond adjacent to the aldehidic group"@en ; + skos:prefLabel "C3H4O"@en ; + skos:altLabel "prop-2-enal"@en ; + skos:altLabel "acraldehyde"@en ; + skos:altLabel "acrylic aldehyde"@en ; + skos:altLabel "allyl aldehyde"@en ; + skos:altLabel "ethylene aldehyde"@en ; + skos:altLabel "acrylaldehyde"@en ; + skos:broader ; + skos:notation "prop-2-enal" . + + + a skos:Concept ; + rdfs:label "2-oxopropanal"@en ; + dct:description "2-oxopropanal, i.e. a dicarbonyl compound with adjacent ketonic and aldehidic groups"@en ; + skos:prefLabel "methylglyoxal"@en ; + skos:altLabel "CH3COCHO"@en ; + skos:altLabel "2-oxopropanal"@en ; + skos:altLabel "pyruvaldehyde"@en ; + skos:broader ; + skos:notation "2-oxopropanal" . + + + a skos:Concept ; + rdfs:label "propanal"@en ; + dct:description "propanal, i.e. an aldehyde with three carbon atoms"@en ; + skos:prefLabel "propanal"@en ; + skos:altLabel "C3H6O"@en ; + skos:altLabel "propionaldehyde"@en ; + skos:altLabel "methylacetaldehyde"@en ; + skos:altLabel "propionic aldehyde"@en ; + skos:altLabel "propaldehyde"@en ; + skos:broader ; + skos:notation "propanal" . + + + a skos:Concept ; + rdfs:label "2-methylprop-2-enal"@en ; + dct:description "2-methylprop-2-enal, i.e. an aldehyde with three carbon atoms and a methyl group on the central carbon"@en ; + skos:prefLabel "methacrolein"@en ; + skos:altLabel "2-methylprop-2-enal"@en ; + skos:altLabel "C4H6O"@en ; + skos:altLabel "methacrylaldehyde"@en ; + skos:altLabel "isobutenal"@en ; + skos:broader ; + skos:notation "2-methylprop-2-enal" . + + + a skos:Concept ; + rdfs:label "butanal"@en ; + dct:description "butanal, i.e. an aldehyde with three carbon atoms"@en ; + skos:prefLabel "butanal"@en ; + skos:altLabel "C4H8O"@en ; + skos:altLabel "butyraldehyde"@en ; + skos:broader ; + skos:notation "butanal" . + + + a skos:Concept ; + rdfs:label "pentanal"@en ; + dct:description "pentanal, i.e. an aldehyde with three carbon atoms"@en ; + skos:prefLabel "pentanal"@en ; + skos:altLabel "pentanaldehyde"@en ; + skos:altLabel "valeraldehyde"@en ; + skos:altLabel "valeric aldehyde"@en ; + skos:broader ; + skos:notation "pentanal" . + + + a skos:Concept ; + rdfs:label "ketone"@en ; + dct:description "an organic molecule with a ketone (=O) group"@en ; + skos:prefLabel "ketone"@en ; + skos:broader ; + skos:notation "ketone" . + + + a skos:Concept ; + rdfs:label "acetone"@en ; + dct:description "acetone, i.e. a ketone with three carbon atoms and an oxygen double bonded to the central carbon atom"@en ; + skos:prefLabel "acetone"@en ; + skos:altLabel "propanone"@en ; + skos:altLabel "CH3COCH3"@en ; + skos:altLabel "propan-2-one"@en ; + skos:altLabel "dimethyl ketone"@en ; + skos:altLabel "dimethyl carbonyl"@en ; + skos:altLabel "beta-ketopropane"@en ; + skos:broader ; + skos:notation "acetone" . + + + a skos:Concept ; + rdfs:label "butenone"@en ; + dct:description "butenone, i.e. a linear four carbon atoms chain ketone with a conjugated carbon double bond"@en ; + skos:prefLabel "methyl vinyl ketone"@en ; + skos:altLabel "butenone"@en ; + skos:altLabel "C4H6O"@en ; + skos:altLabel "3-buten-2-one"@en ; + skos:broader ; + skos:notation "butenone" . + + + a skos:Concept ; + rdfs:label "butan-2-one"@en ; + dct:description "butan-2-one, i.e. a linear ketone with four carbon atoms and the oxygen atom bound to the second carbon"@en ; + skos:prefLabel "methyl ethyl ketone"@en ; + skos:altLabel "butan-2-one"@en ; + skos:altLabel "C4H8O"@en ; + skos:altLabel "MEK"@en ; + skos:altLabel "2-butanone"@en ; + skos:altLabel "methylpropanone"@en ; + skos:altLabel "ethylmethylketone"@en ; + skos:altLabel "methylacetone"@en ; + skos:broader ; + skos:notation "butan-2-one" . + + + a skos:Concept ; + rdfs:label "2-pentanone"@en ; + dct:description "2-pentanone, i.e. a linear ketone with five carbon atoms and the oxygen atom bound to the second carbon"@en ; + skos:prefLabel "2-pentanone"@en ; + skos:altLabel "methyl propyl ketone"@en ; + skos:altLabel "2-pentanone"@en ; + skos:altLabel "MPK"@en ; + skos:notation "2-pentanone" . + + + a skos:Concept ; + rdfs:label "organic nitrate"@en ; + dct:description "a hydrocarbon with a functional nitrate (i.e. NO3) group"@en ; + skos:prefLabel "organic nitrate"@en ; + skos:broader ; + skos:notation "organic-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxyacetylnitrate"@en ; + dct:description "an organic molecule formed in the reaction of the peroxyacetyl radical with nitrogen dioxide"@en ; + skos:prefLabel "PAN"@en ; + skos:altLabel "peroxyacetylnitrate"@en ; + skos:altLabel "nitro ethaneperoxoate"@en ; + skos:altLabel "CH3C(O)OONO2"@en ; + skos:altLabel "CH3CO3NO2"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=6128 ; + skos:notation "peroxyacetylnitrate" . + + + a skos:Concept ; + rdfs:label "methoxy peroxyacetyl nitrate"@en ; + dct:description "methoxy peroxyacetyl nitrate"@en ; + skos:prefLabel "methoxy peroxyacetyl nitrate"@en ; + skos:altLabel "MoPN"@en ; + skos:broader ; + skos:notation "methoxy-peroxyacetyl-nitrate" . + + + a skos:Concept ; + rdfs:label "methyl nitrate"@en ; + dct:description "methyl nitrate"@en ; + skos:prefLabel "methyl nitrate"@en ; + skos:broader ; + skos:notation "methyl-nitrate" . + + + a skos:Concept ; + rdfs:label "ethyl nitrate"@en ; + dct:description "ethyl nitrate"@en ; + skos:prefLabel "ethyl nitrate"@en ; + skos:broader ; + skos:notation "ethyl-nitrate" . + + + a skos:Concept ; + rdfs:label "2-butyl-nitrate"@en ; + dct:description "2-butyl-nitrate"@en ; + skos:prefLabel "2-butyl-nitrate"@en ; + skos:broader ; + skos:notation "2-butyl-nitrate" . + + + a skos:Concept ; + rdfs:label "2-pentyl-nitrate"@en ; + dct:description "2-pentyl-nitrate"@en ; + skos:prefLabel "2-pentyl-nitrate"@en ; + skos:broader ; + skos:notation "2-pentyl-nitrate" . + + + a skos:Concept ; + rdfs:label "3-methyl-2-butyl-nitrate"@en ; + dct:description "3-methyl-2-butyl-nitrate"@en ; + skos:prefLabel "3-methyl-2-butyl-nitrate"@en ; + skos:broader ; + skos:notation "3-methyl-2-butyl-nitrate" . + + + a skos:Concept ; + rdfs:label "3-pentyl-nitrate"@en ; + dct:description "3-pentyl-nitrate"@en ; + skos:prefLabel "3-pentyl-nitrate"@en ; + skos:broader ; + skos:notation "3-pentyl-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxyacryloyl nitrate"@en ; + dct:description "peroxyacryloyl nitrate"@en ; + skos:prefLabel "peroxyacryloyl nitrate"@en ; + skos:altLabel "APAN"@en ; + skos:broader ; + skos:notation "peroxyacryloyl-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxymethacryloyl nitrate"@en ; + dct:description "peroxymethacryloyl nitrate"@en ; + skos:prefLabel "peroxymethacryloyl nitrate"@en ; + skos:altLabel "MPAN"@en ; + skos:broader ; + skos:notation "peroxymethacryloyl-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxybutyryl nitrate"@en ; + dct:description "peroxybutyryl nitrate"@en ; + skos:prefLabel "peroxybutyryl nitrate"@en ; + skos:altLabel "PBN"@en ; + skos:notation "peroxybutyryl-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxybenzoyl nitrate"@en ; + dct:description "peroxybenzoyl nitrate"@en ; + skos:prefLabel "peroxybenzoyl nitrate"@en ; + skos:altLabel "PBzN"@en ; + skos:notation "peroxybenzoyl-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxyisobutyric nitrate"@en ; + dct:description "peroxyisobutyric nitrate"@en ; + skos:prefLabel "peroxyisobutyric nitrate"@en ; + skos:altLabel "PiBN"@en ; + skos:notation "peroxyisobutyric-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxy pentyryl nitrate"@en ; + dct:description "peroxy pentyryl nitrate"@en ; + skos:prefLabel "peroxy pentyryl nitrate"@en ; + skos:altLabel "PPeN"@en ; + skos:notation "peroxy-pentyryl-nitrate" . + + + a skos:Concept ; + rdfs:label "peroxyl propionyl nitrate"@en ; + dct:description "peroxyl propionyl nitrate"@en ; + skos:prefLabel "peroxyl propionyl nitrate"@en ; + skos:altLabel "PPN"@en ; + skos:notation "peroxyl-propionyl-nitrate" . + + + a skos:Concept ; + rdfs:label "propyl nitrate"@en ; + dct:description "propyl nitrate"@en ; + skos:prefLabel "propyl nitrate"@en ; + skos:notation "propyl-nitrate" . + + + a skos:Concept ; + rdfs:label "alcohol"@en ; + dct:description "a volatile organic carbon with a hydroxyl group"@en ; + skos:prefLabel "alcohol"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=298 ; + skos:notation "alcohol" . + + + a skos:Concept ; + rdfs:label "methanol"@en ; + dct:description "an alcohol consisting of one carbon atom, three hydrogen atoms, and the hydroxyl group"@en ; + skos:prefLabel "CH3OH"@en ; + skos:altLabel "methanol"@en ; + skos:broader ; + skos:notation "methanol" . + + + a skos:Concept ; + rdfs:label "ethanol"@en ; + dct:description "an alcohol consisting of two carbon atoms, five hydrogen atoms, and the hydroxyl group"@en ; + skos:prefLabel "C2H5OH"@en ; + skos:altLabel "ethanol"@en ; + skos:broader ; + skos:exactMatch gemet:concept?cp=12017 ; + skos:notation "ethanol" . + + + a skos:Concept ; + rdfs:label "propanol"@en ; + dct:description "an alcohol consisting of three carbon atoms, seven hydrogen atoms, and the hydroxyl group"@en ; + skos:prefLabel "C3H7OH"@en ; + skos:altLabel "propanol"@en ; + skos:broader ; + skos:notation "propanol" . + + + a skos:Concept ; + rdfs:label "butanol"@en ; + dct:description "an alcohol consisting of for carbon atoms, nine hydrogen atoms, and the hydroxyl group"@en ; + skos:prefLabel "C4H9OH"@en ; + skos:altLabel "butanol"@en ; + skos:broader ; + skos:notation "butanol" . + + + a skos:Concept ; + rdfs:label "organic peroxide"@en ; + dct:description "an organic molecule containing an OOH group"@en ; + skos:prefLabel "ROOH"@en ; + skos:altLabel "organic peroxide"@en ; + skos:broader ; + skos:notation "organic-peroxide" . + + + a skos:Concept ; + rdfs:label "methyl hydroperoxide"@en ; + dct:description "the simplest organic peroxide consisting of a methyl group and the OOH group"@en ; + skos:prefLabel "CH3OOH"@en ; + skos:altLabel "methyl hydroperoxide"@en ; + skos:altLabel "hydroperoxymethane"@en ; + skos:broader ; + skos:notation "methyl-hydroperoxide" . + + + a skos:Concept ; + rdfs:label "ether"@en ; + dct:description "an organic molecule that contains an ether group, i.e. R-O-R'"@en ; + skos:prefLabel "ether"@en ; + skos:broader ; + skos:closeMatch gemet:concept?cp=2979 ; + skos:notation "ether" . + + + a skos:Concept ; + rdfs:label "2-methoxy-2-methylpropane"@en ; + dct:description "2-methoxy-2-methylpropane"@en ; + skos:prefLabel "2-methoxy-2-methylpropane"@en ; + skos:altLabel "2-methoxy-2-methylpropane"@en ; + skos:altLabel "methyl tertiary-butyl ether"@en ; + skos:altLabel "methyl tert-butyl ether"@en ; + skos:altLabel "methyl t-butyl ether"@en ; + skos:altLabel "MTBE"@en ; + skos:altLabel "tert-butyl methyl ether"@en ; + skos:altLabel "tBME"@en ; + skos:altLabel "tert-BuOMe"@en ; + skos:broader ; + skos:notation "2-methoxy-2-methylpropane" . + + + a skos:Concept ; + rdfs:label "ester"@en ; + dct:description "ester"@en ; + skos:prefLabel "ester"@en ; + skos:broader ; + skos:notation "ester" . + + + a skos:Concept ; + rdfs:label "methyl acetate"@en ; + dct:description "methyl acetate"@en ; + skos:prefLabel "methyl acetate"@en ; + skos:altLabel "methyl acetate"@en ; + skos:altLabel "MeOAc"@en ; + skos:altLabel "acetic acid methyl ester"@en ; + skos:altLabel "methyl ethanoate"@en ; + skos:broader ; + skos:notation "methyl-acetate" . + + + a skos:Concept ; + rdfs:label "ethaneperoxoic acid"@en ; + dct:description "ethaneperoxoic acid"@en ; + skos:prefLabel "ethaneperoxoic acid"@en ; + skos:altLabel "ethaneperoxoic acid"@en ; + skos:altLabel "peroxyacetic acid"@en ; + skos:altLabel "peracetic acid"@en ; + skos:altLabel "acetic peroxide"@en ; + skos:altLabel "acetyl hydroperoxide"@en ; + skos:altLabel "proxitane"@en ; + skos:broader ; + skos:notation "ethaneperoxoic-acid" . + + + a skos:Concept ; + rdfs:label "propanoic acid"@en ; + dct:description "propanoic acid"@en ; + skos:prefLabel "propanoic acid"@en ; + skos:altLabel "propionic acid"@en ; + skos:altLabel "carboxyethane"@en ; + skos:altLabel "ethanecarboxylic acid"@en ; + skos:altLabel "ethylformic acid"@en ; + skos:altLabel "metacetonic acid"@en ; + skos:altLabel "C2H5COOH"@en ; + skos:altLabel "methylacetic acid"@en ; + skos:broader ; + skos:exactMatch nist:cgi/inchi/InChI%3D1S/C3H6O2/c1-2-3%284%295/h2H2%2C1H3%2C%28H%2C4%2C5%29 ; + skos:notation "propanoic-acid" . + + + a skos:Concept ; + rdfs:label "polycyclic aromatic hydrocarbon"@en ; + dct:description "organic molecules consisting of several aromatic rings"@en ; + skos:prefLabel "PAH"@en ; + skos:altLabel "polycyclic aromatic hydrocarbon"@en ; + skos:altLabel "polyaromatic hydrocarbon"@en ; + skos:broader ; + skos:notation "polycyclic-aromatic-hydrocarbon" . + + + a skos:Concept ; + rdfs:label "naphtalene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 2 benzene rings"@en ; + skos:prefLabel "naphtalene"@en ; + skos:altLabel "C10H8"@en ; + skos:altLabel "bicyclo(4.4.0)deca-1,3,5,7,9-pentene"@en ; + skos:altLabel "naphthalin"@en ; + skos:altLabel "hexalene"@en ; + skos:broader ; + skos:notation "naphtalene" . + + + a skos:Concept ; + rdfs:label "acenaphthylene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 2 benzene rings"@en ; + skos:prefLabel "acenaphthylene"@en ; + skos:altLabel "C12H8"@en ; + skos:altLabel "tricyclo(6.3.1.04,12)dodeca-1(12),2,4,6,8,10-hexaene"@en ; + skos:altLabel "cycopenta(de)naphthalene"@en ; + skos:broader ; + skos:notation "acenaphthylene" . + + + a skos:Concept ; + rdfs:label "acenaphthene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 2 benzene rings"@en ; + skos:prefLabel "acenaphthene"@en ; + skos:altLabel "C12H10"@en ; + skos:altLabel "tricyclo(6.3.1.04,12)dodeca-1(12),4,6,8,10-pentaene"@en ; + skos:altLabel "1,8-ethylenenaphthalene"@en ; + skos:altLabel "peri-ethylenenaphthalene"@en ; + skos:altLabel "naphthyleneethylene"@en ; + skos:altLabel "Tricyclo(6.3.1.04,12)dodecapentaene"@en ; + skos:broader ; + skos:notation "acenaphthene" . + + + a skos:Concept ; + rdfs:label "fluorene"@en ; + dct:description "a polycyclic aromatic hydrocarbon with the formula C13H10"@en ; + skos:prefLabel "9H-fluorene"@en ; + skos:altLabel "fluorene"@en ; + skos:broader ; + skos:notation "fluorene" . + + + a skos:Concept ; + rdfs:label "anthracene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 3 benzene rings"@en ; + skos:prefLabel "anthracene"@en ; + skos:altLabel "C14H10"@en ; + skos:broader ; + skos:notation "anthracene" . + + + a skos:Concept ; + rdfs:label "phenantrene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 3 benzene rings"@en ; + skos:prefLabel "phenantrene"@en ; + skos:altLabel "C14H10"@en ; + skos:broader ; + skos:notation "phenantrene" . + + + a skos:Concept ; + rdfs:label "fluoranthene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 3 benzene rings"@en ; + skos:prefLabel "fluoranthene"@en ; + skos:altLabel "C16H10"@en ; + skos:altLabel "benzo(j, k)fluorene"@en ; + skos:broader ; + skos:notation "fluoranthene" . + + + a skos:Concept ; + rdfs:label "tetracene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "tetracene"@en ; + skos:altLabel "C18H12"@en ; + skos:altLabel "naphthacene"@en ; + skos:altLabel "benz(b)anthracene"@en ; + skos:altLabel "2,3-benzanthracene"@en ; + skos:broader ; + skos:notation "tetracene" . + + + a skos:Concept ; + rdfs:label "chrysene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "chrysene"@en ; + skos:altLabel "C18H12"@en ; + skos:altLabel "benzo(a)phenanthrene"@en ; + skos:altLabel "1,2-benzphenanthrene"@en ; + skos:broader ; + skos:notation "chrysene" . + + + a skos:Concept ; + rdfs:label "triphenylene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "triphenylene"@en ; + skos:altLabel "C18H12"@en ; + skos:altLabel "benzo(l)phenanthrene"@en ; + skos:altLabel "9,10-benzophenanthrene"@en ; + skos:altLabel "1,2,3,4-dibenznaphthalene"@en ; + skos:altLabel "isochrysene"@en ; + skos:broader ; + skos:notation "triphenylene" . + + + a skos:Concept ; + rdfs:label "benz(a)anthracene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "benz(a)anthracene"@en ; + skos:altLabel "C18H12"@en ; + skos:altLabel "benzanthracene"@en ; + skos:altLabel "Benzanthrene"@en ; + skos:altLabel "1,2-Benzanthracene"@en ; + skos:altLabel "Benzo(b)phenanthrene"@en ; + skos:altLabel "Tetraphene"@en ; + skos:notation "benz(a)anthracene" . + + + a skos:Concept ; + rdfs:label "pyrene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "pyrene"@en ; + skos:altLabel "C16H10"@en ; + skos:altLabel "benzo(def)phenanthrene"@en ; + skos:broader ; + skos:notation "pyrene" . + + + a skos:Concept ; + rdfs:label "benzo(a)pyrene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 5 benzene rings"@en ; + skos:prefLabel "benzo(a)pyrene"@en ; + skos:altLabel "C20H12"@en ; + skos:broader ; + skos:notation "benzo(a)pyrene" . + + + a skos:Concept ; + rdfs:label "benzo(b)fluoranthene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "benzo(b)fluoranthene"@en ; + skos:altLabel "C20H12"@en ; + skos:broader ; + skos:notation "benzo(b)fluoranthene" . + + + a skos:Concept ; + rdfs:label "benzo(j)fluoranthene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "benzo(j)fluoranthene"@en ; + skos:altLabel "C20H12"@en ; + skos:broader ; + skos:notation "benzo(j)fluoranthene" . + + + a skos:Concept ; + rdfs:label "benzo(k)fluoranthene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 4 benzene rings"@en ; + skos:prefLabel "benzo(k)fluoranthene"@en ; + skos:altLabel "C20H12"@en ; + skos:broader ; + skos:notation "benzo(k)fluoranthene" . + + + a skos:Concept ; + rdfs:label "dibenz(a,h)anthracene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 5 benzene rings"@en ; + skos:prefLabel "dibenz(a,h)anthracene"@en ; + skos:altLabel "C22H14"@en ; + skos:broader ; + skos:notation "dibenz(a,h)anthracene" . + + + a skos:Concept ; + rdfs:label "indeno(1,2,3-cd)pyrene"@en ; + dct:description "a polycyclic aromatic hydrocarbon consisting of 5 benzene rings"@en ; + skos:prefLabel "indeno(1,2,3-cd)pyrene"@en ; + skos:altLabel "C22H12"@en ; + skos:altLabel "o-phenylenepyrene"@en ; + skos:altLabel "indenopyrene"@en ; + skos:altLabel "1,10-(o-phenylene)pyrene"@en ; + skos:altLabel "1,10-(1,2-phenylene)pyrene"@en ; + skos:altLabel "2,3-(o-phenylene)pyrene"@en ; + skos:altLabel "2,3-phenylenepyrene"@en ; + skos:altLabel "1,10-(ortho-phenylene)pyrene"@en ; + skos:broader ; + skos:notation "indeno(1,2,3-cd)pyrene" . + + + a skos:Concept ; + rdfs:label "polychlorinated pesticide"@en ; + dct:description "polychlorinated pesticide"@en ; + skos:prefLabel "polychlorinated pesticide"@en ; + skos:broader ; + skos:notation "polychlorinated-pesticide" . + + + a skos:Concept ; + rdfs:label "polychlorinated biphenyl"@en ; + dct:description "a molecule with several chlorine atoms attached to a biphenyl, i.e. a molecule consisting of two benzene rings"@en ; + skos:prefLabel "PCB"@en ; + skos:altLabel "polychlorinated biphenyl"@en ; + skos:broader ; + skos:notation "polychlorinated-biphenyl" . + + + a skos:Concept ; + rdfs:label "aldrin"@en ; + dct:description "organochlorine insecticide derived from hexachlorocyclopentadiene"@en ; + skos:prefLabel "aldrin"@en ; + skos:altLabel "C12H8Cl6"@en ; + skos:altLabel "1,2,3,4,10,10-hexachloro-1,4,4a,5,8,8a-hexahydro-1,4:5,8-dimethanonaphthalene"@en ; + skos:altLabel "HHDN"@en ; + skos:altLabel "octalene"@en ; + skos:broader ; + skos:notation "aldrin" . + + + a skos:Concept ; + rdfs:label "alpha-hexachlorocyclohexane"@en ; + dct:description "organochloride derived from cyclohexane and a byproduct of lindane production"@en ; + skos:prefLabel "alpha-hexachlorocyclohexane"@en ; + skos:altLabel "C6H6Cl"@en ; + skos:altLabel "alpha-1,2,3,4,5,6-hexachlorocyclohexane"@en ; + skos:altLabel "alpha-HCH"@en ; + skos:altLabel "alpha-Benzenehexachloride"@en ; + skos:altLabel "alpha-BHC"@en ; + skos:altLabel "alpha-hexaclorane"@en ; + skos:altLabel "alpha-Lindane"@en ; + skos:broader ; + skos:notation "alpha-hexachlorocyclohexane" . + + + a skos:Concept ; + rdfs:label "beta-hexachlorocyclohexane"@en ; + dct:description "organochloride derived from cyclohexane and a byproduct of lindane production"@en ; + skos:prefLabel "alpha-hexachlorocyclohexane"@en ; + skos:altLabel "C6H6Cl"@en ; + skos:altLabel "beta-1,2,3,4,5,6-hexachlorocyclohexane"@en ; + skos:altLabel "beta-HCH"@en ; + skos:altLabel "beta-benzenehexachloride"@en ; + skos:altLabel "beta-BHC"@en ; + skos:broader ; + skos:notation "beta-hexachlorocyclohexane" . + + + a skos:Concept ; + rdfs:label "gamma-hexachlorocyclohexane"@en ; + dct:description "organochloride commonly known as lindane"@en ; + skos:prefLabel "gamma-hexachlorocyclohexane"@en ; + skos:altLabel "C6H6Cl"@en ; + skos:altLabel "lindane"@en ; + skos:altLabel "gamma-hexachlorocyclohexane"@en ; + skos:altLabel "gamma-HCH"@en ; + skos:altLabel "gammaxene"@en ; + skos:altLabel "gammallin"@en ; + skos:broader ; + skos:notation "gamma-hexachlorocyclohexane" . + + + a skos:Concept ; + rdfs:label "ion"@en ; + dct:description "an atom or molecule with imbalanced positive and negative charges. Positively charged ions are cations, negatively charged ions are anions."@en ; + skos:prefLabel "ion"@en ; + skos:broader ; + skos:broader ; + skos:notation "ion" . + + + a skos:Concept ; + rdfs:label "anion"@en ; + dct:description "an ion with a negative charge"@en ; + skos:prefLabel "anion"@en ; + skos:broader ; + skos:notation "anion" . + + + a skos:Concept ; + rdfs:label "cation"@en ; + dct:description "an ion with a positive charge"@en ; + skos:prefLabel "cation"@en ; + skos:broader ; + skos:notation "cation" . + + + a skos:Concept ; + rdfs:label "hydrogen ion"@en ; + dct:description "the positively charged hydrogen atom, i.e. a single proton"@en ; + skos:prefLabel "H+"@en ; + skos:altLabel "hydrogen ion"@en ; + skos:broader ; + skos:notation "hydrogen-ion" . + + + a skos:Concept ; + rdfs:label "bromide ion"@en ; + dct:description "bromide ion"@en ; + skos:prefLabel "Br-"@en ; + skos:altLabel "bromide ion"@en ; + skos:broader ; + skos:notation "bromide-ion" . + + + a skos:Concept ; + rdfs:label "chloride ion"@en ; + dct:description "chloride ion"@en ; + skos:prefLabel "Cl-"@en ; + skos:altLabel "chloride ion"@en ; + skos:broader ; + skos:notation "chloride-ion" . + + + a skos:Concept ; + rdfs:label "fluoride ion"@en ; + dct:description "fluoride ion"@en ; + skos:prefLabel "F-"@en ; + skos:altLabel "fluoride ion"@en ; + skos:broader ; + skos:notation "fluoride-ion" . + + + a skos:Concept ; + rdfs:label "iodide ion"@en ; + dct:description "iodide ion"@en ; + skos:prefLabel "I-"@en ; + skos:altLabel "iodide ion"@en ; + skos:broader ; + skos:notation "iodide-ion" . + + + a skos:Concept ; + rdfs:label "phosphate ion"@en ; + dct:description "phosphate ion"@en ; + skos:prefLabel "PO4(3-)"@en ; + skos:altLabel "phosphate ion"@en ; + skos:broader ; + skos:notation "phosphate-ion" . + + + a skos:Concept ; + rdfs:label "sulphate ion"@en ; + dct:description "sulphate ion"@en ; + skos:prefLabel "SO4(2-)"@en ; + skos:altLabel "sulphate ion"@en ; + skos:broader ; + skos:notation "sulphate-ion" . + + + a skos:Concept ; + rdfs:label "calcium ion"@en ; + dct:description "calcium ion"@en ; + skos:prefLabel "Ca++"@en ; + skos:altLabel "calcium ion"@en ; + skos:broader ; + skos:notation "calcium-ion" . + + + a skos:Concept ; + rdfs:label "magnesium ion"@en ; + dct:description "magnesium ion"@en ; + skos:prefLabel "Mg++"@en ; + skos:altLabel "magnesium ion"@en ; + skos:broader ; + skos:notation "magnesium-ion" . + + + a skos:Concept ; + rdfs:label "potassium ion"@en ; + dct:description "potassium ion"@en ; + skos:prefLabel "K+"@en ; + skos:altLabel "potassium ion"@en ; + skos:broader ; + skos:notation "potassium-ion" . + + + a skos:Concept ; + rdfs:label "sodium ion"@en ; + dct:description "sodium ion"@en ; + skos:prefLabel "Na+"@en ; + skos:altLabel "sodium ion"@en ; + skos:broader ; + skos:notation "sodium-ion" . + + + a skos:Concept ; + rdfs:label "ammonium"@en ; + dct:description "ammonium"@en ; + skos:prefLabel "NH4"@en ; + skos:altLabel "ammonium"@en ; + skos:altLabel "NH\u2084\u207B"@en ; + skos:broader ; + skos:broader ; + skos:exactMatch gemet:concept?cp=379 ; + skos:notation "ammonium" . + + + a skos:Concept ; + rdfs:label "nitrate ion"@en ; + dct:description "nitrate ion, i.e. a molecule consisting of one nitrogen atom, and three oxygen atoms which is charged as -1"@en ; + skos:prefLabel "NO3-"@en ; + skos:altLabel "nitrate ion"@en ; + skos:altLabel "NO\u2083\u207B"@en ; + skos:broader ; + skos:broader ; + skos:notation "nitrate-ion" . + + + a skos:Concept ; + rdfs:label "nitrite ion"@en ; + dct:description "nitrite ion"@en ; + skos:prefLabel "NO2-"@en ; + skos:altLabel "nitrite ion"@en ; + skos:broader ; + skos:notation "nitrite-ion" . + + + a skos:Concept ; + rdfs:label "formate ion"@en ; + dct:description "formate ion"@en ; + skos:prefLabel "HCOO-"@en ; + skos:altLabel "formate ion"@en ; + skos:broader ; + skos:notation "formate-ion" . + + + a skos:Concept ; + rdfs:label "acetate ion"@en ; + dct:description "acetate ion"@en ; + skos:prefLabel "CH3COO-"@en ; + skos:altLabel "acetate ion"@en ; + skos:broader ; + skos:notation "acetate-ion" . + + + a skos:Concept ; + rdfs:label "proprionate ion"@en ; + dct:description "proprionate ion"@en ; + skos:prefLabel "C2H5COO-"@en ; + skos:altLabel "proprionate ion"@en ; + skos:broader ; + skos:notation "proprionate-ion" . + + + a skos:Concept ; + rdfs:label "methane sulfonate ion"@en ; + dct:description "methane sulfonate ion"@en ; + skos:prefLabel "CH3O3S-"@en ; + skos:altLabel "methane sulfonate ion"@en ; + skos:broader ; + skos:notation "methane-sulfonate-ion" . + + + a skos:Concept ; + rdfs:label "elemental carbon"@en ; + dct:description "elemental carbon"@en ; + skos:prefLabel "EC"@en ; + skos:altLabel "elemental carbon"@en ; + skos:broader ; + skos:notation "elemental-carbon" . + + + a skos:Concept ; + rdfs:label "total carbon"@en ; + dct:description "total carbon"@en ; + skos:prefLabel "TC"@en ; + skos:altLabel "total carbon"@en ; + skos:broader ; + skos:notation "total-carbon" . + + + a skos:Concept ; + rdfs:label "organic carbon"@en ; + dct:description "organic carbon"@en ; + skos:prefLabel "OC"@en ; + skos:altLabel "organic carbon"@en ; + skos:broader ; + skos:notation "organic-carbon" . + + + a skos:Concept ; + rdfs:label "brown carbon"@en ; + dct:description "brown carbon"@en ; + skos:prefLabel "brC"@en ; + skos:altLabel "brown carbon"@en ; + skos:broader ; + skos:notation "brown-carbon" . + + + a skos:Concept ; + rdfs:label "black carbon"@en ; + dct:description "black carbon"@en ; + skos:prefLabel "BC"@en ; + skos:altLabel "black carbon"@en ; + skos:broader ; + skos:notation "black-carbon" . + + + a skos:Concept ; + rdfs:label "water soluble carbon"@en ; + dct:description "water soluble carbon"@en ; + skos:prefLabel "solC"@en ; + skos:altLabel "water soluble carbon"@en ; + skos:broader ; + skos:notation "water-soluble-carbon" . + + + a skos:Concept ; + rdfs:label "ammonium nitrate"@en ; + dct:description "ammonium nitrate"@en ; + skos:prefLabel "NH4NO3"@en ; + skos:altLabel "ammonium nitrate"@en ; + skos:broader ; + skos:notation "ammonium-nitrate" . + From 57fd51755fbcf991e8feb3a19c01aad943f89492 Mon Sep 17 00:00:00 2001 From: maschu09 Date: Thu, 16 Jun 2016 15:11:26 +0200 Subject: [PATCH 13/16] Create wmdObservedVariable.ttl --- wmdObservedVariable.ttl | 8386 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 8386 insertions(+) create mode 100644 wmdObservedVariable.ttl diff --git a/wmdObservedVariable.ttl b/wmdObservedVariable.ttl new file mode 100644 index 0000000..741ed04 --- /dev/null +++ b/wmdObservedVariable.ttl @@ -0,0 +1,8386 @@ +@prefix dct: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix defchem: . + + + a skos:Collection ; + rdfs:label "wmdsObservedVariable"@en ; + dct:description "WIGOS/OSCAR variable list"@en ; + skos:member , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:prefLabel "wmdsObservedVariable"@en. + + + a skos:Concept ; + rdfs:label "Atmosphere"@en ; + skos:notation 10000 ; + dct:notation 10000 ; + skos:prefLabel "Atmosphere"@en ; + . + + + a skos:Concept ; + rdfs:label "Aerological soundings"@en ; + skos:notation 37 ; + dct:notation 37 ; + skos:prefLabel "Aerological soundings"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Atmospheric density"@en ; + skos:notation 39 ; + dct:notation 39 ; + skos:prefLabel "Atmospheric density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Integrated air samples"@en ; + skos:notation 44 ; + dct:notation 44 ; + skos:prefLabel "Integrated air samples"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Special phenomena"@en ; + skos:notation 56 ; + dct:notation 56 ; + skos:prefLabel "Special phenomena"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "State of ground"@en ; + skos:notation 57 ; + dct:notation 57 ; + skos:prefLabel "State of ground"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aerosol"@en ; + skos:notation 10001 ; + dct:notation 10001 ; + skos:prefLabel "Aerosol"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Composition"@en ; + skos:notation 10002 ; + dct:notation 10002 ; + skos:prefLabel "Composition"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Acidity/Alkalinity in total aerosol"@en ; + skos:notation 579 ; + dct:notation 579 ; + skos:prefLabel "Acidity/Alkalinity in total aerosol"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Inorganic anions"@en ; + skos:notation 10003 ; + dct:notation 10003 ; + skos:prefLabel "Inorganic anions"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Chloride in PM1"@en ; + skos:notation 614 ; + dct:notation 614 ; + skos:prefLabel "Chloride in PM1"@en ; + skos:altLabel "Cl-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chloride-ion ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "Chloride in PM10"@en ; + skos:notation 615 ; + dct:notation 615 ; + skos:prefLabel "Chloride in PM10"@en ; + skos:altLabel "Cl-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chloride-ion ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Chloride in PM2.5"@en ; + skos:notation 616 ; + dct:notation 616 ; + skos:prefLabel "Chloride in PM2.5"@en ; + skos:altLabel "Cl-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chloride-ion ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Chloride in total aerosol"@en ; + skos:notation 617 ; + dct:notation 617 ; + skos:prefLabel "Chloride in total aerosol"@en ; + skos:altLabel "Cl-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chloride-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Fluoride in total aerosol"@en ; + skos:notation 618 ; + dct:notation 618 ; + skos:prefLabel "Fluoride in total aerosol"@en ; + skos:altLabel "F-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:fluoride-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Sulphate in corrected"@en ; + skos:notation 619 ; + dct:notation 619 ; + skos:prefLabel "Sulphate in corrected"@en ; + skos:altLabel "SO4="@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sulphate in total"@en ; + skos:notation 620 ; + dct:notation 620 ; + skos:prefLabel "Sulphate in total"@en ; + skos:altLabel "SO4="@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sulphate , total in PM10"@en ; + skos:notation 621 ; + dct:notation 621 ; + skos:prefLabel "Sulphate , total in PM10"@en ; + skos:altLabel "SO4="@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Sulphate , total in PM2.5"@en ; + skos:notation 622 ; + dct:notation 622 ; + skos:prefLabel "Sulphate , total in PM2.5"@en ; + skos:altLabel "SO4="@en ; + skos:broader ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Inorganic carbonaceous"@en ; + skos:notation 10004 ; + dct:notation 10004 ; + skos:prefLabel "Inorganic carbonaceous"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Elemental carbon in PM10"@en ; + skos:notation 623 ; + dct:notation 623 ; + skos:prefLabel "Elemental carbon in PM10"@en ; + skos:altLabel "coarse"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Elemental carbon in PM1"@en ; + skos:notation 624 ; + dct:notation 624 ; + skos:prefLabel "Elemental carbon in PM1"@en ; + skos:broader ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "Elemental carbon in PM2.5"@en ; + skos:notation 625 ; + dct:notation 625 ; + skos:prefLabel "Elemental carbon in PM2.5"@en ; + skos:broader ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Total carbon in PM10"@en ; + skos:notation 626 ; + dct:notation 626 ; + skos:prefLabel "Total carbon in PM10"@en ; + skos:altLabel "coarse"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Inorganic cations"@en ; + skos:notation 10005 ; + dct:notation 10005 ; + skos:prefLabel "Inorganic cations"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Calcium in PM10"@en ; + skos:notation 632 ; + dct:notation 632 ; + skos:prefLabel "Calcium in PM10"@en ; + skos:altLabel "Ca++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:calcium-ion ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Calcium in PM2.5"@en ; + skos:notation 633 ; + dct:notation 633 ; + skos:prefLabel "Calcium in PM2.5"@en ; + skos:altLabel "Ca++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:calcium-ion ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Calcium in total aerosol"@en ; + skos:notation 634 ; + dct:notation 634 ; + skos:prefLabel "Calcium in total aerosol"@en ; + skos:altLabel "Ca++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:calcium-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Magnesium in PM10"@en ; + skos:notation 635 ; + dct:notation 635 ; + skos:prefLabel "Magnesium in PM10"@en ; + skos:altLabel "Mg++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:magnesium-ion ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Magnesium in PM2.5"@en ; + skos:notation 636 ; + dct:notation 636 ; + skos:prefLabel "Magnesium in PM2.5"@en ; + skos:altLabel "Mg++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:magnesium-ion ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Magnesium in total aerosol"@en ; + skos:notation 637 ; + dct:notation 637 ; + skos:prefLabel "Magnesium in total aerosol"@en ; + skos:altLabel "Mg++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:magnesium-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Potassium in PM10"@en ; + skos:notation 638 ; + dct:notation 638 ; + skos:prefLabel "Potassium in PM10"@en ; + skos:altLabel "K+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:potassium-ion ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Potassium in PM2.5"@en ; + skos:notation 639 ; + dct:notation 639 ; + skos:prefLabel "Potassium in PM2.5"@en ; + skos:altLabel "K+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:potassium-ion ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Potassium in total aerosol"@en ; + skos:notation 640 ; + dct:notation 640 ; + skos:prefLabel "Potassium in total aerosol"@en ; + skos:altLabel "K+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:potassium-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Sodium in PM10"@en ; + skos:notation 641 ; + dct:notation 641 ; + skos:prefLabel "Sodium in PM10"@en ; + skos:altLabel "Na+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sodium-ion ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Sodium in PM2.5"@en ; + skos:notation 642 ; + dct:notation 642 ; + skos:prefLabel "Sodium in PM2.5"@en ; + skos:altLabel "Na+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sodium-ion ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Sodium in total aerosol"@en ; + skos:notation 643 ; + dct:notation 643 ; + skos:prefLabel "Sodium in total aerosol"@en ; + skos:altLabel "Na+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sodium-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Inorganic nitrogen species"@en ; + skos:notation 10006 ; + dct:notation 10006 ; + skos:prefLabel "Inorganic nitrogen species"@en ; + skos:broader ; + defchem:chemical-species chemical-species:inorganic-nitrogen-species ; + . + + + a skos:Concept ; + rdfs:label "Ammonia in PM2.5"@en ; + skos:notation 644 ; + dct:notation 644 ; + skos:prefLabel "Ammonia in PM2.5"@en ; + skos:altLabel "NH3"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonia ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Ammonium in PM10"@en ; + skos:notation 645 ; + dct:notation 645 ; + skos:prefLabel "Ammonium in PM10"@en ; + skos:altLabel "NH4+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonium ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Ammonium in PM2.5"@en ; + skos:notation 646 ; + dct:notation 646 ; + skos:prefLabel "Ammonium in PM2.5"@en ; + skos:altLabel "NH4+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Ammonium in total aerosol"@en ; + skos:notation 647 ; + dct:notation 647 ; + skos:prefLabel "Ammonium in total aerosol"@en ; + skos:altLabel "NH4+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Ammonium nitrate in total aerosol"@en ; + skos:notation 648 ; + dct:notation 648 ; + skos:prefLabel "Ammonium nitrate in total aerosol"@en ; + skos:altLabel "NH4NO3"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonium-nitrate ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Ammonium nitrate (NH4NO3 in PM1"@en ; + skos:notation 649 ; + dct:notation 649 ; + skos:prefLabel "Ammonium nitrate (NH4NO3 in PM1"@en ; + skos:broader ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "Nitrate in PM10"@en ; + skos:notation 650 ; + dct:notation 650 ; + skos:prefLabel "Nitrate in PM10"@en ; + skos:altLabel "NO3-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrate ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Nitrate in PM2.5"@en ; + skos:notation 651 ; + dct:notation 651 ; + skos:prefLabel "Nitrate in PM2.5"@en ; + skos:altLabel "NO3-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrate ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Nitrate in total aerosol"@en ; + skos:notation 652 ; + dct:notation 652 ; + skos:prefLabel "Nitrate in total aerosol"@en ; + skos:altLabel "NO3-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrate ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Nitrite in total aerosol"@en ; + skos:notation 653 ; + dct:notation 653 ; + skos:prefLabel "Nitrite in total aerosol"@en ; + skos:altLabel "NO2-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrite-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Sum of ammonia and ammonium (NH4+) in air and aerosol"@en ; + skos:notation 654 ; + dct:notation 654 ; + skos:prefLabel "Sum of ammonia and ammonium (NH4+) in air and aerosol"@en ; + skos:altLabel "NH3"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonia ; + . + + + a skos:Concept ; + rdfs:label "Sum of nitric acid and nitrate (NO3-) in air and aerosol"@en ; + skos:notation 655 ; + dct:notation 655 ; + skos:prefLabel "Sum of nitric acid and nitrate (NO3-) in air and aerosol"@en ; + skos:altLabel "HNO3"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitric-acid ; + . + + + a skos:Concept ; + rdfs:label "Major inorganic components"@en ; + skos:notation 10007 ; + dct:notation 10007 ; + skos:prefLabel "Major inorganic components"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Major chemical components"@en ; + skos:notation 656 ; + dct:notation 656 ; + skos:prefLabel "Major chemical components"@en ; + skos:altLabel "size fractionated"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Major inorganic components"@en ; + skos:notation 657 ; + dct:notation 657 ; + skos:prefLabel "Major inorganic components"@en ; + skos:altLabel "TSP"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Major inorganic components"@en ; + skos:notation 658 ; + dct:notation 658 ; + skos:prefLabel "Major inorganic components"@en ; + skos:altLabel "coarse"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Major inorganic components"@en ; + skos:notation 659 ; + dct:notation 659 ; + skos:prefLabel "Major inorganic components"@en ; + skos:altLabel "fine"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Other chemical components"@en ; + skos:notation 660 ; + dct:notation 660 ; + skos:prefLabel "Other chemical components"@en ; + skos:altLabel "coarse"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Other chemical components"@en ; + skos:notation 661 ; + dct:notation 661 ; + skos:prefLabel "Other chemical components"@en ; + skos:altLabel "fine"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Organic anions"@en ; + skos:notation 10008 ; + dct:notation 10008 ; + skos:prefLabel "Organic anions"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "C2H3O2- in PM1"@en ; + skos:notation 662 ; + dct:notation 662 ; + skos:prefLabel "C2H3O2- in PM1"@en ; + skos:altLabel "CH3COO-"@en ; + skos:altLabel "acetate"@en ; + skos:broader ; + defchem:chemical-species chemical-species:acetate-ion ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "C2H3O2- in aerosol"@en ; + skos:notation 663 ; + dct:notation 663 ; + skos:prefLabel "C2H3O2- in aerosol"@en ; + skos:altLabel "CH3COO-"@en ; + skos:altLabel "acetate"@en ; + skos:broader ; + defchem:chemical-species chemical-species:acetate-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "C2O4= in PM1.0"@en ; + skos:notation 664 ; + dct:notation 664 ; + skos:prefLabel "C2O4= in PM1.0"@en ; + skos:altLabel "oxalate"@en ; + skos:altLabel "ethanedioate"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "C2O4= in PM10"@en ; + skos:notation 665 ; + dct:notation 665 ; + skos:prefLabel "C2O4= in PM10"@en ; + skos:altLabel "oxalate"@en ; + skos:altLabel "ethanedioate"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "C2O4= in total aerosol"@en ; + skos:notation 666 ; + dct:notation 666 ; + skos:prefLabel "C2O4= in total aerosol"@en ; + skos:altLabel "oxalate"@en ; + skos:altLabel "ethanedioate"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "CH3O3S- in PM1.0"@en ; + skos:notation 667 ; + dct:notation 667 ; + skos:prefLabel "CH3O3S- in PM1.0"@en ; + skos:altLabel "methanesulphonate"@en ; + skos:broader ; + defchem:chemical-species chemical-species:methane-sulfonate-ion ; + . + + + a skos:Concept ; + rdfs:label "CH3O3S- in total aerosol"@en ; + skos:notation 668 ; + dct:notation 668 ; + skos:prefLabel "CH3O3S- in total aerosol"@en ; + skos:altLabel "methanesulphonate"@en ; + skos:broader ; + defchem:chemical-species chemical-species:methane-sulfonate-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "CHO2- in aerosol"@en ; + skos:notation 669 ; + dct:notation 669 ; + skos:prefLabel "CHO2- in aerosol"@en ; + skos:altLabel "HCOO-"@en ; + skos:altLabel "formate"@en ; + skos:broader ; + defchem:chemical-species chemical-species:formate-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Organic carbonaceous"@en ; + skos:notation 10009 ; + dct:notation 10009 ; + skos:prefLabel "Organic carbonaceous"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Carbonaceous/organic material in PM10"@en ; + skos:notation 670 ; + dct:notation 670 ; + skos:prefLabel "Carbonaceous/organic material in PM10"@en ; + skos:altLabel "coarse"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Carbonaceous/organic material"@en ; + skos:notation 671 ; + dct:notation 671 ; + skos:prefLabel "Carbonaceous/organic material"@en ; + skos:altLabel "fine"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Trace elements"@en ; + skos:notation 10010 ; + dct:notation 10010 ; + skos:prefLabel "Trace elements"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trace-metal ; + . + + + a skos:Concept ; + rdfs:label "Titanium in total aerosol"@en ; + skos:notation 672 ; + dct:notation 672 ; + skos:prefLabel "Titanium in total aerosol"@en ; + skos:altLabel "Ti"@en ; + skos:broader ; + defchem:chemical-species chemical-species:titanium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Aluminium in PM2.5"@en ; + skos:notation 673 ; + dct:notation 673 ; + skos:prefLabel "Aluminium in PM2.5"@en ; + skos:altLabel "Al"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aluminium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Aluminium in total aerosol"@en ; + skos:notation 674 ; + dct:notation 674 ; + skos:prefLabel "Aluminium in total aerosol"@en ; + skos:altLabel "Al"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aluminium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Antimony in PM2.5"@en ; + skos:notation 675 ; + dct:notation 675 ; + skos:prefLabel "Antimony in PM2.5"@en ; + skos:altLabel "Sb"@en ; + skos:broader ; + defchem:chemical-species chemical-species:antimony ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Antimony in total aerosol"@en ; + skos:notation 676 ; + dct:notation 676 ; + skos:prefLabel "Antimony in total aerosol"@en ; + skos:altLabel "Sb"@en ; + skos:broader ; + defchem:chemical-species chemical-species:antimony ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Arsenic in PM10"@en ; + skos:notation 677 ; + dct:notation 677 ; + skos:prefLabel "Arsenic in PM10"@en ; + skos:altLabel "As"@en ; + skos:broader ; + defchem:chemical-species chemical-species:arsenic ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Arsenic in total aerosol"@en ; + skos:notation 678 ; + dct:notation 678 ; + skos:prefLabel "Arsenic in total aerosol"@en ; + skos:altLabel "As"@en ; + skos:broader ; + defchem:chemical-species chemical-species:arsenic ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Barium in PM2.5"@en ; + skos:notation 679 ; + dct:notation 679 ; + skos:prefLabel "Barium in PM2.5"@en ; + skos:altLabel "Ba"@en ; + skos:broader ; + defchem:chemical-species chemical-species:barium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Barium in total aerosol"@en ; + skos:notation 680 ; + dct:notation 680 ; + skos:prefLabel "Barium in total aerosol"@en ; + skos:altLabel "Ba"@en ; + skos:broader ; + defchem:chemical-species chemical-species:barium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Bismuth in PM2.5"@en ; + skos:notation 681 ; + dct:notation 681 ; + skos:prefLabel "Bismuth in PM2.5"@en ; + skos:altLabel "Bi"@en ; + skos:broader ; + defchem:chemical-species chemical-species:bismuth ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Bismuth in total aerosol"@en ; + skos:notation 682 ; + dct:notation 682 ; + skos:prefLabel "Bismuth in total aerosol"@en ; + skos:altLabel "Bi"@en ; + skos:broader ; + defchem:chemical-species chemical-species:bismuth ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Cadmium in PM1"@en ; + skos:notation 683 ; + dct:notation 683 ; + skos:prefLabel "Cadmium in PM1"@en ; + skos:altLabel "Cd"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cadmium ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "Cadmium in PM10"@en ; + skos:notation 684 ; + dct:notation 684 ; + skos:prefLabel "Cadmium in PM10"@en ; + skos:altLabel "Cd"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cadmium ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Cadmium in PM2.5"@en ; + skos:notation 685 ; + dct:notation 685 ; + skos:prefLabel "Cadmium in PM2.5"@en ; + skos:altLabel "Cd"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cadmium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Cadmium in PM2.5 thru PM10"@en ; + skos:notation 686 ; + dct:notation 686 ; + skos:prefLabel "Cadmium in PM2.5 thru PM10"@en ; + skos:altLabel "Cd"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cadmium ; + . + + + a skos:Concept ; + rdfs:label "Cadmium in total aerosol"@en ; + skos:notation 687 ; + dct:notation 687 ; + skos:prefLabel "Cadmium in total aerosol"@en ; + skos:altLabel "Cd"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cadmium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Cerium in PM2.5"@en ; + skos:notation 688 ; + dct:notation 688 ; + skos:prefLabel "Cerium in PM2.5"@en ; + skos:altLabel "Ce"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cerium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Cerium in total aerosol"@en ; + skos:notation 689 ; + dct:notation 689 ; + skos:prefLabel "Cerium in total aerosol"@en ; + skos:altLabel "Ce"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cerium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Chromium in total aerosol"@en ; + skos:notation 690 ; + dct:notation 690 ; + skos:prefLabel "Chromium in total aerosol"@en ; + skos:altLabel "Cr"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chromium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Cobalt in total aerosol"@en ; + skos:notation 691 ; + dct:notation 691 ; + skos:prefLabel "Cobalt in total aerosol"@en ; + skos:altLabel "Co"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cobalt ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Copper in PM10"@en ; + skos:notation 692 ; + dct:notation 692 ; + skos:prefLabel "Copper in PM10"@en ; + skos:altLabel "Cu"@en ; + skos:broader ; + defchem:chemical-species chemical-species:copper ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Copper in total aerosol"@en ; + skos:notation 693 ; + dct:notation 693 ; + skos:prefLabel "Copper in total aerosol"@en ; + skos:altLabel "Cu"@en ; + skos:broader ; + defchem:chemical-species chemical-species:copper ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Iron in total aerosol"@en ; + skos:notation 694 ; + dct:notation 694 ; + skos:prefLabel "Iron in total aerosol"@en ; + skos:altLabel "Fe"@en ; + skos:broader ; + defchem:chemical-species chemical-species:iron ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Lanthanum in PM2.5"@en ; + skos:notation 695 ; + dct:notation 695 ; + skos:prefLabel "Lanthanum in PM2.5"@en ; + skos:altLabel "La"@en ; + skos:broader ; + defchem:chemical-species chemical-species:lanthanum ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Lanthanum in total aerosol"@en ; + skos:notation 696 ; + dct:notation 696 ; + skos:prefLabel "Lanthanum in total aerosol"@en ; + skos:altLabel "La"@en ; + skos:broader ; + defchem:chemical-species chemical-species:lanthanum ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Lead in PM10"@en ; + skos:notation 697 ; + dct:notation 697 ; + skos:prefLabel "Lead in PM10"@en ; + skos:altLabel "Pb"@en ; + skos:broader ; + defchem:chemical-species chemical-species:lead ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Lead in total aerosol"@en ; + skos:notation 698 ; + dct:notation 698 ; + skos:prefLabel "Lead in total aerosol"@en ; + skos:altLabel "Pb"@en ; + skos:broader ; + defchem:chemical-species chemical-species:lead ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Lithium in PM2.5"@en ; + skos:notation 699 ; + dct:notation 699 ; + skos:prefLabel "Lithium in PM2.5"@en ; + skos:altLabel "Li"@en ; + skos:broader ; + defchem:chemical-species chemical-species:lithium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Lithium in total aerosol"@en ; + skos:notation 700 ; + dct:notation 700 ; + skos:prefLabel "Lithium in total aerosol"@en ; + skos:altLabel "Li"@en ; + skos:broader ; + defchem:chemical-species chemical-species:lithium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Manganese in PM10"@en ; + skos:notation 701 ; + dct:notation 701 ; + skos:prefLabel "Manganese in PM10"@en ; + skos:altLabel "Mn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:manganese ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Manganese in total aerosol"@en ; + skos:notation 702 ; + dct:notation 702 ; + skos:prefLabel "Manganese in total aerosol"@en ; + skos:altLabel "Mn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:manganese ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Mercury in total aerosol"@en ; + skos:notation 703 ; + dct:notation 703 ; + skos:prefLabel "Mercury in total aerosol"@en ; + skos:altLabel "Hg"@en ; + skos:broader ; + defchem:chemical-species chemical-species:mercury ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Nickel in PM10"@en ; + skos:notation 704 ; + dct:notation 704 ; + skos:prefLabel "Nickel in PM10"@en ; + skos:altLabel "Ni"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nickel ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Nickel in total aerosol"@en ; + skos:notation 705 ; + dct:notation 705 ; + skos:prefLabel "Nickel in total aerosol"@en ; + skos:altLabel "Ni"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nickel ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Phosphorous in PM2.5"@en ; + skos:notation 706 ; + dct:notation 706 ; + skos:prefLabel "Phosphorous in PM2.5"@en ; + skos:altLabel "P"@en ; + skos:broader ; + defchem:chemical-species chemical-species:phosphorus ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Phosphorous in total aerosol"@en ; + skos:notation 707 ; + dct:notation 707 ; + skos:prefLabel "Phosphorous in total aerosol"@en ; + skos:altLabel "P"@en ; + skos:broader ; + defchem:chemical-species chemical-species:phosphorus ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Rubidium in PM2.5"@en ; + skos:notation 708 ; + dct:notation 708 ; + skos:prefLabel "Rubidium in PM2.5"@en ; + skos:altLabel "Rb"@en ; + skos:broader ; + defchem:chemical-species chemical-species:rubidium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Rubidium in total aerosol"@en ; + skos:notation 709 ; + dct:notation 709 ; + skos:prefLabel "Rubidium in total aerosol"@en ; + skos:altLabel "Rb"@en ; + skos:broader ; + defchem:chemical-species chemical-species:rubidium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Selenium in total aerosol"@en ; + skos:notation 710 ; + dct:notation 710 ; + skos:prefLabel "Selenium in total aerosol"@en ; + skos:altLabel "Se"@en ; + skos:broader ; + defchem:chemical-species chemical-species:selenium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Strontium in PM2.5"@en ; + skos:notation 711 ; + dct:notation 711 ; + skos:prefLabel "Strontium in PM2.5"@en ; + skos:altLabel "Sr"@en ; + skos:broader ; + defchem:chemical-species chemical-species:strontium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Strontium in total aerosol"@en ; + skos:notation 712 ; + dct:notation 712 ; + skos:prefLabel "Strontium in total aerosol"@en ; + skos:altLabel "Sr"@en ; + skos:broader ; + defchem:chemical-species chemical-species:strontium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Thallium in PM2.5"@en ; + skos:notation 713 ; + dct:notation 713 ; + skos:prefLabel "Thallium in PM2.5"@en ; + skos:altLabel "Tl"@en ; + skos:broader ; + defchem:chemical-species chemical-species:tallium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Thallium in total aerosol"@en ; + skos:notation 714 ; + dct:notation 714 ; + skos:prefLabel "Thallium in total aerosol"@en ; + skos:altLabel "Tl"@en ; + skos:broader ; + defchem:chemical-species chemical-species:tallium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Thorium in PM2.5"@en ; + skos:notation 715 ; + dct:notation 715 ; + skos:prefLabel "Thorium in PM2.5"@en ; + skos:altLabel "Th"@en ; + skos:broader ; + defchem:chemical-species chemical-species:thorium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Thorium in total aerosol"@en ; + skos:notation 716 ; + dct:notation 716 ; + skos:prefLabel "Thorium in total aerosol"@en ; + skos:altLabel "Th"@en ; + skos:broader ; + defchem:chemical-species chemical-species:thorium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Tin in PM2.5"@en ; + skos:notation 717 ; + dct:notation 717 ; + skos:prefLabel "Tin in PM2.5"@en ; + skos:altLabel "Sn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:tin ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Tin in total aerosol"@en ; + skos:notation 718 ; + dct:notation 718 ; + skos:prefLabel "Tin in total aerosol"@en ; + skos:altLabel "Sn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:tin ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Uranium in PM2.5"@en ; + skos:notation 719 ; + dct:notation 719 ; + skos:prefLabel "Uranium in PM2.5"@en ; + skos:altLabel "U"@en ; + skos:broader ; + defchem:chemical-species chemical-species:uranium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Uranium in total aerosol"@en ; + skos:notation 720 ; + dct:notation 720 ; + skos:prefLabel "Uranium in total aerosol"@en ; + skos:altLabel "U"@en ; + skos:broader ; + defchem:chemical-species chemical-species:uranium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Vanadium in PM2.5"@en ; + skos:notation 721 ; + dct:notation 721 ; + skos:prefLabel "Vanadium in PM2.5"@en ; + skos:altLabel "V"@en ; + skos:broader ; + defchem:chemical-species chemical-species:vanadium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Vanadium in total aerosol"@en ; + skos:notation 722 ; + dct:notation 722 ; + skos:prefLabel "Vanadium in total aerosol"@en ; + skos:altLabel "V"@en ; + skos:broader ; + defchem:chemical-species chemical-species:vanadium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Zinc in PM2.5"@en ; + skos:notation 723 ; + dct:notation 723 ; + skos:prefLabel "Zinc in PM2.5"@en ; + skos:altLabel "Zn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:zinc ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Zinc in total aerosol"@en ; + skos:notation 724 ; + dct:notation 724 ; + skos:prefLabel "Zinc in total aerosol"@en ; + skos:altLabel "Zn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:zinc ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Optical properties"@en ; + skos:notation 10011 ; + dct:notation 10011 ; + skos:prefLabel "Optical properties"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aerosol Absorption Optical Depth"@en ; + skos:notation 314 ; + dct:notation 314 ; + skos:prefLabel "Aerosol Absorption Optical Depth"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aerosol Extinction Coefficient"@en ; + skos:notation 315 ; + dct:notation 315 ; + skos:prefLabel "Aerosol Extinction Coefficient"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Light absorption coefficient in PM1"@en ; + skos:notation 316 ; + dct:notation 316 ; + skos:prefLabel "Light absorption coefficient in PM1"@en ; + skos:broader ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "Light absorption coefficient in PM10"@en ; + skos:notation 317 ; + dct:notation 317 ; + skos:prefLabel "Light absorption coefficient in PM10"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Light absorption coefficient in total aerosol"@en ; + skos:notation 318 ; + dct:notation 318 ; + skos:prefLabel "Light absorption coefficient in total aerosol"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Light backscattering coefficient in PM1"@en ; + skos:notation 319 ; + dct:notation 319 ; + skos:prefLabel "Light backscattering coefficient in PM1"@en ; + skos:broader ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "Light backscattering coefficient in PM10"@en ; + skos:notation 320 ; + dct:notation 320 ; + skos:prefLabel "Light backscattering coefficient in PM10"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Light backscattering coefficient in total aerosol"@en ; + skos:notation 321 ; + dct:notation 321 ; + skos:prefLabel "Light backscattering coefficient in total aerosol"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Light scattering coefficient in PM1"@en ; + skos:notation 322 ; + dct:notation 322 ; + skos:prefLabel "Light scattering coefficient in PM1"@en ; + skos:broader ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "Light scattering coefficient in PM10"@en ; + skos:notation 323 ; + dct:notation 323 ; + skos:prefLabel "Light scattering coefficient in PM10"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Light scattering coefficient in total aerosol"@en ; + skos:notation 324 ; + dct:notation 324 ; + skos:prefLabel "Light scattering coefficient in total aerosol"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Multiwavelength optical depth in total aerosol"@en ; + skos:notation 325 ; + dct:notation 325 ; + skos:prefLabel "Multiwavelength optical depth in total aerosol"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Vertical distribution of properties"@en ; + skos:notation 326 ; + dct:notation 326 ; + skos:prefLabel "Vertical distribution of properties"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Physical properties - primary"@en ; + skos:notation 10012 ; + dct:notation 10012 ; + skos:prefLabel "Physical properties - primary"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aerosol column burden"@en ; + skos:notation 361 ; + dct:notation 361 ; + skos:prefLabel "Aerosol column burden"@en ; + skos:altLabel "mass density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aerosol effective radius"@en ; + skos:notation 362 ; + dct:notation 362 ; + skos:prefLabel "Aerosol effective radius"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Mass concentration or Mass PM10"@en ; + skos:notation 364 ; + dct:notation 364 ; + skos:prefLabel "Mass concentration or Mass PM10"@en ; + skos:altLabel "coarse"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Mass concentration or Mass PM1"@en ; + skos:notation 365 ; + dct:notation 365 ; + skos:prefLabel "Mass concentration or Mass PM1"@en ; + skos:altLabel "fine"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Mass concentration in PM2.5"@en ; + skos:notation 366 ; + dct:notation 366 ; + skos:prefLabel "Mass concentration in PM2.5"@en ; + skos:altLabel "medium"@en ; + skos:broader ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Mass concentration"@en ; + skos:notation 367 ; + dct:notation 367 ; + skos:prefLabel "Mass concentration"@en ; + skos:altLabel "size fractionated"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Mass concentration or Mass TSP"@en ; + skos:notation 368 ; + dct:notation 368 ; + skos:prefLabel "Mass concentration or Mass TSP"@en ; + skos:altLabel "total aerosol"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Number concentration"@en ; + skos:notation 369 ; + dct:notation 369 ; + skos:prefLabel "Number concentration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Number size distribution in PM10"@en ; + skos:notation 370 ; + dct:notation 370 ; + skos:prefLabel "Number size distribution in PM10"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Number size distribution in total aerosol"@en ; + skos:notation 371 ; + dct:notation 371 ; + skos:prefLabel "Number size distribution in total aerosol"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Dust"@en ; + skos:notation 10013 ; + dct:notation 10013 ; + skos:prefLabel "Dust"@en ; + skos:broader ; + defchem:chemical-species chemical-species:dust ; + . + + + a skos:Concept ; + rdfs:label "Aerosol dust concentration"@en ; + skos:notation 727 ; + dct:notation 727 ; + skos:prefLabel "Aerosol dust concentration"@en ; + skos:altLabel "mass"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Volcanic ash"@en ; + skos:notation 10014 ; + dct:notation 10014 ; + skos:prefLabel "Volcanic ash"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aerosol volcanic ash"@en ; + skos:notation 728 ; + dct:notation 728 ; + skos:prefLabel "Aerosol volcanic ash"@en ; + skos:altLabel "mass concentration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aerosol volcanic ash"@en ; + skos:notation 729 ; + dct:notation 729 ; + skos:prefLabel "Aerosol volcanic ash"@en ; + skos:altLabel "Total column"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Physical properties - secondary"@en ; + skos:notation 10015 ; + dct:notation 10015 ; + skos:prefLabel "Physical properties - secondary"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "CCN concentration at single supersaturation"@en ; + skos:notation 411 ; + dct:notation 411 ; + skos:prefLabel "CCN concentration at single supersaturation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "CCN concentration spectra"@en ; + skos:notation 412 ; + dct:notation 412 ; + skos:prefLabel "CCN concentration spectra"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hygroscopic growth factor in 110 μm equivalent"@en ; + skos:notation 413 ; + dct:notation 413 ; + skos:prefLabel "Hygroscopic growth factor in 110 μm equivalent"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hygroscopic growth factor in 165 μm equivalent"@en ; + skos:notation 414 ; + dct:notation 414 ; + skos:prefLabel "Hygroscopic growth factor in 165 μm equivalent"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hygroscopic growth factor in 35 μm equivalent"@en ; + skos:notation 415 ; + dct:notation 415 ; + skos:prefLabel "Hygroscopic growth factor in 35 μm equivalent"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hygroscopic growth factor in 50 μm equivalent"@en ; + skos:notation 416 ; + dct:notation 416 ; + skos:prefLabel "Hygroscopic growth factor in 50 μm equivalent"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hygroscopic growth factor in 75 μm equivalent"@en ; + skos:notation 417 ; + dct:notation 417 ; + skos:prefLabel "Hygroscopic growth factor in 75 μm equivalent"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hygroscopic growth factor in total aerosol"@en ; + skos:notation 418 ; + dct:notation 418 ; + skos:prefLabel "Hygroscopic growth factor in total aerosol"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Clouds"@en ; + skos:notation 10016 ; + dct:notation 10016 ; + skos:prefLabel "Clouds"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud amount"@en ; + skos:notation 179 ; + dct:notation 179 ; + skos:prefLabel "Cloud amount"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud cover"@en ; + skos:notation 180 ; + dct:notation 180 ; + skos:prefLabel "Cloud cover"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud drop effective radius"@en ; + skos:notation 181 ; + dct:notation 181 ; + skos:prefLabel "Cloud drop effective radius"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud hydrometeor concentration"@en ; + skos:notation 182 ; + dct:notation 182 ; + skos:prefLabel "Cloud hydrometeor concentration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Effective radius of cloud hydrometeors"@en ; + skos:notation 183 ; + dct:notation 183 ; + skos:prefLabel "Effective radius of cloud hydrometeors"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Melting layer depth in clouds"@en ; + skos:notation 186 ; + dct:notation 186 ; + skos:prefLabel "Melting layer depth in clouds"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "PSC occurrence"@en ; + skos:notation 188 ; + dct:notation 188 ; + skos:prefLabel "PSC occurrence"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice"@en ; + skos:notation 10017 ; + dct:notation 10017 ; + skos:prefLabel "Ice"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud ice"@en ; + skos:notation 327 ; + dct:notation 327 ; + skos:prefLabel "Cloud ice"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud ice"@en ; + skos:notation 328 ; + dct:notation 328 ; + skos:prefLabel "Cloud ice"@en ; + skos:altLabel "total column"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud ice effective radius"@en ; + skos:notation 329 ; + dct:notation 329 ; + skos:prefLabel "Cloud ice effective radius"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Freezing level height in clouds"@en ; + skos:notation 330 ; + dct:notation 330 ; + skos:prefLabel "Freezing level height in clouds"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Icing potential"@en ; + skos:notation 331 ; + dct:notation 331 ; + skos:prefLabel "Icing potential"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Liquid water"@en ; + skos:notation 10018 ; + dct:notation 10018 ; + skos:prefLabel "Liquid water"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud liquid water"@en ; + skos:notation 373 ; + dct:notation 373 ; + skos:prefLabel "Cloud liquid water"@en ; + skos:altLabel "CLW"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud liquid water"@en ; + skos:notation 374 ; + dct:notation 374 ; + skos:prefLabel "Cloud liquid water"@en ; + skos:altLabel "CLW"@en ; + skos:altLabel "total column"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Optical properties"@en ; + skos:notation 10019 ; + dct:notation 10019 ; + skos:prefLabel "Optical properties"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud optical depth"@en ; + skos:notation 506 ; + dct:notation 506 ; + skos:prefLabel "Cloud optical depth"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Optical depth of fog"@en ; + skos:notation 507 ; + dct:notation 507 ; + skos:prefLabel "Optical depth of fog"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Optical depth within each layer"@en ; + skos:notation 508 ; + dct:notation 508 ; + skos:prefLabel "Optical depth within each layer"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Short-wave cloud reflectance"@en ; + skos:notation 509 ; + dct:notation 509 ; + skos:prefLabel "Short-wave cloud reflectance"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Position"@en ; + skos:notation 10020 ; + dct:notation 10020 ; + skos:prefLabel "Position"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Height of cloud base"@en ; + skos:notation 531 ; + dct:notation 531 ; + skos:prefLabel "Height of cloud base"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Height of cloud top"@en ; + skos:notation 532 ; + dct:notation 532 ; + skos:prefLabel "Height of cloud top"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Height of inversion"@en ; + skos:notation 533 ; + dct:notation 533 ; + skos:prefLabel "Height of inversion"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Type"@en ; + skos:notation 10021 ; + dct:notation 10021 ; + skos:prefLabel "Type"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Type of cloud"@en ; + skos:notation 550 ; + dct:notation 550 ; + skos:prefLabel "Type of cloud"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Type of high clouds"@en ; + skos:notation 551 ; + dct:notation 551 ; + skos:prefLabel "Type of high clouds"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Type of low clouds"@en ; + skos:notation 552 ; + dct:notation 552 ; + skos:prefLabel "Type of low clouds"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Type of middle clouds"@en ; + skos:notation 553 ; + dct:notation 553 ; + skos:prefLabel "Type of middle clouds"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Dynamics"@en ; + skos:notation 10022 ; + dct:notation 10022 ; + skos:prefLabel "Dynamics"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Transport calculations"@en ; + skos:notation 248 ; + dct:notation 248 ; + skos:prefLabel "Transport calculations"@en ; + skos:altLabel "e.g."@en ; + skos:altLabel "trajectories"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Turbulence"@en ; + skos:notation 249 ; + dct:notation 249 ; + skos:prefLabel "Turbulence"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Turbulence type"@en ; + skos:notation 250 ; + dct:notation 250 ; + skos:prefLabel "Turbulence type"@en ; + skos:altLabel "low levels and wake vortex"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Greenhouse Gas"@en ; + skos:notation 10023 ; + dct:notation 10023 ; + skos:prefLabel "Greenhouse Gas"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH4"@en ; + skos:notation 192 ; + dct:notation 192 ; + skos:prefLabel "CH4"@en ; + skos:broader ; + defchem:chemical-species chemical-species:methane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH4 [C-13]"@en ; + skos:notation 193 ; + dct:notation 193 ; + skos:prefLabel "CH4 [C-13]"@en ; + skos:broader ; + defchem:chemical-species chemical-species:13c-methane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CO2"@en ; + skos:notation 194 ; + dct:notation 194 ; + skos:prefLabel "CO2"@en ; + skos:broader ; + defchem:chemical-species chemical-species:carbon-dioxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CO2 [C-13]"@en ; + skos:notation 195 ; + dct:notation 195 ; + skos:prefLabel "CO2 [C-13]"@en ; + skos:broader ; + defchem:chemical-species chemical-species:13c-carbon-dioxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CO2 [O-18]"@en ; + skos:notation 196 ; + dct:notation 196 ; + skos:prefLabel "CO2 [O-18]"@en ; + skos:broader ; + defchem:chemical-species chemical-species:18o-carbon-dioxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "N2O"@en ; + skos:notation 201 ; + dct:notation 201 ; + skos:prefLabel "N2O"@en ; + skos:broader ; + defchem:chemical-species chemical-species:dinitrogen-oxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "SF6"@en ; + skos:notation 203 ; + dct:notation 203 ; + skos:prefLabel "SF6"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sulfur-hexafluoride ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "SO2F2"@en ; + skos:notation 204 ; + dct:notation 204 ; + skos:prefLabel "SO2F2"@en ; + skos:altLabel "sulphuryl fluoride"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sulfuryl-fluoride ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CFCs"@en ; + skos:notation 10024 ; + dct:notation 10024 ; + skos:prefLabel "CFCs"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chlorofluorocarbon ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2Cl2F4"@en ; + skos:notation 589 ; + dct:notation 589 ; + skos:prefLabel "C2Cl2F4"@en ; + skos:altLabel "1,2-dichlorotetrafluoroethane"@en ; + skos:altLabel "CFC-114"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1,2-dichlorotetrafluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2Cl3F3"@en ; + skos:notation 590 ; + dct:notation 590 ; + skos:prefLabel "C2Cl3F3"@en ; + skos:altLabel "1,1,2-trichloro-1,2,2-trifluoroethane"@en ; + skos:altLabel "CFC-113"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1,1,2-trichloro-1,2,2-trifluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2ClF5"@en ; + skos:notation 591 ; + dct:notation 591 ; + skos:prefLabel "C2ClF5"@en ; + skos:altLabel "1-chloro-1,1,2,2,2-pentafluoroethane"@en ; + skos:altLabel "CFC-115"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chloropentafluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CCl2F2"@en ; + skos:notation 592 ; + dct:notation 592 ; + skos:prefLabel "CCl2F2"@en ; + skos:altLabel "dichlorodifluoromethane"@en ; + skos:altLabel "CFC-12"@en ; + skos:broader ; + defchem:chemical-species chemical-species:dichlorodifluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CCl3F"@en ; + skos:notation 593 ; + dct:notation 593 ; + skos:prefLabel "CCl3F"@en ; + skos:altLabel "trichlorofluoromethane"@en ; + skos:altLabel "CFC-11"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trichlorofluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Halocarbons"@en ; + skos:notation 10025 ; + dct:notation 10025 ; + skos:prefLabel "Halocarbons"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CCl4"@en ; + skos:notation 594 ; + dct:notation 594 ; + skos:prefLabel "CCl4"@en ; + skos:altLabel "carbon tetrachloride"@en ; + skos:broader ; + defchem:chemical-species chemical-species:carbon-tetrachloride ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3CCl3"@en ; + skos:notation 595 ; + dct:notation 595 ; + skos:prefLabel "CH3CCl3"@en ; + skos:altLabel "1,1,1-trichloroethane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1,1,1-trichloroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Halon"@en ; + skos:notation 10026 ; + dct:notation 10026 ; + skos:prefLabel "Halon"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CBrClF2"@en ; + skos:notation 332 ; + dct:notation 332 ; + skos:prefLabel "CBrClF2"@en ; + skos:altLabel "Halon 1211"@en ; + skos:broader ; + defchem:chemical-species chemical-species:bromochlorodifluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CBrF3"@en ; + skos:notation 333 ; + dct:notation 333 ; + skos:prefLabel "CBrF3"@en ; + skos:altLabel "bromotrifluoromethane"@en ; + skos:altLabel "Halon 1301"@en ; + skos:broader ; + defchem:chemical-species chemical-species:bromotrifluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "HCFCs"@en ; + skos:notation 10027 ; + dct:notation 10027 ; + skos:prefLabel "HCFCs"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H3Cl2F"@en ; + skos:notation 534 ; + dct:notation 534 ; + skos:prefLabel "C2H3Cl2F"@en ; + skos:altLabel "1,1-dichloro-1-fluoroethane"@en ; + skos:altLabel "HCFC-141b"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1,1-dichloro-1-fluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H3ClF2"@en ; + skos:notation 535 ; + dct:notation 535 ; + skos:prefLabel "C2H3ClF2"@en ; + skos:altLabel "1-chloro-1,1-difluoroethane"@en ; + skos:altLabel "HCFC-142b"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1-chloro-1,1-difluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H3F3"@en ; + skos:notation 536 ; + dct:notation 536 ; + skos:prefLabel "C2H3F3"@en ; + skos:altLabel "1,1,1-trifluoroethane"@en ; + skos:altLabel "HCFC-143a"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1,1,1-trifluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CHClF2"@en ; + skos:notation 537 ; + dct:notation 537 ; + skos:prefLabel "CHClF2"@en ; + skos:altLabel "chlorodifluoromethane"@en ; + skos:altLabel "HCFC-22"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chlorodifluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "HFCs"@en ; + skos:notation 10028 ; + dct:notation 10028 ; + skos:prefLabel "HFCs"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H2F4"@en ; + skos:notation 554 ; + dct:notation 554 ; + skos:prefLabel "C2H2F4"@en ; + skos:altLabel "1,1,1,2-tetrafluoroethane"@en ; + skos:altLabel "HFC-134a"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1,1,1,2-tetrafluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H4F2"@en ; + skos:notation 555 ; + dct:notation 555 ; + skos:prefLabel "C2H4F2"@en ; + skos:altLabel "1,1-difluoroethane"@en ; + skos:altLabel "HFC-152a"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1,1-difluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2HF5"@en ; + skos:notation 556 ; + dct:notation 556 ; + skos:prefLabel "C2HF5"@en ; + skos:altLabel "pentafluoroethane"@en ; + skos:altLabel "HFC-125"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentafluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H2F6"@en ; + skos:notation 557 ; + dct:notation 557 ; + skos:prefLabel "C3H2F6"@en ; + skos:altLabel "1,1,1,2,3,3-hexafluoropropane"@en ; + skos:altLabel "HFC-236fa"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1,1,1,2,3,3-hexafluoropropane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H3F5"@en ; + skos:notation 558 ; + dct:notation 558 ; + skos:prefLabel "C3H3F5"@en ; + skos:altLabel "1,1,1,3,3-Pentafluoropropane"@en ; + skos:altLabel "HFC-245fa"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1,1,1,3,3-pentafluoropropane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3HF7"@en ; + skos:notation 559 ; + dct:notation 559 ; + skos:prefLabel "C3HF7"@en ; + skos:altLabel "1,1,1,2,3,3,3-Heptafluoropropane"@en ; + skos:altLabel "HFC-227ea"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1,1,1,2,3,3,3-heptafluoropropane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H5F5"@en ; + skos:notation 560 ; + dct:notation 560 ; + skos:prefLabel "C4H5F5"@en ; + skos:altLabel "1,1,1,3,3-pentafluorobutane"@en ; + skos:altLabel "HFC-365mfc"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1,1,1,3,3-pentafluorobutane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH2F2"@en ; + skos:notation 561 ; + dct:notation 561 ; + skos:prefLabel "CH2F2"@en ; + skos:altLabel "difluoromethane"@en ; + skos:altLabel "HFC-32"@en ; + skos:broader ; + defchem:chemical-species chemical-species:difluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CHF3"@en ; + skos:notation 562 ; + dct:notation 562 ; + skos:prefLabel "CHF3"@en ; + skos:altLabel "trifluoromethane"@en ; + skos:altLabel "HFC-23"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trifluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "PFCs"@en ; + skos:notation 10029 ; + dct:notation 10029 ; + skos:prefLabel "PFCs"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2F6"@en ; + skos:notation 419 ; + dct:notation 419 ; + skos:prefLabel "C2F6"@en ; + skos:altLabel "hexafluoroethane"@en ; + skos:altLabel "PFC-116"@en ; + skos:broader ; + defchem:chemical-species chemical-species:perfluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3F8"@en ; + skos:notation 420 ; + dct:notation 420 ; + skos:prefLabel "C3F8"@en ; + skos:altLabel "octafluoropropane"@en ; + skos:altLabel "PFC-218"@en ; + skos:broader ; + defchem:chemical-species chemical-species:octafluoropropane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CF4"@en ; + skos:notation 421 ; + dct:notation 421 ; + skos:prefLabel "CF4"@en ; + skos:altLabel "tetrafluoromethane"@en ; + skos:altLabel "carbon tetrafluoride"@en ; + skos:altLabel "perfluoromethane"@en ; + skos:altLabel "PFC-14"@en ; + skos:broader ; + defchem:chemical-species chemical-species:tetrafluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Humidity"@en ; + skos:notation 10030 ; + dct:notation 10030 ; + skos:prefLabel "Humidity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Humidity"@en ; + skos:notation 251 ; + dct:notation 251 ; + skos:prefLabel "Humidity"@en ; + skos:altLabel "at specified distance from reference surface"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Integrated water vapour"@en ; + skos:notation 252 ; + dct:notation 252 ; + skos:prefLabel "Integrated water vapour"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Mass mixing ratio"@en ; + skos:notation 253 ; + dct:notation 253 ; + skos:prefLabel "Mass mixing ratio"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Object wetness duration"@en ; + skos:notation 254 ; + dct:notation 254 ; + skos:prefLabel "Object wetness duration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Water vapour pressure"@en ; + skos:notation 255 ; + dct:notation 255 ; + skos:prefLabel "Water vapour pressure"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Watervapor profile"@en ; + skos:notation 256 ; + dct:notation 256 ; + skos:prefLabel "Watervapor profile"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning"@en ; + skos:notation 10031 ; + dct:notation 10031 ; + skos:prefLabel "Lightning"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning discharge energy"@en ; + skos:notation 257 ; + dct:notation 257 ; + skos:prefLabel "Lightning discharge energy"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning discharge polarity"@en ; + skos:notation 258 ; + dct:notation 258 ; + skos:prefLabel "Lightning discharge polarity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning discharge rates"@en ; + skos:notation 259 ; + dct:notation 259 ; + skos:prefLabel "Lightning discharge rates"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning discharge type"@en ; + skos:notation 260 ; + dct:notation 260 ; + skos:prefLabel "Lightning discharge type"@en ; + skos:altLabel "cloud to cloud"@en ; + skos:altLabel "cloud to surface"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Position"@en ; + skos:notation 10032 ; + dct:notation 10032 ; + skos:prefLabel "Position"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning detection"@en ; + skos:notation 431 ; + dct:notation 431 ; + skos:prefLabel "Lightning detection"@en ; + skos:altLabel "time and location"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning direction from station"@en ; + skos:notation 432 ; + dct:notation 432 ; + skos:prefLabel "Lightning direction from station"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning distance from station"@en ; + skos:notation 433 ; + dct:notation 433 ; + skos:prefLabel "Lightning distance from station"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Other Gas"@en ; + skos:notation 10033 ; + dct:notation 10033 ; + skos:prefLabel "Other Gas"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "H2"@en ; + skos:notation 205 ; + dct:notation 205 ; + skos:prefLabel "H2"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hydrogen-molecule ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "H2O"@en ; + skos:notation 206 ; + dct:notation 206 ; + skos:prefLabel "H2O"@en ; + skos:altLabel "as a chemical species"@en ; + skos:broader ; + defchem:chemical-species chemical-species:water-vapor ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "HDO"@en ; + skos:notation 207 ; + dct:notation 207 ; + skos:prefLabel "HDO"@en ; + skos:altLabel "as a chemical species"@en ; + skos:broader ; + defchem:chemical-species chemical-species:deuteriated-water-vapor ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Ozone"@en ; + skos:notation 10034 ; + dct:notation 10034 ; + skos:prefLabel "Ozone"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ozone ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Surface ozone"@en ; + skos:notation 262 ; + dct:notation 262 ; + skos:prefLabel "Surface ozone"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Total column ozone"@en ; + skos:notation 263 ; + dct:notation 263 ; + skos:prefLabel "Total column ozone"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Vertical ozone profile"@en ; + skos:notation 264 ; + dct:notation 264 ; + skos:prefLabel "Vertical ozone profile"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Past weather"@en ; + skos:notation 10035 ; + dct:notation 10035 ; + skos:prefLabel "Past weather"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Past weather"@en ; + skos:notation 265 ; + dct:notation 265 ; + skos:prefLabel "Past weather"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "POPs"@en ; + skos:notation 10036 ; + dct:notation 10036 ; + skos:prefLabel "POPs"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "PAH"@en ; + skos:notation 10037 ; + dct:notation 10037 ; + skos:prefLabel "PAH"@en ; + skos:broader ; + defchem:chemical-species chemical-species:polycyclic-aromatic-hydrocarbon ; + . + + + a skos:Concept ; + rdfs:label "C13H10 in air"@en ; + skos:notation 334 ; + dct:notation 334 ; + skos:prefLabel "C13H10 in air"@en ; + skos:altLabel "9H-fluorene"@en ; + skos:altLabel "fluorene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:fluorene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in PM10"@en ; + skos:notation 335 ; + dct:notation 335 ; + skos:prefLabel "C14H10 in PM10"@en ; + skos:altLabel "anthracene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in aerosol"@en ; + skos:notation 336 ; + dct:notation 336 ; + skos:prefLabel "C14H10 in aerosol"@en ; + skos:altLabel "anthracene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in aerosol and air"@en ; + skos:notation 337 ; + dct:notation 337 ; + skos:prefLabel "C14H10 in aerosol and air"@en ; + skos:altLabel "anthracene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in air"@en ; + skos:notation 338 ; + dct:notation 338 ; + skos:prefLabel "C14H10 in air"@en ; + skos:altLabel "anthracene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in PM10"@en ; + skos:notation 339 ; + dct:notation 339 ; + skos:prefLabel "C14H10 in PM10"@en ; + skos:altLabel "phenanthrene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in aerosol"@en ; + skos:notation 340 ; + dct:notation 340 ; + skos:prefLabel "C14H10 in aerosol"@en ; + skos:altLabel "phenanthrene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in air"@en ; + skos:notation 341 ; + dct:notation 341 ; + skos:prefLabel "C14H10 in air"@en ; + skos:altLabel "phenanthrene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in air and aerosol"@en ; + skos:notation 342 ; + dct:notation 342 ; + skos:prefLabel "C14H10 in air and aerosol"@en ; + skos:altLabel "phenanthrene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in precipitation"@en ; + skos:notation 343 ; + dct:notation 343 ; + skos:prefLabel "C14H10 in precipitation"@en ; + skos:altLabel "phenanthrene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + defchem:medium medium:precipitation ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in total precipitation"@en ; + skos:notation 344 ; + dct:notation 344 ; + skos:prefLabel "C14H10 in total precipitation"@en ; + skos:altLabel "phenanthrene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + . + + + a skos:Concept ; + rdfs:label "C16H10 in air and aerosol"@en ; + skos:notation 345 ; + dct:notation 345 ; + skos:prefLabel "C16H10 in air and aerosol"@en ; + skos:altLabel "pyrene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:fluoranthene ; + . + + + a skos:Concept ; + rdfs:label "C18H12 anthracene) in PM10"@en ; + skos:notation 346 ; + dct:notation 346 ; + skos:prefLabel "C18H12 anthracene) in PM10"@en ; + skos:altLabel "Benz(a"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "C18H12 anthracene) in aerosol"@en ; + skos:notation 347 ; + dct:notation 347 ; + skos:prefLabel "C18H12 anthracene) in aerosol"@en ; + skos:altLabel "Benz(a"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "C18H12 anthracene) in air"@en ; + skos:notation 348 ; + dct:notation 348 ; + skos:prefLabel "C18H12 anthracene) in air"@en ; + skos:altLabel "Benz(a"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C18H12 anthracene) in air and aerosol"@en ; + skos:notation 349 ; + dct:notation 349 ; + skos:prefLabel "C18H12 anthracene) in air and aerosol"@en ; + skos:altLabel "Benz(a"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "C18H12 anthracene) in precipitation"@en ; + skos:notation 350 ; + dct:notation 350 ; + skos:prefLabel "C18H12 anthracene) in precipitation"@en ; + skos:altLabel "Benz(a"@en ; + skos:broader ; + defchem:medium medium:precipitation ; + . + + + a skos:Concept ; + rdfs:label "C18H12 anthracene) in total precipitation"@en ; + skos:notation 351 ; + dct:notation 351 ; + skos:prefLabel "C18H12 anthracene) in total precipitation"@en ; + skos:altLabel "Benz(a"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "POP"@en ; + skos:notation 10038 ; + dct:notation 10038 ; + skos:prefLabel "POP"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "C12H8Cl6 in aerosol"@en ; + skos:notation 375 ; + dct:notation 375 ; + skos:prefLabel "C12H8Cl6 in aerosol"@en ; + skos:altLabel "aldrin"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aldrin ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "C12H8Cl6 in air"@en ; + skos:notation 376 ; + dct:notation 376 ; + skos:prefLabel "C12H8Cl6 in air"@en ; + skos:altLabel "aldrin"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aldrin ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C12H8Cl6 in air and aerosol"@en ; + skos:notation 377 ; + dct:notation 377 ; + skos:prefLabel "C12H8Cl6 in air and aerosol"@en ; + skos:altLabel "aldrin"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aldrin ; + . + + + a skos:Concept ; + rdfs:label "C12H8Cl6 in total precipitation"@en ; + skos:notation 378 ; + dct:notation 378 ; + skos:prefLabel "C12H8Cl6 in total precipitation"@en ; + skos:altLabel "aldrin"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aldrin ; + . + + + a skos:Concept ; + rdfs:label "C12H8Cl6 in wet precipitation"@en ; + skos:notation 379 ; + dct:notation 379 ; + skos:prefLabel "C12H8Cl6 in wet precipitation"@en ; + skos:altLabel "aldrin"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aldrin ; + . + + + a skos:Concept ; + rdfs:label "C6Cl6 in air"@en ; + skos:notation 380 ; + dct:notation 380 ; + skos:prefLabel "C6Cl6 in air"@en ; + skos:altLabel "hexachlorobenzene"@en ; + skos:altLabel "HCB"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hexachlorobenzene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H6Cl6 in aerosol"@en ; + skos:notation 381 ; + dct:notation 381 ; + skos:prefLabel "C6H6Cl6 in aerosol"@en ; + skos:altLabel "1,2,3,4,5,6-hexachlorocyclohexane"@en ; + skos:altLabel "alpha-lindane"@en ; + skos:altLabel "alpha-HCH"@en ; + skos:broader ; + defchem:chemical-species chemical-species:alpha-hexachlorocyclohexane ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "C6H6Cl6 in air"@en ; + skos:notation 382 ; + dct:notation 382 ; + skos:prefLabel "C6H6Cl6 in air"@en ; + skos:altLabel "1,2,3,4,5,6-hexachlorocyclohexane"@en ; + skos:altLabel "alpha-lindane"@en ; + skos:altLabel "alpha-HCH"@en ; + skos:broader ; + defchem:chemical-species chemical-species:alpha-hexachlorocyclohexane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H6Cl6 in wet precipitation"@en ; + skos:notation 383 ; + dct:notation 383 ; + skos:prefLabel "C6H6Cl6 in wet precipitation"@en ; + skos:altLabel "1,2,3,4,5,6-hexachlorocyclohexane"@en ; + skos:altLabel "alpha-lindane"@en ; + skos:altLabel "alpha-HCH"@en ; + skos:broader ; + defchem:chemical-species chemical-species:alpha-hexachlorocyclohexane ; + . + + + a skos:Concept ; + rdfs:label "C6H6Cl6 in air"@en ; + skos:notation 384 ; + dct:notation 384 ; + skos:prefLabel "C6H6Cl6 in air"@en ; + skos:altLabel "1,2,3,4,5,6-hexachlorocyclohexane"@en ; + skos:altLabel "gamma-lindane"@en ; + skos:altLabel "gamma-HCH"@en ; + skos:broader ; + defchem:chemical-species chemical-species:gamma-hexachlorocyclohexane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H6Cl6 in wet precipitation"@en ; + skos:notation 385 ; + dct:notation 385 ; + skos:prefLabel "C6H6Cl6 in wet precipitation"@en ; + skos:altLabel "1,2,3,4,5,6-hexachlorocyclohexane"@en ; + skos:altLabel "gamma-lindane"@en ; + skos:altLabel "gamma-HCH"@en ; + skos:broader ; + defchem:chemical-species chemical-species:gamma-hexachlorocyclohexane ; + . + + + a skos:Concept ; + rdfs:label "Precipitation"@en ; + skos:notation 10039 ; + dct:notation 10039 ; + skos:prefLabel "Precipitation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Amount of precipitation"@en ; + skos:notation 210 ; + dct:notation 210 ; + skos:prefLabel "Amount of precipitation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Duration"@en ; + skos:notation 211 ; + dct:notation 211 ; + skos:prefLabel "Duration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Intensity of precipitation"@en ; + skos:notation 212 ; + dct:notation 212 ; + skos:prefLabel "Intensity of precipitation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Occurrence during last period"@en ; + skos:notation 213 ; + dct:notation 213 ; + skos:prefLabel "Occurrence during last period"@en ; + skos:altLabel "yes/no"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Rate of ice accretion"@en ; + skos:notation 214 ; + dct:notation 214 ; + skos:prefLabel "Rate of ice accretion"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Type of precipitation"@en ; + skos:notation 215 ; + dct:notation 215 ; + skos:prefLabel "Type of precipitation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Present weather"@en ; + skos:notation 10040 ; + dct:notation 10040 ; + skos:prefLabel "Present weather"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Present weather"@en ; + skos:notation 266 ; + dct:notation 266 ; + skos:prefLabel "Present weather"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Pressure"@en ; + skos:notation 10041 ; + dct:notation 10041 ; + skos:prefLabel "Pressure"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Atmospheric pressure"@en ; + skos:notation 216 ; + dct:notation 216 ; + skos:prefLabel "Atmospheric pressure"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Characteristic of pressure tendency"@en ; + skos:notation 217 ; + dct:notation 217 ; + skos:prefLabel "Characteristic of pressure tendency"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Pressure tendency"@en ; + skos:notation 218 ; + dct:notation 218 ; + skos:prefLabel "Pressure tendency"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Radiation"@en ; + skos:notation 10042 ; + dct:notation 10042 ; + skos:prefLabel "Radiation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Background luminance"@en ; + skos:notation 267 ; + dct:notation 267 ; + skos:prefLabel "Background luminance"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sunshine duration"@en ; + skos:notation 270 ; + dct:notation 270 ; + skos:prefLabel "Sunshine duration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Surface albedo"@en ; + skos:notation 271 ; + dct:notation 271 ; + skos:prefLabel "Surface albedo"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV-B radiation"@en ; + skos:notation 273 ; + dct:notation 273 ; + skos:prefLabel "UV-B radiation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "IR"@en ; + skos:notation 10043 ; + dct:notation 10043 ; + skos:prefLabel "IR"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Long-wave radiation"@en ; + skos:notation 565 ; + dct:notation 565 ; + skos:prefLabel "Long-wave radiation"@en ; + skos:altLabel "direction unspecified"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Long-wave radiation"@en ; + skos:notation 566 ; + dct:notation 566 ; + skos:prefLabel "Long-wave radiation"@en ; + skos:altLabel "downwelling"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Long-wave radiation"@en ; + skos:notation 567 ; + dct:notation 567 ; + skos:prefLabel "Long-wave radiation"@en ; + skos:altLabel "upwelling"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar"@en ; + skos:notation 10044 ; + dct:notation 10044 ; + skos:prefLabel "Solar"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Diffuse solar radiation"@en ; + skos:notation 571 ; + dct:notation 571 ; + skos:prefLabel "Diffuse solar radiation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Direct solar radiation"@en ; + skos:notation 572 ; + dct:notation 572 ; + skos:prefLabel "Direct solar radiation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Global solar radiation"@en ; + skos:notation 573 ; + dct:notation 573 ; + skos:prefLabel "Global solar radiation"@en ; + skos:altLabel "downwelling"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Global solar radiation"@en ; + skos:notation 574 ; + dct:notation 574 ; + skos:prefLabel "Global solar radiation"@en ; + skos:altLabel "upwelling"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Reflected solar radiation"@en ; + skos:notation 575 ; + dct:notation 575 ; + skos:prefLabel "Reflected solar radiation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV"@en ; + skos:notation 10045 ; + dct:notation 10045 ; + skos:prefLabel "UV"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV Broadband"@en ; + skos:notation 356 ; + dct:notation 356 ; + skos:prefLabel "UV Broadband"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV Erythemally weighted"@en ; + skos:notation 357 ; + dct:notation 357 ; + skos:prefLabel "UV Erythemally weighted"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV Multiband"@en ; + skos:notation 358 ; + dct:notation 358 ; + skos:prefLabel "UV Multiband"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV Spectral"@en ; + skos:notation 359 ; + dct:notation 359 ; + skos:prefLabel "UV Spectral"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Radionuclide"@en ; + skos:notation 10046 ; + dct:notation 10046 ; + skos:prefLabel "Radionuclide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:radionuclide ; + . + + + a skos:Concept ; + rdfs:label "Beryllium [Be-7]"@en ; + skos:notation 219 ; + dct:notation 219 ; + skos:prefLabel "Beryllium [Be-7]"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "CO2 [C-14]"@en ; + skos:notation 220 ; + dct:notation 220 ; + skos:prefLabel "CO2 [C-14]"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Krypton [Kr-85]"@en ; + skos:notation 221 ; + dct:notation 221 ; + skos:prefLabel "Krypton [Kr-85]"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lead [Pb-210]"@en ; + skos:notation 222 ; + dct:notation 222 ; + skos:prefLabel "Lead [Pb-210]"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Radon [Rn-222]"@en ; + skos:notation 223 ; + dct:notation 223 ; + skos:prefLabel "Radon [Rn-222]"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Reactive Gas"@en ; + skos:notation 10047 ; + dct:notation 10047 ; + skos:prefLabel "Reactive Gas"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "BrO"@en ; + skos:notation 274 ; + dct:notation 274 ; + skos:prefLabel "BrO"@en ; + skos:altLabel "bromine monoxide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:bromine-oxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2Cl4"@en ; + skos:notation 275 ; + dct:notation 275 ; + skos:prefLabel "C2Cl4"@en ; + skos:altLabel "tetrachloroethene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:tetrachloroethene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2HCl3"@en ; + skos:notation 276 ; + dct:notation 276 ; + skos:prefLabel "C2HCl3"@en ; + skos:altLabel "trichloroethene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trichloroethene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH2Br2"@en ; + skos:notation 277 ; + dct:notation 277 ; + skos:prefLabel "CH2Br2"@en ; + skos:altLabel "dibrimomethane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:dibromomethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH2Cl2"@en ; + skos:notation 278 ; + dct:notation 278 ; + skos:prefLabel "CH2Cl2"@en ; + skos:altLabel "dichloromethane"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3Br"@en ; + skos:notation 279 ; + dct:notation 279 ; + skos:prefLabel "CH3Br"@en ; + skos:altLabel "methylbromide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:bromomethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3Cl"@en ; + skos:notation 280 ; + dct:notation 280 ; + skos:prefLabel "CH3Cl"@en ; + skos:altLabel "methylchloride"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chloromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3I"@en ; + skos:notation 281 ; + dct:notation 281 ; + skos:prefLabel "CH3I"@en ; + skos:altLabel "methyliodide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:iodomethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CHBr3"@en ; + skos:notation 282 ; + dct:notation 282 ; + skos:prefLabel "CHBr3"@en ; + skos:altLabel "bromoform"@en ; + skos:broader ; + defchem:chemical-species chemical-species:tribromomethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CHCl3"@en ; + skos:notation 283 ; + dct:notation 283 ; + skos:prefLabel "CHCl3"@en ; + skos:altLabel "chloroform"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trichloromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CO"@en ; + skos:notation 284 ; + dct:notation 284 ; + skos:prefLabel "CO"@en ; + skos:broader ; + defchem:chemical-species chemical-species:carbon-monoxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "COF2"@en ; + skos:notation 285 ; + dct:notation 285 ; + skos:prefLabel "COF2"@en ; + skos:altLabel "difluoromethanal"@en ; + skos:altLabel "carbonyl fluoride"@en ; + skos:broader ; + defchem:chemical-species chemical-species:carbonyl-difluoride ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "ClO"@en ; + skos:notation 286 ; + dct:notation 286 ; + skos:prefLabel "ClO"@en ; + skos:altLabel "chlorine monoxide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chlorine-oxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "H2O2"@en ; + skos:notation 287 ; + dct:notation 287 ; + skos:prefLabel "H2O2"@en ; + skos:altLabel "hydrogen peroxide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hydrogen-peroxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "HCl"@en ; + skos:notation 288 ; + dct:notation 288 ; + skos:prefLabel "HCl"@en ; + skos:altLabel "hydrochloric acid"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hydrogen-chloride ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "HF"@en ; + skos:notation 289 ; + dct:notation 289 ; + skos:prefLabel "HF"@en ; + skos:altLabel "hydrofluoric acid"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hydrogen-fluoride ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "ROOH"@en ; + skos:notation 291 ; + dct:notation 291 ; + skos:prefLabel "ROOH"@en ; + skos:broader ; + defchem:chemical-species chemical-species:organic-peroxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Nitrogen containing compounds"@en ; + skos:notation 10048 ; + dct:notation 10048 ; + skos:prefLabel "Nitrogen containing compounds"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Ammonia"@en ; + skos:notation 390 ; + dct:notation 390 ; + skos:prefLabel "Ammonia"@en ; + skos:altLabel "NH3"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonia ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H3O5N"@en ; + skos:notation 391 ; + dct:notation 391 ; + skos:prefLabel "C2H3O5N"@en ; + skos:altLabel "peroxyacetylnitrate"@en ; + skos:altLabel "PAN"@en ; + skos:broader ; + defchem:chemical-species chemical-species:peroxyacetylnitrate ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "ClONO2"@en ; + skos:notation 392 ; + dct:notation 392 ; + skos:prefLabel "ClONO2"@en ; + skos:altLabel "chlorine nitrate"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chlorine-nitrate ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "HCN"@en ; + skos:notation 393 ; + dct:notation 393 ; + skos:prefLabel "HCN"@en ; + skos:altLabel "formonitrile"@en ; + skos:altLabel "hydrogen cyanide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hydrogen-cyanide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "HNO3"@en ; + skos:notation 394 ; + dct:notation 394 ; + skos:prefLabel "HNO3"@en ; + skos:altLabel "nitric acid"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitric-acid ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "NO"@en ; + skos:notation 395 ; + dct:notation 395 ; + skos:prefLabel "NO"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrogen-monoxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "NO2"@en ; + skos:notation 396 ; + dct:notation 396 ; + skos:prefLabel "NO2"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrogen-dioxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "NOx"@en ; + skos:notation 397 ; + dct:notation 397 ; + skos:prefLabel "NOx"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nox ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "NOy"@en ; + skos:notation 398 ; + dct:notation 398 ; + skos:prefLabel "NOy"@en ; + skos:broader ; + defchem:chemical-species chemical-species:noy ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Sulfur containing compounds"@en ; + skos:notation 10049 ; + dct:notation 10049 ; + skos:prefLabel "Sulfur containing compounds"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "COS"@en ; + skos:notation 428 ; + dct:notation 428 ; + skos:prefLabel "COS"@en ; + skos:altLabel "OCS"@en ; + skos:altLabel "carbon oxide sulfide"@en ; + skos:altLabel "carbonyl sulfide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:carbonyl-sulfide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CS2"@en ; + skos:notation 429 ; + dct:notation 429 ; + skos:prefLabel "CS2"@en ; + skos:altLabel "Carbon disulfide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:carbon-disulfide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "SO2"@en ; + skos:notation 430 ; + dct:notation 430 ; + skos:prefLabel "SO2"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sulfur-dioxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "VOC"@en ; + skos:notation 10050 ; + dct:notation 10050 ; + skos:prefLabel "VOC"@en ; + skos:broader ; + defchem:chemical-species chemical-species:volatile-organic-species ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H2"@en ; + skos:notation 434 ; + dct:notation 434 ; + skos:prefLabel "C2H2"@en ; + skos:altLabel "ethyne"@en ; + skos:altLabel "acetylene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ethyne ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H2O2"@en ; + skos:notation 435 ; + dct:notation 435 ; + skos:prefLabel "C2H2O2"@en ; + skos:altLabel "oxaldehyde"@en ; + skos:altLabel "ethanedial"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ethanedial ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H4"@en ; + skos:notation 436 ; + dct:notation 436 ; + skos:prefLabel "C2H4"@en ; + skos:altLabel "ethene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ethene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H6"@en ; + skos:notation 437 ; + dct:notation 437 ; + skos:prefLabel "C2H6"@en ; + skos:altLabel "ethane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H6S"@en ; + skos:notation 438 ; + dct:notation 438 ; + skos:prefLabel "C2H6S"@en ; + skos:altLabel "dimethylsulfide"@en ; + skos:altLabel "DMS"@en ; + skos:broader ; + defchem:chemical-species chemical-species:dimethylsulfide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H4"@en ; + skos:notation 439 ; + dct:notation 439 ; + skos:prefLabel "C3H4"@en ; + skos:altLabel "propyne"@en ; + skos:broader ; + defchem:chemical-species chemical-species:propyne ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H4O"@en ; + skos:notation 440 ; + dct:notation 440 ; + skos:prefLabel "C3H4O"@en ; + skos:altLabel "prop-2-enal"@en ; + skos:altLabel "acrolein"@en ; + skos:broader ; + defchem:chemical-species chemical-species:prop-2-enal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H4O2"@en ; + skos:notation 441 ; + dct:notation 441 ; + skos:prefLabel "C3H4O2"@en ; + skos:altLabel "2-oxopropanal"@en ; + skos:altLabel "methylglyoxal"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-oxopropanal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H6"@en ; + skos:notation 442 ; + dct:notation 442 ; + skos:prefLabel "C3H6"@en ; + skos:altLabel "propene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:propene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H6O"@en ; + skos:notation 443 ; + dct:notation 443 ; + skos:prefLabel "C3H6O"@en ; + skos:altLabel "acetone"@en ; + skos:altLabel "propanone"@en ; + skos:broader ; + defchem:chemical-species chemical-species:propanal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H6O"@en ; + skos:notation 444 ; + dct:notation 444 ; + skos:prefLabel "C3H6O"@en ; + skos:altLabel "propanal"@en ; + skos:broader ; + defchem:chemical-species chemical-species:propanal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H8"@en ; + skos:notation 445 ; + dct:notation 445 ; + skos:prefLabel "C3H8"@en ; + skos:altLabel "propane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:propane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H6"@en ; + skos:notation 446 ; + dct:notation 446 ; + skos:prefLabel "C4H6"@en ; + skos:altLabel "1,3-butadiene"@en ; + skos:altLabel "butadiene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:buta-1,3-diene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H6O"@en ; + skos:notation 447 ; + dct:notation 447 ; + skos:prefLabel "C4H6O"@en ; + skos:altLabel "2-methylprop-2-enal"@en ; + skos:altLabel "methacrolein"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-methylprop-2-enal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H6O"@en ; + skos:notation 448 ; + dct:notation 448 ; + skos:prefLabel "C4H6O"@en ; + skos:altLabel "but-3-en-2-one"@en ; + skos:altLabel "methylvinylketone"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-methylprop-2-enal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H8"@en ; + skos:notation 449 ; + dct:notation 449 ; + skos:prefLabel "C4H8"@en ; + skos:altLabel "1-butene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:butenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H8"@en ; + skos:notation 450 ; + dct:notation 450 ; + skos:prefLabel "C4H8"@en ; + skos:altLabel "sum of butenes"@en ; + skos:broader ; + defchem:chemical-species chemical-species:butenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H8O"@en ; + skos:notation 451 ; + dct:notation 451 ; + skos:prefLabel "C4H8O"@en ; + skos:altLabel "butan-2-one"@en ; + skos:altLabel "methylethylketone"@en ; + skos:broader ; + defchem:chemical-species chemical-species:butanal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H8O"@en ; + skos:notation 452 ; + dct:notation 452 ; + skos:prefLabel "C4H8O"@en ; + skos:altLabel "butanal isomers"@en ; + skos:broader ; + defchem:chemical-species chemical-species:butanal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10"@en ; + skos:notation 453 ; + dct:notation 453 ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "1-pentene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10"@en ; + skos:notation 454 ; + dct:notation 454 ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "2-methyl-1-butene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10"@en ; + skos:notation 455 ; + dct:notation 455 ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "2-methyl-2-butene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10"@en ; + skos:notation 456 ; + dct:notation 456 ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "3-methyl-1-butene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10"@en ; + skos:notation 457 ; + dct:notation 457 ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "cyclopentane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10"@en ; + skos:notation 458 ; + dct:notation 458 ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "sum of 1-pentene & 2-methyl-2-butene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10"@en ; + skos:notation 459 ; + dct:notation 459 ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "sum of pentenes"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10O"@en ; + skos:notation 460 ; + dct:notation 460 ; + skos:prefLabel "C5H10O"@en ; + skos:altLabel "pentanal"@en ; + skos:altLabel "valeraldehyde"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentanal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H12 & C4H8"@en ; + skos:notation 461 ; + dct:notation 461 ; + skos:prefLabel "C5H12 & C4H8"@en ; + skos:altLabel "sum of 2,2-dimethylpropane & c-2-butene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H12"@en ; + skos:notation 462 ; + dct:notation 462 ; + skos:prefLabel "C5H12"@en ; + skos:altLabel "2,2-dimethylpropane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentanes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H14"@en ; + skos:notation 463 ; + dct:notation 463 ; + skos:prefLabel "C5H14"@en ; + skos:altLabel "2,3-dimethylbutane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2,3-dimethylbutane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H8"@en ; + skos:notation 464 ; + dct:notation 464 ; + skos:prefLabel "C5H8"@en ; + skos:altLabel "2-methyl-1,3-butadiene"@en ; + skos:altLabel "isoprene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-methylbuta-1,3-diene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H8"@en ; + skos:notation 465 ; + dct:notation 465 ; + skos:prefLabel "C5H8"@en ; + skos:altLabel "cyclopentene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-methylbuta-1,3-diene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5Hn"@en ; + skos:notation 466 ; + dct:notation 466 ; + skos:prefLabel "C5Hn"@en ; + skos:altLabel "n={10"@en ; + skos:altLabel "8}; sum of 3-methyl-1-butene & cyclopentene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5Hn"@en ; + skos:notation 467 ; + dct:notation 467 ; + skos:prefLabel "C5Hn"@en ; + skos:altLabel "n={12"@en ; + skos:altLabel "10}; sum of n-pentane & cyclopentane"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H12"@en ; + skos:notation 468 ; + dct:notation 468 ; + skos:prefLabel "C6H12"@en ; + skos:altLabel "cyclohexane"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H12"@en ; + skos:notation 469 ; + dct:notation 469 ; + skos:prefLabel "C6H12"@en ; + skos:altLabel "methylcyclopentane"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H12O"@en ; + skos:notation 470 ; + dct:notation 470 ; + skos:prefLabel "C6H12O"@en ; + skos:altLabel "hexanal isomers"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H14"@en ; + skos:notation 471 ; + dct:notation 471 ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "2,2-dimethylbutane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hexanes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H14"@en ; + skos:notation 472 ; + dct:notation 472 ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "2-methylpentane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hexanes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H14"@en ; + skos:notation 473 ; + dct:notation 473 ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "3-methylpentane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hexanes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H14"@en ; + skos:notation 474 ; + dct:notation 474 ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "n-hexane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hexanes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H14"@en ; + skos:notation 475 ; + dct:notation 475 ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "sum of methylpentanes"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hexanes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H6"@en ; + skos:notation 476 ; + dct:notation 476 ; + skos:prefLabel "C6H6"@en ; + skos:altLabel "benzene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:benzene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6Hn"@en ; + skos:notation 477 ; + dct:notation 477 ; + skos:prefLabel "C6Hn"@en ; + skos:altLabel "n={14"@en ; + skos:altLabel "12}; sum of 3-methylpentane & cyclohexane"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6Hn (n={14, 12}; sum of 2 in 2-dimethylbutane & methylcyclopentane"@en ; + skos:notation 478 ; + dct:notation 478 ; + skos:prefLabel "C6Hn (n={14, 12}; sum of 2 in 2-dimethylbutane & methylcyclopentane"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6Hn (n={14, 12}; sum of 2 in 3-dimethylbutane & methylcyclopentane"@en ; + skos:notation 479 ; + dct:notation 479 ; + skos:prefLabel "C6Hn (n={14, 12}; sum of 2 in 3-dimethylbutane & methylcyclopentane"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C7H16"@en ; + skos:notation 480 ; + dct:notation 480 ; + skos:prefLabel "C7H16"@en ; + skos:altLabel "sum of methylhexanes"@en ; + skos:broader ; + defchem:chemical-species chemical-species:heptanes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C7H6O"@en ; + skos:notation 481 ; + dct:notation 481 ; + skos:prefLabel "C7H6O"@en ; + skos:altLabel "benzene carbaldehyde"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C7H8"@en ; + skos:notation 482 ; + dct:notation 482 ; + skos:prefLabel "C7H8"@en ; + skos:altLabel "toluene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:toluene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C8H10"@en ; + skos:notation 483 ; + dct:notation 483 ; + skos:prefLabel "C8H10"@en ; + skos:altLabel "ethylbenzene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ethylbenzene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C8H10"@en ; + skos:notation 484 ; + dct:notation 484 ; + skos:prefLabel "C8H10"@en ; + skos:altLabel "m-xylene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:m-xylene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C8H10"@en ; + skos:notation 485 ; + dct:notation 485 ; + skos:prefLabel "C8H10"@en ; + skos:altLabel "o-xylene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:o-xylene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C8H10"@en ; + skos:notation 486 ; + dct:notation 486 ; + skos:prefLabel "C8H10"@en ; + skos:altLabel "p,m-xylene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C9H12"@en ; + skos:notation 487 ; + dct:notation 487 ; + skos:prefLabel "C9H12"@en ; + skos:altLabel "1,2,4-trimethylbenzene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C9H12"@en ; + skos:notation 488 ; + dct:notation 488 ; + skos:prefLabel "C9H12"@en ; + skos:altLabel "1,3,5-trimethylbenzene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH2O"@en ; + skos:notation 489 ; + dct:notation 489 ; + skos:prefLabel "CH2O"@en ; + skos:altLabel "formaldehyde"@en ; + skos:broader ; + defchem:chemical-species chemical-species:formaldehyde ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3CH2OH"@en ; + skos:notation 490 ; + dct:notation 490 ; + skos:prefLabel "CH3CH2OH"@en ; + skos:altLabel "ethanol"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ethanol ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3CHO"@en ; + skos:notation 491 ; + dct:notation 491 ; + skos:prefLabel "CH3CHO"@en ; + skos:altLabel "acetaldehyde"@en ; + skos:altLabel "ethanal"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ethylaldehyde ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3CN"@en ; + skos:notation 492 ; + dct:notation 492 ; + skos:prefLabel "CH3CN"@en ; + skos:altLabel "acetonitrile"@en ; + skos:broader ; + defchem:chemical-species chemical-species:acetonitrile ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3OH"@en ; + skos:notation 493 ; + dct:notation 493 ; + skos:prefLabel "CH3OH"@en ; + skos:altLabel "methanol"@en ; + skos:broader ; + defchem:chemical-species chemical-species:methanol ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "NMHC"@en ; + skos:notation 494 ; + dct:notation 494 ; + skos:prefLabel "NMHC"@en ; + skos:broader ; + defchem:chemical-species chemical-species:non-methane-hydrocarbon ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "c-C4H8"@en ; + skos:notation 495 ; + dct:notation 495 ; + skos:prefLabel "c-C4H8"@en ; + skos:altLabel "cis-2-butene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "c-C5H10"@en ; + skos:notation 496 ; + dct:notation 496 ; + skos:prefLabel "c-C5H10"@en ; + skos:altLabel "cis-2-pentene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "i-C4H10"@en ; + skos:notation 497 ; + dct:notation 497 ; + skos:prefLabel "i-C4H10"@en ; + skos:altLabel "2-methylpropane"@en ; + skos:altLabel "iso-butane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-methylpropane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "i-C4H8"@en ; + skos:notation 498 ; + dct:notation 498 ; + skos:prefLabel "i-C4H8"@en ; + skos:altLabel "2-methylpropene"@en ; + skos:altLabel "iso-butene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "i-C5H12"@en ; + skos:notation 499 ; + dct:notation 499 ; + skos:prefLabel "i-C5H12"@en ; + skos:altLabel "2-methylbutane"@en ; + skos:altLabel "iso-pentane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-methylbutane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "i-C7H16"@en ; + skos:notation 500 ; + dct:notation 500 ; + skos:prefLabel "i-C7H16"@en ; + skos:altLabel "2-methylhexane"@en ; + skos:altLabel "isoheptane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-methyl-hexane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "n-C4H10"@en ; + skos:notation 501 ; + dct:notation 501 ; + skos:prefLabel "n-C4H10"@en ; + skos:altLabel "n-butane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:butane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "n-C5H12"@en ; + skos:notation 502 ; + dct:notation 502 ; + skos:prefLabel "n-C5H12"@en ; + skos:altLabel "n-pentane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "n-C7H16"@en ; + skos:notation 503 ; + dct:notation 503 ; + skos:prefLabel "n-C7H16"@en ; + skos:altLabel "n-heptane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:n-heptane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "t-C4H8"@en ; + skos:notation 504 ; + dct:notation 504 ; + skos:prefLabel "t-C4H8"@en ; + skos:altLabel "trans-2-butene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trans-2-butene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "t-C5H10"@en ; + skos:notation 505 ; + dct:notation 505 ; + skos:prefLabel "t-C5H10"@en ; + skos:altLabel "trans-2-pentene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trans-2-pentene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Temperature"@en ; + skos:notation 10051 ; + dct:notation 10051 ; + skos:prefLabel "Temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Air temperature"@en ; + skos:notation 224 ; + dct:notation 224 ; + skos:prefLabel "Air temperature"@en ; + skos:altLabel "at specified distance from reference surface"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Dew-point temperature"@en ; + skos:notation 225 ; + dct:notation 225 ; + skos:prefLabel "Dew-point temperature"@en ; + skos:altLabel "at specified distance from reference surface"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Extreme temperature (at specified distance from reference surface)"@en ; + skos:notation 226 ; + dct:notation 226 ; + skos:prefLabel "Extreme temperature (at specified distance from reference surface)"@en ; + skos:altLabel "min"@en ; + skos:altLabel "max"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Temperature profile"@en ; + skos:notation 227 ; + dct:notation 227 ; + skos:prefLabel "Temperature profile"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Total Atmospheric Deposition"@en ; + skos:notation 10052 ; + dct:notation 10052 ; + skos:prefLabel "Total Atmospheric Deposition"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Acidity/Alkalinity"@en ; + skos:notation 294 ; + dct:notation 294 ; + skos:prefLabel "Acidity/Alkalinity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electric conductivity"@en ; + skos:notation 295 ; + dct:notation 295 ; + skos:prefLabel "Electric conductivity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hydrogen ion or pH"@en ; + skos:notation 296 ; + dct:notation 296 ; + skos:prefLabel "Hydrogen ion or pH"@en ; + skos:altLabel "H+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hydrogen-ion ; + . + + + a skos:Concept ; + rdfs:label "Sulphur"@en ; + skos:notation 302 ; + dct:notation 302 ; + skos:prefLabel "Sulphur"@en ; + skos:altLabel "S"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sulfur ; + . + + + a skos:Concept ; + rdfs:label "Inorganic acid"@en ; + skos:notation 10053 ; + dct:notation 10053 ; + skos:prefLabel "Inorganic acid"@en ; + skos:broader ; + defchem:chemical-species chemical-species:inorganic-acid ; + . + + + a skos:Concept ; + rdfs:label "Strong acids"@en ; + skos:notation 529 ; + dct:notation 529 ; + skos:prefLabel "Strong acids"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Inorganic anions"@en ; + skos:notation 10054 ; + dct:notation 10054 ; + skos:prefLabel "Inorganic anions"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Bromide"@en ; + skos:notation 538 ; + dct:notation 538 ; + skos:prefLabel "Bromide"@en ; + skos:altLabel "Br-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:bromide-ion ; + . + + + a skos:Concept ; + rdfs:label "Chloride"@en ; + skos:notation 539 ; + dct:notation 539 ; + skos:prefLabel "Chloride"@en ; + skos:altLabel "Cl-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chloride-ion ; + . + + + a skos:Concept ; + rdfs:label "Fluoride"@en ; + skos:notation 540 ; + dct:notation 540 ; + skos:prefLabel "Fluoride"@en ; + skos:altLabel "F-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:fluoride-ion ; + . + + + a skos:Concept ; + rdfs:label "Iodide"@en ; + skos:notation 541 ; + dct:notation 541 ; + skos:prefLabel "Iodide"@en ; + skos:altLabel "I-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:iodide-ion ; + . + + + a skos:Concept ; + rdfs:label "Phosphate"@en ; + skos:notation 542 ; + dct:notation 542 ; + skos:prefLabel "Phosphate"@en ; + skos:altLabel "PO4---"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sulphate in corrected"@en ; + skos:notation 543 ; + dct:notation 543 ; + skos:prefLabel "Sulphate in corrected"@en ; + skos:altLabel "SO4="@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sulphate in total"@en ; + skos:notation 544 ; + dct:notation 544 ; + skos:prefLabel "Sulphate in total"@en ; + skos:altLabel "SO4="@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Inorganic cations"@en ; + skos:notation 10055 ; + dct:notation 10055 ; + skos:prefLabel "Inorganic cations"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Calcium"@en ; + skos:notation 545 ; + dct:notation 545 ; + skos:prefLabel "Calcium"@en ; + skos:altLabel "Ca++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:calcium-ion ; + . + + + a skos:Concept ; + rdfs:label "Magnesium"@en ; + skos:notation 546 ; + dct:notation 546 ; + skos:prefLabel "Magnesium"@en ; + skos:altLabel "Mg++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:magnesium-ion ; + . + + + a skos:Concept ; + rdfs:label "Potassium"@en ; + skos:notation 547 ; + dct:notation 547 ; + skos:prefLabel "Potassium"@en ; + skos:altLabel "K+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:potassium-ion ; + . + + + a skos:Concept ; + rdfs:label "Sodium"@en ; + skos:notation 548 ; + dct:notation 548 ; + skos:prefLabel "Sodium"@en ; + skos:altLabel "Na+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sodium-ion ; + . + + + a skos:Concept ; + rdfs:label "Inorganic nitrogen species"@en ; + skos:notation 10056 ; + dct:notation 10056 ; + skos:prefLabel "Inorganic nitrogen species"@en ; + skos:broader ; + defchem:chemical-species chemical-species:inorganic-nitrogen-species ; + . + + + a skos:Concept ; + rdfs:label "Ammonium"@en ; + skos:notation 568 ; + dct:notation 568 ; + skos:prefLabel "Ammonium"@en ; + skos:altLabel "NH4+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonium ; + . + + + a skos:Concept ; + rdfs:label "Nitrate"@en ; + skos:notation 569 ; + dct:notation 569 ; + skos:prefLabel "Nitrate"@en ; + skos:altLabel "NO3-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrate ; + . + + + a skos:Concept ; + rdfs:label "Nitrite"@en ; + skos:notation 570 ; + dct:notation 570 ; + skos:prefLabel "Nitrite"@en ; + skos:altLabel "NO2-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrite-ion ; + . + + + a skos:Concept ; + rdfs:label "Organic acid"@en ; + skos:notation 10057 ; + dct:notation 10057 ; + skos:prefLabel "Organic acid"@en ; + skos:broader ; + defchem:chemical-species chemical-species:organic-acid ; + . + + + a skos:Concept ; + rdfs:label "Acetate"@en ; + skos:notation 576 ; + dct:notation 576 ; + skos:prefLabel "Acetate"@en ; + skos:altLabel "CH3COO-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:acetate-ion ; + . + + + a skos:Concept ; + rdfs:label "Formate"@en ; + skos:notation 577 ; + dct:notation 577 ; + skos:prefLabel "Formate"@en ; + skos:altLabel "HCOO-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:formate-ion ; + . + + + a skos:Concept ; + rdfs:label "Propionate"@en ; + skos:notation 578 ; + dct:notation 578 ; + skos:prefLabel "Propionate"@en ; + skos:altLabel "C2H5COO-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:proprionate-ion ; + . + + + a skos:Concept ; + rdfs:label "Trace elements"@en ; + skos:notation 10058 ; + dct:notation 10058 ; + skos:prefLabel "Trace elements"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trace-metal ; + . + + + a skos:Concept ; + rdfs:label "Aluminum"@en ; + skos:notation 597 ; + dct:notation 597 ; + skos:prefLabel "Aluminum"@en ; + skos:altLabel "Al"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aluminium ; + . + + + a skos:Concept ; + rdfs:label "Arsenic"@en ; + skos:notation 598 ; + dct:notation 598 ; + skos:prefLabel "Arsenic"@en ; + skos:altLabel "As"@en ; + skos:broader ; + defchem:chemical-species chemical-species:arsenic ; + . + + + a skos:Concept ; + rdfs:label "Cadmium"@en ; + skos:notation 599 ; + dct:notation 599 ; + skos:prefLabel "Cadmium"@en ; + skos:altLabel "Cd"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cadmium ; + . + + + a skos:Concept ; + rdfs:label "Chromium"@en ; + skos:notation 600 ; + dct:notation 600 ; + skos:prefLabel "Chromium"@en ; + skos:altLabel "Cr"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chromium ; + . + + + a skos:Concept ; + rdfs:label "Cobalt"@en ; + skos:notation 601 ; + dct:notation 601 ; + skos:prefLabel "Cobalt"@en ; + skos:altLabel "Co"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cobalt ; + . + + + a skos:Concept ; + rdfs:label "Copper"@en ; + skos:notation 602 ; + dct:notation 602 ; + skos:prefLabel "Copper"@en ; + skos:altLabel "Cu"@en ; + skos:broader ; + defchem:chemical-species chemical-species:copper ; + . + + + a skos:Concept ; + rdfs:label "Iron"@en ; + skos:notation 603 ; + dct:notation 603 ; + skos:prefLabel "Iron"@en ; + skos:altLabel "Fe"@en ; + skos:broader ; + defchem:chemical-species chemical-species:iron ; + . + + + a skos:Concept ; + rdfs:label "Lead"@en ; + skos:notation 604 ; + dct:notation 604 ; + skos:prefLabel "Lead"@en ; + skos:altLabel "Pb"@en ; + skos:broader ; + defchem:chemical-species chemical-species:lead ; + . + + + a skos:Concept ; + rdfs:label "Manganese"@en ; + skos:notation 605 ; + dct:notation 605 ; + skos:prefLabel "Manganese"@en ; + skos:altLabel "Mn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:manganese ; + . + + + a skos:Concept ; + rdfs:label "Mercury"@en ; + skos:notation 606 ; + dct:notation 606 ; + skos:prefLabel "Mercury"@en ; + skos:altLabel "Hg"@en ; + skos:broader ; + defchem:chemical-species chemical-species:mercury ; + . + + + a skos:Concept ; + rdfs:label "Nickel"@en ; + skos:notation 607 ; + dct:notation 607 ; + skos:prefLabel "Nickel"@en ; + skos:altLabel "Ni"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nickel ; + . + + + a skos:Concept ; + rdfs:label "Vanadium"@en ; + skos:notation 608 ; + dct:notation 608 ; + skos:prefLabel "Vanadium"@en ; + skos:altLabel "V"@en ; + skos:broader ; + defchem:chemical-species chemical-species:vanadium ; + . + + + a skos:Concept ; + rdfs:label "Zinc"@en ; + skos:notation 609 ; + dct:notation 609 ; + skos:prefLabel "Zinc"@en ; + skos:altLabel "Zn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:zinc ; + . + + + a skos:Concept ; + rdfs:label "Visibility"@en ; + skos:notation 10059 ; + dct:notation 10059 ; + skos:prefLabel "Visibility"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Runway visual range"@en ; + skos:notation 229 ; + dct:notation 229 ; + skos:prefLabel "Runway visual range"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Visibility"@en ; + skos:notation 230 ; + dct:notation 230 ; + skos:prefLabel "Visibility"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Obscurations"@en ; + skos:notation 10060 ; + dct:notation 10060 ; + skos:prefLabel "Obscurations"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Extinction coefficient"@en ; + skos:notation 521 ; + dct:notation 521 ; + skos:prefLabel "Extinction coefficient"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hydrometeor radius"@en ; + skos:notation 522 ; + dct:notation 522 ; + skos:prefLabel "Hydrometeor radius"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hydrometeor type"@en ; + skos:notation 523 ; + dct:notation 523 ; + skos:prefLabel "Hydrometeor type"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lithometeor type"@en ; + skos:notation 524 ; + dct:notation 524 ; + skos:prefLabel "Lithometeor type"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Meteorological Optical Range"@en ; + skos:notation 525 ; + dct:notation 525 ; + skos:prefLabel "Meteorological Optical Range"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Obscuration type"@en ; + skos:notation 526 ; + dct:notation 526 ; + skos:prefLabel "Obscuration type"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wind"@en ; + skos:notation 10061 ; + dct:notation 10061 ; + skos:prefLabel "Wind"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Direction of cloud movement"@en ; + skos:notation 304 ; + dct:notation 304 ; + skos:prefLabel "Direction of cloud movement"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Gust Speed"@en ; + skos:notation 305 ; + dct:notation 305 ; + skos:prefLabel "Gust Speed"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wind"@en ; + skos:notation 307 ; + dct:notation 307 ; + skos:prefLabel "Wind"@en ; + skos:altLabel "Z component"@en ; + skos:altLabel "vertical"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wind"@en ; + skos:notation 309 ; + dct:notation 309 ; + skos:prefLabel "Wind"@en ; + skos:altLabel "surface wind direction and speed"@en ; + skos:altLabel "horizontal"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wind"@en ; + skos:notation 310 ; + dct:notation 310 ; + skos:prefLabel "Wind"@en ; + skos:altLabel "X"@en ; + skos:altLabel "Y components"@en ; + skos:altLabel "horizontal"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Earth"@en ; + skos:notation 10062 ; + dct:notation 10062 ; + skos:prefLabel "Earth"@en ; + . + + + a skos:Concept ; + rdfs:label "Crustal motion"@en ; + skos:notation 6 ; + dct:notation 6 ; + skos:prefLabel "Crustal motion"@en ; + skos:altLabel "horizontal and vertical"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Crustal plates positioning"@en ; + skos:notation 7 ; + dct:notation 7 ; + skos:prefLabel "Crustal plates positioning"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Earth Rotation"@en ; + skos:notation 8 ; + dct:notation 8 ; + skos:prefLabel "Earth Rotation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Geoid"@en ; + skos:notation 9 ; + dct:notation 9 ; + skos:prefLabel "Geoid"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Geomagnetic field"@en ; + skos:notation 10 ; + dct:notation 10 ; + skos:prefLabel "Geomagnetic field"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Gravity field"@en ; + skos:notation 11 ; + dct:notation 11 ; + skos:prefLabel "Gravity field"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Gravity gradients"@en ; + skos:notation 12 ; + dct:notation 12 ; + skos:prefLabel "Gravity gradients"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean"@en ; + skos:notation 10063 ; + dct:notation 10063 ; + skos:prefLabel "Ocean"@en ; + . + + + a skos:Concept ; + rdfs:label "Topography"@en ; + skos:notation 10064 ; + dct:notation 10064 ; + skos:prefLabel "Topography"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Bathymetry"@en ; + skos:notation 13 ; + dct:notation 13 ; + skos:prefLabel "Bathymetry"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean dynamic topography"@en ; + skos:notation 64 ; + dct:notation 64 ; + skos:prefLabel "Ocean dynamic topography"@en ; + skos:altLabel "ODT"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea surface height anomaly"@en ; + skos:notation 77 ; + dct:notation 77 ; + skos:prefLabel "Sea surface height anomaly"@en ; + skos:altLabel "SSHA"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Coastal sea level"@en ; + skos:notation 96 ; + dct:notation 96 ; + skos:prefLabel "Coastal sea level"@en ; + skos:altLabel "tide"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Mean dynamic topography"@en ; + skos:notation 740 ; + dct:notation 740 ; + skos:prefLabel "Mean dynamic topography"@en ; + skos:altLabel "MDT"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Mean sea surface"@en ; + skos:notation 741 ; + dct:notation 741 ; + skos:prefLabel "Mean sea surface"@en ; + skos:altLabel "MSS"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea surface height"@en ; + skos:notation 742 ; + dct:notation 742 ; + skos:prefLabel "Sea surface height"@en ; + skos:altLabel "SSH"@en ; + skos:altLabel "OST"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Currents"@en ; + skos:notation 10065 ; + dct:notation 10065 ; + skos:prefLabel "Currents"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean Current - Direction"@en ; + skos:notation 62 ; + dct:notation 62 ; + skos:prefLabel "Ocean Current - Direction"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean Current - Speed"@en ; + skos:notation 63 ; + dct:notation 63 ; + skos:prefLabel "Ocean Current - Speed"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean surface currents"@en ; + skos:notation 65 ; + dct:notation 65 ; + skos:prefLabel "Ocean surface currents"@en ; + skos:altLabel "vector"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Miscellaneous"@en ; + skos:notation 10066 ; + dct:notation 10066 ; + skos:prefLabel "Miscellaneous"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Diffuse attenuation coefficient in turbidity"@en ; + skos:notation 70 ; + dct:notation 70 ; + skos:prefLabel "Diffuse attenuation coefficient in turbidity"@en ; + skos:altLabel "DAC"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean suspended sediments concentration"@en ; + skos:notation 72 ; + dct:notation 72 ; + skos:prefLabel "Ocean suspended sediments concentration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Oil spill cover"@en ; + skos:notation 73 ; + dct:notation 73 ; + skos:prefLabel "Oil spill cover"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea surface Mass Flux"@en ; + skos:notation 75 ; + dct:notation 75 ; + skos:prefLabel "Sea surface Mass Flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea surface heat flux"@en ; + skos:notation 76 ; + dct:notation 76 ; + skos:prefLabel "Sea surface heat flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Total alkalinity"@en ; + skos:notation 78 ; + dct:notation 78 ; + skos:prefLabel "Total alkalinity"@en ; + skos:altLabel "AT"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "pH"@en ; + skos:notation 79 ; + dct:notation 79 ; + skos:prefLabel "pH"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Fluorescence"@en ; + skos:notation 739 ; + dct:notation 739 ; + skos:prefLabel "Fluorescence"@en ; + skos:altLabel "DOM"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Carbon species"@en ; + skos:notation 10116 ; + dct:notation 10116 ; + skos:prefLabel "Carbon species"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Dissolved inorganic carbon"@en ; + skos:notation 67 ; + dct:notation 67 ; + skos:prefLabel "Dissolved inorganic carbon"@en ; + skos:altLabel "DIC"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Dissolved organic carbon"@en ; + skos:notation 68 ; + dct:notation 68 ; + skos:prefLabel "Dissolved organic carbon"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Nitrogen species"@en ; + skos:notation 10117 ; + dct:notation 10117 ; + skos:prefLabel "Nitrogen species"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Dissolved organic nitrogen"@en ; + skos:notation 69 ; + dct:notation 69 ; + skos:prefLabel "Dissolved organic nitrogen"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Biology"@en ; + skos:notation 10067 ; + dct:notation 10067 ; + skos:prefLabel "Biology"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Chlorophyll concentration"@en ; + skos:notation 71 ; + dct:notation 71 ; + skos:prefLabel "Chlorophyll concentration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Primary production"@en ; + skos:notation 74 ; + dct:notation 74 ; + skos:prefLabel "Primary production"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "SiO3="@en ; + skos:notation 82 ; + dct:notation 82 ; + skos:prefLabel "SiO3="@en ; + skos:altLabel "metasilicate"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Zooplankton"@en ; + skos:notation 733 ; + dct:notation 733 ; + skos:prefLabel "Zooplankton"@en ; + skos:altLabel "size and/or development stage"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Nitrogen species"@en ; + skos:notation 10068 ; + dct:notation 10068 ; + skos:prefLabel "Nitrogen species"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "NO2-"@en ; + skos:notation 311 ; + dct:notation 311 ; + skos:prefLabel "NO2-"@en ; + skos:altLabel "nitrite"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrite-ion ; + . + + + a skos:Concept ; + rdfs:label "NO3-"@en ; + skos:notation 312 ; + dct:notation 312 ; + skos:prefLabel "NO3-"@en ; + skos:altLabel "nitrate"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrate-ion ; + . + + + a skos:Concept ; + rdfs:label "Phosporus species"@en ; + skos:notation 10069 ; + dct:notation 10069 ; + skos:prefLabel "Phosporus species"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "PO4="@en ; + skos:notation 399 ; + dct:notation 399 ; + skos:prefLabel "PO4="@en ; + skos:altLabel "phosphate"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Total organic phosphorus"@en ; + skos:notation 400 ; + dct:notation 400 ; + skos:prefLabel "Total organic phosphorus"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Other Gas"@en ; + skos:notation 10070 ; + dct:notation 10070 ; + skos:prefLabel "Other Gas"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "N2, Ar in O2 "@en ; + skos:notation 84 ; + dct:notation 84 ; + skos:prefLabel "N2, Ar in O2 "@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "O2/Ar ratio"@en ; + skos:notation 85 ; + dct:notation 85 ; + skos:prefLabel "O2/Ar ratio"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean subsurface dissolved oxygen concentration"@en ; + skos:notation 86 ; + dct:notation 86 ; + skos:prefLabel "Ocean subsurface dissolved oxygen concentration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Oxygen in dissolved"@en ; + skos:notation 87 ; + dct:notation 87 ; + skos:prefLabel "Oxygen in dissolved"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "CTD"@en ; + skos:notation 10071 ; + dct:notation 10071 ; + skos:prefLabel "CTD"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "pO2"@en ; + skos:notation 549 ; + dct:notation 549 ; + skos:prefLabel "pO2"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Pressure"@en ; + skos:notation 10072 ; + dct:notation 10072 ; + skos:prefLabel "Pressure"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "CTD"@en ; + skos:notation 10073 ; + dct:notation 10073 ; + skos:prefLabel "CTD"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Radiation"@en ; + skos:notation 10074 ; + dct:notation 10074 ; + skos:prefLabel "Radiation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Water-leaving spectral radiance"@en ; + skos:notation 89 ; + dct:notation 89 ; + skos:prefLabel "Water-leaving spectral radiance"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Reactive Gas"@en ; + skos:notation 10075 ; + dct:notation 10075 ; + skos:prefLabel "Reactive Gas"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "C2H6S"@en ; + skos:notation 90 ; + dct:notation 90 ; + skos:prefLabel "C2H6S"@en ; + skos:altLabel "dimethylsulfide"@en ; + skos:altLabel "DMS"@en ; + skos:broader ; + defchem:chemical-species chemical-species:dimethylsulfide ; + . + + + a skos:Concept ; + rdfs:label "Basic Physical Properties"@en ; + skos:notation 10076 ; + dct:notation 10076 ; + skos:prefLabel "Basic Physical Properties"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Pressure"@en ; + skos:notation 18 ; + dct:notation 18 ; + skos:prefLabel "Pressure"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean salinity"@en ; + skos:notation 91 ; + dct:notation 91 ; + skos:prefLabel "Ocean salinity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea surface salinity"@en ; + skos:notation 92 ; + dct:notation 92 ; + skos:prefLabel "Sea surface salinity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean temperature"@en ; + skos:notation 94 ; + dct:notation 94 ; + skos:prefLabel "Ocean temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea surface temperature"@en ; + skos:notation 95 ; + dct:notation 95 ; + skos:prefLabel "Sea surface temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Conductivity"@en ; + skos:notation 731 ; + dct:notation 731 ; + skos:prefLabel "Conductivity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Density"@en ; + skos:notation 732 ; + dct:notation 732 ; + skos:prefLabel "Density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow / Ice / Glacier"@en ; + skos:notation 10077 ; + dct:notation 10077 ; + skos:prefLabel "Snow / Ice / Glacier"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice"@en ; + skos:notation 10078 ; + dct:notation 10078 ; + skos:prefLabel "Ice"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea-ice cover"@en ; + skos:notation 401 ; + dct:notation 401 ; + skos:prefLabel "Sea-ice cover"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea-ice elevation"@en ; + skos:notation 402 ; + dct:notation 402 ; + skos:prefLabel "Sea-ice elevation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea-ice motion"@en ; + skos:notation 403 ; + dct:notation 403 ; + skos:prefLabel "Sea-ice motion"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea-ice surface characteristics"@en ; + skos:notation 404 ; + dct:notation 404 ; + skos:prefLabel "Sea-ice surface characteristics"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea-ice surface temperature"@en ; + skos:notation 405 ; + dct:notation 405 ; + skos:prefLabel "Sea-ice surface temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea-ice thickness"@en ; + skos:notation 406 ; + dct:notation 406 ; + skos:prefLabel "Sea-ice thickness"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea-ice type"@en ; + skos:notation 407 ; + dct:notation 407 ; + skos:prefLabel "Sea-ice type"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Temperature"@en ; + skos:notation 10079 ; + dct:notation 10079 ; + skos:prefLabel "Temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Tides"@en ; + skos:notation 10080 ; + dct:notation 10080 ; + skos:prefLabel "Tides"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Transmissivity"@en ; + skos:notation 10081 ; + dct:notation 10081 ; + skos:prefLabel "Transmissivity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "CTD"@en ; + skos:notation 10082 ; + dct:notation 10082 ; + skos:prefLabel "CTD"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Transmissivity"@en ; + skos:notation 408 ; + dct:notation 408 ; + skos:prefLabel "Transmissivity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Waves"@en ; + skos:notation 10083 ; + dct:notation 10083 ; + skos:prefLabel "Waves"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Dominant wave direction"@en ; + skos:notation 98 ; + dct:notation 98 ; + skos:prefLabel "Dominant wave direction"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Dominant wave period"@en ; + skos:notation 99 ; + dct:notation 99 ; + skos:prefLabel "Dominant wave period"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Significant wave height"@en ; + skos:notation 100 ; + dct:notation 100 ; + skos:prefLabel "Significant wave height"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wave 1D energy frequency spectrum"@en ; + skos:notation 101 ; + dct:notation 101 ; + skos:prefLabel "Wave 1D energy frequency spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wave directional energy frequency spectrum"@en ; + skos:notation 102 ; + dct:notation 102 ; + skos:prefLabel "Wave directional energy frequency spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wave height"@en ; + skos:notation 743 ; + dct:notation 743 ; + skos:prefLabel "Wave height"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wave period"@en ; + skos:notation 744 ; + dct:notation 744 ; + skos:prefLabel "Wave period"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Directional waves"@en ; + skos:notation 745 ; + dct:notation 745 ; + skos:prefLabel "Directional waves"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wind"@en ; + skos:notation 10084 ; + dct:notation 10084 ; + skos:prefLabel "Wind"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wind stress"@en ; + skos:notation 103 ; + dct:notation 103 ; + skos:prefLabel "Wind stress"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Greenhouse Gas"@en ; + skos:notation 10115 ; + dct:notation 10115 ; + skos:prefLabel "Greenhouse Gas"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "pCO2"@en ; + skos:notation 735 ; + dct:notation 735 ; + skos:prefLabel "pCO2"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "pCO2 air-sea flux"@en ; + skos:notation 736 ; + dct:notation 736 ; + skos:prefLabel "pCO2 air-sea flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Outer Space"@en ; + skos:notation 10085 ; + dct:notation 10085 ; + skos:prefLabel "Outer Space"@en ; + . + + + a skos:Concept ; + rdfs:label "Energetic particles / solar wind"@en ; + skos:notation 10086 ; + dct:notation 10086 ; + skos:prefLabel "Energetic particles / solar wind"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electron flux energy spectrum"@en ; + skos:notation 104 ; + dct:notation 104 ; + skos:prefLabel "Electron flux energy spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electrostatic charge"@en ; + skos:notation 105 ; + dct:notation 105 ; + skos:prefLabel "Electrostatic charge"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Heavy ion angular flux energy and mass spectrum"@en ; + skos:notation 106 ; + dct:notation 106 ; + skos:prefLabel "Heavy ion angular flux energy and mass spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Heavy ion flux energy and mass spectrum"@en ; + skos:notation 107 ; + dct:notation 107 ; + skos:prefLabel "Heavy ion flux energy and mass spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Interplanetary magnetic field"@en ; + skos:notation 108 ; + dct:notation 108 ; + skos:prefLabel "Interplanetary magnetic field"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Radiation Dose Rate"@en ; + skos:notation 111 ; + dct:notation 111 ; + skos:prefLabel "Radiation Dose Rate"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar wind temperature"@en ; + skos:notation 112 ; + dct:notation 112 ; + skos:prefLabel "Solar wind temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar wind velocity"@en ; + skos:notation 113 ; + dct:notation 113 ; + skos:prefLabel "Solar wind velocity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Particle density"@en ; + skos:notation 10087 ; + dct:notation 10087 ; + skos:prefLabel "Particle density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar wind density"@en ; + skos:notation 409 ; + dct:notation 409 ; + skos:prefLabel "Solar wind density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Particle flux"@en ; + skos:notation 10088 ; + dct:notation 10088 ; + skos:prefLabel "Particle flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Alpha particles differential directional flux"@en ; + skos:notation 511 ; + dct:notation 511 ; + skos:prefLabel "Alpha particles differential directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Alpha particles integral directional flux"@en ; + skos:notation 512 ; + dct:notation 512 ; + skos:prefLabel "Alpha particles integral directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cosmic ray neutron flux spectrum"@en ; + skos:notation 513 ; + dct:notation 513 ; + skos:prefLabel "Cosmic ray neutron flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electron differential directional flux"@en ; + skos:notation 514 ; + dct:notation 514 ; + skos:prefLabel "Electron differential directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electron flux density"@en ; + skos:notation 515 ; + dct:notation 515 ; + skos:prefLabel "Electron flux density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electron integral directional flux"@en ; + skos:notation 516 ; + dct:notation 516 ; + skos:prefLabel "Electron integral directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Heavy ion differential directional flux"@en ; + skos:notation 517 ; + dct:notation 517 ; + skos:prefLabel "Heavy ion differential directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Heavy ion integral directional flux"@en ; + skos:notation 518 ; + dct:notation 518 ; + skos:prefLabel "Heavy ion integral directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Proton differential directional flux"@en ; + skos:notation 519 ; + dct:notation 519 ; + skos:prefLabel "Proton differential directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Proton integral directional flux"@en ; + skos:notation 520 ; + dct:notation 520 ; + skos:prefLabel "Proton integral directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ionospheric disturbances"@en ; + skos:notation 10089 ; + dct:notation 10089 ; + skos:prefLabel "Ionospheric disturbances"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aurora"@en ; + skos:notation 114 ; + dct:notation 114 ; + skos:prefLabel "Aurora"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electric Field"@en ; + skos:notation 115 ; + dct:notation 115 ; + skos:prefLabel "Electric Field"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electron Density"@en ; + skos:notation 116 ; + dct:notation 116 ; + skos:prefLabel "Electron Density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ionospheric Radio Absorption"@en ; + skos:notation 117 ; + dct:notation 117 ; + skos:prefLabel "Ionospheric Radio Absorption"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ionospheric Scintillation"@en ; + skos:notation 118 ; + dct:notation 118 ; + skos:prefLabel "Ionospheric Scintillation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ionospheric Vertical Total Electron Content"@en ; + skos:notation 119 ; + dct:notation 119 ; + skos:prefLabel "Ionospheric Vertical Total Electron Content"@en ; + skos:altLabel "VTEC"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ionospheric plasma density"@en ; + skos:notation 120 ; + dct:notation 120 ; + skos:prefLabel "Ionospheric plasma density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ionospheric plasma velocity"@en ; + skos:notation 121 ; + dct:notation 121 ; + skos:prefLabel "Ionospheric plasma velocity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Spread F"@en ; + skos:notation 122 ; + dct:notation 122 ; + skos:prefLabel "Spread F"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "foEs"@en ; + skos:notation 123 ; + dct:notation 123 ; + skos:prefLabel "foEs"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "foF2"@en ; + skos:notation 124 ; + dct:notation 124 ; + skos:prefLabel "foF2"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "h'F"@en ; + skos:notation 125 ; + dct:notation 125 ; + skos:prefLabel "h'F"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "hmF2"@en ; + skos:notation 126 ; + dct:notation 126 ; + skos:prefLabel "hmF2"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar monitoring"@en ; + skos:notation 10090 ; + dct:notation 10090 ; + skos:prefLabel "Solar monitoring"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "EUV flux"@en ; + skos:notation 127 ; + dct:notation 127 ; + skos:prefLabel "EUV flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "EUV flux spectrum"@en ; + skos:notation 128 ; + dct:notation 128 ; + skos:prefLabel "EUV flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "EUV sky image"@en ; + skos:notation 129 ; + dct:notation 129 ; + skos:prefLabel "EUV sky image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Gamma-ray flux"@en ; + skos:notation 130 ; + dct:notation 130 ; + skos:prefLabel "Gamma-ray flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Gamma-ray flux spectrum"@en ; + skos:notation 131 ; + dct:notation 131 ; + skos:prefLabel "Gamma-ray flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Heliospheric image"@en ; + skos:notation 132 ; + dct:notation 132 ; + skos:prefLabel "Heliospheric image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Radio-waves"@en ; + skos:notation 133 ; + dct:notation 133 ; + skos:prefLabel "Radio-waves"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar Ca II-K image"@en ; + skos:notation 134 ; + dct:notation 134 ; + skos:prefLabel "Solar Ca II-K image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar EUV flux"@en ; + skos:notation 135 ; + dct:notation 135 ; + skos:prefLabel "Solar EUV flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar EUV flux spectrum"@en ; + skos:notation 136 ; + dct:notation 136 ; + skos:prefLabel "Solar EUV flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar EUV image"@en ; + skos:notation 137 ; + dct:notation 137 ; + skos:prefLabel "Solar EUV image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar H-alpha image"@en ; + skos:notation 138 ; + dct:notation 138 ; + skos:prefLabel "Solar H-alpha image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar Lyman-alpha flux"@en ; + skos:notation 139 ; + dct:notation 139 ; + skos:prefLabel "Solar Lyman-alpha flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar Lyman-alpha image"@en ; + skos:notation 140 ; + dct:notation 140 ; + skos:prefLabel "Solar Lyman-alpha image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar UV flux"@en ; + skos:notation 141 ; + dct:notation 141 ; + skos:prefLabel "Solar UV flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar UV flux spectrum"@en ; + skos:notation 142 ; + dct:notation 142 ; + skos:prefLabel "Solar UV flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar UV image"@en ; + skos:notation 143 ; + dct:notation 143 ; + skos:prefLabel "Solar UV image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar VIS flux"@en ; + skos:notation 144 ; + dct:notation 144 ; + skos:prefLabel "Solar VIS flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar VIS flux spectrum"@en ; + skos:notation 145 ; + dct:notation 145 ; + skos:prefLabel "Solar VIS flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar VIS image"@en ; + skos:notation 146 ; + dct:notation 146 ; + skos:prefLabel "Solar VIS image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar X-ray flux"@en ; + skos:notation 147 ; + dct:notation 147 ; + skos:prefLabel "Solar X-ray flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar X-ray flux spectrum"@en ; + skos:notation 148 ; + dct:notation 148 ; + skos:prefLabel "Solar X-ray flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar X-ray image"@en ; + skos:notation 149 ; + dct:notation 149 ; + skos:prefLabel "Solar X-ray image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar coronagraphic image"@en ; + skos:notation 150 ; + dct:notation 150 ; + skos:prefLabel "Solar coronagraphic image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar electric field"@en ; + skos:notation 151 ; + dct:notation 151 ; + skos:prefLabel "Solar electric field"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar gamma-ray flux"@en ; + skos:notation 152 ; + dct:notation 152 ; + skos:prefLabel "Solar gamma-ray flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar gamma-ray flux spectrum"@en ; + skos:notation 153 ; + dct:notation 153 ; + skos:prefLabel "Solar gamma-ray flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar magnetic field"@en ; + skos:notation 154 ; + dct:notation 154 ; + skos:prefLabel "Solar magnetic field"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar radio flux"@en ; + skos:notation 155 ; + dct:notation 155 ; + skos:prefLabel "Solar radio flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar radio flux spectrum"@en ; + skos:notation 156 ; + dct:notation 156 ; + skos:prefLabel "Solar radio flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar radio image"@en ; + skos:notation 157 ; + dct:notation 157 ; + skos:prefLabel "Solar radio image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar velocity fields"@en ; + skos:notation 158 ; + dct:notation 158 ; + skos:prefLabel "Solar velocity fields"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar white light image"@en ; + skos:notation 159 ; + dct:notation 159 ; + skos:prefLabel "Solar white light image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV flux"@en ; + skos:notation 160 ; + dct:notation 160 ; + skos:prefLabel "UV flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV sky image"@en ; + skos:notation 161 ; + dct:notation 161 ; + skos:prefLabel "UV sky image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "X-ray flux"@en ; + skos:notation 162 ; + dct:notation 162 ; + skos:prefLabel "X-ray flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "X-ray flux spectrum"@en ; + skos:notation 163 ; + dct:notation 163 ; + skos:prefLabel "X-ray flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "X-ray sky image"@en ; + skos:notation 164 ; + dct:notation 164 ; + skos:prefLabel "X-ray sky image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Terrestrial"@en ; + skos:notation 10091 ; + dct:notation 10091 ; + skos:prefLabel "Terrestrial"@en ; + . + + + a skos:Concept ; + rdfs:label "Ground water"@en ; + skos:notation 10092 ; + dct:notation 10092 ; + skos:prefLabel "Ground water"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ground water"@en ; + skos:notation 165 ; + dct:notation 165 ; + skos:prefLabel "Ground water"@en ; + skos:altLabel "amount per unit area"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ground water"@en ; + skos:notation 166 ; + dct:notation 166 ; + skos:prefLabel "Ground water"@en ; + skos:altLabel "level"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lake"@en ; + skos:notation 10093 ; + dct:notation 10093 ; + skos:prefLabel "Lake"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lake area"@en ; + skos:notation 167 ; + dct:notation 167 ; + skos:prefLabel "Lake area"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lake level"@en ; + skos:notation 168 ; + dct:notation 168 ; + skos:prefLabel "Lake level"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow / Ice / Glacier"@en ; + skos:notation 10094 ; + dct:notation 10094 ; + skos:prefLabel "Snow / Ice / Glacier"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice"@en ; + skos:notation 10095 ; + dct:notation 10095 ; + skos:prefLabel "Ice"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice thickness"@en ; + skos:notation 725 ; + dct:notation 725 ; + skos:prefLabel "Ice thickness"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Temperature"@en ; + skos:notation 10096 ; + dct:notation 10096 ; + skos:prefLabel "Temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lake Surface Temperature"@en ; + skos:notation 410 ; + dct:notation 410 ; + skos:prefLabel "Lake Surface Temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Land surface"@en ; + skos:notation 10097 ; + dct:notation 10097 ; + skos:prefLabel "Land surface"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Braking action/friction coefficient"@en ; + skos:notation 231 ; + dct:notation 231 ; + skos:prefLabel "Braking action/friction coefficient"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Coastlines"@en ; + skos:notation 232 ; + dct:notation 232 ; + skos:prefLabel "Coastlines"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Land cover"@en ; + skos:notation 236 ; + dct:notation 236 ; + skos:prefLabel "Land cover"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Land surface topography"@en ; + skos:notation 237 ; + dct:notation 237 ; + skos:prefLabel "Land surface topography"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Runway conditions"@en ; + skos:notation 239 ; + dct:notation 239 ; + skos:prefLabel "Runway conditions"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wetland extent"@en ; + skos:notation 243 ; + dct:notation 243 ; + skos:prefLabel "Wetland extent"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Fire"@en ; + skos:notation 10098 ; + dct:notation 10098 ; + skos:prefLabel "Fire"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Fire fractional cover"@en ; + skos:notation 386 ; + dct:notation 386 ; + skos:prefLabel "Fire fractional cover"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Fire radiative power"@en ; + skos:notation 387 ; + dct:notation 387 ; + skos:prefLabel "Fire radiative power"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Fire temperature"@en ; + skos:notation 388 ; + dct:notation 388 ; + skos:prefLabel "Fire temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Greenhouse Gas"@en ; + skos:notation 10099 ; + dct:notation 10099 ; + skos:prefLabel "Greenhouse Gas"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "CO2 flux"@en ; + skos:notation 422 ; + dct:notation 422 ; + skos:prefLabel "CO2 flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Humidity"@en ; + skos:notation 10100 ; + dct:notation 10100 ; + skos:prefLabel "Humidity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Evaporation"@en ; + skos:notation 510 ; + dct:notation 510 ; + skos:prefLabel "Evaporation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Radiation"@en ; + skos:notation 10101 ; + dct:notation 10101 ; + skos:prefLabel "Radiation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Fraction of Absorbed PAR"@en ; + skos:notation 563 ; + dct:notation 563 ; + skos:prefLabel "Fraction of Absorbed PAR"@en ; + skos:altLabel "FAPAR"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Photosynthetically Active Radiation"@en ; + skos:notation 564 ; + dct:notation 564 ; + skos:prefLabel "Photosynthetically Active Radiation"@en ; + skos:altLabel "PAR"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow / Ice / Glacier"@en ; + skos:notation 10102 ; + dct:notation 10102 ; + skos:prefLabel "Snow / Ice / Glacier"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Permafrost"@en ; + skos:notation 354 ; + dct:notation 354 ; + skos:prefLabel "Permafrost"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Glacier"@en ; + skos:notation 10103 ; + dct:notation 10103 ; + skos:prefLabel "Glacier"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Glacier cover"@en ; + skos:notation 610 ; + dct:notation 610 ; + skos:prefLabel "Glacier cover"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Glacier motion"@en ; + skos:notation 611 ; + dct:notation 611 ; + skos:prefLabel "Glacier motion"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Glacier topography"@en ; + skos:notation 612 ; + dct:notation 612 ; + skos:prefLabel "Glacier topography"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice"@en ; + skos:notation 10104 ; + dct:notation 10104 ; + skos:prefLabel "Ice"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice sheet topography"@en ; + skos:notation 613 ; + dct:notation 613 ; + skos:prefLabel "Ice sheet topography"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow"@en ; + skos:notation 10105 ; + dct:notation 10105 ; + skos:prefLabel "Snow"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Depth of fresh snowfall"@en ; + skos:notation 627 ; + dct:notation 627 ; + skos:prefLabel "Depth of fresh snowfall"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow cover"@en ; + skos:notation 628 ; + dct:notation 628 ; + skos:prefLabel "Snow cover"@en ; + skos:altLabel "fraction of area"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow depth"@en ; + skos:notation 629 ; + dct:notation 629 ; + skos:prefLabel "Snow depth"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow status"@en ; + skos:notation 630 ; + dct:notation 630 ; + skos:prefLabel "Snow status"@en ; + skos:altLabel "wet/dry"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow water equivalent"@en ; + skos:notation 631 ; + dct:notation 631 ; + skos:prefLabel "Snow water equivalent"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Temperature"@en ; + skos:notation 10106 ; + dct:notation 10106 ; + skos:prefLabel "Temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Land surface temperature"@en ; + skos:notation 389 ; + dct:notation 389 ; + skos:prefLabel "Land surface temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Vegetation"@en ; + skos:notation 10107 ; + dct:notation 10107 ; + skos:prefLabel "Vegetation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Biomass"@en ; + skos:notation 423 ; + dct:notation 423 ; + skos:prefLabel "Biomass"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Fraction of vegetated land"@en ; + skos:notation 424 ; + dct:notation 424 ; + skos:prefLabel "Fraction of vegetated land"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Leaf Area Index"@en ; + skos:notation 425 ; + dct:notation 425 ; + skos:prefLabel "Leaf Area Index"@en ; + skos:altLabel "LAI"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Normalised Difference Vegetation Index"@en ; + skos:notation 426 ; + dct:notation 426 ; + skos:prefLabel "Normalised Difference Vegetation Index"@en ; + skos:altLabel "NDVI"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Vegetation type"@en ; + skos:notation 427 ; + dct:notation 427 ; + skos:prefLabel "Vegetation type"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "River"@en ; + skos:notation 10108 ; + dct:notation 10108 ; + skos:prefLabel "River"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "River discharge"@en ; + skos:notation 171 ; + dct:notation 171 ; + skos:prefLabel "River discharge"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "River stage"@en ; + skos:notation 172 ; + dct:notation 172 ; + skos:prefLabel "River stage"@en ; + skos:altLabel "level above reference"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow / Ice / Glacier"@en ; + skos:notation 10109 ; + dct:notation 10109 ; + skos:prefLabel "Snow / Ice / Glacier"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice"@en ; + skos:notation 10110 ; + dct:notation 10110 ; + skos:prefLabel "Ice"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice thickness"@en ; + skos:notation 726 ; + dct:notation 726 ; + skos:prefLabel "Ice thickness"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Soil"@en ; + skos:notation 10111 ; + dct:notation 10111 ; + skos:prefLabel "Soil"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Soil heat Flux"@en ; + skos:notation 245 ; + dct:notation 245 ; + skos:prefLabel "Soil heat Flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Soil type"@en ; + skos:notation 246 ; + dct:notation 246 ; + skos:prefLabel "Soil type"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Humidity"@en ; + skos:notation 10112 ; + dct:notation 10112 ; + skos:prefLabel "Humidity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Soil moisture"@en ; + skos:notation 527 ; + dct:notation 527 ; + skos:prefLabel "Soil moisture"@en ; + skos:altLabel "in the roots region"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Soil moisture at surface"@en ; + skos:notation 528 ; + dct:notation 528 ; + skos:prefLabel "Soil moisture at surface"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Temperature"@en ; + skos:notation 10113 ; + dct:notation 10113 ; + skos:prefLabel "Temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Soil temperature"@en ; + skos:notation 596 ; + dct:notation 596 ; + skos:prefLabel "Soil temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Well"@en ; + skos:notation 10114 ; + dct:notation 10114 ; + skos:prefLabel "Well"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Well discharge"@en ; + skos:notation 174 ; + dct:notation 174 ; + skos:prefLabel "Well discharge"@en ; + skos:broader ; + . + From 8fb71400ae814a108d913ceb1219ee44c37097e8 Mon Sep 17 00:00:00 2001 From: maschu09 Date: Thu, 30 Jun 2016 11:26:46 +0200 Subject: [PATCH 14/16] Delete wmdsObservedVariable.ttl fixing syntactic errors (escape commata) and add prefixes for chemcial-species and medium --- ttl/wmdsObservedVariable.ttl | 7167 ---------------------------------- 1 file changed, 7167 deletions(-) delete mode 100644 ttl/wmdsObservedVariable.ttl diff --git a/ttl/wmdsObservedVariable.ttl b/ttl/wmdsObservedVariable.ttl deleted file mode 100644 index c1384f1..0000000 --- a/ttl/wmdsObservedVariable.ttl +++ /dev/null @@ -1,7167 +0,0 @@ - -#10000 -wmdsObservedVariable:Atmosphere -a skos:Concept ; -skos:notation 10000 ; -dct:notation 10000 ; -rdfs:label "Atmosphere" ; -. - -#37 -wmdsObservedVariable:Aerological soundings -a skos:Concept ; -skos:notation 37 ; -dct:notation 37 ; -rdfs:label "Aerological soundings" ; -skos:broader Atmosphere ; -. - -#39 -wmdsObservedVariable:Atmospheric density -a skos:Concept ; -skos:notation 39 ; -dct:notation 39 ; -rdfs:label "Atmospheric density" ; -skos:broader Atmosphere ; -. - -#44 -wmdsObservedVariable:Integrated air samples -a skos:Concept ; -skos:notation 44 ; -dct:notation 44 ; -rdfs:label "Integrated air samples" ; -skos:broader Atmosphere ; -. - -#56 -wmdsObservedVariable:Special phenomena -a skos:Concept ; -skos:notation 56 ; -dct:notation 56 ; -rdfs:label "Special phenomena" ; -skos:broader Atmosphere ; -. - -#57 -wmdsObservedVariable:State of ground -a skos:Concept ; -skos:notation 57 ; -dct:notation 57 ; -rdfs:label "State of ground" ; -skos:broader Atmosphere ; -. - -#10001 -wmdsObservedVariable:Aerosol -a skos:Concept ; -skos:notation 10001 ; -dct:notation 10001 ; -rdfs:label "Aerosol" ; -skos:broader Atmosphere ; -. - -#10002 -wmdsObservedVariable:Composition -a skos:Concept ; -skos:notation 10002 ; -dct:notation 10002 ; -rdfs:label "Composition" ; -skos:broader Aerosol ; -. - -#579 -wmdsObservedVariable:Acidity/Alkalinity -a skos:Concept ; -skos:notation 579 ; -dct:notation 579 ; -rdfs:label "Acidity/Alkalinity in total aerosol"" ; -skos:broader Composition ; -defchem:medium medium:total aerosol" ; -. - -#10003 -wmdsObservedVariable:Inorganic anions -a skos:Concept ; -skos:notation 10003 ; -dct:notation 10003 ; -rdfs:label "Inorganic anions" ; -skos:broader Composition ; -. - -#614 -wmdsObservedVariable:Chloride -a skos:Concept ; -skos:notation 614 ; -dct:notation 614 ; -rdfs:label "Chloride(Cl-) in PM1"" ; -skos:broader Inorganic anions ; -defchem:medium medium:PM1" ; -. - -#615 -wmdsObservedVariable:Chloride -a skos:Concept ; -skos:notation 615 ; -dct:notation 615 ; -rdfs:label "Chloride(Cl-) in PM10"" ; -skos:broader Inorganic anions ; -defchem:medium medium:PM10" ; -. - -#616 -wmdsObservedVariable:Chloride -a skos:Concept ; -skos:notation 616 ; -dct:notation 616 ; -rdfs:label "Chloride(Cl-) in PM2.5"" ; -skos:broader Inorganic anions ; -defchem:medium medium:PM2.5" ; -. - -#617 -wmdsObservedVariable:Chloride -a skos:Concept ; -skos:notation 617 ; -dct:notation 617 ; -rdfs:label "Chloride(Cl-) in total aerosol"" ; -skos:broader Inorganic anions ; -defchem:medium medium:total aerosol" ; -. - -#618 -wmdsObservedVariable:Fluoride -a skos:Concept ; -skos:notation 618 ; -dct:notation 618 ; -rdfs:label "Fluoride(F-) in total aerosol"" ; -skos:broader Inorganic anions ; -defchem:medium medium:total aerosol" ; -. - -#619 -wmdsObservedVariable:Sulphate -a skos:Concept ; -skos:notation 619 ; -dct:notation 619 ; -rdfs:label "Sulphate(SO4=) in corrected"" ; -skos:broader Inorganic anions ; -defchem:medium medium:corrected" ; -. - -#620 -wmdsObservedVariable:Sulphate -a skos:Concept ; -skos:notation 620 ; -dct:notation 620 ; -rdfs:label "Sulphate(SO4=) in total"" ; -skos:broader Inorganic anions ; -defchem:medium medium:total" ; -. - -#621 -wmdsObservedVariable:Sulphate , total -a skos:Concept ; -skos:notation 621 ; -dct:notation 621 ; -rdfs:label "Sulphate , total(SO4=) in PM10"" ; -skos:broader Inorganic anions ; -defchem:medium medium:PM10" ; -. - -#622 -wmdsObservedVariable:Sulphate , total -a skos:Concept ; -skos:notation 622 ; -dct:notation 622 ; -rdfs:label "Sulphate , total(SO4=) in PM2.5"" ; -skos:broader Inorganic anions ; -defchem:medium medium:PM2.5" ; -. - -#10004 -wmdsObservedVariable:Inorganic carbonaceous -a skos:Concept ; -skos:notation 10004 ; -dct:notation 10004 ; -rdfs:label "Inorganic carbonaceous" ; -skos:broader Composition ; -. - -#623 -wmdsObservedVariable:Elemental carbon -a skos:Concept ; -skos:notation 623 ; -dct:notation 623 ; -rdfs:label "Elemental carbon(coarse) in PM10"" ; -skos:broader Inorganic carbonaceous ; -defchem:medium medium:PM10" ; -. - -#624 -wmdsObservedVariable:Elemental carbon -a skos:Concept ; -skos:notation 624 ; -dct:notation 624 ; -rdfs:label "Elemental carbon in PM1"" ; -skos:broader Inorganic carbonaceous ; -defchem:medium medium:PM1" ; -. - -#625 -wmdsObservedVariable:Elemental carbon -a skos:Concept ; -skos:notation 625 ; -dct:notation 625 ; -rdfs:label "Elemental carbon in PM2.5"" ; -skos:broader Inorganic carbonaceous ; -defchem:medium medium:PM2.5" ; -. - -#626 -wmdsObservedVariable:Total carbon -a skos:Concept ; -skos:notation 626 ; -dct:notation 626 ; -rdfs:label "Total carbon(coarse) in PM10"" ; -skos:broader Inorganic carbonaceous ; -defchem:medium medium:PM10" ; -. - -#10005 -wmdsObservedVariable:Inorganic cations -a skos:Concept ; -skos:notation 10005 ; -dct:notation 10005 ; -rdfs:label "Inorganic cations" ; -skos:broader Composition ; -. - -#632 -wmdsObservedVariable:Calcium -a skos:Concept ; -skos:notation 632 ; -dct:notation 632 ; -rdfs:label "Calcium(Ca++) in PM10"" ; -skos:broader Inorganic cations ; -defchem:medium medium:PM10" ; -. - -#633 -wmdsObservedVariable:Calcium -a skos:Concept ; -skos:notation 633 ; -dct:notation 633 ; -rdfs:label "Calcium(Ca++) in PM2.5"" ; -skos:broader Inorganic cations ; -defchem:medium medium:PM2.5" ; -. - -#634 -wmdsObservedVariable:Calcium -a skos:Concept ; -skos:notation 634 ; -dct:notation 634 ; -rdfs:label "Calcium(Ca++) in total aerosol"" ; -skos:broader Inorganic cations ; -defchem:medium medium:total aerosol" ; -. - -#635 -wmdsObservedVariable:Magnesium -a skos:Concept ; -skos:notation 635 ; -dct:notation 635 ; -rdfs:label "Magnesium(Mg++) in PM10"" ; -skos:broader Inorganic cations ; -defchem:medium medium:PM10" ; -. - -#636 -wmdsObservedVariable:Magnesium -a skos:Concept ; -skos:notation 636 ; -dct:notation 636 ; -rdfs:label "Magnesium(Mg++) in PM2.5"" ; -skos:broader Inorganic cations ; -defchem:medium medium:PM2.5" ; -. - -#637 -wmdsObservedVariable:Magnesium -a skos:Concept ; -skos:notation 637 ; -dct:notation 637 ; -rdfs:label "Magnesium(Mg++) in total aerosol"" ; -skos:broader Inorganic cations ; -defchem:medium medium:total aerosol" ; -. - -#638 -wmdsObservedVariable:Potassium -a skos:Concept ; -skos:notation 638 ; -dct:notation 638 ; -rdfs:label "Potassium(K+) in PM10"" ; -skos:broader Inorganic cations ; -defchem:medium medium:PM10" ; -. - -#639 -wmdsObservedVariable:Potassium -a skos:Concept ; -skos:notation 639 ; -dct:notation 639 ; -rdfs:label "Potassium(K+) in PM2.5"" ; -skos:broader Inorganic cations ; -defchem:medium medium:PM2.5" ; -. - -#640 -wmdsObservedVariable:Potassium -a skos:Concept ; -skos:notation 640 ; -dct:notation 640 ; -rdfs:label "Potassium(K+) in total aerosol"" ; -skos:broader Inorganic cations ; -defchem:medium medium:total aerosol" ; -. - -#641 -wmdsObservedVariable:Sodium -a skos:Concept ; -skos:notation 641 ; -dct:notation 641 ; -rdfs:label "Sodium(Na+) in PM10"" ; -skos:broader Inorganic cations ; -defchem:medium medium:PM10" ; -. - -#642 -wmdsObservedVariable:Sodium -a skos:Concept ; -skos:notation 642 ; -dct:notation 642 ; -rdfs:label "Sodium(Na+) in PM2.5"" ; -skos:broader Inorganic cations ; -defchem:medium medium:PM2.5" ; -. - -#643 -wmdsObservedVariable:Sodium -a skos:Concept ; -skos:notation 643 ; -dct:notation 643 ; -rdfs:label "Sodium(Na+) in total aerosol"" ; -skos:broader Inorganic cations ; -defchem:medium medium:total aerosol" ; -. - -#10006 -wmdsObservedVariable:Inorganic nitrogen species -a skos:Concept ; -skos:notation 10006 ; -dct:notation 10006 ; -rdfs:label "Inorganic nitrogen species" ; -skos:broader Composition ; -defchem:chemical-species chemical-species:inorganic-nitrogen-species ; -. - -#644 -wmdsObservedVariable:Ammonia -a skos:Concept ; -skos:notation 644 ; -dct:notation 644 ; -rdfs:label "Ammonia(NH3) in PM2.5"" ; -skos:broader Inorganic nitrogen species ; -defchem:chemical-species chemical-species:ammonia ; -defchem:medium medium:PM2.5" ; -. - -#645 -wmdsObservedVariable:Ammonium -a skos:Concept ; -skos:notation 645 ; -dct:notation 645 ; -rdfs:label "Ammonium(NH4+) in PM10"" ; -skos:broader Inorganic nitrogen species ; -defchem:chemical-species chemical-species:ammonium ; -defchem:medium medium:PM10" ; -. - -#646 -wmdsObservedVariable:Ammonium -a skos:Concept ; -skos:notation 646 ; -dct:notation 646 ; -rdfs:label "Ammonium(NH4+) in PM2.5"" ; -skos:broader Inorganic nitrogen species ; -defchem:chemical-species chemical-species:ammonium ; -defchem:medium medium:PM2.5" ; -. - -#647 -wmdsObservedVariable:Ammonium -a skos:Concept ; -skos:notation 647 ; -dct:notation 647 ; -rdfs:label "Ammonium(NH4+) in total aerosol"" ; -skos:broader Inorganic nitrogen species ; -defchem:chemical-species chemical-species:ammonium ; -defchem:medium medium:total aerosol" ; -. - -#648 -wmdsObservedVariable:Ammonium nitrate -a skos:Concept ; -skos:notation 648 ; -dct:notation 648 ; -rdfs:label "Ammonium nitrate(NH4NO3) in total aerosol"" ; -skos:broader Inorganic nitrogen species ; -defchem:medium medium:total aerosol" ; -. - -#649 -wmdsObservedVariable:Ammonium nitrate (NH4NO3 -a skos:Concept ; -skos:notation 649 ; -dct:notation 649 ; -rdfs:label "Ammonium nitrate (NH4NO3 in PM1"" ; -skos:broader Inorganic nitrogen species ; -defchem:medium medium:PM1" ; -. - -#650 -wmdsObservedVariable:Nitrate -a skos:Concept ; -skos:notation 650 ; -dct:notation 650 ; -rdfs:label "Nitrate(NO3-) in PM10"" ; -skos:broader Inorganic nitrogen species ; -defchem:chemical-species chemical-species:nitrate ; -defchem:medium medium:PM10" ; -. - -#651 -wmdsObservedVariable:Nitrate -a skos:Concept ; -skos:notation 651 ; -dct:notation 651 ; -rdfs:label "Nitrate(NO3-) in PM2.5"" ; -skos:broader Inorganic nitrogen species ; -defchem:chemical-species chemical-species:nitrate ; -defchem:medium medium:PM2.5" ; -. - -#652 -wmdsObservedVariable:Nitrate -a skos:Concept ; -skos:notation 652 ; -dct:notation 652 ; -rdfs:label "Nitrate(NO3-) in total aerosol"" ; -skos:broader Inorganic nitrogen species ; -defchem:chemical-species chemical-species:nitrate ; -defchem:medium medium:total aerosol" ; -. - -#653 -wmdsObservedVariable:Nitrite -a skos:Concept ; -skos:notation 653 ; -dct:notation 653 ; -rdfs:label "Nitrite(NO2-) in total aerosol"" ; -skos:broader Inorganic nitrogen species ; -defchem:medium medium:total aerosol" ; -. - -#654 -wmdsObservedVariable:Sum of ammonia and ammonium (NH4+) -a skos:Concept ; -skos:notation 654 ; -dct:notation 654 ; -rdfs:label "Sum of ammonia and ammonium (NH4+)(NH3) in air and aerosol"" ; -skos:broader Inorganic nitrogen species ; -defchem:medium medium:air and aerosol" ; -. - -#655 -wmdsObservedVariable:Sum of nitric acid and nitrate (NO3-) -a skos:Concept ; -skos:notation 655 ; -dct:notation 655 ; -rdfs:label "Sum of nitric acid and nitrate (NO3-)(HNO3) in air and aerosol"" ; -skos:broader Inorganic nitrogen species ; -defchem:medium medium:air and aerosol" ; -. - -#10007 -wmdsObservedVariable:Major inorganic components -a skos:Concept ; -skos:notation 10007 ; -dct:notation 10007 ; -rdfs:label "Major inorganic components" ; -skos:broader Composition ; -. - -#656 -wmdsObservedVariable:Major chemical components -a skos:Concept ; -skos:notation 656 ; -dct:notation 656 ; -rdfs:label "Major chemical components(size fractionated)" ; -skos:broader Major inorganic components ; -. - -#657 -wmdsObservedVariable:Major inorganic components -a skos:Concept ; -skos:notation 657 ; -dct:notation 657 ; -rdfs:label "Major inorganic components(TSP)" ; -skos:broader Major inorganic components ; -. - -#658 -wmdsObservedVariable:Major inorganic components -a skos:Concept ; -skos:notation 658 ; -dct:notation 658 ; -rdfs:label "Major inorganic components(coarse)" ; -skos:broader Major inorganic components ; -. - -#659 -wmdsObservedVariable:Major inorganic components -a skos:Concept ; -skos:notation 659 ; -dct:notation 659 ; -rdfs:label "Major inorganic components(fine)" ; -skos:broader Major inorganic components ; -. - -#660 -wmdsObservedVariable:Other chemical components -a skos:Concept ; -skos:notation 660 ; -dct:notation 660 ; -rdfs:label "Other chemical components(coarse)" ; -skos:broader Major inorganic components ; -. - -#661 -wmdsObservedVariable:Other chemical components -a skos:Concept ; -skos:notation 661 ; -dct:notation 661 ; -rdfs:label "Other chemical components(fine)" ; -skos:broader Major inorganic components ; -. - -#10008 -wmdsObservedVariable:Organic anions -a skos:Concept ; -skos:notation 10008 ; -dct:notation 10008 ; -rdfs:label "Organic anions" ; -skos:broader Composition ; -. - -#662 -wmdsObservedVariable:C2H3O2- -a skos:Concept ; -skos:notation 662 ; -dct:notation 662 ; -rdfs:label "C2H3O2-(CH3COO-, acetate) in PM1"" ; -skos:broader Organic anions ; -defchem:medium medium:PM1" ; -. - -#663 -wmdsObservedVariable:C2H3O2- -a skos:Concept ; -skos:notation 663 ; -dct:notation 663 ; -rdfs:label "C2H3O2-(CH3COO-, acetate) in aerosol"" ; -skos:broader Organic anions ; -defchem:medium medium:aerosol" ; -. - -#664 -wmdsObservedVariable:C2O4= -a skos:Concept ; -skos:notation 664 ; -dct:notation 664 ; -rdfs:label "C2O4=(oxalate, ethanedioate) in PM1.0"" ; -skos:broader Organic anions ; -defchem:medium medium:PM1.0" ; -. - -#665 -wmdsObservedVariable:C2O4= -a skos:Concept ; -skos:notation 665 ; -dct:notation 665 ; -rdfs:label "C2O4=(oxalate, ethanedioate) in PM10"" ; -skos:broader Organic anions ; -defchem:medium medium:PM10" ; -. - -#666 -wmdsObservedVariable:C2O4= -a skos:Concept ; -skos:notation 666 ; -dct:notation 666 ; -rdfs:label "C2O4=(oxalate, ethanedioate) in total aerosol"" ; -skos:broader Organic anions ; -defchem:medium medium:total aerosol" ; -. - -#667 -wmdsObservedVariable:CH3O3S- -a skos:Concept ; -skos:notation 667 ; -dct:notation 667 ; -rdfs:label "CH3O3S-(methanesulphonate) in PM1.0"" ; -skos:broader Organic anions ; -defchem:chemical-species chemical-species:methane-sulfonate-ion ; -defchem:medium medium:PM1.0" ; -. - -#668 -wmdsObservedVariable:CH3O3S- -a skos:Concept ; -skos:notation 668 ; -dct:notation 668 ; -rdfs:label "CH3O3S-(methanesulphonate) in total aerosol"" ; -skos:broader Organic anions ; -defchem:chemical-species chemical-species:methane-sulfonate-ion ; -defchem:medium medium:total aerosol" ; -. - -#669 -wmdsObservedVariable:CHO2- -a skos:Concept ; -skos:notation 669 ; -dct:notation 669 ; -rdfs:label "CHO2-(HCOO-, formate) in aerosol"" ; -skos:broader Organic anions ; -defchem:medium medium:aerosol" ; -. - -#10009 -wmdsObservedVariable:Organic carbonaceous -a skos:Concept ; -skos:notation 10009 ; -dct:notation 10009 ; -rdfs:label "Organic carbonaceous" ; -skos:broader Composition ; -. - -#670 -wmdsObservedVariable:Carbonaceous/organic material -a skos:Concept ; -skos:notation 670 ; -dct:notation 670 ; -rdfs:label "Carbonaceous/organic material(coarse) in PM10"" ; -skos:broader Organic carbonaceous ; -defchem:medium medium:PM10" ; -. - -#671 -wmdsObservedVariable:Carbonaceous/organic material -a skos:Concept ; -skos:notation 671 ; -dct:notation 671 ; -rdfs:label "Carbonaceous/organic material(fine)" ; -skos:broader Organic carbonaceous ; -. - -#10010 -wmdsObservedVariable:Trace elements -a skos:Concept ; -skos:notation 10010 ; -dct:notation 10010 ; -rdfs:label "Trace elements" ; -skos:broader Composition ; -. - -#672 -wmdsObservedVariable:Titanium -a skos:Concept ; -skos:notation 672 ; -dct:notation 672 ; -rdfs:label "Titanium(Ti) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:titanium ; -defchem:medium medium:total aerosol" ; -. - -#673 -wmdsObservedVariable:Aluminium -a skos:Concept ; -skos:notation 673 ; -dct:notation 673 ; -rdfs:label "Aluminium(Al) in PM2.5"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:aluminium ; -defchem:medium medium:PM2.5" ; -. - -#674 -wmdsObservedVariable:Aluminium -a skos:Concept ; -skos:notation 674 ; -dct:notation 674 ; -rdfs:label "Aluminium(Al) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:aluminium ; -defchem:medium medium:total aerosol" ; -. - -#675 -wmdsObservedVariable:Antimony -a skos:Concept ; -skos:notation 675 ; -dct:notation 675 ; -rdfs:label "Antimony(Sb) in PM2.5"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:antimony ; -defchem:medium medium:PM2.5" ; -. - -#676 -wmdsObservedVariable:Antimony -a skos:Concept ; -skos:notation 676 ; -dct:notation 676 ; -rdfs:label "Antimony(Sb) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:antimony ; -defchem:medium medium:total aerosol" ; -. - -#677 -wmdsObservedVariable:Arsenic -a skos:Concept ; -skos:notation 677 ; -dct:notation 677 ; -rdfs:label "Arsenic(As) in PM10"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:arsenic ; -defchem:medium medium:PM10" ; -. - -#678 -wmdsObservedVariable:Arsenic -a skos:Concept ; -skos:notation 678 ; -dct:notation 678 ; -rdfs:label "Arsenic(As) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:arsenic ; -defchem:medium medium:total aerosol" ; -. - -#679 -wmdsObservedVariable:Barium -a skos:Concept ; -skos:notation 679 ; -dct:notation 679 ; -rdfs:label "Barium(Ba) in PM2.5"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:barium ; -defchem:medium medium:PM2.5" ; -. - -#680 -wmdsObservedVariable:Barium -a skos:Concept ; -skos:notation 680 ; -dct:notation 680 ; -rdfs:label "Barium(Ba) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:barium ; -defchem:medium medium:total aerosol" ; -. - -#681 -wmdsObservedVariable:Bismuth -a skos:Concept ; -skos:notation 681 ; -dct:notation 681 ; -rdfs:label "Bismuth(Bi) in PM2.5"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:bismuth ; -defchem:medium medium:PM2.5" ; -. - -#682 -wmdsObservedVariable:Bismuth -a skos:Concept ; -skos:notation 682 ; -dct:notation 682 ; -rdfs:label "Bismuth(Bi) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:bismuth ; -defchem:medium medium:total aerosol" ; -. - -#683 -wmdsObservedVariable:Cadmium -a skos:Concept ; -skos:notation 683 ; -dct:notation 683 ; -rdfs:label "Cadmium(Cd) in PM1"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:cadmium ; -defchem:medium medium:PM1" ; -. - -#684 -wmdsObservedVariable:Cadmium -a skos:Concept ; -skos:notation 684 ; -dct:notation 684 ; -rdfs:label "Cadmium(Cd) in PM10"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:cadmium ; -defchem:medium medium:PM10" ; -. - -#685 -wmdsObservedVariable:Cadmium -a skos:Concept ; -skos:notation 685 ; -dct:notation 685 ; -rdfs:label "Cadmium(Cd) in PM2.5"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:cadmium ; -defchem:medium medium:PM2.5" ; -. - -#686 -wmdsObservedVariable:Cadmium -a skos:Concept ; -skos:notation 686 ; -dct:notation 686 ; -rdfs:label "Cadmium(Cd) in PM2.5 thru PM10"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:cadmium ; -defchem:medium medium:PM2.5 thru PM10" ; -. - -#687 -wmdsObservedVariable:Cadmium -a skos:Concept ; -skos:notation 687 ; -dct:notation 687 ; -rdfs:label "Cadmium(Cd) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:cadmium ; -defchem:medium medium:total aerosol" ; -. - -#688 -wmdsObservedVariable:Cerium -a skos:Concept ; -skos:notation 688 ; -dct:notation 688 ; -rdfs:label "Cerium(Ce) in PM2.5"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:cerium ; -defchem:medium medium:PM2.5" ; -. - -#689 -wmdsObservedVariable:Cerium -a skos:Concept ; -skos:notation 689 ; -dct:notation 689 ; -rdfs:label "Cerium(Ce) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:cerium ; -defchem:medium medium:total aerosol" ; -. - -#690 -wmdsObservedVariable:Chromium -a skos:Concept ; -skos:notation 690 ; -dct:notation 690 ; -rdfs:label "Chromium(Cr) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:chromium ; -defchem:medium medium:total aerosol" ; -. - -#691 -wmdsObservedVariable:Cobalt -a skos:Concept ; -skos:notation 691 ; -dct:notation 691 ; -rdfs:label "Cobalt(Co) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:cobalt ; -defchem:medium medium:total aerosol" ; -. - -#692 -wmdsObservedVariable:Copper -a skos:Concept ; -skos:notation 692 ; -dct:notation 692 ; -rdfs:label "Copper(Cu) in PM10"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:copper ; -defchem:medium medium:PM10" ; -. - -#693 -wmdsObservedVariable:Copper -a skos:Concept ; -skos:notation 693 ; -dct:notation 693 ; -rdfs:label "Copper(Cu) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:copper ; -defchem:medium medium:total aerosol" ; -. - -#694 -wmdsObservedVariable:Iron -a skos:Concept ; -skos:notation 694 ; -dct:notation 694 ; -rdfs:label "Iron(Fe) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:iron ; -defchem:medium medium:total aerosol" ; -. - -#695 -wmdsObservedVariable:Lanthanum -a skos:Concept ; -skos:notation 695 ; -dct:notation 695 ; -rdfs:label "Lanthanum(La) in PM2.5"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:lanthanum ; -defchem:medium medium:PM2.5" ; -. - -#696 -wmdsObservedVariable:Lanthanum -a skos:Concept ; -skos:notation 696 ; -dct:notation 696 ; -rdfs:label "Lanthanum(La) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:lanthanum ; -defchem:medium medium:total aerosol" ; -. - -#697 -wmdsObservedVariable:Lead -a skos:Concept ; -skos:notation 697 ; -dct:notation 697 ; -rdfs:label "Lead(Pb) in PM10"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:lead ; -defchem:medium medium:PM10" ; -. - -#698 -wmdsObservedVariable:Lead -a skos:Concept ; -skos:notation 698 ; -dct:notation 698 ; -rdfs:label "Lead(Pb) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:lead ; -defchem:medium medium:total aerosol" ; -. - -#699 -wmdsObservedVariable:Lithium -a skos:Concept ; -skos:notation 699 ; -dct:notation 699 ; -rdfs:label "Lithium(Li) in PM2.5"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:lithium ; -defchem:medium medium:PM2.5" ; -. - -#700 -wmdsObservedVariable:Lithium -a skos:Concept ; -skos:notation 700 ; -dct:notation 700 ; -rdfs:label "Lithium(Li) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:lithium ; -defchem:medium medium:total aerosol" ; -. - -#701 -wmdsObservedVariable:Manganese -a skos:Concept ; -skos:notation 701 ; -dct:notation 701 ; -rdfs:label "Manganese(Mn) in PM10"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:manganese ; -defchem:medium medium:PM10" ; -. - -#702 -wmdsObservedVariable:Manganese -a skos:Concept ; -skos:notation 702 ; -dct:notation 702 ; -rdfs:label "Manganese(Mn) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:manganese ; -defchem:medium medium:total aerosol" ; -. - -#703 -wmdsObservedVariable:Mercury -a skos:Concept ; -skos:notation 703 ; -dct:notation 703 ; -rdfs:label "Mercury(Hg) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:mercury ; -defchem:medium medium:total aerosol" ; -. - -#704 -wmdsObservedVariable:Nickel -a skos:Concept ; -skos:notation 704 ; -dct:notation 704 ; -rdfs:label "Nickel(Ni) in PM10"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:nickel ; -defchem:medium medium:PM10" ; -. - -#705 -wmdsObservedVariable:Nickel -a skos:Concept ; -skos:notation 705 ; -dct:notation 705 ; -rdfs:label "Nickel(Ni) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:nickel ; -defchem:medium medium:total aerosol" ; -. - -#706 -wmdsObservedVariable:Phosphorous -a skos:Concept ; -skos:notation 706 ; -dct:notation 706 ; -rdfs:label "Phosphorous(P) in PM2.5"" ; -skos:broader Trace elements ; -defchem:medium medium:PM2.5" ; -. - -#707 -wmdsObservedVariable:Phosphorous -a skos:Concept ; -skos:notation 707 ; -dct:notation 707 ; -rdfs:label "Phosphorous(P) in total aerosol"" ; -skos:broader Trace elements ; -defchem:medium medium:total aerosol" ; -. - -#708 -wmdsObservedVariable:Rubidium -a skos:Concept ; -skos:notation 708 ; -dct:notation 708 ; -rdfs:label "Rubidium(Rb) in PM2.5"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:rubidium ; -defchem:medium medium:PM2.5" ; -. - -#709 -wmdsObservedVariable:Rubidium -a skos:Concept ; -skos:notation 709 ; -dct:notation 709 ; -rdfs:label "Rubidium(Rb) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:rubidium ; -defchem:medium medium:total aerosol" ; -. - -#710 -wmdsObservedVariable:Selenium -a skos:Concept ; -skos:notation 710 ; -dct:notation 710 ; -rdfs:label "Selenium(Se) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:selenium ; -defchem:medium medium:total aerosol" ; -. - -#711 -wmdsObservedVariable:Strontium -a skos:Concept ; -skos:notation 711 ; -dct:notation 711 ; -rdfs:label "Strontium(Sr) in PM2.5"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:strontium ; -defchem:medium medium:PM2.5" ; -. - -#712 -wmdsObservedVariable:Strontium -a skos:Concept ; -skos:notation 712 ; -dct:notation 712 ; -rdfs:label "Strontium(Sr) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:strontium ; -defchem:medium medium:total aerosol" ; -. - -#713 -wmdsObservedVariable:Thallium -a skos:Concept ; -skos:notation 713 ; -dct:notation 713 ; -rdfs:label "Thallium(Tl) in PM2.5"" ; -skos:broader Trace elements ; -defchem:medium medium:PM2.5" ; -. - -#714 -wmdsObservedVariable:Thallium -a skos:Concept ; -skos:notation 714 ; -dct:notation 714 ; -rdfs:label "Thallium(Tl) in total aerosol"" ; -skos:broader Trace elements ; -defchem:medium medium:total aerosol" ; -. - -#715 -wmdsObservedVariable:Thorium -a skos:Concept ; -skos:notation 715 ; -dct:notation 715 ; -rdfs:label "Thorium(Th) in PM2.5"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:thorium ; -defchem:medium medium:PM2.5" ; -. - -#716 -wmdsObservedVariable:Thorium -a skos:Concept ; -skos:notation 716 ; -dct:notation 716 ; -rdfs:label "Thorium(Th) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:thorium ; -defchem:medium medium:total aerosol" ; -. - -#717 -wmdsObservedVariable:Tin -a skos:Concept ; -skos:notation 717 ; -dct:notation 717 ; -rdfs:label "Tin(Sn) in PM2.5"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:tin ; -defchem:medium medium:PM2.5" ; -. - -#718 -wmdsObservedVariable:Tin -a skos:Concept ; -skos:notation 718 ; -dct:notation 718 ; -rdfs:label "Tin(Sn) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:tin ; -defchem:medium medium:total aerosol" ; -. - -#719 -wmdsObservedVariable:Uranium -a skos:Concept ; -skos:notation 719 ; -dct:notation 719 ; -rdfs:label "Uranium(U) in PM2.5"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:uranium ; -defchem:medium medium:PM2.5" ; -. - -#720 -wmdsObservedVariable:Uranium -a skos:Concept ; -skos:notation 720 ; -dct:notation 720 ; -rdfs:label "Uranium(U) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:uranium ; -defchem:medium medium:total aerosol" ; -. - -#721 -wmdsObservedVariable:Vanadium -a skos:Concept ; -skos:notation 721 ; -dct:notation 721 ; -rdfs:label "Vanadium(V) in PM2.5"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:vanadium ; -defchem:medium medium:PM2.5" ; -. - -#722 -wmdsObservedVariable:Vanadium -a skos:Concept ; -skos:notation 722 ; -dct:notation 722 ; -rdfs:label "Vanadium(V) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:vanadium ; -defchem:medium medium:total aerosol" ; -. - -#723 -wmdsObservedVariable:Zinc -a skos:Concept ; -skos:notation 723 ; -dct:notation 723 ; -rdfs:label "Zinc(Zn) in PM2.5"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:zinc ; -defchem:medium medium:PM2.5" ; -. - -#724 -wmdsObservedVariable:Zinc -a skos:Concept ; -skos:notation 724 ; -dct:notation 724 ; -rdfs:label "Zinc(Zn) in total aerosol"" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:zinc ; -defchem:medium medium:total aerosol" ; -. - -#10011 -wmdsObservedVariable:Optical properties -a skos:Concept ; -skos:notation 10011 ; -dct:notation 10011 ; -rdfs:label "Optical properties" ; -skos:broader Aerosol ; -. - -#314 -wmdsObservedVariable:Aerosol Absorption Optical Depth -a skos:Concept ; -skos:notation 314 ; -dct:notation 314 ; -rdfs:label "Aerosol Absorption Optical Depth" ; -skos:broader Optical properties ; -. - -#315 -wmdsObservedVariable:Aerosol Extinction Coefficient -a skos:Concept ; -skos:notation 315 ; -dct:notation 315 ; -rdfs:label "Aerosol Extinction Coefficient" ; -skos:broader Optical properties ; -. - -#316 -wmdsObservedVariable:Light absorption coefficient -a skos:Concept ; -skos:notation 316 ; -dct:notation 316 ; -rdfs:label "Light absorption coefficient in PM1"" ; -skos:broader Optical properties ; -defchem:medium medium:PM1" ; -. - -#317 -wmdsObservedVariable:Light absorption coefficient -a skos:Concept ; -skos:notation 317 ; -dct:notation 317 ; -rdfs:label "Light absorption coefficient in PM10"" ; -skos:broader Optical properties ; -defchem:medium medium:PM10" ; -. - -#318 -wmdsObservedVariable:Light absorption coefficient -a skos:Concept ; -skos:notation 318 ; -dct:notation 318 ; -rdfs:label "Light absorption coefficient in total aerosol"" ; -skos:broader Optical properties ; -defchem:medium medium:total aerosol" ; -. - -#319 -wmdsObservedVariable:Light backscattering coefficient -a skos:Concept ; -skos:notation 319 ; -dct:notation 319 ; -rdfs:label "Light backscattering coefficient in PM1"" ; -skos:broader Optical properties ; -defchem:medium medium:PM1" ; -. - -#320 -wmdsObservedVariable:Light backscattering coefficient -a skos:Concept ; -skos:notation 320 ; -dct:notation 320 ; -rdfs:label "Light backscattering coefficient in PM10"" ; -skos:broader Optical properties ; -defchem:medium medium:PM10" ; -. - -#321 -wmdsObservedVariable:Light backscattering coefficient -a skos:Concept ; -skos:notation 321 ; -dct:notation 321 ; -rdfs:label "Light backscattering coefficient in total aerosol"" ; -skos:broader Optical properties ; -defchem:medium medium:total aerosol" ; -. - -#322 -wmdsObservedVariable:Light scattering coefficient -a skos:Concept ; -skos:notation 322 ; -dct:notation 322 ; -rdfs:label "Light scattering coefficient in PM1"" ; -skos:broader Optical properties ; -defchem:medium medium:PM1" ; -. - -#323 -wmdsObservedVariable:Light scattering coefficient -a skos:Concept ; -skos:notation 323 ; -dct:notation 323 ; -rdfs:label "Light scattering coefficient in PM10"" ; -skos:broader Optical properties ; -defchem:medium medium:PM10" ; -. - -#324 -wmdsObservedVariable:Light scattering coefficient -a skos:Concept ; -skos:notation 324 ; -dct:notation 324 ; -rdfs:label "Light scattering coefficient in total aerosol"" ; -skos:broader Optical properties ; -defchem:medium medium:total aerosol" ; -. - -#325 -wmdsObservedVariable:Multiwavelength optical depth -a skos:Concept ; -skos:notation 325 ; -dct:notation 325 ; -rdfs:label "Multiwavelength optical depth in total aerosol"" ; -skos:broader Optical properties ; -defchem:medium medium:total aerosol" ; -. - -#326 -wmdsObservedVariable:Vertical distribution of properties -a skos:Concept ; -skos:notation 326 ; -dct:notation 326 ; -rdfs:label "Vertical distribution of properties" ; -skos:broader Optical properties ; -. - -#10012 -wmdsObservedVariable:Physical properties - primary -a skos:Concept ; -skos:notation 10012 ; -dct:notation 10012 ; -rdfs:label "Physical properties - primary" ; -skos:broader Aerosol ; -. - -#361 -wmdsObservedVariable:Aerosol column burden -a skos:Concept ; -skos:notation 361 ; -dct:notation 361 ; -rdfs:label "Aerosol column burden(mass density)" ; -skos:broader Physical properties - primary ; -. - -#362 -wmdsObservedVariable:Aerosol effective radius -a skos:Concept ; -skos:notation 362 ; -dct:notation 362 ; -rdfs:label "Aerosol effective radius" ; -skos:broader Physical properties - primary ; -. - -#364 -wmdsObservedVariable:Mass concentration or Mass PM10 -a skos:Concept ; -skos:notation 364 ; -dct:notation 364 ; -rdfs:label "Mass concentration or Mass PM10(coarse)" ; -skos:broader Physical properties - primary ; -. - -#365 -wmdsObservedVariable:Mass concentration or Mass PM1 -a skos:Concept ; -skos:notation 365 ; -dct:notation 365 ; -rdfs:label "Mass concentration or Mass PM1(fine)" ; -skos:broader Physical properties - primary ; -. - -#366 -wmdsObservedVariable:Mass concentration -a skos:Concept ; -skos:notation 366 ; -dct:notation 366 ; -rdfs:label "Mass concentration(medium) in PM2.5"" ; -skos:broader Physical properties - primary ; -defchem:medium medium:PM2.5" ; -. - -#367 -wmdsObservedVariable:Mass concentration -a skos:Concept ; -skos:notation 367 ; -dct:notation 367 ; -rdfs:label "Mass concentration(size fractionated)" ; -skos:broader Physical properties - primary ; -. - -#368 -wmdsObservedVariable:Mass concentration or Mass TSP -a skos:Concept ; -skos:notation 368 ; -dct:notation 368 ; -rdfs:label "Mass concentration or Mass TSP(total aerosol)" ; -skos:broader Physical properties - primary ; -. - -#369 -wmdsObservedVariable:Number concentration -a skos:Concept ; -skos:notation 369 ; -dct:notation 369 ; -rdfs:label "Number concentration" ; -skos:broader Physical properties - primary ; -. - -#370 -wmdsObservedVariable:Number size distribution -a skos:Concept ; -skos:notation 370 ; -dct:notation 370 ; -rdfs:label "Number size distribution in PM10"" ; -skos:broader Physical properties - primary ; -defchem:medium medium:PM10" ; -. - -#371 -wmdsObservedVariable:Number size distribution -a skos:Concept ; -skos:notation 371 ; -dct:notation 371 ; -rdfs:label "Number size distribution in total aerosol"" ; -skos:broader Physical properties - primary ; -defchem:medium medium:total aerosol" ; -. - -#10013 -wmdsObservedVariable:Dust -a skos:Concept ; -skos:notation 10013 ; -dct:notation 10013 ; -rdfs:label "Dust" ; -skos:broader Physical properties - primary ; -defchem:chemical-species chemical-species:dust ; -. - -#727 -wmdsObservedVariable:Aerosol dust concentration -a skos:Concept ; -skos:notation 727 ; -dct:notation 727 ; -rdfs:label "Aerosol dust concentration(mass)" ; -skos:broader Dust ; -. - -#10014 -wmdsObservedVariable:Volcanic ash -a skos:Concept ; -skos:notation 10014 ; -dct:notation 10014 ; -rdfs:label "Volcanic ash" ; -skos:broader Physical properties - primary ; -. - -#728 -wmdsObservedVariable:Aerosol volcanic ash -a skos:Concept ; -skos:notation 728 ; -dct:notation 728 ; -rdfs:label "Aerosol volcanic ash(mass concentration)" ; -skos:broader Volcanic ash ; -. - -#729 -wmdsObservedVariable:Aerosol volcanic ash -a skos:Concept ; -skos:notation 729 ; -dct:notation 729 ; -rdfs:label "Aerosol volcanic ash(Total column)" ; -skos:broader Volcanic ash ; -. - -#10015 -wmdsObservedVariable:Physical properties - secondary -a skos:Concept ; -skos:notation 10015 ; -dct:notation 10015 ; -rdfs:label "Physical properties - secondary" ; -skos:broader Aerosol ; -. - -#411 -wmdsObservedVariable:CCN concentration at single supersaturation -a skos:Concept ; -skos:notation 411 ; -dct:notation 411 ; -rdfs:label "CCN concentration at single supersaturation" ; -skos:broader Physical properties - secondary ; -. - -#412 -wmdsObservedVariable:CCN concentration spectra -a skos:Concept ; -skos:notation 412 ; -dct:notation 412 ; -rdfs:label "CCN concentration spectra" ; -skos:broader Physical properties - secondary ; -. - -#413 -wmdsObservedVariable:Hygroscopic growth factor -a skos:Concept ; -skos:notation 413 ; -dct:notation 413 ; -rdfs:label "Hygroscopic growth factor in 110 μm equivalent"" ; -skos:broader Physical properties - secondary ; -defchem:medium medium:110 μm equivalent" ; -. - -#414 -wmdsObservedVariable:Hygroscopic growth factor -a skos:Concept ; -skos:notation 414 ; -dct:notation 414 ; -rdfs:label "Hygroscopic growth factor in 165 μm equivalent"" ; -skos:broader Physical properties - secondary ; -defchem:medium medium:165 μm equivalent" ; -. - -#415 -wmdsObservedVariable:Hygroscopic growth factor -a skos:Concept ; -skos:notation 415 ; -dct:notation 415 ; -rdfs:label "Hygroscopic growth factor in 35 μm equivalent"" ; -skos:broader Physical properties - secondary ; -defchem:medium medium:35 μm equivalent" ; -. - -#416 -wmdsObservedVariable:Hygroscopic growth factor -a skos:Concept ; -skos:notation 416 ; -dct:notation 416 ; -rdfs:label "Hygroscopic growth factor in 50 μm equivalent"" ; -skos:broader Physical properties - secondary ; -defchem:medium medium:50 μm equivalent" ; -. - -#417 -wmdsObservedVariable:Hygroscopic growth factor -a skos:Concept ; -skos:notation 417 ; -dct:notation 417 ; -rdfs:label "Hygroscopic growth factor in 75 μm equivalent"" ; -skos:broader Physical properties - secondary ; -defchem:medium medium:75 μm equivalent" ; -. - -#418 -wmdsObservedVariable:Hygroscopic growth factor -a skos:Concept ; -skos:notation 418 ; -dct:notation 418 ; -rdfs:label "Hygroscopic growth factor in total aerosol"" ; -skos:broader Physical properties - secondary ; -defchem:medium medium:total aerosol" ; -. - -#10016 -wmdsObservedVariable:Clouds -a skos:Concept ; -skos:notation 10016 ; -dct:notation 10016 ; -rdfs:label "Clouds" ; -skos:broader Atmosphere ; -. - -#179 -wmdsObservedVariable:Cloud amount -a skos:Concept ; -skos:notation 179 ; -dct:notation 179 ; -rdfs:label "Cloud amount" ; -skos:broader Clouds ; -. - -#180 -wmdsObservedVariable:Cloud cover -a skos:Concept ; -skos:notation 180 ; -dct:notation 180 ; -rdfs:label "Cloud cover" ; -skos:broader Clouds ; -. - -#181 -wmdsObservedVariable:Cloud drop effective radius -a skos:Concept ; -skos:notation 181 ; -dct:notation 181 ; -rdfs:label "Cloud drop effective radius" ; -skos:broader Clouds ; -. - -#182 -wmdsObservedVariable:Cloud hydrometeor concentration -a skos:Concept ; -skos:notation 182 ; -dct:notation 182 ; -rdfs:label "Cloud hydrometeor concentration" ; -skos:broader Clouds ; -. - -#183 -wmdsObservedVariable:Effective radius of cloud hydrometeors -a skos:Concept ; -skos:notation 183 ; -dct:notation 183 ; -rdfs:label "Effective radius of cloud hydrometeors" ; -skos:broader Clouds ; -. - -#186 -wmdsObservedVariable:Melting layer depth in clouds -a skos:Concept ; -skos:notation 186 ; -dct:notation 186 ; -rdfs:label "Melting layer depth in clouds" ; -skos:broader Clouds ; -. - -#188 -wmdsObservedVariable:PSC occurrence -a skos:Concept ; -skos:notation 188 ; -dct:notation 188 ; -rdfs:label "PSC occurrence" ; -skos:broader Clouds ; -. - -#10017 -wmdsObservedVariable:Ice -a skos:Concept ; -skos:notation 10017 ; -dct:notation 10017 ; -rdfs:label "Ice" ; -skos:broader Clouds ; -. - -#327 -wmdsObservedVariable:Cloud ice -a skos:Concept ; -skos:notation 327 ; -dct:notation 327 ; -rdfs:label "Cloud ice" ; -skos:broader Ice ; -. - -#328 -wmdsObservedVariable:Cloud ice -a skos:Concept ; -skos:notation 328 ; -dct:notation 328 ; -rdfs:label "Cloud ice(total column)" ; -skos:broader Ice ; -. - -#329 -wmdsObservedVariable:Cloud ice effective radius -a skos:Concept ; -skos:notation 329 ; -dct:notation 329 ; -rdfs:label "Cloud ice effective radius" ; -skos:broader Ice ; -. - -#330 -wmdsObservedVariable:Freezing level height in clouds -a skos:Concept ; -skos:notation 330 ; -dct:notation 330 ; -rdfs:label "Freezing level height in clouds" ; -skos:broader Ice ; -. - -#331 -wmdsObservedVariable:Icing potential -a skos:Concept ; -skos:notation 331 ; -dct:notation 331 ; -rdfs:label "Icing potential" ; -skos:broader Ice ; -. - -#10018 -wmdsObservedVariable:Liquid water -a skos:Concept ; -skos:notation 10018 ; -dct:notation 10018 ; -rdfs:label "Liquid water" ; -skos:broader Clouds ; -. - -#373 -wmdsObservedVariable:Cloud liquid water -a skos:Concept ; -skos:notation 373 ; -dct:notation 373 ; -rdfs:label "Cloud liquid water(CLW)" ; -skos:broader Liquid water ; -. - -#374 -wmdsObservedVariable:Cloud liquid water -a skos:Concept ; -skos:notation 374 ; -dct:notation 374 ; -rdfs:label "Cloud liquid water(CLW, total column)" ; -skos:broader Liquid water ; -. - -#10019 -wmdsObservedVariable:Optical properties -a skos:Concept ; -skos:notation 10019 ; -dct:notation 10019 ; -rdfs:label "Optical properties" ; -skos:broader Clouds ; -. - -#506 -wmdsObservedVariable:Cloud optical depth -a skos:Concept ; -skos:notation 506 ; -dct:notation 506 ; -rdfs:label "Cloud optical depth" ; -skos:broader Optical properties ; -. - -#507 -wmdsObservedVariable:Optical depth of fog -a skos:Concept ; -skos:notation 507 ; -dct:notation 507 ; -rdfs:label "Optical depth of fog" ; -skos:broader Optical properties ; -. - -#508 -wmdsObservedVariable:Optical depth within each layer -a skos:Concept ; -skos:notation 508 ; -dct:notation 508 ; -rdfs:label "Optical depth within each layer" ; -skos:broader Optical properties ; -. - -#509 -wmdsObservedVariable:Short-wave cloud reflectance -a skos:Concept ; -skos:notation 509 ; -dct:notation 509 ; -rdfs:label "Short-wave cloud reflectance" ; -skos:broader Optical properties ; -. - -#10020 -wmdsObservedVariable:Position -a skos:Concept ; -skos:notation 10020 ; -dct:notation 10020 ; -rdfs:label "Position" ; -skos:broader Clouds ; -. - -#531 -wmdsObservedVariable:Height of cloud base -a skos:Concept ; -skos:notation 531 ; -dct:notation 531 ; -rdfs:label "Height of cloud base" ; -skos:broader Position ; -. - -#532 -wmdsObservedVariable:Height of cloud top -a skos:Concept ; -skos:notation 532 ; -dct:notation 532 ; -rdfs:label "Height of cloud top" ; -skos:broader Position ; -. - -#533 -wmdsObservedVariable:Height of inversion -a skos:Concept ; -skos:notation 533 ; -dct:notation 533 ; -rdfs:label "Height of inversion" ; -skos:broader Position ; -. - -#10021 -wmdsObservedVariable:Type -a skos:Concept ; -skos:notation 10021 ; -dct:notation 10021 ; -rdfs:label "Type" ; -skos:broader Clouds ; -. - -#550 -wmdsObservedVariable:Type of cloud -a skos:Concept ; -skos:notation 550 ; -dct:notation 550 ; -rdfs:label "Type of cloud" ; -skos:broader Type ; -. - -#551 -wmdsObservedVariable:Type of high clouds -a skos:Concept ; -skos:notation 551 ; -dct:notation 551 ; -rdfs:label "Type of high clouds" ; -skos:broader Type ; -. - -#552 -wmdsObservedVariable:Type of low clouds -a skos:Concept ; -skos:notation 552 ; -dct:notation 552 ; -rdfs:label "Type of low clouds" ; -skos:broader Type ; -. - -#553 -wmdsObservedVariable:Type of middle clouds -a skos:Concept ; -skos:notation 553 ; -dct:notation 553 ; -rdfs:label "Type of middle clouds" ; -skos:broader Type ; -. - -#10022 -wmdsObservedVariable:Dynamics -a skos:Concept ; -skos:notation 10022 ; -dct:notation 10022 ; -rdfs:label "Dynamics" ; -skos:broader Atmosphere ; -. - -#248 -wmdsObservedVariable:Transport calculations -a skos:Concept ; -skos:notation 248 ; -dct:notation 248 ; -rdfs:label "Transport calculations(e.g., trajectories)" ; -skos:broader Dynamics ; -. - -#249 -wmdsObservedVariable:Turbulence -a skos:Concept ; -skos:notation 249 ; -dct:notation 249 ; -rdfs:label "Turbulence" ; -skos:broader Dynamics ; -. - -#250 -wmdsObservedVariable:Turbulence type -a skos:Concept ; -skos:notation 250 ; -dct:notation 250 ; -rdfs:label "Turbulence type(low levels and wake vortex)" ; -skos:broader Dynamics ; -. - -#10023 -wmdsObservedVariable:Greenhouse Gas -a skos:Concept ; -skos:notation 10023 ; -dct:notation 10023 ; -rdfs:label "Greenhouse Gas" ; -skos:broader Atmosphere ; -defchem:medium medium:air ; -. - -#192 -wmdsObservedVariable:CH4 -a skos:Concept ; -skos:notation 192 ; -dct:notation 192 ; -rdfs:label "CH4" ; -skos:broader Greenhouse Gas ; -defchem:chemical-species chemical-species:methane ; -defchem:medium medium:air ; -. - -#193 -wmdsObservedVariable:CH4 [C-13] -a skos:Concept ; -skos:notation 193 ; -dct:notation 193 ; -rdfs:label "CH4 [C-13]" ; -skos:broader Greenhouse Gas ; -defchem:medium medium:air ; -. - -#194 -wmdsObservedVariable:CO2 -a skos:Concept ; -skos:notation 194 ; -dct:notation 194 ; -rdfs:label "CO2" ; -skos:broader Greenhouse Gas ; -defchem:chemical-species chemical-species:carbon-dioxide ; -defchem:medium medium:air ; -. - -#195 -wmdsObservedVariable:CO2 [C-13] -a skos:Concept ; -skos:notation 195 ; -dct:notation 195 ; -rdfs:label "CO2 [C-13]" ; -skos:broader Greenhouse Gas ; -defchem:medium medium:air ; -. - -#196 -wmdsObservedVariable:CO2 [O-18] -a skos:Concept ; -skos:notation 196 ; -dct:notation 196 ; -rdfs:label "CO2 [O-18]" ; -skos:broader Greenhouse Gas ; -defchem:medium medium:air ; -. - -#201 -wmdsObservedVariable:N2O -a skos:Concept ; -skos:notation 201 ; -dct:notation 201 ; -rdfs:label "N2O" ; -skos:broader Greenhouse Gas ; -defchem:chemical-species chemical-species:dinitrogen-oxide ; -defchem:medium medium:air ; -. - -#203 -wmdsObservedVariable:SF6 -a skos:Concept ; -skos:notation 203 ; -dct:notation 203 ; -rdfs:label "SF6" ; -skos:broader Greenhouse Gas ; -defchem:chemical-species chemical-species:sulfur-hexafluoride ; -defchem:medium medium:air ; -. - -#204 -wmdsObservedVariable:SO2F2 -a skos:Concept ; -skos:notation 204 ; -dct:notation 204 ; -rdfs:label "SO2F2(sulphuryl fluoride)" ; -skos:broader Greenhouse Gas ; -defchem:chemical-species chemical-species:sulfuryl-fluoride ; -defchem:medium medium:air ; -. - -#10024 -wmdsObservedVariable:CFCs -a skos:Concept ; -skos:notation 10024 ; -dct:notation 10024 ; -rdfs:label "CFCs" ; -skos:broader Greenhouse Gas ; -defchem:medium medium:air ; -. - -#589 -wmdsObservedVariable:C2Cl2F4 -a skos:Concept ; -skos:notation 589 ; -dct:notation 589 ; -rdfs:label "C2Cl2F4(1, 2-dichlorotetrafluoroethane, CFC-114)" ; -skos:broader CFCs ; -defchem:medium medium:air ; -. - -#590 -wmdsObservedVariable:C2Cl3F3 -a skos:Concept ; -skos:notation 590 ; -dct:notation 590 ; -rdfs:label "C2Cl3F3(1, 1, 2-trichloro-1, 2, 2-trifluoroethane, CFC-113)" ; -skos:broader CFCs ; -defchem:medium medium:air ; -. - -#591 -wmdsObservedVariable:C2ClF5 -a skos:Concept ; -skos:notation 591 ; -dct:notation 591 ; -rdfs:label "C2ClF5(1-chloro-1, 1, 2, 2, 2-pentafluoroethane, CFC-115)" ; -skos:broader CFCs ; -defchem:medium medium:air ; -. - -#592 -wmdsObservedVariable:CCl2F2 -a skos:Concept ; -skos:notation 592 ; -dct:notation 592 ; -rdfs:label "CCl2F2(dichlorodifluoromethane, CFC-12)" ; -skos:broader CFCs ; -defchem:chemical-species chemical-species:dichlorodifluoromethane ; -defchem:medium medium:air ; -. - -#593 -wmdsObservedVariable:CCl3F -a skos:Concept ; -skos:notation 593 ; -dct:notation 593 ; -rdfs:label "CCl3F(trichlorofluoromethane, CFC-11)" ; -skos:broader CFCs ; -defchem:chemical-species chemical-species:trichlorofluoromethane ; -defchem:medium medium:air ; -. - -#10025 -wmdsObservedVariable:Halocarbons -a skos:Concept ; -skos:notation 10025 ; -dct:notation 10025 ; -rdfs:label "Halocarbons" ; -skos:broader Greenhouse Gas ; -defchem:medium medium:air ; -. - -#594 -wmdsObservedVariable:CCl4 -a skos:Concept ; -skos:notation 594 ; -dct:notation 594 ; -rdfs:label "CCl4(carbon tetrachloride)" ; -skos:broader Halocarbons ; -defchem:chemical-species chemical-species:carbon-tetrachloride ; -defchem:medium medium:air ; -. - -#595 -wmdsObservedVariable:CH3CCl3 -a skos:Concept ; -skos:notation 595 ; -dct:notation 595 ; -rdfs:label "CH3CCl3(1, 1, 1-trichloroethane)" ; -skos:broader Halocarbons ; -defchem:chemical-species chemical-species:1,1,1-trichloroethane ; -defchem:medium medium:air ; -. - -#10026 -wmdsObservedVariable:Halon -a skos:Concept ; -skos:notation 10026 ; -dct:notation 10026 ; -rdfs:label "Halon" ; -skos:broader Greenhouse Gas ; -defchem:medium medium:air ; -. - -#332 -wmdsObservedVariable:CBrClF2 -a skos:Concept ; -skos:notation 332 ; -dct:notation 332 ; -rdfs:label "CBrClF2(Halon 1211)" ; -skos:broader Halon ; -defchem:chemical-species chemical-species:bromochlorodifluoromethane ; -defchem:medium medium:air ; -. - -#333 -wmdsObservedVariable:CBrF3 -a skos:Concept ; -skos:notation 333 ; -dct:notation 333 ; -rdfs:label "CBrF3(bromotrifluoromethane, Halon 1301)" ; -skos:broader Halon ; -defchem:chemical-species chemical-species:bromotrifluoromethane ; -defchem:medium medium:air ; -. - -#10027 -wmdsObservedVariable:HCFCs -a skos:Concept ; -skos:notation 10027 ; -dct:notation 10027 ; -rdfs:label "HCFCs" ; -skos:broader Greenhouse Gas ; -defchem:medium medium:air ; -. - -#534 -wmdsObservedVariable:C2H3Cl2F -a skos:Concept ; -skos:notation 534 ; -dct:notation 534 ; -rdfs:label "C2H3Cl2F(1, 1-dichloro-1-fluoroethane, HCFC-141b)" ; -skos:broader HCFCs ; -defchem:chemical-species chemical-species:1,1-dichloro-1-fluoroethane ; -defchem:medium medium:air ; -. - -#535 -wmdsObservedVariable:C2H3ClF2 -a skos:Concept ; -skos:notation 535 ; -dct:notation 535 ; -rdfs:label "C2H3ClF2(1-chloro-1, 1-difluoroethane, HCFC-142b)" ; -skos:broader HCFCs ; -defchem:chemical-species chemical-species:1-chloro-1,1-difluoroethane ; -defchem:medium medium:air ; -. - -#536 -wmdsObservedVariable:C2H3F3 -a skos:Concept ; -skos:notation 536 ; -dct:notation 536 ; -rdfs:label "C2H3F3(1, 1, 1-trifluoroethane, HCFC-143a)" ; -skos:broader HCFCs ; -defchem:medium medium:air ; -. - -#537 -wmdsObservedVariable:CHClF2 -a skos:Concept ; -skos:notation 537 ; -dct:notation 537 ; -rdfs:label "CHClF2(chlorodifluoromethane, HCFC-22)" ; -skos:broader HCFCs ; -defchem:chemical-species chemical-species:chlorodifluoromethane ; -defchem:medium medium:air ; -. - -#10028 -wmdsObservedVariable:HFCs -a skos:Concept ; -skos:notation 10028 ; -dct:notation 10028 ; -rdfs:label "HFCs" ; -skos:broader Greenhouse Gas ; -defchem:medium medium:air ; -. - -#554 -wmdsObservedVariable:C2H2F4 -a skos:Concept ; -skos:notation 554 ; -dct:notation 554 ; -rdfs:label "C2H2F4(1, 1, 1, 2-tetrafluoroethane, HFC-134a)" ; -skos:broader HFCs ; -defchem:medium medium:air ; -. - -#555 -wmdsObservedVariable:C2H4F2 -a skos:Concept ; -skos:notation 555 ; -dct:notation 555 ; -rdfs:label "C2H4F2(1, 1-difluoroethane, HFC-152a)" ; -skos:broader HFCs ; -defchem:medium medium:air ; -. - -#556 -wmdsObservedVariable:C2HF5 -a skos:Concept ; -skos:notation 556 ; -dct:notation 556 ; -rdfs:label "C2HF5(pentafluoroethane, HFC-125)" ; -skos:broader HFCs ; -defchem:chemical-species chemical-species:pentafluoroethane ; -defchem:medium medium:air ; -. - -#557 -wmdsObservedVariable:C3H2F6 -a skos:Concept ; -skos:notation 557 ; -dct:notation 557 ; -rdfs:label "C3H2F6(1, 1, 1, 2, 3, 3-hexafluoropropane, HFC-236fa)" ; -skos:broader HFCs ; -defchem:chemical-species chemical-species:1,1,1,2,3,3-hexafluoropropane ; -defchem:medium medium:air ; -. - -#558 -wmdsObservedVariable:C3H3F5 -a skos:Concept ; -skos:notation 558 ; -dct:notation 558 ; -rdfs:label "C3H3F5(1, 1, 1, 3, 3-Pentafluoropropane, HFC-245fa)" ; -skos:broader HFCs ; -defchem:chemical-species chemical-species:1,1,1,3,3-pentafluoropropane ; -defchem:medium medium:air ; -. - -#559 -wmdsObservedVariable:C3HF7 -a skos:Concept ; -skos:notation 559 ; -dct:notation 559 ; -rdfs:label "C3HF7(1, 1, 1, 2, 3, 3, 3-Heptafluoropropane, HFC-227ea)" ; -skos:broader HFCs ; -defchem:chemical-species chemical-species:1,1,1,2,3,3,3-heptafluoropropane ; -defchem:medium medium:air ; -. - -#560 -wmdsObservedVariable:C4H5F5 -a skos:Concept ; -skos:notation 560 ; -dct:notation 560 ; -rdfs:label "C4H5F5(1, 1, 1, 3, 3-pentafluorobutane, HFC-365mfc)" ; -skos:broader HFCs ; -defchem:chemical-species chemical-species:1,1,1,3,3-pentafluorobutane ; -defchem:medium medium:air ; -. - -#561 -wmdsObservedVariable:CH2F2 -a skos:Concept ; -skos:notation 561 ; -dct:notation 561 ; -rdfs:label "CH2F2(difluoromethane, HFC-32)" ; -skos:broader HFCs ; -defchem:chemical-species chemical-species:difluoromethane ; -defchem:medium medium:air ; -. - -#562 -wmdsObservedVariable:CHF3 -a skos:Concept ; -skos:notation 562 ; -dct:notation 562 ; -rdfs:label "CHF3(trifluoromethane, HFC-23)" ; -skos:broader HFCs ; -defchem:chemical-species chemical-species:trifluoromethane ; -defchem:medium medium:air ; -. - -#10029 -wmdsObservedVariable:PFCs -a skos:Concept ; -skos:notation 10029 ; -dct:notation 10029 ; -rdfs:label "PFCs" ; -skos:broader Greenhouse Gas ; -defchem:medium medium:air ; -. - -#419 -wmdsObservedVariable:C2F6 -a skos:Concept ; -skos:notation 419 ; -dct:notation 419 ; -rdfs:label "C2F6(hexafluoroethane, PFC-116)" ; -skos:broader PFCs ; -defchem:chemical-species chemical-species:perfluoroethane ; -defchem:medium medium:air ; -. - -#420 -wmdsObservedVariable:C3F8 -a skos:Concept ; -skos:notation 420 ; -dct:notation 420 ; -rdfs:label "C3F8(octafluoropropane, PFC-218)" ; -skos:broader PFCs ; -defchem:chemical-species chemical-species:octafluoropropane ; -defchem:medium medium:air ; -. - -#421 -wmdsObservedVariable:CF4 -a skos:Concept ; -skos:notation 421 ; -dct:notation 421 ; -rdfs:label "CF4(tetrafluoromethane, carbon tetrafluoride, perfluoromethane, PFC-14)" ; -skos:broader PFCs ; -defchem:chemical-species chemical-species:tetrafluoromethane ; -defchem:medium medium:air ; -. - -#10030 -wmdsObservedVariable:Humidity -a skos:Concept ; -skos:notation 10030 ; -dct:notation 10030 ; -rdfs:label "Humidity" ; -skos:broader Atmosphere ; -. - -#251 -wmdsObservedVariable:Humidity -a skos:Concept ; -skos:notation 251 ; -dct:notation 251 ; -rdfs:label "Humidity(at specified distance from reference surface)" ; -skos:broader Humidity ; -. - -#252 -wmdsObservedVariable:Integrated water vapour -a skos:Concept ; -skos:notation 252 ; -dct:notation 252 ; -rdfs:label "Integrated water vapour" ; -skos:broader Humidity ; -. - -#253 -wmdsObservedVariable:Mass mixing ratio -a skos:Concept ; -skos:notation 253 ; -dct:notation 253 ; -rdfs:label "Mass mixing ratio" ; -skos:broader Humidity ; -. - -#254 -wmdsObservedVariable:Object wetness duration -a skos:Concept ; -skos:notation 254 ; -dct:notation 254 ; -rdfs:label "Object wetness duration" ; -skos:broader Humidity ; -. - -#255 -wmdsObservedVariable:Water vapour pressure -a skos:Concept ; -skos:notation 255 ; -dct:notation 255 ; -rdfs:label "Water vapour pressure" ; -skos:broader Humidity ; -. - -#256 -wmdsObservedVariable:Watervapor profile -a skos:Concept ; -skos:notation 256 ; -dct:notation 256 ; -rdfs:label "Watervapor profile" ; -skos:broader Humidity ; -. - -#10031 -wmdsObservedVariable:Lightning -a skos:Concept ; -skos:notation 10031 ; -dct:notation 10031 ; -rdfs:label "Lightning" ; -skos:broader Atmosphere ; -. - -#257 -wmdsObservedVariable:Lightning discharge energy -a skos:Concept ; -skos:notation 257 ; -dct:notation 257 ; -rdfs:label "Lightning discharge energy" ; -skos:broader Lightning ; -. - -#258 -wmdsObservedVariable:Lightning discharge polarity -a skos:Concept ; -skos:notation 258 ; -dct:notation 258 ; -rdfs:label "Lightning discharge polarity" ; -skos:broader Lightning ; -. - -#259 -wmdsObservedVariable:Lightning discharge rates -a skos:Concept ; -skos:notation 259 ; -dct:notation 259 ; -rdfs:label "Lightning discharge rates" ; -skos:broader Lightning ; -. - -#260 -wmdsObservedVariable:Lightning discharge type -a skos:Concept ; -skos:notation 260 ; -dct:notation 260 ; -rdfs:label "Lightning discharge type(cloud to cloud, cloud to surface)" ; -skos:broader Lightning ; -. - -#10032 -wmdsObservedVariable:Position -a skos:Concept ; -skos:notation 10032 ; -dct:notation 10032 ; -rdfs:label "Position" ; -skos:broader Lightning ; -. - -#431 -wmdsObservedVariable:Lightning detection -a skos:Concept ; -skos:notation 431 ; -dct:notation 431 ; -rdfs:label "Lightning detection(time and location)" ; -skos:broader Position ; -. - -#432 -wmdsObservedVariable:Lightning direction from station -a skos:Concept ; -skos:notation 432 ; -dct:notation 432 ; -rdfs:label "Lightning direction from station" ; -skos:broader Position ; -. - -#433 -wmdsObservedVariable:Lightning distance from station -a skos:Concept ; -skos:notation 433 ; -dct:notation 433 ; -rdfs:label "Lightning distance from station" ; -skos:broader Position ; -. - -#10033 -wmdsObservedVariable:Other Gas -a skos:Concept ; -skos:notation 10033 ; -dct:notation 10033 ; -rdfs:label "Other Gas" ; -skos:broader Atmosphere ; -defchem:medium medium:air ; -. - -#205 -wmdsObservedVariable:H2 -a skos:Concept ; -skos:notation 205 ; -dct:notation 205 ; -rdfs:label "H2" ; -skos:broader Other Gas ; -defchem:chemical-species chemical-species:hydrogen-molecule ; -defchem:medium medium:air ; -. - -#206 -wmdsObservedVariable:H2O -a skos:Concept ; -skos:notation 206 ; -dct:notation 206 ; -rdfs:label "H2O(as a chemical species)" ; -skos:broader Other Gas ; -defchem:chemical-species chemical-species:water-vapor ; -defchem:medium medium:air ; -. - -#207 -wmdsObservedVariable:HDO -a skos:Concept ; -skos:notation 207 ; -dct:notation 207 ; -rdfs:label "HDO(as a chemical species)" ; -skos:broader Other Gas ; -defchem:chemical-species chemical-species:deuteriated-water-vapor ; -defchem:medium medium:air ; -. - -#10034 -wmdsObservedVariable:Ozone -a skos:Concept ; -skos:notation 10034 ; -dct:notation 10034 ; -rdfs:label "Ozone" ; -skos:broader Atmosphere ; -defchem:chemical-species chemical-species:ozone ; -defchem:medium medium:air ; -. - -#262 -wmdsObservedVariable:Surface ozone -a skos:Concept ; -skos:notation 262 ; -dct:notation 262 ; -rdfs:label "Surface ozone" ; -skos:broader Ozone ; -defchem:medium medium:air ; -. - -#263 -wmdsObservedVariable:Total column ozone -a skos:Concept ; -skos:notation 263 ; -dct:notation 263 ; -rdfs:label "Total column ozone" ; -skos:broader Ozone ; -defchem:medium medium:air ; -. - -#264 -wmdsObservedVariable:Vertical ozone profile -a skos:Concept ; -skos:notation 264 ; -dct:notation 264 ; -rdfs:label "Vertical ozone profile" ; -skos:broader Ozone ; -defchem:medium medium:air ; -. - -#10035 -wmdsObservedVariable:Past weather -a skos:Concept ; -skos:notation 10035 ; -dct:notation 10035 ; -rdfs:label "Past weather" ; -skos:broader Atmosphere ; -. - -#265 -wmdsObservedVariable:Past weather -a skos:Concept ; -skos:notation 265 ; -dct:notation 265 ; -rdfs:label "Past weather" ; -skos:broader Past weather ; -. - -#10036 -wmdsObservedVariable:POPs -a skos:Concept ; -skos:notation 10036 ; -dct:notation 10036 ; -rdfs:label "POPs" ; -skos:broader Atmosphere ; -. - -#10037 -wmdsObservedVariable:PAH -a skos:Concept ; -skos:notation 10037 ; -dct:notation 10037 ; -rdfs:label "PAH" ; -skos:broader POPs ; -defchem:chemical-species chemical-species:polycyclic-aromatic-hydrocarbon ; -. - -#334 -wmdsObservedVariable:C13H10 -a skos:Concept ; -skos:notation 334 ; -dct:notation 334 ; -rdfs:label "C13H10(9H-fluorene, fluorene) in air"" ; -skos:broader PAH ; -defchem:medium medium:air" ; -. - -#335 -wmdsObservedVariable:C14H10 -a skos:Concept ; -skos:notation 335 ; -dct:notation 335 ; -rdfs:label "C14H10(anthracene) in PM10"" ; -skos:broader PAH ; -defchem:chemical-species chemical-species:anthracene ; -defchem:medium medium:PM10" ; -. - -#336 -wmdsObservedVariable:C14H10 -a skos:Concept ; -skos:notation 336 ; -dct:notation 336 ; -rdfs:label "C14H10(anthracene) in aerosol"" ; -skos:broader PAH ; -defchem:chemical-species chemical-species:anthracene ; -defchem:medium medium:aerosol" ; -. - -#337 -wmdsObservedVariable:C14H10 -a skos:Concept ; -skos:notation 337 ; -dct:notation 337 ; -rdfs:label "C14H10(anthracene) in aerosol and air"" ; -skos:broader PAH ; -defchem:chemical-species chemical-species:anthracene ; -defchem:medium medium:aerosol and air" ; -. - -#338 -wmdsObservedVariable:C14H10 -a skos:Concept ; -skos:notation 338 ; -dct:notation 338 ; -rdfs:label "C14H10(anthracene) in air"" ; -skos:broader PAH ; -defchem:chemical-species chemical-species:anthracene ; -defchem:medium medium:air" ; -. - -#339 -wmdsObservedVariable:C14H10 -a skos:Concept ; -skos:notation 339 ; -dct:notation 339 ; -rdfs:label "C14H10(phenanthrene) in PM10"" ; -skos:broader PAH ; -defchem:chemical-species chemical-species:anthracene ; -defchem:medium medium:PM10" ; -. - -#340 -wmdsObservedVariable:C14H10 -a skos:Concept ; -skos:notation 340 ; -dct:notation 340 ; -rdfs:label "C14H10(phenanthrene) in aerosol"" ; -skos:broader PAH ; -defchem:chemical-species chemical-species:anthracene ; -defchem:medium medium:aerosol" ; -. - -#341 -wmdsObservedVariable:C14H10 -a skos:Concept ; -skos:notation 341 ; -dct:notation 341 ; -rdfs:label "C14H10(phenanthrene) in air"" ; -skos:broader PAH ; -defchem:chemical-species chemical-species:anthracene ; -defchem:medium medium:air" ; -. - -#342 -wmdsObservedVariable:C14H10 -a skos:Concept ; -skos:notation 342 ; -dct:notation 342 ; -rdfs:label "C14H10(phenanthrene) in air and aerosol"" ; -skos:broader PAH ; -defchem:chemical-species chemical-species:anthracene ; -defchem:medium medium:air and aerosol" ; -. - -#343 -wmdsObservedVariable:C14H10 -a skos:Concept ; -skos:notation 343 ; -dct:notation 343 ; -rdfs:label "C14H10(phenanthrene) in precipitation"" ; -skos:broader PAH ; -defchem:chemical-species chemical-species:anthracene ; -defchem:medium medium:precipitation" ; -. - -#344 -wmdsObservedVariable:C14H10 -a skos:Concept ; -skos:notation 344 ; -dct:notation 344 ; -rdfs:label "C14H10(phenanthrene) in total precipitation"" ; -skos:broader PAH ; -defchem:chemical-species chemical-species:anthracene ; -defchem:medium medium:total precipitation" ; -. - -#345 -wmdsObservedVariable:C16H10 -a skos:Concept ; -skos:notation 345 ; -dct:notation 345 ; -rdfs:label "C16H10(pyrene) in air and aerosol"" ; -skos:broader PAH ; -defchem:chemical-species chemical-species:fluoranthene ; -defchem:medium medium:air and aerosol" ; -. - -#346 -wmdsObservedVariable:C18H12 anthracene) -a skos:Concept ; -skos:notation 346 ; -dct:notation 346 ; -rdfs:label "C18H12 anthracene)(Benz(a) in PM10"" ; -skos:broader PAH ; -defchem:medium medium:PM10" ; -. - -#347 -wmdsObservedVariable:C18H12 anthracene) -a skos:Concept ; -skos:notation 347 ; -dct:notation 347 ; -rdfs:label "C18H12 anthracene)(Benz(a) in aerosol"" ; -skos:broader PAH ; -defchem:medium medium:aerosol" ; -. - -#348 -wmdsObservedVariable:C18H12 anthracene) -a skos:Concept ; -skos:notation 348 ; -dct:notation 348 ; -rdfs:label "C18H12 anthracene)(Benz(a) in air"" ; -skos:broader PAH ; -defchem:medium medium:air" ; -. - -#349 -wmdsObservedVariable:C18H12 anthracene) -a skos:Concept ; -skos:notation 349 ; -dct:notation 349 ; -rdfs:label "C18H12 anthracene)(Benz(a) in air and aerosol"" ; -skos:broader PAH ; -defchem:medium medium:air and aerosol" ; -. - -#350 -wmdsObservedVariable:C18H12 anthracene) -a skos:Concept ; -skos:notation 350 ; -dct:notation 350 ; -rdfs:label "C18H12 anthracene)(Benz(a) in precipitation"" ; -skos:broader PAH ; -defchem:medium medium:precipitation" ; -. - -#351 -wmdsObservedVariable:C18H12 anthracene) -a skos:Concept ; -skos:notation 351 ; -dct:notation 351 ; -rdfs:label "C18H12 anthracene)(Benz(a) in total precipitation"" ; -skos:broader PAH ; -defchem:medium medium:total precipitation" ; -. - -#10038 -wmdsObservedVariable:POP -a skos:Concept ; -skos:notation 10038 ; -dct:notation 10038 ; -rdfs:label "POP" ; -skos:broader POPs ; -. - -#375 -wmdsObservedVariable:C12H8Cl6 -a skos:Concept ; -skos:notation 375 ; -dct:notation 375 ; -rdfs:label "C12H8Cl6(aldrin) in aerosol"" ; -skos:broader POP ; -defchem:chemical-species chemical-species:aldrin ; -defchem:medium medium:aerosol" ; -. - -#376 -wmdsObservedVariable:C12H8Cl6 -a skos:Concept ; -skos:notation 376 ; -dct:notation 376 ; -rdfs:label "C12H8Cl6(aldrin) in air"" ; -skos:broader POP ; -defchem:chemical-species chemical-species:aldrin ; -defchem:medium medium:air" ; -. - -#377 -wmdsObservedVariable:C12H8Cl6 -a skos:Concept ; -skos:notation 377 ; -dct:notation 377 ; -rdfs:label "C12H8Cl6(aldrin) in air and aerosol"" ; -skos:broader POP ; -defchem:chemical-species chemical-species:aldrin ; -defchem:medium medium:air and aerosol" ; -. - -#378 -wmdsObservedVariable:C12H8Cl6 -a skos:Concept ; -skos:notation 378 ; -dct:notation 378 ; -rdfs:label "C12H8Cl6(aldrin) in total precipitation"" ; -skos:broader POP ; -defchem:chemical-species chemical-species:aldrin ; -defchem:medium medium:total precipitation" ; -. - -#379 -wmdsObservedVariable:C12H8Cl6 -a skos:Concept ; -skos:notation 379 ; -dct:notation 379 ; -rdfs:label "C12H8Cl6(aldrin) in wet precipitation"" ; -skos:broader POP ; -defchem:chemical-species chemical-species:aldrin ; -defchem:medium medium:wet precipitation" ; -. - -#380 -wmdsObservedVariable:C6Cl6 -a skos:Concept ; -skos:notation 380 ; -dct:notation 380 ; -rdfs:label "C6Cl6(hexachlorobenzene, HCB) in air"" ; -skos:broader POP ; -defchem:medium medium:air" ; -. - -#381 -wmdsObservedVariable:C6H6Cl6 -a skos:Concept ; -skos:notation 381 ; -dct:notation 381 ; -rdfs:label "C6H6Cl6(1, 2, 3, 4, 5, 6-hexachlorocyclohexane, alpha-lindane, alpha-HCH) in aerosol"" ; -skos:broader POP ; -defchem:medium medium:aerosol" ; -. - -#382 -wmdsObservedVariable:C6H6Cl6 -a skos:Concept ; -skos:notation 382 ; -dct:notation 382 ; -rdfs:label "C6H6Cl6(1, 2, 3, 4, 5, 6-hexachlorocyclohexane, alpha-lindane, alpha-HCH) in air"" ; -skos:broader POP ; -defchem:medium medium:air" ; -. - -#383 -wmdsObservedVariable:C6H6Cl6 -a skos:Concept ; -skos:notation 383 ; -dct:notation 383 ; -rdfs:label "C6H6Cl6(1, 2, 3, 4, 5, 6-hexachlorocyclohexane, alpha-lindane, alpha-HCH) in wet precipitation"" ; -skos:broader POP ; -defchem:medium medium:wet precipitation" ; -. - -#384 -wmdsObservedVariable:C6H6Cl6 -a skos:Concept ; -skos:notation 384 ; -dct:notation 384 ; -rdfs:label "C6H6Cl6(1, 2, 3, 4, 5, 6-hexachlorocyclohexane, gamma-lindane, gamma-HCH) in air"" ; -skos:broader POP ; -defchem:medium medium:air" ; -. - -#385 -wmdsObservedVariable:C6H6Cl6 -a skos:Concept ; -skos:notation 385 ; -dct:notation 385 ; -rdfs:label "C6H6Cl6(1, 2, 3, 4, 5, 6-hexachlorocyclohexane, gamma-lindane, gamma-HCH) in wet precipitation"" ; -skos:broader POP ; -defchem:medium medium:wet precipitation" ; -. - -#10039 -wmdsObservedVariable:Precipitation -a skos:Concept ; -skos:notation 10039 ; -dct:notation 10039 ; -rdfs:label "Precipitation" ; -skos:broader Atmosphere ; -. - -#210 -wmdsObservedVariable:Amount of precipitation -a skos:Concept ; -skos:notation 210 ; -dct:notation 210 ; -rdfs:label "Amount of precipitation" ; -skos:broader Precipitation ; -. - -#211 -wmdsObservedVariable:Duration -a skos:Concept ; -skos:notation 211 ; -dct:notation 211 ; -rdfs:label "Duration" ; -skos:broader Precipitation ; -. - -#212 -wmdsObservedVariable:Intensity of precipitation -a skos:Concept ; -skos:notation 212 ; -dct:notation 212 ; -rdfs:label "Intensity of precipitation" ; -skos:broader Precipitation ; -. - -#213 -wmdsObservedVariable:Occurrence during last period -a skos:Concept ; -skos:notation 213 ; -dct:notation 213 ; -rdfs:label "Occurrence during last period(yes/no)" ; -skos:broader Precipitation ; -. - -#214 -wmdsObservedVariable:Rate of ice accretion -a skos:Concept ; -skos:notation 214 ; -dct:notation 214 ; -rdfs:label "Rate of ice accretion" ; -skos:broader Precipitation ; -. - -#215 -wmdsObservedVariable:Type of precipitation -a skos:Concept ; -skos:notation 215 ; -dct:notation 215 ; -rdfs:label "Type of precipitation" ; -skos:broader Precipitation ; -. - -#10040 -wmdsObservedVariable:Present weather -a skos:Concept ; -skos:notation 10040 ; -dct:notation 10040 ; -rdfs:label "Present weather" ; -skos:broader Atmosphere ; -. - -#266 -wmdsObservedVariable:Present weather -a skos:Concept ; -skos:notation 266 ; -dct:notation 266 ; -rdfs:label "Present weather" ; -skos:broader Present weather ; -. - -#10041 -wmdsObservedVariable:Pressure -a skos:Concept ; -skos:notation 10041 ; -dct:notation 10041 ; -rdfs:label "Pressure" ; -skos:broader Atmosphere ; -. - -#216 -wmdsObservedVariable:Atmospheric pressure -a skos:Concept ; -skos:notation 216 ; -dct:notation 216 ; -rdfs:label "Atmospheric pressure" ; -skos:broader Pressure ; -. - -#217 -wmdsObservedVariable:Characteristic of pressure tendency -a skos:Concept ; -skos:notation 217 ; -dct:notation 217 ; -rdfs:label "Characteristic of pressure tendency" ; -skos:broader Pressure ; -. - -#218 -wmdsObservedVariable:Pressure tendency -a skos:Concept ; -skos:notation 218 ; -dct:notation 218 ; -rdfs:label "Pressure tendency" ; -skos:broader Pressure ; -. - -#10042 -wmdsObservedVariable:Radiation -a skos:Concept ; -skos:notation 10042 ; -dct:notation 10042 ; -rdfs:label "Radiation" ; -skos:broader Atmosphere ; -. - -#267 -wmdsObservedVariable:Background luminance -a skos:Concept ; -skos:notation 267 ; -dct:notation 267 ; -rdfs:label "Background luminance" ; -skos:broader Radiation ; -. - -#270 -wmdsObservedVariable:Sunshine duration -a skos:Concept ; -skos:notation 270 ; -dct:notation 270 ; -rdfs:label "Sunshine duration" ; -skos:broader Radiation ; -. - -#271 -wmdsObservedVariable:Surface albedo -a skos:Concept ; -skos:notation 271 ; -dct:notation 271 ; -rdfs:label "Surface albedo" ; -skos:broader Radiation ; -. - -#273 -wmdsObservedVariable:UV-B radiation -a skos:Concept ; -skos:notation 273 ; -dct:notation 273 ; -rdfs:label "UV-B radiation" ; -skos:broader Radiation ; -. - -#10043 -wmdsObservedVariable:IR -a skos:Concept ; -skos:notation 10043 ; -dct:notation 10043 ; -rdfs:label "IR" ; -skos:broader Radiation ; -. - -#565 -wmdsObservedVariable:Long-wave radiation -a skos:Concept ; -skos:notation 565 ; -dct:notation 565 ; -rdfs:label "Long-wave radiation(direction unspecified)" ; -skos:broader IR ; -. - -#566 -wmdsObservedVariable:Long-wave radiation -a skos:Concept ; -skos:notation 566 ; -dct:notation 566 ; -rdfs:label "Long-wave radiation(downwelling)" ; -skos:broader IR ; -. - -#567 -wmdsObservedVariable:Long-wave radiation -a skos:Concept ; -skos:notation 567 ; -dct:notation 567 ; -rdfs:label "Long-wave radiation(upwelling)" ; -skos:broader IR ; -. - -#10044 -wmdsObservedVariable:Solar -a skos:Concept ; -skos:notation 10044 ; -dct:notation 10044 ; -rdfs:label "Solar" ; -skos:broader Radiation ; -. - -#571 -wmdsObservedVariable:Diffuse solar radiation -a skos:Concept ; -skos:notation 571 ; -dct:notation 571 ; -rdfs:label "Diffuse solar radiation" ; -skos:broader Solar ; -. - -#572 -wmdsObservedVariable:Direct solar radiation -a skos:Concept ; -skos:notation 572 ; -dct:notation 572 ; -rdfs:label "Direct solar radiation" ; -skos:broader Solar ; -. - -#573 -wmdsObservedVariable:Global solar radiation -a skos:Concept ; -skos:notation 573 ; -dct:notation 573 ; -rdfs:label "Global solar radiation(downwelling)" ; -skos:broader Solar ; -. - -#574 -wmdsObservedVariable:Global solar radiation -a skos:Concept ; -skos:notation 574 ; -dct:notation 574 ; -rdfs:label "Global solar radiation(upwelling)" ; -skos:broader Solar ; -. - -#575 -wmdsObservedVariable:Reflected solar radiation -a skos:Concept ; -skos:notation 575 ; -dct:notation 575 ; -rdfs:label "Reflected solar radiation" ; -skos:broader Solar ; -. - -#10045 -wmdsObservedVariable:UV -a skos:Concept ; -skos:notation 10045 ; -dct:notation 10045 ; -rdfs:label "UV" ; -skos:broader Radiation ; -. - -#356 -wmdsObservedVariable:UV Broadband -a skos:Concept ; -skos:notation 356 ; -dct:notation 356 ; -rdfs:label "UV Broadband" ; -skos:broader UV ; -. - -#357 -wmdsObservedVariable:UV Erythemally weighted -a skos:Concept ; -skos:notation 357 ; -dct:notation 357 ; -rdfs:label "UV Erythemally weighted" ; -skos:broader UV ; -. - -#358 -wmdsObservedVariable:UV Multiband -a skos:Concept ; -skos:notation 358 ; -dct:notation 358 ; -rdfs:label "UV Multiband" ; -skos:broader UV ; -. - -#359 -wmdsObservedVariable:UV Spectral -a skos:Concept ; -skos:notation 359 ; -dct:notation 359 ; -rdfs:label "UV Spectral" ; -skos:broader UV ; -. - -#10046 -wmdsObservedVariable:Radionuclide -a skos:Concept ; -skos:notation 10046 ; -dct:notation 10046 ; -rdfs:label "Radionuclide" ; -skos:broader Atmosphere ; -defchem:chemical-species chemical-species:radionuclide ; -. - -#219 -wmdsObservedVariable:Beryllium [Be-7] -a skos:Concept ; -skos:notation 219 ; -dct:notation 219 ; -rdfs:label "Beryllium [Be-7]" ; -skos:broader Radionuclide ; -. - -#220 -wmdsObservedVariable:CO2 [C-14] -a skos:Concept ; -skos:notation 220 ; -dct:notation 220 ; -rdfs:label "CO2 [C-14]" ; -skos:broader Radionuclide ; -. - -#221 -wmdsObservedVariable:Krypton [Kr-85] -a skos:Concept ; -skos:notation 221 ; -dct:notation 221 ; -rdfs:label "Krypton [Kr-85]" ; -skos:broader Radionuclide ; -. - -#222 -wmdsObservedVariable:Lead [Pb-210] -a skos:Concept ; -skos:notation 222 ; -dct:notation 222 ; -rdfs:label "Lead [Pb-210]" ; -skos:broader Radionuclide ; -. - -#223 -wmdsObservedVariable:Radon [Rn-222] -a skos:Concept ; -skos:notation 223 ; -dct:notation 223 ; -rdfs:label "Radon [Rn-222]" ; -skos:broader Radionuclide ; -. - -#10047 -wmdsObservedVariable:Reactive Gas -a skos:Concept ; -skos:notation 10047 ; -dct:notation 10047 ; -rdfs:label "Reactive Gas" ; -skos:broader Atmosphere ; -defchem:medium medium:air ; -. - -#274 -wmdsObservedVariable:BrO -a skos:Concept ; -skos:notation 274 ; -dct:notation 274 ; -rdfs:label "BrO(bromine monoxide)" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:bromine-oxide ; -defchem:medium medium:air ; -. - -#275 -wmdsObservedVariable:C2Cl4 -a skos:Concept ; -skos:notation 275 ; -dct:notation 275 ; -rdfs:label "C2Cl4(tetrachloroethene)" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:tetrachloroethene ; -defchem:medium medium:air ; -. - -#276 -wmdsObservedVariable:C2HCl3 -a skos:Concept ; -skos:notation 276 ; -dct:notation 276 ; -rdfs:label "C2HCl3(trichloroethene)" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:trichloroethene ; -defchem:medium medium:air ; -. - -#277 -wmdsObservedVariable:CH2Br2 -a skos:Concept ; -skos:notation 277 ; -dct:notation 277 ; -rdfs:label "CH2Br2(dibrimomethane)" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:dibromomethane ; -defchem:medium medium:air ; -. - -#278 -wmdsObservedVariable:CH2Cl2 -a skos:Concept ; -skos:notation 278 ; -dct:notation 278 ; -rdfs:label "CH2Cl2(dichloromethane)" ; -skos:broader Reactive Gas ; -defchem:medium medium:air ; -. - -#279 -wmdsObservedVariable:CH3Br -a skos:Concept ; -skos:notation 279 ; -dct:notation 279 ; -rdfs:label "CH3Br(methylbromide)" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:bromomethane ; -defchem:medium medium:air ; -. - -#280 -wmdsObservedVariable:CH3Cl -a skos:Concept ; -skos:notation 280 ; -dct:notation 280 ; -rdfs:label "CH3Cl(methylchloride)" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:chloromethane ; -defchem:medium medium:air ; -. - -#281 -wmdsObservedVariable:CH3I -a skos:Concept ; -skos:notation 281 ; -dct:notation 281 ; -rdfs:label "CH3I(methyliodide)" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:iodomethane ; -defchem:medium medium:air ; -. - -#282 -wmdsObservedVariable:CHBr3 -a skos:Concept ; -skos:notation 282 ; -dct:notation 282 ; -rdfs:label "CHBr3(bromoform)" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:tribromomethane ; -defchem:medium medium:air ; -. - -#283 -wmdsObservedVariable:CHCl3 -a skos:Concept ; -skos:notation 283 ; -dct:notation 283 ; -rdfs:label "CHCl3(chloroform)" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:trichloromethane ; -defchem:medium medium:air ; -. - -#284 -wmdsObservedVariable:CO -a skos:Concept ; -skos:notation 284 ; -dct:notation 284 ; -rdfs:label "CO" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:carbon-monoxide ; -defchem:medium medium:air ; -. - -#285 -wmdsObservedVariable:COF2 -a skos:Concept ; -skos:notation 285 ; -dct:notation 285 ; -rdfs:label "COF2(difluoromethanal, carbonyl fluoride)" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:carbonyl-difluoride ; -defchem:medium medium:air ; -. - -#286 -wmdsObservedVariable:ClO -a skos:Concept ; -skos:notation 286 ; -dct:notation 286 ; -rdfs:label "ClO(chlorine monoxide)" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:chlorine-oxide ; -defchem:medium medium:air ; -. - -#287 -wmdsObservedVariable:H2O2 -a skos:Concept ; -skos:notation 287 ; -dct:notation 287 ; -rdfs:label "H2O2(hydrogen peroxide)" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:hydrogen-peroxide ; -defchem:medium medium:air ; -. - -#288 -wmdsObservedVariable:HCl -a skos:Concept ; -skos:notation 288 ; -dct:notation 288 ; -rdfs:label "HCl(hydrochloric acid)" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:hydrogen-chloride ; -defchem:medium medium:air ; -. - -#289 -wmdsObservedVariable:HF -a skos:Concept ; -skos:notation 289 ; -dct:notation 289 ; -rdfs:label "HF(hydrofluoric acid)" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:hydrogen-fluoride ; -defchem:medium medium:air ; -. - -#291 -wmdsObservedVariable:ROOH -a skos:Concept ; -skos:notation 291 ; -dct:notation 291 ; -rdfs:label "ROOH" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:organic-peroxide ; -defchem:medium medium:air ; -. - -#10048 -wmdsObservedVariable:Nitrogen containing compounds -a skos:Concept ; -skos:notation 10048 ; -dct:notation 10048 ; -rdfs:label "Nitrogen containing compounds" ; -skos:broader Reactive Gas ; -defchem:medium medium:air ; -. - -#390 -wmdsObservedVariable:Ammonia -a skos:Concept ; -skos:notation 390 ; -dct:notation 390 ; -rdfs:label "Ammonia(NH3)" ; -skos:broader Nitrogen containing compounds ; -defchem:chemical-species chemical-species:ammonia ; -defchem:medium medium:air ; -. - -#391 -wmdsObservedVariable:C2H3O5N -a skos:Concept ; -skos:notation 391 ; -dct:notation 391 ; -rdfs:label "C2H3O5N(peroxyacetylnitrate, PAN)" ; -skos:broader Nitrogen containing compounds ; -defchem:medium medium:air ; -. - -#392 -wmdsObservedVariable:ClONO2 -a skos:Concept ; -skos:notation 392 ; -dct:notation 392 ; -rdfs:label "ClONO2(chlorine nitrate)" ; -skos:broader Nitrogen containing compounds ; -defchem:chemical-species chemical-species:chlorine-nitrate ; -defchem:medium medium:air ; -. - -#393 -wmdsObservedVariable:HCN -a skos:Concept ; -skos:notation 393 ; -dct:notation 393 ; -rdfs:label "HCN(formonitrile, hydrogen cyanide)" ; -skos:broader Nitrogen containing compounds ; -defchem:chemical-species chemical-species:hydrogen-cyanide ; -defchem:medium medium:air ; -. - -#394 -wmdsObservedVariable:HNO3 -a skos:Concept ; -skos:notation 394 ; -dct:notation 394 ; -rdfs:label "HNO3(nitric acid)" ; -skos:broader Nitrogen containing compounds ; -defchem:chemical-species chemical-species:nitric-acid ; -defchem:medium medium:air ; -. - -#395 -wmdsObservedVariable:NO -a skos:Concept ; -skos:notation 395 ; -dct:notation 395 ; -rdfs:label "NO" ; -skos:broader Nitrogen containing compounds ; -defchem:chemical-species chemical-species:nitrogen-monoxide ; -defchem:medium medium:air ; -. - -#396 -wmdsObservedVariable:NO2 -a skos:Concept ; -skos:notation 396 ; -dct:notation 396 ; -rdfs:label "NO2" ; -skos:broader Nitrogen containing compounds ; -defchem:chemical-species chemical-species:nitrogen-dioxide ; -defchem:medium medium:air ; -. - -#397 -wmdsObservedVariable:NOx -a skos:Concept ; -skos:notation 397 ; -dct:notation 397 ; -rdfs:label "NOx" ; -skos:broader Nitrogen containing compounds ; -defchem:chemical-species chemical-species:nox ; -defchem:medium medium:air ; -. - -#398 -wmdsObservedVariable:NOy -a skos:Concept ; -skos:notation 398 ; -dct:notation 398 ; -rdfs:label "NOy" ; -skos:broader Nitrogen containing compounds ; -defchem:chemical-species chemical-species:noy ; -defchem:medium medium:air ; -. - -#10049 -wmdsObservedVariable:Sulfur containing compounds -a skos:Concept ; -skos:notation 10049 ; -dct:notation 10049 ; -rdfs:label "Sulfur containing compounds" ; -skos:broader Reactive Gas ; -defchem:medium medium:air ; -. - -#428 -wmdsObservedVariable:COS -a skos:Concept ; -skos:notation 428 ; -dct:notation 428 ; -rdfs:label "COS(OCS, carbon oxide sulfide, carbonyl sulfide)" ; -skos:broader Sulfur containing compounds ; -defchem:chemical-species chemical-species:carbonyl-sulfide ; -defchem:medium medium:air ; -. - -#429 -wmdsObservedVariable:CS2 -a skos:Concept ; -skos:notation 429 ; -dct:notation 429 ; -rdfs:label "CS2(Carbon disulfide)" ; -skos:broader Sulfur containing compounds ; -defchem:chemical-species chemical-species:carbon-disulfide ; -defchem:medium medium:air ; -. - -#430 -wmdsObservedVariable:SO2 -a skos:Concept ; -skos:notation 430 ; -dct:notation 430 ; -rdfs:label "SO2" ; -skos:broader Sulfur containing compounds ; -defchem:chemical-species chemical-species:sulfur-dioxide ; -defchem:medium medium:air ; -. - -#10050 -wmdsObservedVariable:VOC -a skos:Concept ; -skos:notation 10050 ; -dct:notation 10050 ; -rdfs:label "VOC" ; -skos:broader Reactive Gas ; -defchem:chemical-species chemical-species:volatile-organic-species ; -defchem:medium medium:air ; -. - -#434 -wmdsObservedVariable:C2H2 -a skos:Concept ; -skos:notation 434 ; -dct:notation 434 ; -rdfs:label "C2H2(ethyne, acetylene)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:ethyne ; -defchem:medium medium:air ; -. - -#435 -wmdsObservedVariable:C2H2O2 -a skos:Concept ; -skos:notation 435 ; -dct:notation 435 ; -rdfs:label "C2H2O2(oxaldehyde, ethanedial)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#436 -wmdsObservedVariable:C2H4 -a skos:Concept ; -skos:notation 436 ; -dct:notation 436 ; -rdfs:label "C2H4(ethene)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:ethene ; -defchem:medium medium:air ; -. - -#437 -wmdsObservedVariable:C2H6 -a skos:Concept ; -skos:notation 437 ; -dct:notation 437 ; -rdfs:label "C2H6(ethane)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:ethane ; -defchem:medium medium:air ; -. - -#438 -wmdsObservedVariable:C2H6S -a skos:Concept ; -skos:notation 438 ; -dct:notation 438 ; -rdfs:label "C2H6S(dimethylsulfide, DMS)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#439 -wmdsObservedVariable:C3H4 -a skos:Concept ; -skos:notation 439 ; -dct:notation 439 ; -rdfs:label "C3H4(propyne)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:propyne ; -defchem:medium medium:air ; -. - -#440 -wmdsObservedVariable:C3H4O -a skos:Concept ; -skos:notation 440 ; -dct:notation 440 ; -rdfs:label "C3H4O(prop-2-enal, acrolein)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:prop-2-enal ; -defchem:medium medium:air ; -. - -#441 -wmdsObservedVariable:C3H4O2 -a skos:Concept ; -skos:notation 441 ; -dct:notation 441 ; -rdfs:label "C3H4O2(2-oxopropanal, methylglyoxal)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#442 -wmdsObservedVariable:C3H6 -a skos:Concept ; -skos:notation 442 ; -dct:notation 442 ; -rdfs:label "C3H6(propene)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:propene ; -defchem:medium medium:air ; -. - -#443 -wmdsObservedVariable:C3H6O -a skos:Concept ; -skos:notation 443 ; -dct:notation 443 ; -rdfs:label "C3H6O(acetone, propanone)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:propanal ; -defchem:medium medium:air ; -. - -#444 -wmdsObservedVariable:C3H6O -a skos:Concept ; -skos:notation 444 ; -dct:notation 444 ; -rdfs:label "C3H6O(propanal)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:propanal ; -defchem:medium medium:air ; -. - -#445 -wmdsObservedVariable:C3H8 -a skos:Concept ; -skos:notation 445 ; -dct:notation 445 ; -rdfs:label "C3H8(propane)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:propane ; -defchem:medium medium:air ; -. - -#446 -wmdsObservedVariable:C4H6 -a skos:Concept ; -skos:notation 446 ; -dct:notation 446 ; -rdfs:label "C4H6(1, 3-butadiene, butadiene)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:buta-1,3-diene ; -defchem:medium medium:air ; -. - -#447 -wmdsObservedVariable:C4H6O -a skos:Concept ; -skos:notation 447 ; -dct:notation 447 ; -rdfs:label "C4H6O(2-methylprop-2-enal, methacrolein)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:2-methylprop-2-enal ; -defchem:medium medium:air ; -. - -#448 -wmdsObservedVariable:C4H6O -a skos:Concept ; -skos:notation 448 ; -dct:notation 448 ; -rdfs:label "C4H6O(but-3-en-2-one, methylvinylketone)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:2-methylprop-2-enal ; -defchem:medium medium:air ; -. - -#449 -wmdsObservedVariable:C4H8 -a skos:Concept ; -skos:notation 449 ; -dct:notation 449 ; -rdfs:label "C4H8(1-butene)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:butenes ; -defchem:medium medium:air ; -. - -#450 -wmdsObservedVariable:C4H8 -a skos:Concept ; -skos:notation 450 ; -dct:notation 450 ; -rdfs:label "C4H8(sum of butenes)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:butenes ; -defchem:medium medium:air ; -. - -#451 -wmdsObservedVariable:C4H8O -a skos:Concept ; -skos:notation 451 ; -dct:notation 451 ; -rdfs:label "C4H8O(butan-2-one, methylethylketone)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:butanal ; -defchem:medium medium:air ; -. - -#452 -wmdsObservedVariable:C4H8O -a skos:Concept ; -skos:notation 452 ; -dct:notation 452 ; -rdfs:label "C4H8O(butanal isomers)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:butanal ; -defchem:medium medium:air ; -. - -#453 -wmdsObservedVariable:C5H10 -a skos:Concept ; -skos:notation 453 ; -dct:notation 453 ; -rdfs:label "C5H10(1-pentene)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:pentenes ; -defchem:medium medium:air ; -. - -#454 -wmdsObservedVariable:C5H10 -a skos:Concept ; -skos:notation 454 ; -dct:notation 454 ; -rdfs:label "C5H10(2-methyl-1-butene)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:pentenes ; -defchem:medium medium:air ; -. - -#455 -wmdsObservedVariable:C5H10 -a skos:Concept ; -skos:notation 455 ; -dct:notation 455 ; -rdfs:label "C5H10(2-methyl-2-butene)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:pentenes ; -defchem:medium medium:air ; -. - -#456 -wmdsObservedVariable:C5H10 -a skos:Concept ; -skos:notation 456 ; -dct:notation 456 ; -rdfs:label "C5H10(3-methyl-1-butene)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:pentenes ; -defchem:medium medium:air ; -. - -#457 -wmdsObservedVariable:C5H10 -a skos:Concept ; -skos:notation 457 ; -dct:notation 457 ; -rdfs:label "C5H10(cyclopentane)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:pentenes ; -defchem:medium medium:air ; -. - -#458 -wmdsObservedVariable:C5H10 -a skos:Concept ; -skos:notation 458 ; -dct:notation 458 ; -rdfs:label "C5H10(sum of 1-pentene & 2-methyl-2-butene)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:pentenes ; -defchem:medium medium:air ; -. - -#459 -wmdsObservedVariable:C5H10 -a skos:Concept ; -skos:notation 459 ; -dct:notation 459 ; -rdfs:label "C5H10(sum of pentenes)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:pentenes ; -defchem:medium medium:air ; -. - -#460 -wmdsObservedVariable:C5H10O -a skos:Concept ; -skos:notation 460 ; -dct:notation 460 ; -rdfs:label "C5H10O(pentanal, valeraldehyde)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#461 -wmdsObservedVariable:C5H12 & C4H8 -a skos:Concept ; -skos:notation 461 ; -dct:notation 461 ; -rdfs:label "C5H12 & C4H8(sum of 2, 2-dimethylpropane & c-2-butene)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#462 -wmdsObservedVariable:C5H12 -a skos:Concept ; -skos:notation 462 ; -dct:notation 462 ; -rdfs:label "C5H12(2, 2-dimethylpropane)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:pentanes ; -defchem:medium medium:air ; -. - -#463 -wmdsObservedVariable:C5H14 -a skos:Concept ; -skos:notation 463 ; -dct:notation 463 ; -rdfs:label "C5H14(2, 3-dimethylbutane)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#464 -wmdsObservedVariable:C5H8 -a skos:Concept ; -skos:notation 464 ; -dct:notation 464 ; -rdfs:label "C5H8(2-methyl-1, 3-butadiene, isoprene)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:2-methylbuta-1,3-diene ; -defchem:medium medium:air ; -. - -#465 -wmdsObservedVariable:C5H8 -a skos:Concept ; -skos:notation 465 ; -dct:notation 465 ; -rdfs:label "C5H8(cyclopentene)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:2-methylbuta-1,3-diene ; -defchem:medium medium:air ; -. - -#466 -wmdsObservedVariable:C5Hn -a skos:Concept ; -skos:notation 466 ; -dct:notation 466 ; -rdfs:label "C5Hn(n={10, 8}; sum of 3-methyl-1-butene & cyclopentene)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#467 -wmdsObservedVariable:C5Hn -a skos:Concept ; -skos:notation 467 ; -dct:notation 467 ; -rdfs:label "C5Hn(n={12, 10}; sum of n-pentane & cyclopentane)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#468 -wmdsObservedVariable:C6H12 -a skos:Concept ; -skos:notation 468 ; -dct:notation 468 ; -rdfs:label "C6H12(cyclohexane)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#469 -wmdsObservedVariable:C6H12 -a skos:Concept ; -skos:notation 469 ; -dct:notation 469 ; -rdfs:label "C6H12(methylcyclopentane)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#470 -wmdsObservedVariable:C6H12O -a skos:Concept ; -skos:notation 470 ; -dct:notation 470 ; -rdfs:label "C6H12O(hexanal isomers)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#471 -wmdsObservedVariable:C6H14 -a skos:Concept ; -skos:notation 471 ; -dct:notation 471 ; -rdfs:label "C6H14(2, 2-dimethylbutane)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:hexanes ; -defchem:medium medium:air ; -. - -#472 -wmdsObservedVariable:C6H14 -a skos:Concept ; -skos:notation 472 ; -dct:notation 472 ; -rdfs:label "C6H14(2-methylpentane)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:hexanes ; -defchem:medium medium:air ; -. - -#473 -wmdsObservedVariable:C6H14 -a skos:Concept ; -skos:notation 473 ; -dct:notation 473 ; -rdfs:label "C6H14(3-methylpentane)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:hexanes ; -defchem:medium medium:air ; -. - -#474 -wmdsObservedVariable:C6H14 -a skos:Concept ; -skos:notation 474 ; -dct:notation 474 ; -rdfs:label "C6H14(n-hexane)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:hexanes ; -defchem:medium medium:air ; -. - -#475 -wmdsObservedVariable:C6H14 -a skos:Concept ; -skos:notation 475 ; -dct:notation 475 ; -rdfs:label "C6H14(sum of methylpentanes)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:hexanes ; -defchem:medium medium:air ; -. - -#476 -wmdsObservedVariable:C6H6 -a skos:Concept ; -skos:notation 476 ; -dct:notation 476 ; -rdfs:label "C6H6(benzene)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:benzene ; -defchem:medium medium:air ; -. - -#477 -wmdsObservedVariable:C6Hn -a skos:Concept ; -skos:notation 477 ; -dct:notation 477 ; -rdfs:label "C6Hn(n={14, 12}; sum of 3-methylpentane & cyclohexane)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#478 -wmdsObservedVariable:C6Hn (n={14, 12}; sum of 2 -a skos:Concept ; -skos:notation 478 ; -dct:notation 478 ; -rdfs:label "C6Hn (n={14, 12}; sum of 2 in 2-dimethylbutane & methylcyclopentane"" ; -skos:broader VOC ; -defchem:medium medium:2-dimethylbutane & methylcyclopentane" ; -. - -#479 -wmdsObservedVariable:C6Hn (n={14, 12}; sum of 2 -a skos:Concept ; -skos:notation 479 ; -dct:notation 479 ; -rdfs:label "C6Hn (n={14, 12}; sum of 2 in 3-dimethylbutane & methylcyclopentane"" ; -skos:broader VOC ; -defchem:medium medium:3-dimethylbutane & methylcyclopentane" ; -. - -#480 -wmdsObservedVariable:C7H16 -a skos:Concept ; -skos:notation 480 ; -dct:notation 480 ; -rdfs:label "C7H16(sum of methylhexanes)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:heptanes ; -defchem:medium medium:air ; -. - -#481 -wmdsObservedVariable:C7H6O -a skos:Concept ; -skos:notation 481 ; -dct:notation 481 ; -rdfs:label "C7H6O(benzene carbaldehyde)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#482 -wmdsObservedVariable:C7H8 -a skos:Concept ; -skos:notation 482 ; -dct:notation 482 ; -rdfs:label "C7H8(toluene)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#483 -wmdsObservedVariable:C8H10 -a skos:Concept ; -skos:notation 483 ; -dct:notation 483 ; -rdfs:label "C8H10(ethylbenzene)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#484 -wmdsObservedVariable:C8H10 -a skos:Concept ; -skos:notation 484 ; -dct:notation 484 ; -rdfs:label "C8H10(m-xylene)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#485 -wmdsObservedVariable:C8H10 -a skos:Concept ; -skos:notation 485 ; -dct:notation 485 ; -rdfs:label "C8H10(o-xylene)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#486 -wmdsObservedVariable:C8H10 -a skos:Concept ; -skos:notation 486 ; -dct:notation 486 ; -rdfs:label "C8H10(p, m-xylene)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#487 -wmdsObservedVariable:C9H12 -a skos:Concept ; -skos:notation 487 ; -dct:notation 487 ; -rdfs:label "C9H12(1, 2, 4-trimethylbenzene)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#488 -wmdsObservedVariable:C9H12 -a skos:Concept ; -skos:notation 488 ; -dct:notation 488 ; -rdfs:label "C9H12(1, 3, 5-trimethylbenzene)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#489 -wmdsObservedVariable:CH2O -a skos:Concept ; -skos:notation 489 ; -dct:notation 489 ; -rdfs:label "CH2O(formaldehyde)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:formaldehyde ; -defchem:medium medium:air ; -. - -#490 -wmdsObservedVariable:CH3CH2OH -a skos:Concept ; -skos:notation 490 ; -dct:notation 490 ; -rdfs:label "CH3CH2OH(ethanol)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#491 -wmdsObservedVariable:CH3CHO -a skos:Concept ; -skos:notation 491 ; -dct:notation 491 ; -rdfs:label "CH3CHO(acetaldehyde, ethanal)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:ethylaldehyde ; -defchem:medium medium:air ; -. - -#492 -wmdsObservedVariable:CH3CN -a skos:Concept ; -skos:notation 492 ; -dct:notation 492 ; -rdfs:label "CH3CN(acetonitrile)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:acetonitrile ; -defchem:medium medium:air ; -. - -#493 -wmdsObservedVariable:CH3OH -a skos:Concept ; -skos:notation 493 ; -dct:notation 493 ; -rdfs:label "CH3OH(methanol)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:methanol ; -defchem:medium medium:air ; -. - -#494 -wmdsObservedVariable:NMHC -a skos:Concept ; -skos:notation 494 ; -dct:notation 494 ; -rdfs:label "NMHC" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#495 -wmdsObservedVariable:c-C4H8 -a skos:Concept ; -skos:notation 495 ; -dct:notation 495 ; -rdfs:label "c-C4H8(cis-2-butene)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#496 -wmdsObservedVariable:c-C5H10 -a skos:Concept ; -skos:notation 496 ; -dct:notation 496 ; -rdfs:label "c-C5H10(cis-2-pentene)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#497 -wmdsObservedVariable:i-C4H10 -a skos:Concept ; -skos:notation 497 ; -dct:notation 497 ; -rdfs:label "i-C4H10(2-methylpropane, iso-butane)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:2-methylpropane ; -defchem:medium medium:air ; -. - -#498 -wmdsObservedVariable:i-C4H8 -a skos:Concept ; -skos:notation 498 ; -dct:notation 498 ; -rdfs:label "i-C4H8(2-methylpropene, iso-butene)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#499 -wmdsObservedVariable:i-C5H12 -a skos:Concept ; -skos:notation 499 ; -dct:notation 499 ; -rdfs:label "i-C5H12(2-methylbutane, iso-pentane)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:2-methylbutane ; -defchem:medium medium:air ; -. - -#500 -wmdsObservedVariable:i-C7H16 -a skos:Concept ; -skos:notation 500 ; -dct:notation 500 ; -rdfs:label "i-C7H16(2-methylhexane, isoheptane)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#501 -wmdsObservedVariable:n-C4H10 -a skos:Concept ; -skos:notation 501 ; -dct:notation 501 ; -rdfs:label "n-C4H10(n-butane)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:butane ; -defchem:medium medium:air ; -. - -#502 -wmdsObservedVariable:n-C5H12 -a skos:Concept ; -skos:notation 502 ; -dct:notation 502 ; -rdfs:label "n-C5H12(n-pentane)" ; -skos:broader VOC ; -defchem:medium medium:air ; -. - -#503 -wmdsObservedVariable:n-C7H16 -a skos:Concept ; -skos:notation 503 ; -dct:notation 503 ; -rdfs:label "n-C7H16(n-heptane)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:n-heptane ; -defchem:medium medium:air ; -. - -#504 -wmdsObservedVariable:t-C4H8 -a skos:Concept ; -skos:notation 504 ; -dct:notation 504 ; -rdfs:label "t-C4H8(trans-2-butene)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:trans-2-butene ; -defchem:medium medium:air ; -. - -#505 -wmdsObservedVariable:t-C5H10 -a skos:Concept ; -skos:notation 505 ; -dct:notation 505 ; -rdfs:label "t-C5H10(trans-2-pentene)" ; -skos:broader VOC ; -defchem:chemical-species chemical-species:trans-2-pentene ; -defchem:medium medium:air ; -. - -#10051 -wmdsObservedVariable:Temperature -a skos:Concept ; -skos:notation 10051 ; -dct:notation 10051 ; -rdfs:label "Temperature" ; -skos:broader Atmosphere ; -. - -#224 -wmdsObservedVariable:Air temperature -a skos:Concept ; -skos:notation 224 ; -dct:notation 224 ; -rdfs:label "Air temperature(at specified distance from reference surface)" ; -skos:broader Temperature ; -. - -#225 -wmdsObservedVariable:Dew-point temperature -a skos:Concept ; -skos:notation 225 ; -dct:notation 225 ; -rdfs:label "Dew-point temperature(at specified distance from reference surface)" ; -skos:broader Temperature ; -. - -#226 -wmdsObservedVariable:Extreme temperature (at specified distance from reference surface) -a skos:Concept ; -skos:notation 226 ; -dct:notation 226 ; -rdfs:label "Extreme temperature (at specified distance from reference surface)(min, max)" ; -skos:broader Temperature ; -. - -#227 -wmdsObservedVariable:Temperature profile -a skos:Concept ; -skos:notation 227 ; -dct:notation 227 ; -rdfs:label "Temperature profile" ; -skos:broader Temperature ; -. - -#10052 -wmdsObservedVariable:Total Atmospheric Deposition -a skos:Concept ; -skos:notation 10052 ; -dct:notation 10052 ; -rdfs:label "Total Atmospheric Deposition" ; -skos:broader Atmosphere ; -. - -#294 -wmdsObservedVariable:Acidity/Alkalinity -a skos:Concept ; -skos:notation 294 ; -dct:notation 294 ; -rdfs:label "Acidity/Alkalinity" ; -skos:broader Total Atmospheric Deposition ; -. - -#295 -wmdsObservedVariable:Electric conductivity -a skos:Concept ; -skos:notation 295 ; -dct:notation 295 ; -rdfs:label "Electric conductivity" ; -skos:broader Total Atmospheric Deposition ; -. - -#296 -wmdsObservedVariable:Hydrogen ion or pH -a skos:Concept ; -skos:notation 296 ; -dct:notation 296 ; -rdfs:label "Hydrogen ion or pH(H+)" ; -skos:broader Total Atmospheric Deposition ; -. - -#302 -wmdsObservedVariable:Sulphur -a skos:Concept ; -skos:notation 302 ; -dct:notation 302 ; -rdfs:label "Sulphur(S)" ; -skos:broader Total Atmospheric Deposition ; -. - -#10053 -wmdsObservedVariable:Inorganic acid -a skos:Concept ; -skos:notation 10053 ; -dct:notation 10053 ; -rdfs:label "Inorganic acid" ; -skos:broader Total Atmospheric Deposition ; -defchem:chemical-species chemical-species:inorganic-acid ; -. - -#529 -wmdsObservedVariable:Strong acids -a skos:Concept ; -skos:notation 529 ; -dct:notation 529 ; -rdfs:label "Strong acids" ; -skos:broader Inorganic acid ; -. - -#10054 -wmdsObservedVariable:Inorganic anions -a skos:Concept ; -skos:notation 10054 ; -dct:notation 10054 ; -rdfs:label "Inorganic anions" ; -skos:broader Total Atmospheric Deposition ; -. - -#538 -wmdsObservedVariable:Bromide -a skos:Concept ; -skos:notation 538 ; -dct:notation 538 ; -rdfs:label "Bromide(Br-)" ; -skos:broader Inorganic anions ; -. - -#539 -wmdsObservedVariable:Chloride -a skos:Concept ; -skos:notation 539 ; -dct:notation 539 ; -rdfs:label "Chloride(Cl-)" ; -skos:broader Inorganic anions ; -. - -#540 -wmdsObservedVariable:Fluoride -a skos:Concept ; -skos:notation 540 ; -dct:notation 540 ; -rdfs:label "Fluoride(F-)" ; -skos:broader Inorganic anions ; -. - -#541 -wmdsObservedVariable:Iodide -a skos:Concept ; -skos:notation 541 ; -dct:notation 541 ; -rdfs:label "Iodide(I-)" ; -skos:broader Inorganic anions ; -. - -#542 -wmdsObservedVariable:Phosphate -a skos:Concept ; -skos:notation 542 ; -dct:notation 542 ; -rdfs:label "Phosphate(PO4---)" ; -skos:broader Inorganic anions ; -. - -#543 -wmdsObservedVariable:Sulphate -a skos:Concept ; -skos:notation 543 ; -dct:notation 543 ; -rdfs:label "Sulphate(SO4=) in corrected"" ; -skos:broader Inorganic anions ; -defchem:medium medium:corrected" ; -. - -#544 -wmdsObservedVariable:Sulphate -a skos:Concept ; -skos:notation 544 ; -dct:notation 544 ; -rdfs:label "Sulphate(SO4=) in total"" ; -skos:broader Inorganic anions ; -defchem:medium medium:total" ; -. - -#10055 -wmdsObservedVariable:Inorganic cations -a skos:Concept ; -skos:notation 10055 ; -dct:notation 10055 ; -rdfs:label "Inorganic cations" ; -skos:broader Total Atmospheric Deposition ; -. - -#545 -wmdsObservedVariable:Calcium -a skos:Concept ; -skos:notation 545 ; -dct:notation 545 ; -rdfs:label "Calcium(Ca++)" ; -skos:broader Inorganic cations ; -. - -#546 -wmdsObservedVariable:Magnesium -a skos:Concept ; -skos:notation 546 ; -dct:notation 546 ; -rdfs:label "Magnesium(Mg++)" ; -skos:broader Inorganic cations ; -. - -#547 -wmdsObservedVariable:Potassium -a skos:Concept ; -skos:notation 547 ; -dct:notation 547 ; -rdfs:label "Potassium(K+)" ; -skos:broader Inorganic cations ; -. - -#548 -wmdsObservedVariable:Sodium -a skos:Concept ; -skos:notation 548 ; -dct:notation 548 ; -rdfs:label "Sodium(Na+)" ; -skos:broader Inorganic cations ; -. - -#10056 -wmdsObservedVariable:Inorganic nitrogen species -a skos:Concept ; -skos:notation 10056 ; -dct:notation 10056 ; -rdfs:label "Inorganic nitrogen species" ; -skos:broader Total Atmospheric Deposition ; -defchem:chemical-species chemical-species:inorganic-nitrogen-species ; -. - -#568 -wmdsObservedVariable:Ammonium -a skos:Concept ; -skos:notation 568 ; -dct:notation 568 ; -rdfs:label "Ammonium(NH4+)" ; -skos:broader Inorganic nitrogen species ; -defchem:chemical-species chemical-species:ammonium ; -. - -#569 -wmdsObservedVariable:Nitrate -a skos:Concept ; -skos:notation 569 ; -dct:notation 569 ; -rdfs:label "Nitrate(NO3-)" ; -skos:broader Inorganic nitrogen species ; -defchem:chemical-species chemical-species:nitrate ; -. - -#570 -wmdsObservedVariable:Nitrite -a skos:Concept ; -skos:notation 570 ; -dct:notation 570 ; -rdfs:label "Nitrite(NO2-)" ; -skos:broader Inorganic nitrogen species ; -. - -#10057 -wmdsObservedVariable:Organic acid -a skos:Concept ; -skos:notation 10057 ; -dct:notation 10057 ; -rdfs:label "Organic acid" ; -skos:broader Total Atmospheric Deposition ; -defchem:chemical-species chemical-species:organic-acid ; -. - -#576 -wmdsObservedVariable:Acetate -a skos:Concept ; -skos:notation 576 ; -dct:notation 576 ; -rdfs:label "Acetate(CH3COO-)" ; -skos:broader Organic acid ; -. - -#577 -wmdsObservedVariable:Formate -a skos:Concept ; -skos:notation 577 ; -dct:notation 577 ; -rdfs:label "Formate(HCOO-)" ; -skos:broader Organic acid ; -. - -#578 -wmdsObservedVariable:Propionate -a skos:Concept ; -skos:notation 578 ; -dct:notation 578 ; -rdfs:label "Propionate(C2H5COO-)" ; -skos:broader Organic acid ; -. - -#10058 -wmdsObservedVariable:Trace elements -a skos:Concept ; -skos:notation 10058 ; -dct:notation 10058 ; -rdfs:label "Trace elements" ; -skos:broader Total Atmospheric Deposition ; -. - -#597 -wmdsObservedVariable:Aluminum -a skos:Concept ; -skos:notation 597 ; -dct:notation 597 ; -rdfs:label "Aluminum(Al)" ; -skos:broader Trace elements ; -. - -#598 -wmdsObservedVariable:Arsenic -a skos:Concept ; -skos:notation 598 ; -dct:notation 598 ; -rdfs:label "Arsenic(As)" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:arsenic ; -. - -#599 -wmdsObservedVariable:Cadmium -a skos:Concept ; -skos:notation 599 ; -dct:notation 599 ; -rdfs:label "Cadmium(Cd)" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:cadmium ; -. - -#600 -wmdsObservedVariable:Chromium -a skos:Concept ; -skos:notation 600 ; -dct:notation 600 ; -rdfs:label "Chromium(Cr)" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:chromium ; -. - -#601 -wmdsObservedVariable:Cobalt -a skos:Concept ; -skos:notation 601 ; -dct:notation 601 ; -rdfs:label "Cobalt(Co)" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:cobalt ; -. - -#602 -wmdsObservedVariable:Copper -a skos:Concept ; -skos:notation 602 ; -dct:notation 602 ; -rdfs:label "Copper(Cu)" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:copper ; -. - -#603 -wmdsObservedVariable:Iron -a skos:Concept ; -skos:notation 603 ; -dct:notation 603 ; -rdfs:label "Iron(Fe)" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:iron ; -. - -#604 -wmdsObservedVariable:Lead -a skos:Concept ; -skos:notation 604 ; -dct:notation 604 ; -rdfs:label "Lead(Pb)" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:lead ; -. - -#605 -wmdsObservedVariable:Manganese -a skos:Concept ; -skos:notation 605 ; -dct:notation 605 ; -rdfs:label "Manganese(Mn)" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:manganese ; -. - -#606 -wmdsObservedVariable:Mercury -a skos:Concept ; -skos:notation 606 ; -dct:notation 606 ; -rdfs:label "Mercury(Hg)" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:mercury ; -. - -#607 -wmdsObservedVariable:Nickel -a skos:Concept ; -skos:notation 607 ; -dct:notation 607 ; -rdfs:label "Nickel(Ni)" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:nickel ; -. - -#608 -wmdsObservedVariable:Vanadium -a skos:Concept ; -skos:notation 608 ; -dct:notation 608 ; -rdfs:label "Vanadium(V)" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:vanadium ; -. - -#609 -wmdsObservedVariable:Zinc -a skos:Concept ; -skos:notation 609 ; -dct:notation 609 ; -rdfs:label "Zinc(Zn)" ; -skos:broader Trace elements ; -defchem:chemical-species chemical-species:zinc ; -. - -#10059 -wmdsObservedVariable:Visibility -a skos:Concept ; -skos:notation 10059 ; -dct:notation 10059 ; -rdfs:label "Visibility" ; -skos:broader Atmosphere ; -. - -#229 -wmdsObservedVariable:Runway visual range -a skos:Concept ; -skos:notation 229 ; -dct:notation 229 ; -rdfs:label "Runway visual range" ; -skos:broader Visibility ; -. - -#230 -wmdsObservedVariable:Visibility -a skos:Concept ; -skos:notation 230 ; -dct:notation 230 ; -rdfs:label "Visibility" ; -skos:broader Visibility ; -. - -#10060 -wmdsObservedVariable:Obscurations -a skos:Concept ; -skos:notation 10060 ; -dct:notation 10060 ; -rdfs:label "Obscurations" ; -skos:broader Visibility ; -. - -#521 -wmdsObservedVariable:Extinction coefficient -a skos:Concept ; -skos:notation 521 ; -dct:notation 521 ; -rdfs:label "Extinction coefficient" ; -skos:broader Obscurations ; -. - -#522 -wmdsObservedVariable:Hydrometeor radius -a skos:Concept ; -skos:notation 522 ; -dct:notation 522 ; -rdfs:label "Hydrometeor radius" ; -skos:broader Obscurations ; -. - -#523 -wmdsObservedVariable:Hydrometeor type -a skos:Concept ; -skos:notation 523 ; -dct:notation 523 ; -rdfs:label "Hydrometeor type" ; -skos:broader Obscurations ; -. - -#524 -wmdsObservedVariable:Lithometeor type -a skos:Concept ; -skos:notation 524 ; -dct:notation 524 ; -rdfs:label "Lithometeor type" ; -skos:broader Obscurations ; -. - -#525 -wmdsObservedVariable:Meteorological Optical Range -a skos:Concept ; -skos:notation 525 ; -dct:notation 525 ; -rdfs:label "Meteorological Optical Range" ; -skos:broader Obscurations ; -. - -#526 -wmdsObservedVariable:Obscuration type -a skos:Concept ; -skos:notation 526 ; -dct:notation 526 ; -rdfs:label "Obscuration type" ; -skos:broader Obscurations ; -. - -#10061 -wmdsObservedVariable:Wind -a skos:Concept ; -skos:notation 10061 ; -dct:notation 10061 ; -rdfs:label "Wind" ; -skos:broader Atmosphere ; -. - -#304 -wmdsObservedVariable:Direction of cloud movement -a skos:Concept ; -skos:notation 304 ; -dct:notation 304 ; -rdfs:label "Direction of cloud movement" ; -skos:broader Wind ; -. - -#305 -wmdsObservedVariable:Gust Speed -a skos:Concept ; -skos:notation 305 ; -dct:notation 305 ; -rdfs:label "Gust Speed" ; -skos:broader Wind ; -. - -#307 -wmdsObservedVariable:Wind -a skos:Concept ; -skos:notation 307 ; -dct:notation 307 ; -rdfs:label "Wind(Z component, vertical)" ; -skos:broader Wind ; -. - -#309 -wmdsObservedVariable:Wind -a skos:Concept ; -skos:notation 309 ; -dct:notation 309 ; -rdfs:label "Wind(surface wind direction and speed, horizontal)" ; -skos:broader Wind ; -. - -#310 -wmdsObservedVariable:Wind -a skos:Concept ; -skos:notation 310 ; -dct:notation 310 ; -rdfs:label "Wind(X, Y components, horizontal)" ; -skos:broader Wind ; -. - -#10062 -wmdsObservedVariable:Earth -a skos:Concept ; -skos:notation 10062 ; -dct:notation 10062 ; -rdfs:label "Earth" ; -. - -#6 -wmdsObservedVariable:Crustal motion -a skos:Concept ; -skos:notation 6 ; -dct:notation 6 ; -rdfs:label "Crustal motion(horizontal and vertical)" ; -skos:broader Earth ; -. - -#7 -wmdsObservedVariable:Crustal plates positioning -a skos:Concept ; -skos:notation 7 ; -dct:notation 7 ; -rdfs:label "Crustal plates positioning" ; -skos:broader Earth ; -. - -#8 -wmdsObservedVariable:Earth Rotation -a skos:Concept ; -skos:notation 8 ; -dct:notation 8 ; -rdfs:label "Earth Rotation" ; -skos:broader Earth ; -. - -#9 -wmdsObservedVariable:Geoid -a skos:Concept ; -skos:notation 9 ; -dct:notation 9 ; -rdfs:label "Geoid" ; -skos:broader Earth ; -. - -#10 -wmdsObservedVariable:Geomagnetic field -a skos:Concept ; -skos:notation 10 ; -dct:notation 10 ; -rdfs:label "Geomagnetic field" ; -skos:broader Earth ; -. - -#11 -wmdsObservedVariable:Gravity field -a skos:Concept ; -skos:notation 11 ; -dct:notation 11 ; -rdfs:label "Gravity field" ; -skos:broader Earth ; -. - -#12 -wmdsObservedVariable:Gravity gradients -a skos:Concept ; -skos:notation 12 ; -dct:notation 12 ; -rdfs:label "Gravity gradients" ; -skos:broader Earth ; -. - -#10063 -wmdsObservedVariable:Ocean -a skos:Concept ; -skos:notation 10063 ; -dct:notation 10063 ; -rdfs:label "Ocean" ; -. - -#10064 -wmdsObservedVariable:Topography -a skos:Concept ; -skos:notation 10064 ; -dct:notation 10064 ; -rdfs:label "Topography" ; -skos:broader Ocean ; -. - -#13 -wmdsObservedVariable:Bathymetry -a skos:Concept ; -skos:notation 13 ; -dct:notation 13 ; -rdfs:label "Bathymetry" ; -skos:broader Topography ; -. - -#64 -wmdsObservedVariable:Ocean dynamic topography -a skos:Concept ; -skos:notation 64 ; -dct:notation 64 ; -rdfs:label "Ocean dynamic topography(ODT)" ; -skos:broader Topography ; -. - -#77 -wmdsObservedVariable:Sea surface height anomaly -a skos:Concept ; -skos:notation 77 ; -dct:notation 77 ; -rdfs:label "Sea surface height anomaly(SSHA)" ; -skos:broader Topography ; -. - -#96 -wmdsObservedVariable:Coastal sea level -a skos:Concept ; -skos:notation 96 ; -dct:notation 96 ; -rdfs:label "Coastal sea level(tide)" ; -skos:broader Topography ; -. - -#740 -wmdsObservedVariable:Mean dynamic topography -a skos:Concept ; -skos:notation 740 ; -dct:notation 740 ; -rdfs:label "Mean dynamic topography(MDT)" ; -skos:broader Topography ; -. - -#741 -wmdsObservedVariable:Mean sea surface -a skos:Concept ; -skos:notation 741 ; -dct:notation 741 ; -rdfs:label "Mean sea surface(MSS)" ; -skos:broader Topography ; -. - -#742 -wmdsObservedVariable:Sea surface height -a skos:Concept ; -skos:notation 742 ; -dct:notation 742 ; -rdfs:label "Sea surface height(SSH, OST)" ; -skos:broader Topography ; -. - -#10065 -wmdsObservedVariable:Currents -a skos:Concept ; -skos:notation 10065 ; -dct:notation 10065 ; -rdfs:label "Currents" ; -skos:broader Ocean ; -. - -#62 -wmdsObservedVariable:Ocean Current - Direction -a skos:Concept ; -skos:notation 62 ; -dct:notation 62 ; -rdfs:label "Ocean Current - Direction" ; -skos:broader Currents ; -. - -#63 -wmdsObservedVariable:Ocean Current - Speed -a skos:Concept ; -skos:notation 63 ; -dct:notation 63 ; -rdfs:label "Ocean Current - Speed" ; -skos:broader Currents ; -. - -#65 -wmdsObservedVariable:Ocean surface currents -a skos:Concept ; -skos:notation 65 ; -dct:notation 65 ; -rdfs:label "Ocean surface currents(vector)" ; -skos:broader Currents ; -. - -#10066 -wmdsObservedVariable:Miscellaneous -a skos:Concept ; -skos:notation 10066 ; -dct:notation 10066 ; -rdfs:label "Miscellaneous" ; -skos:broader Ocean ; -. - -#70 -wmdsObservedVariable:Diffuse attenuation coefficient -a skos:Concept ; -skos:notation 70 ; -dct:notation 70 ; -rdfs:label "Diffuse attenuation coefficient(DAC) in turbidity"" ; -skos:broader Miscellaneous ; -defchem:medium medium:turbidity" ; -. - -#72 -wmdsObservedVariable:Ocean suspended sediments concentration -a skos:Concept ; -skos:notation 72 ; -dct:notation 72 ; -rdfs:label "Ocean suspended sediments concentration" ; -skos:broader Miscellaneous ; -. - -#73 -wmdsObservedVariable:Oil spill cover -a skos:Concept ; -skos:notation 73 ; -dct:notation 73 ; -rdfs:label "Oil spill cover" ; -skos:broader Miscellaneous ; -. - -#75 -wmdsObservedVariable:Sea surface Mass Flux -a skos:Concept ; -skos:notation 75 ; -dct:notation 75 ; -rdfs:label "Sea surface Mass Flux" ; -skos:broader Miscellaneous ; -. - -#76 -wmdsObservedVariable:Sea surface heat flux -a skos:Concept ; -skos:notation 76 ; -dct:notation 76 ; -rdfs:label "Sea surface heat flux" ; -skos:broader Miscellaneous ; -. - -#78 -wmdsObservedVariable:Total alkalinity -a skos:Concept ; -skos:notation 78 ; -dct:notation 78 ; -rdfs:label "Total alkalinity(AT)" ; -skos:broader Miscellaneous ; -. - -#79 -wmdsObservedVariable:pH -a skos:Concept ; -skos:notation 79 ; -dct:notation 79 ; -rdfs:label "pH" ; -skos:broader Miscellaneous ; -. - -#739 -wmdsObservedVariable:Fluorescence -a skos:Concept ; -skos:notation 739 ; -dct:notation 739 ; -rdfs:label "Fluorescence(DOM)" ; -skos:broader Miscellaneous ; -. - -#10116 -wmdsObservedVariable:Carbon species -a skos:Concept ; -skos:notation 10116 ; -dct:notation 10116 ; -rdfs:label "Carbon species" ; -skos:broader Miscellaneous ; -. - -#67 -wmdsObservedVariable:Dissolved inorganic carbon -a skos:Concept ; -skos:notation 67 ; -dct:notation 67 ; -rdfs:label "Dissolved inorganic carbon(DIC)" ; -skos:broader Carbon species ; -. - -#68 -wmdsObservedVariable:Dissolved organic carbon -a skos:Concept ; -skos:notation 68 ; -dct:notation 68 ; -rdfs:label "Dissolved organic carbon" ; -skos:broader Carbon species ; -. - -#10117 -wmdsObservedVariable:Nitrogen species -a skos:Concept ; -skos:notation 10117 ; -dct:notation 10117 ; -rdfs:label "Nitrogen species" ; -skos:broader Miscellaneous ; -. - -#69 -wmdsObservedVariable:Dissolved organic nitrogen -a skos:Concept ; -skos:notation 69 ; -dct:notation 69 ; -rdfs:label "Dissolved organic nitrogen" ; -skos:broader Nitrogen species ; -. - -#10067 -wmdsObservedVariable:Biology -a skos:Concept ; -skos:notation 10067 ; -dct:notation 10067 ; -rdfs:label "Biology" ; -skos:broader Ocean ; -. - -#71 -wmdsObservedVariable:Chlorophyll concentration -a skos:Concept ; -skos:notation 71 ; -dct:notation 71 ; -rdfs:label "Chlorophyll concentration" ; -skos:broader Biology ; -. - -#74 -wmdsObservedVariable:Primary production -a skos:Concept ; -skos:notation 74 ; -dct:notation 74 ; -rdfs:label "Primary production" ; -skos:broader Biology ; -. - -#82 -wmdsObservedVariable:SiO3= -a skos:Concept ; -skos:notation 82 ; -dct:notation 82 ; -rdfs:label "SiO3=(metasilicate)" ; -skos:broader Biology ; -. - -#733 -wmdsObservedVariable:Zooplankton -a skos:Concept ; -skos:notation 733 ; -dct:notation 733 ; -rdfs:label "Zooplankton(size and/or development stage)" ; -skos:broader Biology ; -. - -#10068 -wmdsObservedVariable:Nitrogen species -a skos:Concept ; -skos:notation 10068 ; -dct:notation 10068 ; -rdfs:label "Nitrogen species" ; -skos:broader Biology ; -. - -#311 -wmdsObservedVariable:NO2- -a skos:Concept ; -skos:notation 311 ; -dct:notation 311 ; -rdfs:label "NO2-(nitrite)" ; -skos:broader Nitrogen species ; -defchem:chemical-species chemical-species:nitrite-ion ; -. - -#312 -wmdsObservedVariable:NO3- -a skos:Concept ; -skos:notation 312 ; -dct:notation 312 ; -rdfs:label "NO3-(nitrate)" ; -skos:broader Nitrogen species ; -defchem:chemical-species chemical-species:nitrate-ion ; -. - -#10069 -wmdsObservedVariable:Phosporus species -a skos:Concept ; -skos:notation 10069 ; -dct:notation 10069 ; -rdfs:label "Phosporus species" ; -skos:broader Biology ; -. - -#399 -wmdsObservedVariable:PO4= -a skos:Concept ; -skos:notation 399 ; -dct:notation 399 ; -rdfs:label "PO4=(phosphate)" ; -skos:broader Phosporus species ; -. - -#400 -wmdsObservedVariable:Total organic phosphorus -a skos:Concept ; -skos:notation 400 ; -dct:notation 400 ; -rdfs:label "Total organic phosphorus" ; -skos:broader Phosporus species ; -. - -#10070 -wmdsObservedVariable:Other Gas -a skos:Concept ; -skos:notation 10070 ; -dct:notation 10070 ; -rdfs:label "Other Gas" ; -skos:broader Ocean ; -. - -#84 -wmdsObservedVariable:N2, Ar -a skos:Concept ; -skos:notation 84 ; -dct:notation 84 ; -rdfs:label "N2, Ar in O2 "" ; -skos:broader Other Gas ; -defchem:medium medium:O2 " ; -. - -#85 -wmdsObservedVariable:O2/Ar ratio -a skos:Concept ; -skos:notation 85 ; -dct:notation 85 ; -rdfs:label "O2/Ar ratio" ; -skos:broader Other Gas ; -. - -#86 -wmdsObservedVariable:Ocean subsurface dissolved oxygen concentration -a skos:Concept ; -skos:notation 86 ; -dct:notation 86 ; -rdfs:label "Ocean subsurface dissolved oxygen concentration" ; -skos:broader Other Gas ; -. - -#87 -wmdsObservedVariable:Oxygen -a skos:Concept ; -skos:notation 87 ; -dct:notation 87 ; -rdfs:label "Oxygen in dissolved"" ; -skos:broader Other Gas ; -defchem:medium medium:dissolved" ; -. - -#10071 -wmdsObservedVariable:CTD -a skos:Concept ; -skos:notation 10071 ; -dct:notation 10071 ; -rdfs:label "CTD" ; -skos:broader Other Gas ; -. - -#549 -wmdsObservedVariable:pO2 -a skos:Concept ; -skos:notation 549 ; -dct:notation 549 ; -rdfs:label "pO2" ; -skos:broader CTD ; -. - -#10072 -wmdsObservedVariable:Pressure -a skos:Concept ; -skos:notation 10072 ; -dct:notation 10072 ; -rdfs:label "Pressure" ; -skos:broader Ocean ; -. - -#10073 -wmdsObservedVariable:CTD -a skos:Concept ; -skos:notation 10073 ; -dct:notation 10073 ; -rdfs:label "CTD" ; -skos:broader Pressure ; -. - -#10074 -wmdsObservedVariable:Radiation -a skos:Concept ; -skos:notation 10074 ; -dct:notation 10074 ; -rdfs:label "Radiation" ; -skos:broader Ocean ; -. - -#89 -wmdsObservedVariable:Water-leaving spectral radiance -a skos:Concept ; -skos:notation 89 ; -dct:notation 89 ; -rdfs:label "Water-leaving spectral radiance" ; -skos:broader Radiation ; -. - -#10075 -wmdsObservedVariable:Reactive Gas -a skos:Concept ; -skos:notation 10075 ; -dct:notation 10075 ; -rdfs:label "Reactive Gas" ; -skos:broader Ocean ; -. - -#90 -wmdsObservedVariable:C2H6S -a skos:Concept ; -skos:notation 90 ; -dct:notation 90 ; -rdfs:label "C2H6S(dimethylsulfide, DMS)" ; -skos:broader Reactive Gas ; -. - -#10076 -wmdsObservedVariable:Basic Physical Properties -a skos:Concept ; -skos:notation 10076 ; -dct:notation 10076 ; -rdfs:label "Basic Physical Properties" ; -skos:broader Ocean ; -. - -#18 -wmdsObservedVariable:Pressure -a skos:Concept ; -skos:notation 18 ; -dct:notation 18 ; -rdfs:label "Pressure" ; -skos:broader Basic Physical Properties ; -. - -#91 -wmdsObservedVariable:Ocean salinity -a skos:Concept ; -skos:notation 91 ; -dct:notation 91 ; -rdfs:label "Ocean salinity" ; -skos:broader Basic Physical Properties ; -. - -#92 -wmdsObservedVariable:Sea surface salinity -a skos:Concept ; -skos:notation 92 ; -dct:notation 92 ; -rdfs:label "Sea surface salinity" ; -skos:broader Basic Physical Properties ; -. - -#94 -wmdsObservedVariable:Ocean temperature -a skos:Concept ; -skos:notation 94 ; -dct:notation 94 ; -rdfs:label "Ocean temperature" ; -skos:broader Basic Physical Properties ; -. - -#95 -wmdsObservedVariable:Sea surface temperature -a skos:Concept ; -skos:notation 95 ; -dct:notation 95 ; -rdfs:label "Sea surface temperature" ; -skos:broader Basic Physical Properties ; -. - -#731 -wmdsObservedVariable:Conductivity -a skos:Concept ; -skos:notation 731 ; -dct:notation 731 ; -rdfs:label "Conductivity" ; -skos:broader Basic Physical Properties ; -. - -#732 -wmdsObservedVariable:Density -a skos:Concept ; -skos:notation 732 ; -dct:notation 732 ; -rdfs:label "Density" ; -skos:broader Basic Physical Properties ; -. - -#10077 -wmdsObservedVariable:Snow / Ice / Glacier -a skos:Concept ; -skos:notation 10077 ; -dct:notation 10077 ; -rdfs:label "Snow / Ice / Glacier" ; -skos:broader Ocean ; -. - -#10078 -wmdsObservedVariable:Ice -a skos:Concept ; -skos:notation 10078 ; -dct:notation 10078 ; -rdfs:label "Ice" ; -skos:broader Snow / Ice / Glacier ; -. - -#401 -wmdsObservedVariable:Sea-ice cover -a skos:Concept ; -skos:notation 401 ; -dct:notation 401 ; -rdfs:label "Sea-ice cover" ; -skos:broader Ice ; -. - -#402 -wmdsObservedVariable:Sea-ice elevation -a skos:Concept ; -skos:notation 402 ; -dct:notation 402 ; -rdfs:label "Sea-ice elevation" ; -skos:broader Ice ; -. - -#403 -wmdsObservedVariable:Sea-ice motion -a skos:Concept ; -skos:notation 403 ; -dct:notation 403 ; -rdfs:label "Sea-ice motion" ; -skos:broader Ice ; -. - -#404 -wmdsObservedVariable:Sea-ice surface characteristics -a skos:Concept ; -skos:notation 404 ; -dct:notation 404 ; -rdfs:label "Sea-ice surface characteristics" ; -skos:broader Ice ; -. - -#405 -wmdsObservedVariable:Sea-ice surface temperature -a skos:Concept ; -skos:notation 405 ; -dct:notation 405 ; -rdfs:label "Sea-ice surface temperature" ; -skos:broader Ice ; -. - -#406 -wmdsObservedVariable:Sea-ice thickness -a skos:Concept ; -skos:notation 406 ; -dct:notation 406 ; -rdfs:label "Sea-ice thickness" ; -skos:broader Ice ; -. - -#407 -wmdsObservedVariable:Sea-ice type -a skos:Concept ; -skos:notation 407 ; -dct:notation 407 ; -rdfs:label "Sea-ice type" ; -skos:broader Ice ; -. - -#10079 -wmdsObservedVariable:Temperature -a skos:Concept ; -skos:notation 10079 ; -dct:notation 10079 ; -rdfs:label "Temperature" ; -skos:broader Ocean ; -. - -#10080 -wmdsObservedVariable:Tides -a skos:Concept ; -skos:notation 10080 ; -dct:notation 10080 ; -rdfs:label "Tides" ; -skos:broader Ocean ; -. - -#10081 -wmdsObservedVariable:Transmissivity -a skos:Concept ; -skos:notation 10081 ; -dct:notation 10081 ; -rdfs:label "Transmissivity" ; -skos:broader Ocean ; -. - -#10082 -wmdsObservedVariable:CTD -a skos:Concept ; -skos:notation 10082 ; -dct:notation 10082 ; -rdfs:label "CTD" ; -skos:broader Transmissivity ; -. - -#408 -wmdsObservedVariable:Transmissivity -a skos:Concept ; -skos:notation 408 ; -dct:notation 408 ; -rdfs:label "Transmissivity" ; -skos:broader CTD ; -. - -#10083 -wmdsObservedVariable:Waves -a skos:Concept ; -skos:notation 10083 ; -dct:notation 10083 ; -rdfs:label "Waves" ; -skos:broader Ocean ; -. - -#98 -wmdsObservedVariable:Dominant wave direction -a skos:Concept ; -skos:notation 98 ; -dct:notation 98 ; -rdfs:label "Dominant wave direction" ; -skos:broader Waves ; -. - -#99 -wmdsObservedVariable:Dominant wave period -a skos:Concept ; -skos:notation 99 ; -dct:notation 99 ; -rdfs:label "Dominant wave period" ; -skos:broader Waves ; -. - -#100 -wmdsObservedVariable:Significant wave height -a skos:Concept ; -skos:notation 100 ; -dct:notation 100 ; -rdfs:label "Significant wave height" ; -skos:broader Waves ; -. - -#101 -wmdsObservedVariable:Wave 1D energy frequency spectrum -a skos:Concept ; -skos:notation 101 ; -dct:notation 101 ; -rdfs:label "Wave 1D energy frequency spectrum" ; -skos:broader Waves ; -. - -#102 -wmdsObservedVariable:Wave directional energy frequency spectrum -a skos:Concept ; -skos:notation 102 ; -dct:notation 102 ; -rdfs:label "Wave directional energy frequency spectrum" ; -skos:broader Waves ; -. - -#743 -wmdsObservedVariable:Wave height -a skos:Concept ; -skos:notation 743 ; -dct:notation 743 ; -rdfs:label "Wave height" ; -skos:broader Waves ; -. - -#744 -wmdsObservedVariable:Wave period -a skos:Concept ; -skos:notation 744 ; -dct:notation 744 ; -rdfs:label "Wave period" ; -skos:broader Waves ; -. - -#745 -wmdsObservedVariable:Directional waves -a skos:Concept ; -skos:notation 745 ; -dct:notation 745 ; -rdfs:label "Directional waves" ; -skos:broader Waves ; -. - -#10084 -wmdsObservedVariable:Wind -a skos:Concept ; -skos:notation 10084 ; -dct:notation 10084 ; -rdfs:label "Wind" ; -skos:broader Ocean ; -. - -#103 -wmdsObservedVariable:Wind stress -a skos:Concept ; -skos:notation 103 ; -dct:notation 103 ; -rdfs:label "Wind stress" ; -skos:broader Wind ; -. - -#10115 -wmdsObservedVariable:Greenhouse Gas -a skos:Concept ; -skos:notation 10115 ; -dct:notation 10115 ; -rdfs:label "Greenhouse Gas" ; -skos:broader Ocean ; -. - -#735 -wmdsObservedVariable:pCO2 -a skos:Concept ; -skos:notation 735 ; -dct:notation 735 ; -rdfs:label "pCO2" ; -skos:broader Greenhouse Gas ; -. - -#736 -wmdsObservedVariable:pCO2 air-sea flux -a skos:Concept ; -skos:notation 736 ; -dct:notation 736 ; -rdfs:label "pCO2 air-sea flux" ; -skos:broader Greenhouse Gas ; -. - -#10085 -wmdsObservedVariable:Outer Space -a skos:Concept ; -skos:notation 10085 ; -dct:notation 10085 ; -rdfs:label "Outer Space" ; -. - -#10086 -wmdsObservedVariable:Energetic particles / solar wind -a skos:Concept ; -skos:notation 10086 ; -dct:notation 10086 ; -rdfs:label "Energetic particles / solar wind" ; -skos:broader Outer Space ; -. - -#104 -wmdsObservedVariable:Electron flux energy spectrum -a skos:Concept ; -skos:notation 104 ; -dct:notation 104 ; -rdfs:label "Electron flux energy spectrum" ; -skos:broader Energetic particles / solar wind ; -. - -#105 -wmdsObservedVariable:Electrostatic charge -a skos:Concept ; -skos:notation 105 ; -dct:notation 105 ; -rdfs:label "Electrostatic charge" ; -skos:broader Energetic particles / solar wind ; -. - -#106 -wmdsObservedVariable:Heavy ion angular flux energy and mass spectrum -a skos:Concept ; -skos:notation 106 ; -dct:notation 106 ; -rdfs:label "Heavy ion angular flux energy and mass spectrum" ; -skos:broader Energetic particles / solar wind ; -. - -#107 -wmdsObservedVariable:Heavy ion flux energy and mass spectrum -a skos:Concept ; -skos:notation 107 ; -dct:notation 107 ; -rdfs:label "Heavy ion flux energy and mass spectrum" ; -skos:broader Energetic particles / solar wind ; -. - -#108 -wmdsObservedVariable:Interplanetary magnetic field -a skos:Concept ; -skos:notation 108 ; -dct:notation 108 ; -rdfs:label "Interplanetary magnetic field" ; -skos:broader Energetic particles / solar wind ; -. - -#111 -wmdsObservedVariable:Radiation Dose Rate -a skos:Concept ; -skos:notation 111 ; -dct:notation 111 ; -rdfs:label "Radiation Dose Rate" ; -skos:broader Energetic particles / solar wind ; -. - -#112 -wmdsObservedVariable:Solar wind temperature -a skos:Concept ; -skos:notation 112 ; -dct:notation 112 ; -rdfs:label "Solar wind temperature" ; -skos:broader Energetic particles / solar wind ; -. - -#113 -wmdsObservedVariable:Solar wind velocity -a skos:Concept ; -skos:notation 113 ; -dct:notation 113 ; -rdfs:label "Solar wind velocity" ; -skos:broader Energetic particles / solar wind ; -. - -#10087 -wmdsObservedVariable:Particle density -a skos:Concept ; -skos:notation 10087 ; -dct:notation 10087 ; -rdfs:label "Particle density" ; -skos:broader Energetic particles / solar wind ; -. - -#409 -wmdsObservedVariable:Solar wind density -a skos:Concept ; -skos:notation 409 ; -dct:notation 409 ; -rdfs:label "Solar wind density" ; -skos:broader Particle density ; -. - -#10088 -wmdsObservedVariable:Particle flux -a skos:Concept ; -skos:notation 10088 ; -dct:notation 10088 ; -rdfs:label "Particle flux" ; -skos:broader Energetic particles / solar wind ; -. - -#511 -wmdsObservedVariable:Alpha particles differential directional flux -a skos:Concept ; -skos:notation 511 ; -dct:notation 511 ; -rdfs:label "Alpha particles differential directional flux" ; -skos:broader Particle flux ; -. - -#512 -wmdsObservedVariable:Alpha particles integral directional flux -a skos:Concept ; -skos:notation 512 ; -dct:notation 512 ; -rdfs:label "Alpha particles integral directional flux" ; -skos:broader Particle flux ; -. - -#513 -wmdsObservedVariable:Cosmic ray neutron flux spectrum -a skos:Concept ; -skos:notation 513 ; -dct:notation 513 ; -rdfs:label "Cosmic ray neutron flux spectrum" ; -skos:broader Particle flux ; -. - -#514 -wmdsObservedVariable:Electron differential directional flux -a skos:Concept ; -skos:notation 514 ; -dct:notation 514 ; -rdfs:label "Electron differential directional flux" ; -skos:broader Particle flux ; -. - -#515 -wmdsObservedVariable:Electron flux density -a skos:Concept ; -skos:notation 515 ; -dct:notation 515 ; -rdfs:label "Electron flux density" ; -skos:broader Particle flux ; -. - -#516 -wmdsObservedVariable:Electron integral directional flux -a skos:Concept ; -skos:notation 516 ; -dct:notation 516 ; -rdfs:label "Electron integral directional flux" ; -skos:broader Particle flux ; -. - -#517 -wmdsObservedVariable:Heavy ion differential directional flux -a skos:Concept ; -skos:notation 517 ; -dct:notation 517 ; -rdfs:label "Heavy ion differential directional flux" ; -skos:broader Particle flux ; -. - -#518 -wmdsObservedVariable:Heavy ion integral directional flux -a skos:Concept ; -skos:notation 518 ; -dct:notation 518 ; -rdfs:label "Heavy ion integral directional flux" ; -skos:broader Particle flux ; -. - -#519 -wmdsObservedVariable:Proton differential directional flux -a skos:Concept ; -skos:notation 519 ; -dct:notation 519 ; -rdfs:label "Proton differential directional flux" ; -skos:broader Particle flux ; -. - -#520 -wmdsObservedVariable:Proton integral directional flux -a skos:Concept ; -skos:notation 520 ; -dct:notation 520 ; -rdfs:label "Proton integral directional flux" ; -skos:broader Particle flux ; -. - -#10089 -wmdsObservedVariable:Ionospheric disturbances -a skos:Concept ; -skos:notation 10089 ; -dct:notation 10089 ; -rdfs:label "Ionospheric disturbances" ; -skos:broader Outer Space ; -. - -#114 -wmdsObservedVariable:Aurora -a skos:Concept ; -skos:notation 114 ; -dct:notation 114 ; -rdfs:label "Aurora" ; -skos:broader Ionospheric disturbances ; -. - -#115 -wmdsObservedVariable:Electric Field -a skos:Concept ; -skos:notation 115 ; -dct:notation 115 ; -rdfs:label "Electric Field" ; -skos:broader Ionospheric disturbances ; -. - -#116 -wmdsObservedVariable:Electron Density -a skos:Concept ; -skos:notation 116 ; -dct:notation 116 ; -rdfs:label "Electron Density" ; -skos:broader Ionospheric disturbances ; -. - -#117 -wmdsObservedVariable:Ionospheric Radio Absorption -a skos:Concept ; -skos:notation 117 ; -dct:notation 117 ; -rdfs:label "Ionospheric Radio Absorption" ; -skos:broader Ionospheric disturbances ; -. - -#118 -wmdsObservedVariable:Ionospheric Scintillation -a skos:Concept ; -skos:notation 118 ; -dct:notation 118 ; -rdfs:label "Ionospheric Scintillation" ; -skos:broader Ionospheric disturbances ; -. - -#119 -wmdsObservedVariable:Ionospheric Vertical Total Electron Content -a skos:Concept ; -skos:notation 119 ; -dct:notation 119 ; -rdfs:label "Ionospheric Vertical Total Electron Content(VTEC)" ; -skos:broader Ionospheric disturbances ; -. - -#120 -wmdsObservedVariable:Ionospheric plasma density -a skos:Concept ; -skos:notation 120 ; -dct:notation 120 ; -rdfs:label "Ionospheric plasma density" ; -skos:broader Ionospheric disturbances ; -. - -#121 -wmdsObservedVariable:Ionospheric plasma velocity -a skos:Concept ; -skos:notation 121 ; -dct:notation 121 ; -rdfs:label "Ionospheric plasma velocity" ; -skos:broader Ionospheric disturbances ; -. - -#122 -wmdsObservedVariable:Spread F -a skos:Concept ; -skos:notation 122 ; -dct:notation 122 ; -rdfs:label "Spread F" ; -skos:broader Ionospheric disturbances ; -. - -#123 -wmdsObservedVariable:foEs -a skos:Concept ; -skos:notation 123 ; -dct:notation 123 ; -rdfs:label "foEs" ; -skos:broader Ionospheric disturbances ; -. - -#124 -wmdsObservedVariable:foF2 -a skos:Concept ; -skos:notation 124 ; -dct:notation 124 ; -rdfs:label "foF2" ; -skos:broader Ionospheric disturbances ; -. - -#125 -wmdsObservedVariable:h'F -a skos:Concept ; -skos:notation 125 ; -dct:notation 125 ; -rdfs:label "h'F" ; -skos:broader Ionospheric disturbances ; -. - -#126 -wmdsObservedVariable:hmF2 -a skos:Concept ; -skos:notation 126 ; -dct:notation 126 ; -rdfs:label "hmF2" ; -skos:broader Ionospheric disturbances ; -. - -#10090 -wmdsObservedVariable:Solar monitoring -a skos:Concept ; -skos:notation 10090 ; -dct:notation 10090 ; -rdfs:label "Solar monitoring" ; -skos:broader Outer Space ; -. - -#127 -wmdsObservedVariable:EUV flux -a skos:Concept ; -skos:notation 127 ; -dct:notation 127 ; -rdfs:label "EUV flux" ; -skos:broader Solar monitoring ; -. - -#128 -wmdsObservedVariable:EUV flux spectrum -a skos:Concept ; -skos:notation 128 ; -dct:notation 128 ; -rdfs:label "EUV flux spectrum" ; -skos:broader Solar monitoring ; -. - -#129 -wmdsObservedVariable:EUV sky image -a skos:Concept ; -skos:notation 129 ; -dct:notation 129 ; -rdfs:label "EUV sky image" ; -skos:broader Solar monitoring ; -. - -#130 -wmdsObservedVariable:Gamma-ray flux -a skos:Concept ; -skos:notation 130 ; -dct:notation 130 ; -rdfs:label "Gamma-ray flux" ; -skos:broader Solar monitoring ; -. - -#131 -wmdsObservedVariable:Gamma-ray flux spectrum -a skos:Concept ; -skos:notation 131 ; -dct:notation 131 ; -rdfs:label "Gamma-ray flux spectrum" ; -skos:broader Solar monitoring ; -. - -#132 -wmdsObservedVariable:Heliospheric image -a skos:Concept ; -skos:notation 132 ; -dct:notation 132 ; -rdfs:label "Heliospheric image" ; -skos:broader Solar monitoring ; -. - -#133 -wmdsObservedVariable:Radio-waves -a skos:Concept ; -skos:notation 133 ; -dct:notation 133 ; -rdfs:label "Radio-waves" ; -skos:broader Solar monitoring ; -. - -#134 -wmdsObservedVariable:Solar Ca II-K image -a skos:Concept ; -skos:notation 134 ; -dct:notation 134 ; -rdfs:label "Solar Ca II-K image" ; -skos:broader Solar monitoring ; -. - -#135 -wmdsObservedVariable:Solar EUV flux -a skos:Concept ; -skos:notation 135 ; -dct:notation 135 ; -rdfs:label "Solar EUV flux" ; -skos:broader Solar monitoring ; -. - -#136 -wmdsObservedVariable:Solar EUV flux spectrum -a skos:Concept ; -skos:notation 136 ; -dct:notation 136 ; -rdfs:label "Solar EUV flux spectrum" ; -skos:broader Solar monitoring ; -. - -#137 -wmdsObservedVariable:Solar EUV image -a skos:Concept ; -skos:notation 137 ; -dct:notation 137 ; -rdfs:label "Solar EUV image" ; -skos:broader Solar monitoring ; -. - -#138 -wmdsObservedVariable:Solar H-alpha image -a skos:Concept ; -skos:notation 138 ; -dct:notation 138 ; -rdfs:label "Solar H-alpha image" ; -skos:broader Solar monitoring ; -. - -#139 -wmdsObservedVariable:Solar Lyman-alpha flux -a skos:Concept ; -skos:notation 139 ; -dct:notation 139 ; -rdfs:label "Solar Lyman-alpha flux" ; -skos:broader Solar monitoring ; -. - -#140 -wmdsObservedVariable:Solar Lyman-alpha image -a skos:Concept ; -skos:notation 140 ; -dct:notation 140 ; -rdfs:label "Solar Lyman-alpha image" ; -skos:broader Solar monitoring ; -. - -#141 -wmdsObservedVariable:Solar UV flux -a skos:Concept ; -skos:notation 141 ; -dct:notation 141 ; -rdfs:label "Solar UV flux" ; -skos:broader Solar monitoring ; -. - -#142 -wmdsObservedVariable:Solar UV flux spectrum -a skos:Concept ; -skos:notation 142 ; -dct:notation 142 ; -rdfs:label "Solar UV flux spectrum" ; -skos:broader Solar monitoring ; -. - -#143 -wmdsObservedVariable:Solar UV image -a skos:Concept ; -skos:notation 143 ; -dct:notation 143 ; -rdfs:label "Solar UV image" ; -skos:broader Solar monitoring ; -. - -#144 -wmdsObservedVariable:Solar VIS flux -a skos:Concept ; -skos:notation 144 ; -dct:notation 144 ; -rdfs:label "Solar VIS flux" ; -skos:broader Solar monitoring ; -. - -#145 -wmdsObservedVariable:Solar VIS flux spectrum -a skos:Concept ; -skos:notation 145 ; -dct:notation 145 ; -rdfs:label "Solar VIS flux spectrum" ; -skos:broader Solar monitoring ; -. - -#146 -wmdsObservedVariable:Solar VIS image -a skos:Concept ; -skos:notation 146 ; -dct:notation 146 ; -rdfs:label "Solar VIS image" ; -skos:broader Solar monitoring ; -. - -#147 -wmdsObservedVariable:Solar X-ray flux -a skos:Concept ; -skos:notation 147 ; -dct:notation 147 ; -rdfs:label "Solar X-ray flux" ; -skos:broader Solar monitoring ; -. - -#148 -wmdsObservedVariable:Solar X-ray flux spectrum -a skos:Concept ; -skos:notation 148 ; -dct:notation 148 ; -rdfs:label "Solar X-ray flux spectrum" ; -skos:broader Solar monitoring ; -. - -#149 -wmdsObservedVariable:Solar X-ray image -a skos:Concept ; -skos:notation 149 ; -dct:notation 149 ; -rdfs:label "Solar X-ray image" ; -skos:broader Solar monitoring ; -. - -#150 -wmdsObservedVariable:Solar coronagraphic image -a skos:Concept ; -skos:notation 150 ; -dct:notation 150 ; -rdfs:label "Solar coronagraphic image" ; -skos:broader Solar monitoring ; -. - -#151 -wmdsObservedVariable:Solar electric field -a skos:Concept ; -skos:notation 151 ; -dct:notation 151 ; -rdfs:label "Solar electric field" ; -skos:broader Solar monitoring ; -. - -#152 -wmdsObservedVariable:Solar gamma-ray flux -a skos:Concept ; -skos:notation 152 ; -dct:notation 152 ; -rdfs:label "Solar gamma-ray flux" ; -skos:broader Solar monitoring ; -. - -#153 -wmdsObservedVariable:Solar gamma-ray flux spectrum -a skos:Concept ; -skos:notation 153 ; -dct:notation 153 ; -rdfs:label "Solar gamma-ray flux spectrum" ; -skos:broader Solar monitoring ; -. - -#154 -wmdsObservedVariable:Solar magnetic field -a skos:Concept ; -skos:notation 154 ; -dct:notation 154 ; -rdfs:label "Solar magnetic field" ; -skos:broader Solar monitoring ; -. - -#155 -wmdsObservedVariable:Solar radio flux -a skos:Concept ; -skos:notation 155 ; -dct:notation 155 ; -rdfs:label "Solar radio flux" ; -skos:broader Solar monitoring ; -. - -#156 -wmdsObservedVariable:Solar radio flux spectrum -a skos:Concept ; -skos:notation 156 ; -dct:notation 156 ; -rdfs:label "Solar radio flux spectrum" ; -skos:broader Solar monitoring ; -. - -#157 -wmdsObservedVariable:Solar radio image -a skos:Concept ; -skos:notation 157 ; -dct:notation 157 ; -rdfs:label "Solar radio image" ; -skos:broader Solar monitoring ; -. - -#158 -wmdsObservedVariable:Solar velocity fields -a skos:Concept ; -skos:notation 158 ; -dct:notation 158 ; -rdfs:label "Solar velocity fields" ; -skos:broader Solar monitoring ; -. - -#159 -wmdsObservedVariable:Solar white light image -a skos:Concept ; -skos:notation 159 ; -dct:notation 159 ; -rdfs:label "Solar white light image" ; -skos:broader Solar monitoring ; -. - -#160 -wmdsObservedVariable:UV flux -a skos:Concept ; -skos:notation 160 ; -dct:notation 160 ; -rdfs:label "UV flux" ; -skos:broader Solar monitoring ; -. - -#161 -wmdsObservedVariable:UV sky image -a skos:Concept ; -skos:notation 161 ; -dct:notation 161 ; -rdfs:label "UV sky image" ; -skos:broader Solar monitoring ; -. - -#162 -wmdsObservedVariable:X-ray flux -a skos:Concept ; -skos:notation 162 ; -dct:notation 162 ; -rdfs:label "X-ray flux" ; -skos:broader Solar monitoring ; -. - -#163 -wmdsObservedVariable:X-ray flux spectrum -a skos:Concept ; -skos:notation 163 ; -dct:notation 163 ; -rdfs:label "X-ray flux spectrum" ; -skos:broader Solar monitoring ; -. - -#164 -wmdsObservedVariable:X-ray sky image -a skos:Concept ; -skos:notation 164 ; -dct:notation 164 ; -rdfs:label "X-ray sky image" ; -skos:broader Solar monitoring ; -. - -#10091 -wmdsObservedVariable:Terrestrial -a skos:Concept ; -skos:notation 10091 ; -dct:notation 10091 ; -rdfs:label "Terrestrial" ; -. - -#10092 -wmdsObservedVariable:Ground water -a skos:Concept ; -skos:notation 10092 ; -dct:notation 10092 ; -rdfs:label "Ground water" ; -skos:broader Terrestrial ; -. - -#165 -wmdsObservedVariable:Ground water -a skos:Concept ; -skos:notation 165 ; -dct:notation 165 ; -rdfs:label "Ground water(amount per unit area)" ; -skos:broader Ground water ; -. - -#166 -wmdsObservedVariable:Ground water -a skos:Concept ; -skos:notation 166 ; -dct:notation 166 ; -rdfs:label "Ground water(level)" ; -skos:broader Ground water ; -. - -#10093 -wmdsObservedVariable:Lake -a skos:Concept ; -skos:notation 10093 ; -dct:notation 10093 ; -rdfs:label "Lake" ; -skos:broader Terrestrial ; -. - -#167 -wmdsObservedVariable:Lake area -a skos:Concept ; -skos:notation 167 ; -dct:notation 167 ; -rdfs:label "Lake area" ; -skos:broader Lake ; -. - -#168 -wmdsObservedVariable:Lake level -a skos:Concept ; -skos:notation 168 ; -dct:notation 168 ; -rdfs:label "Lake level" ; -skos:broader Lake ; -. - -#10094 -wmdsObservedVariable:Snow / Ice / Glacier -a skos:Concept ; -skos:notation 10094 ; -dct:notation 10094 ; -rdfs:label "Snow / Ice / Glacier" ; -skos:broader Lake ; -. - -#10095 -wmdsObservedVariable:Ice -a skos:Concept ; -skos:notation 10095 ; -dct:notation 10095 ; -rdfs:label "Ice" ; -skos:broader Snow / Ice / Glacier ; -. - -#725 -wmdsObservedVariable:Ice thickness -a skos:Concept ; -skos:notation 725 ; -dct:notation 725 ; -rdfs:label "Ice thickness" ; -skos:broader Ice ; -. - -#10096 -wmdsObservedVariable:Temperature -a skos:Concept ; -skos:notation 10096 ; -dct:notation 10096 ; -rdfs:label "Temperature" ; -skos:broader Lake ; -. - -#410 -wmdsObservedVariable:Lake Surface Temperature -a skos:Concept ; -skos:notation 410 ; -dct:notation 410 ; -rdfs:label "Lake Surface Temperature" ; -skos:broader Temperature ; -. - -#10097 -wmdsObservedVariable:Land surface -a skos:Concept ; -skos:notation 10097 ; -dct:notation 10097 ; -rdfs:label "Land surface" ; -skos:broader Terrestrial ; -. - -#231 -wmdsObservedVariable:Braking action/friction coefficient -a skos:Concept ; -skos:notation 231 ; -dct:notation 231 ; -rdfs:label "Braking action/friction coefficient" ; -skos:broader Land surface ; -. - -#232 -wmdsObservedVariable:Coastlines -a skos:Concept ; -skos:notation 232 ; -dct:notation 232 ; -rdfs:label "Coastlines" ; -skos:broader Land surface ; -. - -#236 -wmdsObservedVariable:Land cover -a skos:Concept ; -skos:notation 236 ; -dct:notation 236 ; -rdfs:label "Land cover" ; -skos:broader Land surface ; -. - -#237 -wmdsObservedVariable:Land surface topography -a skos:Concept ; -skos:notation 237 ; -dct:notation 237 ; -rdfs:label "Land surface topography" ; -skos:broader Land surface ; -. - -#239 -wmdsObservedVariable:Runway conditions -a skos:Concept ; -skos:notation 239 ; -dct:notation 239 ; -rdfs:label "Runway conditions" ; -skos:broader Land surface ; -. - -#243 -wmdsObservedVariable:Wetland extent -a skos:Concept ; -skos:notation 243 ; -dct:notation 243 ; -rdfs:label "Wetland extent" ; -skos:broader Land surface ; -. - -#10098 -wmdsObservedVariable:Fire -a skos:Concept ; -skos:notation 10098 ; -dct:notation 10098 ; -rdfs:label "Fire" ; -skos:broader Land surface ; -. - -#386 -wmdsObservedVariable:Fire fractional cover -a skos:Concept ; -skos:notation 386 ; -dct:notation 386 ; -rdfs:label "Fire fractional cover" ; -skos:broader Fire ; -. - -#387 -wmdsObservedVariable:Fire radiative power -a skos:Concept ; -skos:notation 387 ; -dct:notation 387 ; -rdfs:label "Fire radiative power" ; -skos:broader Fire ; -. - -#388 -wmdsObservedVariable:Fire temperature -a skos:Concept ; -skos:notation 388 ; -dct:notation 388 ; -rdfs:label "Fire temperature" ; -skos:broader Fire ; -. - -#10099 -wmdsObservedVariable:Greenhouse Gas -a skos:Concept ; -skos:notation 10099 ; -dct:notation 10099 ; -rdfs:label "Greenhouse Gas" ; -skos:broader Land surface ; -. - -#422 -wmdsObservedVariable:CO2 flux -a skos:Concept ; -skos:notation 422 ; -dct:notation 422 ; -rdfs:label "CO2 flux" ; -skos:broader Greenhouse Gas ; -. - -#10100 -wmdsObservedVariable:Humidity -a skos:Concept ; -skos:notation 10100 ; -dct:notation 10100 ; -rdfs:label "Humidity" ; -skos:broader Land surface ; -. - -#510 -wmdsObservedVariable:Evaporation -a skos:Concept ; -skos:notation 510 ; -dct:notation 510 ; -rdfs:label "Evaporation" ; -skos:broader Humidity ; -. - -#10101 -wmdsObservedVariable:Radiation -a skos:Concept ; -skos:notation 10101 ; -dct:notation 10101 ; -rdfs:label "Radiation" ; -skos:broader Land surface ; -. - -#563 -wmdsObservedVariable:Fraction of Absorbed PAR -a skos:Concept ; -skos:notation 563 ; -dct:notation 563 ; -rdfs:label "Fraction of Absorbed PAR(FAPAR)" ; -skos:broader Radiation ; -. - -#564 -wmdsObservedVariable:Photosynthetically Active Radiation -a skos:Concept ; -skos:notation 564 ; -dct:notation 564 ; -rdfs:label "Photosynthetically Active Radiation(PAR)" ; -skos:broader Radiation ; -. - -#10102 -wmdsObservedVariable:Snow / Ice / Glacier -a skos:Concept ; -skos:notation 10102 ; -dct:notation 10102 ; -rdfs:label "Snow / Ice / Glacier" ; -skos:broader Land surface ; -. - -#354 -wmdsObservedVariable:Permafrost -a skos:Concept ; -skos:notation 354 ; -dct:notation 354 ; -rdfs:label "Permafrost" ; -skos:broader Snow / Ice / Glacier ; -. - -#10103 -wmdsObservedVariable:Glacier -a skos:Concept ; -skos:notation 10103 ; -dct:notation 10103 ; -rdfs:label "Glacier" ; -skos:broader Snow / Ice / Glacier ; -. - -#610 -wmdsObservedVariable:Glacier cover -a skos:Concept ; -skos:notation 610 ; -dct:notation 610 ; -rdfs:label "Glacier cover" ; -skos:broader Glacier ; -. - -#611 -wmdsObservedVariable:Glacier motion -a skos:Concept ; -skos:notation 611 ; -dct:notation 611 ; -rdfs:label "Glacier motion" ; -skos:broader Glacier ; -. - -#612 -wmdsObservedVariable:Glacier topography -a skos:Concept ; -skos:notation 612 ; -dct:notation 612 ; -rdfs:label "Glacier topography" ; -skos:broader Glacier ; -. - -#10104 -wmdsObservedVariable:Ice -a skos:Concept ; -skos:notation 10104 ; -dct:notation 10104 ; -rdfs:label "Ice" ; -skos:broader Snow / Ice / Glacier ; -. - -#613 -wmdsObservedVariable:Ice sheet topography -a skos:Concept ; -skos:notation 613 ; -dct:notation 613 ; -rdfs:label "Ice sheet topography" ; -skos:broader Ice ; -. - -#10105 -wmdsObservedVariable:Snow -a skos:Concept ; -skos:notation 10105 ; -dct:notation 10105 ; -rdfs:label "Snow" ; -skos:broader Snow / Ice / Glacier ; -. - -#627 -wmdsObservedVariable:Depth of fresh snowfall -a skos:Concept ; -skos:notation 627 ; -dct:notation 627 ; -rdfs:label "Depth of fresh snowfall" ; -skos:broader Snow ; -. - -#628 -wmdsObservedVariable:Snow cover -a skos:Concept ; -skos:notation 628 ; -dct:notation 628 ; -rdfs:label "Snow cover(fraction of area)" ; -skos:broader Snow ; -. - -#629 -wmdsObservedVariable:Snow depth -a skos:Concept ; -skos:notation 629 ; -dct:notation 629 ; -rdfs:label "Snow depth" ; -skos:broader Snow ; -. - -#630 -wmdsObservedVariable:Snow status -a skos:Concept ; -skos:notation 630 ; -dct:notation 630 ; -rdfs:label "Snow status(wet/dry)" ; -skos:broader Snow ; -. - -#631 -wmdsObservedVariable:Snow water equivalent -a skos:Concept ; -skos:notation 631 ; -dct:notation 631 ; -rdfs:label "Snow water equivalent" ; -skos:broader Snow ; -. - -#10106 -wmdsObservedVariable:Temperature -a skos:Concept ; -skos:notation 10106 ; -dct:notation 10106 ; -rdfs:label "Temperature" ; -skos:broader Land surface ; -. - -#389 -wmdsObservedVariable:Land surface temperature -a skos:Concept ; -skos:notation 389 ; -dct:notation 389 ; -rdfs:label "Land surface temperature" ; -skos:broader Temperature ; -. - -#10107 -wmdsObservedVariable:Vegetation -a skos:Concept ; -skos:notation 10107 ; -dct:notation 10107 ; -rdfs:label "Vegetation" ; -skos:broader Land surface ; -. - -#423 -wmdsObservedVariable:Biomass -a skos:Concept ; -skos:notation 423 ; -dct:notation 423 ; -rdfs:label "Biomass" ; -skos:broader Vegetation ; -. - -#424 -wmdsObservedVariable:Fraction of vegetated land -a skos:Concept ; -skos:notation 424 ; -dct:notation 424 ; -rdfs:label "Fraction of vegetated land" ; -skos:broader Vegetation ; -. - -#425 -wmdsObservedVariable:Leaf Area Index -a skos:Concept ; -skos:notation 425 ; -dct:notation 425 ; -rdfs:label "Leaf Area Index(LAI)" ; -skos:broader Vegetation ; -. - -#426 -wmdsObservedVariable:Normalised Difference Vegetation Index -a skos:Concept ; -skos:notation 426 ; -dct:notation 426 ; -rdfs:label "Normalised Difference Vegetation Index(NDVI)" ; -skos:broader Vegetation ; -. - -#427 -wmdsObservedVariable:Vegetation type -a skos:Concept ; -skos:notation 427 ; -dct:notation 427 ; -rdfs:label "Vegetation type" ; -skos:broader Vegetation ; -. - -#10108 -wmdsObservedVariable:River -a skos:Concept ; -skos:notation 10108 ; -dct:notation 10108 ; -rdfs:label "River" ; -skos:broader Terrestrial ; -. - -#171 -wmdsObservedVariable:River discharge -a skos:Concept ; -skos:notation 171 ; -dct:notation 171 ; -rdfs:label "River discharge" ; -skos:broader River ; -. - -#172 -wmdsObservedVariable:River stage -a skos:Concept ; -skos:notation 172 ; -dct:notation 172 ; -rdfs:label "River stage(level above reference)" ; -skos:broader River ; -. - -#10109 -wmdsObservedVariable:Snow / Ice / Glacier -a skos:Concept ; -skos:notation 10109 ; -dct:notation 10109 ; -rdfs:label "Snow / Ice / Glacier" ; -skos:broader River ; -. - -#10110 -wmdsObservedVariable:Ice -a skos:Concept ; -skos:notation 10110 ; -dct:notation 10110 ; -rdfs:label "Ice" ; -skos:broader Snow / Ice / Glacier ; -. - -#726 -wmdsObservedVariable:Ice thickness -a skos:Concept ; -skos:notation 726 ; -dct:notation 726 ; -rdfs:label "Ice thickness" ; -skos:broader Ice ; -. - -#10111 -wmdsObservedVariable:Soil -a skos:Concept ; -skos:notation 10111 ; -dct:notation 10111 ; -rdfs:label "Soil" ; -skos:broader Terrestrial ; -. - -#245 -wmdsObservedVariable:Soil heat Flux -a skos:Concept ; -skos:notation 245 ; -dct:notation 245 ; -rdfs:label "Soil heat Flux" ; -skos:broader Soil ; -. - -#246 -wmdsObservedVariable:Soil type -a skos:Concept ; -skos:notation 246 ; -dct:notation 246 ; -rdfs:label "Soil type" ; -skos:broader Soil ; -. - -#10112 -wmdsObservedVariable:Humidity -a skos:Concept ; -skos:notation 10112 ; -dct:notation 10112 ; -rdfs:label "Humidity" ; -skos:broader Soil ; -. - -#527 -wmdsObservedVariable:Soil moisture -a skos:Concept ; -skos:notation 527 ; -dct:notation 527 ; -rdfs:label "Soil moisture(in the roots region)" ; -skos:broader Humidity ; -. - -#528 -wmdsObservedVariable:Soil moisture at surface -a skos:Concept ; -skos:notation 528 ; -dct:notation 528 ; -rdfs:label "Soil moisture at surface" ; -skos:broader Humidity ; -. - -#10113 -wmdsObservedVariable:Temperature -a skos:Concept ; -skos:notation 10113 ; -dct:notation 10113 ; -rdfs:label "Temperature" ; -skos:broader Soil ; -. - -#596 -wmdsObservedVariable:Soil temperature -a skos:Concept ; -skos:notation 596 ; -dct:notation 596 ; -rdfs:label "Soil temperature" ; -skos:broader Temperature ; -. - -#10114 -wmdsObservedVariable:Well -a skos:Concept ; -skos:notation 10114 ; -dct:notation 10114 ; -rdfs:label "Well" ; -skos:broader Terrestrial ; -. - -#174 -wmdsObservedVariable:Well discharge -a skos:Concept ; -skos:notation 174 ; -dct:notation 174 ; -rdfs:label "Well discharge" ; -skos:broader Well ; -. - From bef43e082a639949c76713beb07bd478f27298f7 Mon Sep 17 00:00:00 2001 From: maschu09 Date: Thu, 30 Jun 2016 11:27:52 +0200 Subject: [PATCH 15/16] Create wmdObservedVariable.ttl --- ttl/wmdObservedVariable.ttl | 8387 +++++++++++++++++++++++++++++++++++ 1 file changed, 8387 insertions(+) create mode 100644 ttl/wmdObservedVariable.ttl diff --git a/ttl/wmdObservedVariable.ttl b/ttl/wmdObservedVariable.ttl new file mode 100644 index 0000000..58ed82d --- /dev/null +++ b/ttl/wmdObservedVariable.ttl @@ -0,0 +1,8387 @@ +@prefix dct: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix defchem: . +@prefix medium: . +@prefix chemical-species: . + + + a skos:Collection ; + rdfs:label "wmdsObservedVariable"@en ; + dct:description "WIGOS/OSCAR variable list"@en ; + skos:member , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:prefLabel "wmdsObservedVariable"@en. + + + a skos:Concept ; + rdfs:label "Atmosphere"@en ; + skos:notation 10000 ; + dct:notation 10000 ; + skos:prefLabel "Atmosphere"@en ; + . + + + a skos:Concept ; + rdfs:label "Aerological soundings"@en ; + skos:notation 37 ; + dct:notation 37 ; + skos:prefLabel "Aerological soundings"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Atmospheric density"@en ; + skos:notation 39 ; + dct:notation 39 ; + skos:prefLabel "Atmospheric density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Integrated air samples"@en ; + skos:notation 44 ; + dct:notation 44 ; + skos:prefLabel "Integrated air samples"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Special phenomena"@en ; + skos:notation 56 ; + dct:notation 56 ; + skos:prefLabel "Special phenomena"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "State of ground"@en ; + skos:notation 57 ; + dct:notation 57 ; + skos:prefLabel "State of ground"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aerosol"@en ; + skos:notation 10001 ; + dct:notation 10001 ; + skos:prefLabel "Aerosol"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Composition"@en ; + skos:notation 10002 ; + dct:notation 10002 ; + skos:prefLabel "Composition"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Acidity/Alkalinity in total aerosol"@en ; + skos:notation 579 ; + dct:notation 579 ; + skos:prefLabel "Acidity/Alkalinity in total aerosol"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Inorganic anions"@en ; + skos:notation 10003 ; + dct:notation 10003 ; + skos:prefLabel "Inorganic anions"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Chloride in PM1"@en ; + skos:notation 614 ; + dct:notation 614 ; + skos:prefLabel "Chloride in PM1"@en ; + skos:altLabel "Cl-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chloride-ion ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "Chloride in PM10"@en ; + skos:notation 615 ; + dct:notation 615 ; + skos:prefLabel "Chloride in PM10"@en ; + skos:altLabel "Cl-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chloride-ion ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Chloride in PM2.5"@en ; + skos:notation 616 ; + dct:notation 616 ; + skos:prefLabel "Chloride in PM2.5"@en ; + skos:altLabel "Cl-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chloride-ion ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Chloride in total aerosol"@en ; + skos:notation 617 ; + dct:notation 617 ; + skos:prefLabel "Chloride in total aerosol"@en ; + skos:altLabel "Cl-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chloride-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Fluoride in total aerosol"@en ; + skos:notation 618 ; + dct:notation 618 ; + skos:prefLabel "Fluoride in total aerosol"@en ; + skos:altLabel "F-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:fluoride-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Sulphate in corrected"@en ; + skos:notation 619 ; + dct:notation 619 ; + skos:prefLabel "Sulphate in corrected"@en ; + skos:altLabel "SO4="@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sulphate in total"@en ; + skos:notation 620 ; + dct:notation 620 ; + skos:prefLabel "Sulphate in total"@en ; + skos:altLabel "SO4="@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sulphate , total in PM10"@en ; + skos:notation 621 ; + dct:notation 621 ; + skos:prefLabel "Sulphate , total in PM10"@en ; + skos:altLabel "SO4="@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Sulphate , total in PM2.5"@en ; + skos:notation 622 ; + dct:notation 622 ; + skos:prefLabel "Sulphate , total in PM2.5"@en ; + skos:altLabel "SO4="@en ; + skos:broader ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Inorganic carbonaceous"@en ; + skos:notation 10004 ; + dct:notation 10004 ; + skos:prefLabel "Inorganic carbonaceous"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Elemental carbon in PM10"@en ; + skos:notation 623 ; + dct:notation 623 ; + skos:prefLabel "Elemental carbon in PM10"@en ; + skos:altLabel "coarse"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Elemental carbon in PM1"@en ; + skos:notation 624 ; + dct:notation 624 ; + skos:prefLabel "Elemental carbon in PM1"@en ; + skos:broader ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "Elemental carbon in PM2.5"@en ; + skos:notation 625 ; + dct:notation 625 ; + skos:prefLabel "Elemental carbon in PM2.5"@en ; + skos:broader ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Total carbon in PM10"@en ; + skos:notation 626 ; + dct:notation 626 ; + skos:prefLabel "Total carbon in PM10"@en ; + skos:altLabel "coarse"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Inorganic cations"@en ; + skos:notation 10005 ; + dct:notation 10005 ; + skos:prefLabel "Inorganic cations"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Calcium in PM10"@en ; + skos:notation 632 ; + dct:notation 632 ; + skos:prefLabel "Calcium in PM10"@en ; + skos:altLabel "Ca++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:calcium-ion ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Calcium in PM2.5"@en ; + skos:notation 633 ; + dct:notation 633 ; + skos:prefLabel "Calcium in PM2.5"@en ; + skos:altLabel "Ca++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:calcium-ion ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Calcium in total aerosol"@en ; + skos:notation 634 ; + dct:notation 634 ; + skos:prefLabel "Calcium in total aerosol"@en ; + skos:altLabel "Ca++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:calcium-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Magnesium in PM10"@en ; + skos:notation 635 ; + dct:notation 635 ; + skos:prefLabel "Magnesium in PM10"@en ; + skos:altLabel "Mg++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:magnesium-ion ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Magnesium in PM2.5"@en ; + skos:notation 636 ; + dct:notation 636 ; + skos:prefLabel "Magnesium in PM2.5"@en ; + skos:altLabel "Mg++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:magnesium-ion ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Magnesium in total aerosol"@en ; + skos:notation 637 ; + dct:notation 637 ; + skos:prefLabel "Magnesium in total aerosol"@en ; + skos:altLabel "Mg++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:magnesium-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Potassium in PM10"@en ; + skos:notation 638 ; + dct:notation 638 ; + skos:prefLabel "Potassium in PM10"@en ; + skos:altLabel "K+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:potassium-ion ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Potassium in PM2.5"@en ; + skos:notation 639 ; + dct:notation 639 ; + skos:prefLabel "Potassium in PM2.5"@en ; + skos:altLabel "K+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:potassium-ion ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Potassium in total aerosol"@en ; + skos:notation 640 ; + dct:notation 640 ; + skos:prefLabel "Potassium in total aerosol"@en ; + skos:altLabel "K+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:potassium-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Sodium in PM10"@en ; + skos:notation 641 ; + dct:notation 641 ; + skos:prefLabel "Sodium in PM10"@en ; + skos:altLabel "Na+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sodium-ion ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Sodium in PM2.5"@en ; + skos:notation 642 ; + dct:notation 642 ; + skos:prefLabel "Sodium in PM2.5"@en ; + skos:altLabel "Na+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sodium-ion ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Sodium in total aerosol"@en ; + skos:notation 643 ; + dct:notation 643 ; + skos:prefLabel "Sodium in total aerosol"@en ; + skos:altLabel "Na+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sodium-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Inorganic nitrogen species"@en ; + skos:notation 10006 ; + dct:notation 10006 ; + skos:prefLabel "Inorganic nitrogen species"@en ; + skos:broader ; + defchem:chemical-species chemical-species:inorganic-nitrogen-species ; + . + + + a skos:Concept ; + rdfs:label "Ammonia in PM2.5"@en ; + skos:notation 644 ; + dct:notation 644 ; + skos:prefLabel "Ammonia in PM2.5"@en ; + skos:altLabel "NH3"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonia ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Ammonium in PM10"@en ; + skos:notation 645 ; + dct:notation 645 ; + skos:prefLabel "Ammonium in PM10"@en ; + skos:altLabel "NH4+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonium ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Ammonium in PM2.5"@en ; + skos:notation 646 ; + dct:notation 646 ; + skos:prefLabel "Ammonium in PM2.5"@en ; + skos:altLabel "NH4+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Ammonium in total aerosol"@en ; + skos:notation 647 ; + dct:notation 647 ; + skos:prefLabel "Ammonium in total aerosol"@en ; + skos:altLabel "NH4+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Ammonium nitrate in total aerosol"@en ; + skos:notation 648 ; + dct:notation 648 ; + skos:prefLabel "Ammonium nitrate in total aerosol"@en ; + skos:altLabel "NH4NO3"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonium-nitrate ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Ammonium nitrate (NH4NO3 in PM1"@en ; + skos:notation 649 ; + dct:notation 649 ; + skos:prefLabel "Ammonium nitrate (NH4NO3 in PM1"@en ; + skos:broader ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "Nitrate in PM10"@en ; + skos:notation 650 ; + dct:notation 650 ; + skos:prefLabel "Nitrate in PM10"@en ; + skos:altLabel "NO3-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrate ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Nitrate in PM2.5"@en ; + skos:notation 651 ; + dct:notation 651 ; + skos:prefLabel "Nitrate in PM2.5"@en ; + skos:altLabel "NO3-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrate ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Nitrate in total aerosol"@en ; + skos:notation 652 ; + dct:notation 652 ; + skos:prefLabel "Nitrate in total aerosol"@en ; + skos:altLabel "NO3-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrate ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Nitrite in total aerosol"@en ; + skos:notation 653 ; + dct:notation 653 ; + skos:prefLabel "Nitrite in total aerosol"@en ; + skos:altLabel "NO2-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrite-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Sum of ammonia and ammonium (NH4+) in air and aerosol"@en ; + skos:notation 654 ; + dct:notation 654 ; + skos:prefLabel "Sum of ammonia and ammonium (NH4+) in air and aerosol"@en ; + skos:altLabel "NH3"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonia ; + . + + + a skos:Concept ; + rdfs:label "Sum of nitric acid and nitrate (NO3-) in air and aerosol"@en ; + skos:notation 655 ; + dct:notation 655 ; + skos:prefLabel "Sum of nitric acid and nitrate (NO3-) in air and aerosol"@en ; + skos:altLabel "HNO3"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitric-acid ; + . + + + a skos:Concept ; + rdfs:label "Major inorganic components"@en ; + skos:notation 10007 ; + dct:notation 10007 ; + skos:prefLabel "Major inorganic components"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Major chemical components"@en ; + skos:notation 656 ; + dct:notation 656 ; + skos:prefLabel "Major chemical components"@en ; + skos:altLabel "size fractionated"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Major inorganic components"@en ; + skos:notation 657 ; + dct:notation 657 ; + skos:prefLabel "Major inorganic components"@en ; + skos:altLabel "TSP"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Major inorganic components"@en ; + skos:notation 658 ; + dct:notation 658 ; + skos:prefLabel "Major inorganic components"@en ; + skos:altLabel "coarse"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Major inorganic components"@en ; + skos:notation 659 ; + dct:notation 659 ; + skos:prefLabel "Major inorganic components"@en ; + skos:altLabel "fine"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Other chemical components"@en ; + skos:notation 660 ; + dct:notation 660 ; + skos:prefLabel "Other chemical components"@en ; + skos:altLabel "coarse"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Other chemical components"@en ; + skos:notation 661 ; + dct:notation 661 ; + skos:prefLabel "Other chemical components"@en ; + skos:altLabel "fine"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Organic anions"@en ; + skos:notation 10008 ; + dct:notation 10008 ; + skos:prefLabel "Organic anions"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "C2H3O2- in PM1"@en ; + skos:notation 662 ; + dct:notation 662 ; + skos:prefLabel "C2H3O2- in PM1"@en ; + skos:altLabel "CH3COO-"@en ; + skos:altLabel "acetate"@en ; + skos:broader ; + defchem:chemical-species chemical-species:acetate-ion ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "C2H3O2- in aerosol"@en ; + skos:notation 663 ; + dct:notation 663 ; + skos:prefLabel "C2H3O2- in aerosol"@en ; + skos:altLabel "CH3COO-"@en ; + skos:altLabel "acetate"@en ; + skos:broader ; + defchem:chemical-species chemical-species:acetate-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "C2O4= in PM1.0"@en ; + skos:notation 664 ; + dct:notation 664 ; + skos:prefLabel "C2O4= in PM1.0"@en ; + skos:altLabel "oxalate"@en ; + skos:altLabel "ethanedioate"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "C2O4= in PM10"@en ; + skos:notation 665 ; + dct:notation 665 ; + skos:prefLabel "C2O4= in PM10"@en ; + skos:altLabel "oxalate"@en ; + skos:altLabel "ethanedioate"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "C2O4= in total aerosol"@en ; + skos:notation 666 ; + dct:notation 666 ; + skos:prefLabel "C2O4= in total aerosol"@en ; + skos:altLabel "oxalate"@en ; + skos:altLabel "ethanedioate"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "CH3O3S- in PM1.0"@en ; + skos:notation 667 ; + dct:notation 667 ; + skos:prefLabel "CH3O3S- in PM1.0"@en ; + skos:altLabel "methanesulphonate"@en ; + skos:broader ; + defchem:chemical-species chemical-species:methane-sulfonate-ion ; + . + + + a skos:Concept ; + rdfs:label "CH3O3S- in total aerosol"@en ; + skos:notation 668 ; + dct:notation 668 ; + skos:prefLabel "CH3O3S- in total aerosol"@en ; + skos:altLabel "methanesulphonate"@en ; + skos:broader ; + defchem:chemical-species chemical-species:methane-sulfonate-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "CHO2- in aerosol"@en ; + skos:notation 669 ; + dct:notation 669 ; + skos:prefLabel "CHO2- in aerosol"@en ; + skos:altLabel "HCOO-"@en ; + skos:altLabel "formate"@en ; + skos:broader ; + defchem:chemical-species chemical-species:formate-ion ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Organic carbonaceous"@en ; + skos:notation 10009 ; + dct:notation 10009 ; + skos:prefLabel "Organic carbonaceous"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Carbonaceous/organic material in PM10"@en ; + skos:notation 670 ; + dct:notation 670 ; + skos:prefLabel "Carbonaceous/organic material in PM10"@en ; + skos:altLabel "coarse"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Carbonaceous/organic material"@en ; + skos:notation 671 ; + dct:notation 671 ; + skos:prefLabel "Carbonaceous/organic material"@en ; + skos:altLabel "fine"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Trace elements"@en ; + skos:notation 10010 ; + dct:notation 10010 ; + skos:prefLabel "Trace elements"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trace-metal ; + . + + + a skos:Concept ; + rdfs:label "Titanium in total aerosol"@en ; + skos:notation 672 ; + dct:notation 672 ; + skos:prefLabel "Titanium in total aerosol"@en ; + skos:altLabel "Ti"@en ; + skos:broader ; + defchem:chemical-species chemical-species:titanium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Aluminium in PM2.5"@en ; + skos:notation 673 ; + dct:notation 673 ; + skos:prefLabel "Aluminium in PM2.5"@en ; + skos:altLabel "Al"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aluminium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Aluminium in total aerosol"@en ; + skos:notation 674 ; + dct:notation 674 ; + skos:prefLabel "Aluminium in total aerosol"@en ; + skos:altLabel "Al"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aluminium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Antimony in PM2.5"@en ; + skos:notation 675 ; + dct:notation 675 ; + skos:prefLabel "Antimony in PM2.5"@en ; + skos:altLabel "Sb"@en ; + skos:broader ; + defchem:chemical-species chemical-species:antimony ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Antimony in total aerosol"@en ; + skos:notation 676 ; + dct:notation 676 ; + skos:prefLabel "Antimony in total aerosol"@en ; + skos:altLabel "Sb"@en ; + skos:broader ; + defchem:chemical-species chemical-species:antimony ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Arsenic in PM10"@en ; + skos:notation 677 ; + dct:notation 677 ; + skos:prefLabel "Arsenic in PM10"@en ; + skos:altLabel "As"@en ; + skos:broader ; + defchem:chemical-species chemical-species:arsenic ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Arsenic in total aerosol"@en ; + skos:notation 678 ; + dct:notation 678 ; + skos:prefLabel "Arsenic in total aerosol"@en ; + skos:altLabel "As"@en ; + skos:broader ; + defchem:chemical-species chemical-species:arsenic ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Barium in PM2.5"@en ; + skos:notation 679 ; + dct:notation 679 ; + skos:prefLabel "Barium in PM2.5"@en ; + skos:altLabel "Ba"@en ; + skos:broader ; + defchem:chemical-species chemical-species:barium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Barium in total aerosol"@en ; + skos:notation 680 ; + dct:notation 680 ; + skos:prefLabel "Barium in total aerosol"@en ; + skos:altLabel "Ba"@en ; + skos:broader ; + defchem:chemical-species chemical-species:barium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Bismuth in PM2.5"@en ; + skos:notation 681 ; + dct:notation 681 ; + skos:prefLabel "Bismuth in PM2.5"@en ; + skos:altLabel "Bi"@en ; + skos:broader ; + defchem:chemical-species chemical-species:bismuth ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Bismuth in total aerosol"@en ; + skos:notation 682 ; + dct:notation 682 ; + skos:prefLabel "Bismuth in total aerosol"@en ; + skos:altLabel "Bi"@en ; + skos:broader ; + defchem:chemical-species chemical-species:bismuth ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Cadmium in PM1"@en ; + skos:notation 683 ; + dct:notation 683 ; + skos:prefLabel "Cadmium in PM1"@en ; + skos:altLabel "Cd"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cadmium ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "Cadmium in PM10"@en ; + skos:notation 684 ; + dct:notation 684 ; + skos:prefLabel "Cadmium in PM10"@en ; + skos:altLabel "Cd"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cadmium ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Cadmium in PM2.5"@en ; + skos:notation 685 ; + dct:notation 685 ; + skos:prefLabel "Cadmium in PM2.5"@en ; + skos:altLabel "Cd"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cadmium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Cadmium in PM2.5 thru PM10"@en ; + skos:notation 686 ; + dct:notation 686 ; + skos:prefLabel "Cadmium in PM2.5 thru PM10"@en ; + skos:altLabel "Cd"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cadmium ; + . + + + a skos:Concept ; + rdfs:label "Cadmium in total aerosol"@en ; + skos:notation 687 ; + dct:notation 687 ; + skos:prefLabel "Cadmium in total aerosol"@en ; + skos:altLabel "Cd"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cadmium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Cerium in PM2.5"@en ; + skos:notation 688 ; + dct:notation 688 ; + skos:prefLabel "Cerium in PM2.5"@en ; + skos:altLabel "Ce"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cerium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Cerium in total aerosol"@en ; + skos:notation 689 ; + dct:notation 689 ; + skos:prefLabel "Cerium in total aerosol"@en ; + skos:altLabel "Ce"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cerium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Chromium in total aerosol"@en ; + skos:notation 690 ; + dct:notation 690 ; + skos:prefLabel "Chromium in total aerosol"@en ; + skos:altLabel "Cr"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chromium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Cobalt in total aerosol"@en ; + skos:notation 691 ; + dct:notation 691 ; + skos:prefLabel "Cobalt in total aerosol"@en ; + skos:altLabel "Co"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cobalt ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Copper in PM10"@en ; + skos:notation 692 ; + dct:notation 692 ; + skos:prefLabel "Copper in PM10"@en ; + skos:altLabel "Cu"@en ; + skos:broader ; + defchem:chemical-species chemical-species:copper ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Copper in total aerosol"@en ; + skos:notation 693 ; + dct:notation 693 ; + skos:prefLabel "Copper in total aerosol"@en ; + skos:altLabel "Cu"@en ; + skos:broader ; + defchem:chemical-species chemical-species:copper ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Iron in total aerosol"@en ; + skos:notation 694 ; + dct:notation 694 ; + skos:prefLabel "Iron in total aerosol"@en ; + skos:altLabel "Fe"@en ; + skos:broader ; + defchem:chemical-species chemical-species:iron ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Lanthanum in PM2.5"@en ; + skos:notation 695 ; + dct:notation 695 ; + skos:prefLabel "Lanthanum in PM2.5"@en ; + skos:altLabel "La"@en ; + skos:broader ; + defchem:chemical-species chemical-species:lanthanum ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Lanthanum in total aerosol"@en ; + skos:notation 696 ; + dct:notation 696 ; + skos:prefLabel "Lanthanum in total aerosol"@en ; + skos:altLabel "La"@en ; + skos:broader ; + defchem:chemical-species chemical-species:lanthanum ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Lead in PM10"@en ; + skos:notation 697 ; + dct:notation 697 ; + skos:prefLabel "Lead in PM10"@en ; + skos:altLabel "Pb"@en ; + skos:broader ; + defchem:chemical-species chemical-species:lead ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Lead in total aerosol"@en ; + skos:notation 698 ; + dct:notation 698 ; + skos:prefLabel "Lead in total aerosol"@en ; + skos:altLabel "Pb"@en ; + skos:broader ; + defchem:chemical-species chemical-species:lead ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Lithium in PM2.5"@en ; + skos:notation 699 ; + dct:notation 699 ; + skos:prefLabel "Lithium in PM2.5"@en ; + skos:altLabel "Li"@en ; + skos:broader ; + defchem:chemical-species chemical-species:lithium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Lithium in total aerosol"@en ; + skos:notation 700 ; + dct:notation 700 ; + skos:prefLabel "Lithium in total aerosol"@en ; + skos:altLabel "Li"@en ; + skos:broader ; + defchem:chemical-species chemical-species:lithium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Manganese in PM10"@en ; + skos:notation 701 ; + dct:notation 701 ; + skos:prefLabel "Manganese in PM10"@en ; + skos:altLabel "Mn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:manganese ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Manganese in total aerosol"@en ; + skos:notation 702 ; + dct:notation 702 ; + skos:prefLabel "Manganese in total aerosol"@en ; + skos:altLabel "Mn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:manganese ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Mercury in total aerosol"@en ; + skos:notation 703 ; + dct:notation 703 ; + skos:prefLabel "Mercury in total aerosol"@en ; + skos:altLabel "Hg"@en ; + skos:broader ; + defchem:chemical-species chemical-species:mercury ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Nickel in PM10"@en ; + skos:notation 704 ; + dct:notation 704 ; + skos:prefLabel "Nickel in PM10"@en ; + skos:altLabel "Ni"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nickel ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Nickel in total aerosol"@en ; + skos:notation 705 ; + dct:notation 705 ; + skos:prefLabel "Nickel in total aerosol"@en ; + skos:altLabel "Ni"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nickel ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Phosphorous in PM2.5"@en ; + skos:notation 706 ; + dct:notation 706 ; + skos:prefLabel "Phosphorous in PM2.5"@en ; + skos:altLabel "P"@en ; + skos:broader ; + defchem:chemical-species chemical-species:phosphorus ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Phosphorous in total aerosol"@en ; + skos:notation 707 ; + dct:notation 707 ; + skos:prefLabel "Phosphorous in total aerosol"@en ; + skos:altLabel "P"@en ; + skos:broader ; + defchem:chemical-species chemical-species:phosphorus ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Rubidium in PM2.5"@en ; + skos:notation 708 ; + dct:notation 708 ; + skos:prefLabel "Rubidium in PM2.5"@en ; + skos:altLabel "Rb"@en ; + skos:broader ; + defchem:chemical-species chemical-species:rubidium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Rubidium in total aerosol"@en ; + skos:notation 709 ; + dct:notation 709 ; + skos:prefLabel "Rubidium in total aerosol"@en ; + skos:altLabel "Rb"@en ; + skos:broader ; + defchem:chemical-species chemical-species:rubidium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Selenium in total aerosol"@en ; + skos:notation 710 ; + dct:notation 710 ; + skos:prefLabel "Selenium in total aerosol"@en ; + skos:altLabel "Se"@en ; + skos:broader ; + defchem:chemical-species chemical-species:selenium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Strontium in PM2.5"@en ; + skos:notation 711 ; + dct:notation 711 ; + skos:prefLabel "Strontium in PM2.5"@en ; + skos:altLabel "Sr"@en ; + skos:broader ; + defchem:chemical-species chemical-species:strontium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Strontium in total aerosol"@en ; + skos:notation 712 ; + dct:notation 712 ; + skos:prefLabel "Strontium in total aerosol"@en ; + skos:altLabel "Sr"@en ; + skos:broader ; + defchem:chemical-species chemical-species:strontium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Thallium in PM2.5"@en ; + skos:notation 713 ; + dct:notation 713 ; + skos:prefLabel "Thallium in PM2.5"@en ; + skos:altLabel "Tl"@en ; + skos:broader ; + defchem:chemical-species chemical-species:tallium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Thallium in total aerosol"@en ; + skos:notation 714 ; + dct:notation 714 ; + skos:prefLabel "Thallium in total aerosol"@en ; + skos:altLabel "Tl"@en ; + skos:broader ; + defchem:chemical-species chemical-species:tallium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Thorium in PM2.5"@en ; + skos:notation 715 ; + dct:notation 715 ; + skos:prefLabel "Thorium in PM2.5"@en ; + skos:altLabel "Th"@en ; + skos:broader ; + defchem:chemical-species chemical-species:thorium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Thorium in total aerosol"@en ; + skos:notation 716 ; + dct:notation 716 ; + skos:prefLabel "Thorium in total aerosol"@en ; + skos:altLabel "Th"@en ; + skos:broader ; + defchem:chemical-species chemical-species:thorium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Tin in PM2.5"@en ; + skos:notation 717 ; + dct:notation 717 ; + skos:prefLabel "Tin in PM2.5"@en ; + skos:altLabel "Sn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:tin ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Tin in total aerosol"@en ; + skos:notation 718 ; + dct:notation 718 ; + skos:prefLabel "Tin in total aerosol"@en ; + skos:altLabel "Sn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:tin ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Uranium in PM2.5"@en ; + skos:notation 719 ; + dct:notation 719 ; + skos:prefLabel "Uranium in PM2.5"@en ; + skos:altLabel "U"@en ; + skos:broader ; + defchem:chemical-species chemical-species:uranium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Uranium in total aerosol"@en ; + skos:notation 720 ; + dct:notation 720 ; + skos:prefLabel "Uranium in total aerosol"@en ; + skos:altLabel "U"@en ; + skos:broader ; + defchem:chemical-species chemical-species:uranium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Vanadium in PM2.5"@en ; + skos:notation 721 ; + dct:notation 721 ; + skos:prefLabel "Vanadium in PM2.5"@en ; + skos:altLabel "V"@en ; + skos:broader ; + defchem:chemical-species chemical-species:vanadium ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Vanadium in total aerosol"@en ; + skos:notation 722 ; + dct:notation 722 ; + skos:prefLabel "Vanadium in total aerosol"@en ; + skos:altLabel "V"@en ; + skos:broader ; + defchem:chemical-species chemical-species:vanadium ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Zinc in PM2.5"@en ; + skos:notation 723 ; + dct:notation 723 ; + skos:prefLabel "Zinc in PM2.5"@en ; + skos:altLabel "Zn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:zinc ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Zinc in total aerosol"@en ; + skos:notation 724 ; + dct:notation 724 ; + skos:prefLabel "Zinc in total aerosol"@en ; + skos:altLabel "Zn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:zinc ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Optical properties"@en ; + skos:notation 10011 ; + dct:notation 10011 ; + skos:prefLabel "Optical properties"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aerosol Absorption Optical Depth"@en ; + skos:notation 314 ; + dct:notation 314 ; + skos:prefLabel "Aerosol Absorption Optical Depth"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aerosol Extinction Coefficient"@en ; + skos:notation 315 ; + dct:notation 315 ; + skos:prefLabel "Aerosol Extinction Coefficient"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Light absorption coefficient in PM1"@en ; + skos:notation 316 ; + dct:notation 316 ; + skos:prefLabel "Light absorption coefficient in PM1"@en ; + skos:broader ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "Light absorption coefficient in PM10"@en ; + skos:notation 317 ; + dct:notation 317 ; + skos:prefLabel "Light absorption coefficient in PM10"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Light absorption coefficient in total aerosol"@en ; + skos:notation 318 ; + dct:notation 318 ; + skos:prefLabel "Light absorption coefficient in total aerosol"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Light backscattering coefficient in PM1"@en ; + skos:notation 319 ; + dct:notation 319 ; + skos:prefLabel "Light backscattering coefficient in PM1"@en ; + skos:broader ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "Light backscattering coefficient in PM10"@en ; + skos:notation 320 ; + dct:notation 320 ; + skos:prefLabel "Light backscattering coefficient in PM10"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Light backscattering coefficient in total aerosol"@en ; + skos:notation 321 ; + dct:notation 321 ; + skos:prefLabel "Light backscattering coefficient in total aerosol"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Light scattering coefficient in PM1"@en ; + skos:notation 322 ; + dct:notation 322 ; + skos:prefLabel "Light scattering coefficient in PM1"@en ; + skos:broader ; + defchem:medium medium:pm1 ; + . + + + a skos:Concept ; + rdfs:label "Light scattering coefficient in PM10"@en ; + skos:notation 323 ; + dct:notation 323 ; + skos:prefLabel "Light scattering coefficient in PM10"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Light scattering coefficient in total aerosol"@en ; + skos:notation 324 ; + dct:notation 324 ; + skos:prefLabel "Light scattering coefficient in total aerosol"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Multiwavelength optical depth in total aerosol"@en ; + skos:notation 325 ; + dct:notation 325 ; + skos:prefLabel "Multiwavelength optical depth in total aerosol"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Vertical distribution of properties"@en ; + skos:notation 326 ; + dct:notation 326 ; + skos:prefLabel "Vertical distribution of properties"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Physical properties - primary"@en ; + skos:notation 10012 ; + dct:notation 10012 ; + skos:prefLabel "Physical properties - primary"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aerosol column burden"@en ; + skos:notation 361 ; + dct:notation 361 ; + skos:prefLabel "Aerosol column burden"@en ; + skos:altLabel "mass density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aerosol effective radius"@en ; + skos:notation 362 ; + dct:notation 362 ; + skos:prefLabel "Aerosol effective radius"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Mass concentration or Mass PM10"@en ; + skos:notation 364 ; + dct:notation 364 ; + skos:prefLabel "Mass concentration or Mass PM10"@en ; + skos:altLabel "coarse"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Mass concentration or Mass PM1"@en ; + skos:notation 365 ; + dct:notation 365 ; + skos:prefLabel "Mass concentration or Mass PM1"@en ; + skos:altLabel "fine"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Mass concentration in PM2.5"@en ; + skos:notation 366 ; + dct:notation 366 ; + skos:prefLabel "Mass concentration in PM2.5"@en ; + skos:altLabel "medium"@en ; + skos:broader ; + defchem:medium medium:pm2.5 ; + . + + + a skos:Concept ; + rdfs:label "Mass concentration"@en ; + skos:notation 367 ; + dct:notation 367 ; + skos:prefLabel "Mass concentration"@en ; + skos:altLabel "size fractionated"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Mass concentration or Mass TSP"@en ; + skos:notation 368 ; + dct:notation 368 ; + skos:prefLabel "Mass concentration or Mass TSP"@en ; + skos:altLabel "total aerosol"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Number concentration"@en ; + skos:notation 369 ; + dct:notation 369 ; + skos:prefLabel "Number concentration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Number size distribution in PM10"@en ; + skos:notation 370 ; + dct:notation 370 ; + skos:prefLabel "Number size distribution in PM10"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "Number size distribution in total aerosol"@en ; + skos:notation 371 ; + dct:notation 371 ; + skos:prefLabel "Number size distribution in total aerosol"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Dust"@en ; + skos:notation 10013 ; + dct:notation 10013 ; + skos:prefLabel "Dust"@en ; + skos:broader ; + defchem:chemical-species chemical-species:dust ; + . + + + a skos:Concept ; + rdfs:label "Aerosol dust concentration"@en ; + skos:notation 727 ; + dct:notation 727 ; + skos:prefLabel "Aerosol dust concentration"@en ; + skos:altLabel "mass"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Volcanic ash"@en ; + skos:notation 10014 ; + dct:notation 10014 ; + skos:prefLabel "Volcanic ash"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aerosol volcanic ash"@en ; + skos:notation 728 ; + dct:notation 728 ; + skos:prefLabel "Aerosol volcanic ash"@en ; + skos:altLabel "mass concentration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aerosol volcanic ash"@en ; + skos:notation 729 ; + dct:notation 729 ; + skos:prefLabel "Aerosol volcanic ash"@en ; + skos:altLabel "Total column"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Physical properties - secondary"@en ; + skos:notation 10015 ; + dct:notation 10015 ; + skos:prefLabel "Physical properties - secondary"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "CCN concentration at single supersaturation"@en ; + skos:notation 411 ; + dct:notation 411 ; + skos:prefLabel "CCN concentration at single supersaturation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "CCN concentration spectra"@en ; + skos:notation 412 ; + dct:notation 412 ; + skos:prefLabel "CCN concentration spectra"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hygroscopic growth factor in 110 μm equivalent"@en ; + skos:notation 413 ; + dct:notation 413 ; + skos:prefLabel "Hygroscopic growth factor in 110 μm equivalent"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hygroscopic growth factor in 165 μm equivalent"@en ; + skos:notation 414 ; + dct:notation 414 ; + skos:prefLabel "Hygroscopic growth factor in 165 μm equivalent"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hygroscopic growth factor in 35 μm equivalent"@en ; + skos:notation 415 ; + dct:notation 415 ; + skos:prefLabel "Hygroscopic growth factor in 35 μm equivalent"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hygroscopic growth factor in 50 μm equivalent"@en ; + skos:notation 416 ; + dct:notation 416 ; + skos:prefLabel "Hygroscopic growth factor in 50 μm equivalent"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hygroscopic growth factor in 75 μm equivalent"@en ; + skos:notation 417 ; + dct:notation 417 ; + skos:prefLabel "Hygroscopic growth factor in 75 μm equivalent"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hygroscopic growth factor in total aerosol"@en ; + skos:notation 418 ; + dct:notation 418 ; + skos:prefLabel "Hygroscopic growth factor in total aerosol"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "Clouds"@en ; + skos:notation 10016 ; + dct:notation 10016 ; + skos:prefLabel "Clouds"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud amount"@en ; + skos:notation 179 ; + dct:notation 179 ; + skos:prefLabel "Cloud amount"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud cover"@en ; + skos:notation 180 ; + dct:notation 180 ; + skos:prefLabel "Cloud cover"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud drop effective radius"@en ; + skos:notation 181 ; + dct:notation 181 ; + skos:prefLabel "Cloud drop effective radius"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud hydrometeor concentration"@en ; + skos:notation 182 ; + dct:notation 182 ; + skos:prefLabel "Cloud hydrometeor concentration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Effective radius of cloud hydrometeors"@en ; + skos:notation 183 ; + dct:notation 183 ; + skos:prefLabel "Effective radius of cloud hydrometeors"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Melting layer depth in clouds"@en ; + skos:notation 186 ; + dct:notation 186 ; + skos:prefLabel "Melting layer depth in clouds"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "PSC occurrence"@en ; + skos:notation 188 ; + dct:notation 188 ; + skos:prefLabel "PSC occurrence"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice"@en ; + skos:notation 10017 ; + dct:notation 10017 ; + skos:prefLabel "Ice"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud ice"@en ; + skos:notation 327 ; + dct:notation 327 ; + skos:prefLabel "Cloud ice"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud ice"@en ; + skos:notation 328 ; + dct:notation 328 ; + skos:prefLabel "Cloud ice"@en ; + skos:altLabel "total column"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud ice effective radius"@en ; + skos:notation 329 ; + dct:notation 329 ; + skos:prefLabel "Cloud ice effective radius"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Freezing level height in clouds"@en ; + skos:notation 330 ; + dct:notation 330 ; + skos:prefLabel "Freezing level height in clouds"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Icing potential"@en ; + skos:notation 331 ; + dct:notation 331 ; + skos:prefLabel "Icing potential"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Liquid water"@en ; + skos:notation 10018 ; + dct:notation 10018 ; + skos:prefLabel "Liquid water"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud liquid water"@en ; + skos:notation 373 ; + dct:notation 373 ; + skos:prefLabel "Cloud liquid water"@en ; + skos:altLabel "CLW"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud liquid water"@en ; + skos:notation 374 ; + dct:notation 374 ; + skos:prefLabel "Cloud liquid water"@en ; + skos:altLabel "CLW"@en ; + skos:altLabel "total column"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Optical properties"@en ; + skos:notation 10019 ; + dct:notation 10019 ; + skos:prefLabel "Optical properties"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cloud optical depth"@en ; + skos:notation 506 ; + dct:notation 506 ; + skos:prefLabel "Cloud optical depth"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Optical depth of fog"@en ; + skos:notation 507 ; + dct:notation 507 ; + skos:prefLabel "Optical depth of fog"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Optical depth within each layer"@en ; + skos:notation 508 ; + dct:notation 508 ; + skos:prefLabel "Optical depth within each layer"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Short-wave cloud reflectance"@en ; + skos:notation 509 ; + dct:notation 509 ; + skos:prefLabel "Short-wave cloud reflectance"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Position"@en ; + skos:notation 10020 ; + dct:notation 10020 ; + skos:prefLabel "Position"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Height of cloud base"@en ; + skos:notation 531 ; + dct:notation 531 ; + skos:prefLabel "Height of cloud base"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Height of cloud top"@en ; + skos:notation 532 ; + dct:notation 532 ; + skos:prefLabel "Height of cloud top"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Height of inversion"@en ; + skos:notation 533 ; + dct:notation 533 ; + skos:prefLabel "Height of inversion"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Type"@en ; + skos:notation 10021 ; + dct:notation 10021 ; + skos:prefLabel "Type"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Type of cloud"@en ; + skos:notation 550 ; + dct:notation 550 ; + skos:prefLabel "Type of cloud"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Type of high clouds"@en ; + skos:notation 551 ; + dct:notation 551 ; + skos:prefLabel "Type of high clouds"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Type of low clouds"@en ; + skos:notation 552 ; + dct:notation 552 ; + skos:prefLabel "Type of low clouds"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Type of middle clouds"@en ; + skos:notation 553 ; + dct:notation 553 ; + skos:prefLabel "Type of middle clouds"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Dynamics"@en ; + skos:notation 10022 ; + dct:notation 10022 ; + skos:prefLabel "Dynamics"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Transport calculations"@en ; + skos:notation 248 ; + dct:notation 248 ; + skos:prefLabel "Transport calculations"@en ; + skos:altLabel "e.g."@en ; + skos:altLabel "trajectories"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Turbulence"@en ; + skos:notation 249 ; + dct:notation 249 ; + skos:prefLabel "Turbulence"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Turbulence type"@en ; + skos:notation 250 ; + dct:notation 250 ; + skos:prefLabel "Turbulence type"@en ; + skos:altLabel "low levels and wake vortex"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Greenhouse Gas"@en ; + skos:notation 10023 ; + dct:notation 10023 ; + skos:prefLabel "Greenhouse Gas"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH4"@en ; + skos:notation 192 ; + dct:notation 192 ; + skos:prefLabel "CH4"@en ; + skos:broader ; + defchem:chemical-species chemical-species:methane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH4 [C-13]"@en ; + skos:notation 193 ; + dct:notation 193 ; + skos:prefLabel "CH4 [C-13]"@en ; + skos:broader ; + defchem:chemical-species chemical-species:13c-methane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CO2"@en ; + skos:notation 194 ; + dct:notation 194 ; + skos:prefLabel "CO2"@en ; + skos:broader ; + defchem:chemical-species chemical-species:carbon-dioxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CO2 [C-13]"@en ; + skos:notation 195 ; + dct:notation 195 ; + skos:prefLabel "CO2 [C-13]"@en ; + skos:broader ; + defchem:chemical-species chemical-species:13c-carbon-dioxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CO2 [O-18]"@en ; + skos:notation 196 ; + dct:notation 196 ; + skos:prefLabel "CO2 [O-18]"@en ; + skos:broader ; + defchem:chemical-species chemical-species:18o-carbon-dioxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "N2O"@en ; + skos:notation 201 ; + dct:notation 201 ; + skos:prefLabel "N2O"@en ; + skos:broader ; + defchem:chemical-species chemical-species:dinitrogen-oxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "SF6"@en ; + skos:notation 203 ; + dct:notation 203 ; + skos:prefLabel "SF6"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sulfur-hexafluoride ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "SO2F2"@en ; + skos:notation 204 ; + dct:notation 204 ; + skos:prefLabel "SO2F2"@en ; + skos:altLabel "sulphuryl fluoride"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sulfuryl-fluoride ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CFCs"@en ; + skos:notation 10024 ; + dct:notation 10024 ; + skos:prefLabel "CFCs"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chlorofluorocarbon ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2Cl2F4"@en ; + skos:notation 589 ; + dct:notation 589 ; + skos:prefLabel "C2Cl2F4"@en ; + skos:altLabel "1,2-dichlorotetrafluoroethane"@en ; + skos:altLabel "CFC-114"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1\,2-dichlorotetrafluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2Cl3F3"@en ; + skos:notation 590 ; + dct:notation 590 ; + skos:prefLabel "C2Cl3F3"@en ; + skos:altLabel "1,1,2-trichloro-1,2,2-trifluoroethane"@en ; + skos:altLabel "CFC-113"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1\,1\,2-trichloro-1\,2\,2-trifluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2ClF5"@en ; + skos:notation 591 ; + dct:notation 591 ; + skos:prefLabel "C2ClF5"@en ; + skos:altLabel "1-chloro-1,1,2,2,2-pentafluoroethane"@en ; + skos:altLabel "CFC-115"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chloropentafluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CCl2F2"@en ; + skos:notation 592 ; + dct:notation 592 ; + skos:prefLabel "CCl2F2"@en ; + skos:altLabel "dichlorodifluoromethane"@en ; + skos:altLabel "CFC-12"@en ; + skos:broader ; + defchem:chemical-species chemical-species:dichlorodifluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CCl3F"@en ; + skos:notation 593 ; + dct:notation 593 ; + skos:prefLabel "CCl3F"@en ; + skos:altLabel "trichlorofluoromethane"@en ; + skos:altLabel "CFC-11"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trichlorofluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Halocarbons"@en ; + skos:notation 10025 ; + dct:notation 10025 ; + skos:prefLabel "Halocarbons"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CCl4"@en ; + skos:notation 594 ; + dct:notation 594 ; + skos:prefLabel "CCl4"@en ; + skos:altLabel "carbon tetrachloride"@en ; + skos:broader ; + defchem:chemical-species chemical-species:carbon-tetrachloride ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3CCl3"@en ; + skos:notation 595 ; + dct:notation 595 ; + skos:prefLabel "CH3CCl3"@en ; + skos:altLabel "1,1,1-trichloroethane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1\,1\,1-trichloroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Halon"@en ; + skos:notation 10026 ; + dct:notation 10026 ; + skos:prefLabel "Halon"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CBrClF2"@en ; + skos:notation 332 ; + dct:notation 332 ; + skos:prefLabel "CBrClF2"@en ; + skos:altLabel "Halon 1211"@en ; + skos:broader ; + defchem:chemical-species chemical-species:bromochlorodifluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CBrF3"@en ; + skos:notation 333 ; + dct:notation 333 ; + skos:prefLabel "CBrF3"@en ; + skos:altLabel "bromotrifluoromethane"@en ; + skos:altLabel "Halon 1301"@en ; + skos:broader ; + defchem:chemical-species chemical-species:bromotrifluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "HCFCs"@en ; + skos:notation 10027 ; + dct:notation 10027 ; + skos:prefLabel "HCFCs"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H3Cl2F"@en ; + skos:notation 534 ; + dct:notation 534 ; + skos:prefLabel "C2H3Cl2F"@en ; + skos:altLabel "1,1-dichloro-1-fluoroethane"@en ; + skos:altLabel "HCFC-141b"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1\,1-dichloro-1-fluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H3ClF2"@en ; + skos:notation 535 ; + dct:notation 535 ; + skos:prefLabel "C2H3ClF2"@en ; + skos:altLabel "1-chloro-1,1-difluoroethane"@en ; + skos:altLabel "HCFC-142b"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1-chloro-1\,1-difluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H3F3"@en ; + skos:notation 536 ; + dct:notation 536 ; + skos:prefLabel "C2H3F3"@en ; + skos:altLabel "1,1,1-trifluoroethane"@en ; + skos:altLabel "HCFC-143a"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1\,1\,1-trifluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CHClF2"@en ; + skos:notation 537 ; + dct:notation 537 ; + skos:prefLabel "CHClF2"@en ; + skos:altLabel "chlorodifluoromethane"@en ; + skos:altLabel "HCFC-22"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chlorodifluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "HFCs"@en ; + skos:notation 10028 ; + dct:notation 10028 ; + skos:prefLabel "HFCs"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H2F4"@en ; + skos:notation 554 ; + dct:notation 554 ; + skos:prefLabel "C2H2F4"@en ; + skos:altLabel "1,1,1,2-tetrafluoroethane"@en ; + skos:altLabel "HFC-134a"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1\,1\,1\,2-tetrafluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H4F2"@en ; + skos:notation 555 ; + dct:notation 555 ; + skos:prefLabel "C2H4F2"@en ; + skos:altLabel "1,1-difluoroethane"@en ; + skos:altLabel "HFC-152a"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1\,1-difluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2HF5"@en ; + skos:notation 556 ; + dct:notation 556 ; + skos:prefLabel "C2HF5"@en ; + skos:altLabel "pentafluoroethane"@en ; + skos:altLabel "HFC-125"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentafluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H2F6"@en ; + skos:notation 557 ; + dct:notation 557 ; + skos:prefLabel "C3H2F6"@en ; + skos:altLabel "1,1,1,2,3,3-hexafluoropropane"@en ; + skos:altLabel "HFC-236fa"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1\,1\,1\,2\,3\,3-hexafluoropropane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H3F5"@en ; + skos:notation 558 ; + dct:notation 558 ; + skos:prefLabel "C3H3F5"@en ; + skos:altLabel "1,1,1,3,3-Pentafluoropropane"@en ; + skos:altLabel "HFC-245fa"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1\,1\,1\,3\,3-pentafluoropropane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3HF7"@en ; + skos:notation 559 ; + dct:notation 559 ; + skos:prefLabel "C3HF7"@en ; + skos:altLabel "1,1,1,2,3,3,3-Heptafluoropropane"@en ; + skos:altLabel "HFC-227ea"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1\,1\,1\,2\,3\,3\,3-heptafluoropropane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H5F5"@en ; + skos:notation 560 ; + dct:notation 560 ; + skos:prefLabel "C4H5F5"@en ; + skos:altLabel "1,1,1,3,3-pentafluorobutane"@en ; + skos:altLabel "HFC-365mfc"@en ; + skos:broader ; + defchem:chemical-species chemical-species:1\,1\,1\,3\,3-pentafluorobutane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH2F2"@en ; + skos:notation 561 ; + dct:notation 561 ; + skos:prefLabel "CH2F2"@en ; + skos:altLabel "difluoromethane"@en ; + skos:altLabel "HFC-32"@en ; + skos:broader ; + defchem:chemical-species chemical-species:difluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CHF3"@en ; + skos:notation 562 ; + dct:notation 562 ; + skos:prefLabel "CHF3"@en ; + skos:altLabel "trifluoromethane"@en ; + skos:altLabel "HFC-23"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trifluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "PFCs"@en ; + skos:notation 10029 ; + dct:notation 10029 ; + skos:prefLabel "PFCs"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2F6"@en ; + skos:notation 419 ; + dct:notation 419 ; + skos:prefLabel "C2F6"@en ; + skos:altLabel "hexafluoroethane"@en ; + skos:altLabel "PFC-116"@en ; + skos:broader ; + defchem:chemical-species chemical-species:perfluoroethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3F8"@en ; + skos:notation 420 ; + dct:notation 420 ; + skos:prefLabel "C3F8"@en ; + skos:altLabel "octafluoropropane"@en ; + skos:altLabel "PFC-218"@en ; + skos:broader ; + defchem:chemical-species chemical-species:octafluoropropane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CF4"@en ; + skos:notation 421 ; + dct:notation 421 ; + skos:prefLabel "CF4"@en ; + skos:altLabel "tetrafluoromethane"@en ; + skos:altLabel "carbon tetrafluoride"@en ; + skos:altLabel "perfluoromethane"@en ; + skos:altLabel "PFC-14"@en ; + skos:broader ; + defchem:chemical-species chemical-species:tetrafluoromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Humidity"@en ; + skos:notation 10030 ; + dct:notation 10030 ; + skos:prefLabel "Humidity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Humidity"@en ; + skos:notation 251 ; + dct:notation 251 ; + skos:prefLabel "Humidity"@en ; + skos:altLabel "at specified distance from reference surface"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Integrated water vapour"@en ; + skos:notation 252 ; + dct:notation 252 ; + skos:prefLabel "Integrated water vapour"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Mass mixing ratio"@en ; + skos:notation 253 ; + dct:notation 253 ; + skos:prefLabel "Mass mixing ratio"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Object wetness duration"@en ; + skos:notation 254 ; + dct:notation 254 ; + skos:prefLabel "Object wetness duration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Water vapour pressure"@en ; + skos:notation 255 ; + dct:notation 255 ; + skos:prefLabel "Water vapour pressure"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Watervapor profile"@en ; + skos:notation 256 ; + dct:notation 256 ; + skos:prefLabel "Watervapor profile"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning"@en ; + skos:notation 10031 ; + dct:notation 10031 ; + skos:prefLabel "Lightning"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning discharge energy"@en ; + skos:notation 257 ; + dct:notation 257 ; + skos:prefLabel "Lightning discharge energy"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning discharge polarity"@en ; + skos:notation 258 ; + dct:notation 258 ; + skos:prefLabel "Lightning discharge polarity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning discharge rates"@en ; + skos:notation 259 ; + dct:notation 259 ; + skos:prefLabel "Lightning discharge rates"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning discharge type"@en ; + skos:notation 260 ; + dct:notation 260 ; + skos:prefLabel "Lightning discharge type"@en ; + skos:altLabel "cloud to cloud"@en ; + skos:altLabel "cloud to surface"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Position"@en ; + skos:notation 10032 ; + dct:notation 10032 ; + skos:prefLabel "Position"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning detection"@en ; + skos:notation 431 ; + dct:notation 431 ; + skos:prefLabel "Lightning detection"@en ; + skos:altLabel "time and location"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning direction from station"@en ; + skos:notation 432 ; + dct:notation 432 ; + skos:prefLabel "Lightning direction from station"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lightning distance from station"@en ; + skos:notation 433 ; + dct:notation 433 ; + skos:prefLabel "Lightning distance from station"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Other Gas"@en ; + skos:notation 10033 ; + dct:notation 10033 ; + skos:prefLabel "Other Gas"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "H2"@en ; + skos:notation 205 ; + dct:notation 205 ; + skos:prefLabel "H2"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hydrogen-molecule ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "H2O"@en ; + skos:notation 206 ; + dct:notation 206 ; + skos:prefLabel "H2O"@en ; + skos:altLabel "as a chemical species"@en ; + skos:broader ; + defchem:chemical-species chemical-species:water-vapor ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "HDO"@en ; + skos:notation 207 ; + dct:notation 207 ; + skos:prefLabel "HDO"@en ; + skos:altLabel "as a chemical species"@en ; + skos:broader ; + defchem:chemical-species chemical-species:deuteriated-water-vapor ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Ozone"@en ; + skos:notation 10034 ; + dct:notation 10034 ; + skos:prefLabel "Ozone"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ozone ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Surface ozone"@en ; + skos:notation 262 ; + dct:notation 262 ; + skos:prefLabel "Surface ozone"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Total column ozone"@en ; + skos:notation 263 ; + dct:notation 263 ; + skos:prefLabel "Total column ozone"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Vertical ozone profile"@en ; + skos:notation 264 ; + dct:notation 264 ; + skos:prefLabel "Vertical ozone profile"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Past weather"@en ; + skos:notation 10035 ; + dct:notation 10035 ; + skos:prefLabel "Past weather"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Past weather"@en ; + skos:notation 265 ; + dct:notation 265 ; + skos:prefLabel "Past weather"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "POPs"@en ; + skos:notation 10036 ; + dct:notation 10036 ; + skos:prefLabel "POPs"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "PAH"@en ; + skos:notation 10037 ; + dct:notation 10037 ; + skos:prefLabel "PAH"@en ; + skos:broader ; + defchem:chemical-species chemical-species:polycyclic-aromatic-hydrocarbon ; + . + + + a skos:Concept ; + rdfs:label "C13H10 in air"@en ; + skos:notation 334 ; + dct:notation 334 ; + skos:prefLabel "C13H10 in air"@en ; + skos:altLabel "9H-fluorene"@en ; + skos:altLabel "fluorene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:fluorene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in PM10"@en ; + skos:notation 335 ; + dct:notation 335 ; + skos:prefLabel "C14H10 in PM10"@en ; + skos:altLabel "anthracene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in aerosol"@en ; + skos:notation 336 ; + dct:notation 336 ; + skos:prefLabel "C14H10 in aerosol"@en ; + skos:altLabel "anthracene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in aerosol and air"@en ; + skos:notation 337 ; + dct:notation 337 ; + skos:prefLabel "C14H10 in aerosol and air"@en ; + skos:altLabel "anthracene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in air"@en ; + skos:notation 338 ; + dct:notation 338 ; + skos:prefLabel "C14H10 in air"@en ; + skos:altLabel "anthracene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in PM10"@en ; + skos:notation 339 ; + dct:notation 339 ; + skos:prefLabel "C14H10 in PM10"@en ; + skos:altLabel "phenanthrene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in aerosol"@en ; + skos:notation 340 ; + dct:notation 340 ; + skos:prefLabel "C14H10 in aerosol"@en ; + skos:altLabel "phenanthrene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in air"@en ; + skos:notation 341 ; + dct:notation 341 ; + skos:prefLabel "C14H10 in air"@en ; + skos:altLabel "phenanthrene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in air and aerosol"@en ; + skos:notation 342 ; + dct:notation 342 ; + skos:prefLabel "C14H10 in air and aerosol"@en ; + skos:altLabel "phenanthrene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in precipitation"@en ; + skos:notation 343 ; + dct:notation 343 ; + skos:prefLabel "C14H10 in precipitation"@en ; + skos:altLabel "phenanthrene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + defchem:medium medium:precipitation ; + . + + + a skos:Concept ; + rdfs:label "C14H10 in total precipitation"@en ; + skos:notation 344 ; + dct:notation 344 ; + skos:prefLabel "C14H10 in total precipitation"@en ; + skos:altLabel "phenanthrene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:anthracene ; + . + + + a skos:Concept ; + rdfs:label "C16H10 in air and aerosol"@en ; + skos:notation 345 ; + dct:notation 345 ; + skos:prefLabel "C16H10 in air and aerosol"@en ; + skos:altLabel "pyrene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:fluoranthene ; + . + + + a skos:Concept ; + rdfs:label "C18H12 anthracene) in PM10"@en ; + skos:notation 346 ; + dct:notation 346 ; + skos:prefLabel "C18H12 anthracene) in PM10"@en ; + skos:altLabel "Benz(a"@en ; + skos:broader ; + defchem:medium medium:pm10 ; + . + + + a skos:Concept ; + rdfs:label "C18H12 anthracene) in aerosol"@en ; + skos:notation 347 ; + dct:notation 347 ; + skos:prefLabel "C18H12 anthracene) in aerosol"@en ; + skos:altLabel "Benz(a"@en ; + skos:broader ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "C18H12 anthracene) in air"@en ; + skos:notation 348 ; + dct:notation 348 ; + skos:prefLabel "C18H12 anthracene) in air"@en ; + skos:altLabel "Benz(a"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C18H12 anthracene) in air and aerosol"@en ; + skos:notation 349 ; + dct:notation 349 ; + skos:prefLabel "C18H12 anthracene) in air and aerosol"@en ; + skos:altLabel "Benz(a"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "C18H12 anthracene) in precipitation"@en ; + skos:notation 350 ; + dct:notation 350 ; + skos:prefLabel "C18H12 anthracene) in precipitation"@en ; + skos:altLabel "Benz(a"@en ; + skos:broader ; + defchem:medium medium:precipitation ; + . + + + a skos:Concept ; + rdfs:label "C18H12 anthracene) in total precipitation"@en ; + skos:notation 351 ; + dct:notation 351 ; + skos:prefLabel "C18H12 anthracene) in total precipitation"@en ; + skos:altLabel "Benz(a"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "POP"@en ; + skos:notation 10038 ; + dct:notation 10038 ; + skos:prefLabel "POP"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "C12H8Cl6 in aerosol"@en ; + skos:notation 375 ; + dct:notation 375 ; + skos:prefLabel "C12H8Cl6 in aerosol"@en ; + skos:altLabel "aldrin"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aldrin ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "C12H8Cl6 in air"@en ; + skos:notation 376 ; + dct:notation 376 ; + skos:prefLabel "C12H8Cl6 in air"@en ; + skos:altLabel "aldrin"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aldrin ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C12H8Cl6 in air and aerosol"@en ; + skos:notation 377 ; + dct:notation 377 ; + skos:prefLabel "C12H8Cl6 in air and aerosol"@en ; + skos:altLabel "aldrin"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aldrin ; + . + + + a skos:Concept ; + rdfs:label "C12H8Cl6 in total precipitation"@en ; + skos:notation 378 ; + dct:notation 378 ; + skos:prefLabel "C12H8Cl6 in total precipitation"@en ; + skos:altLabel "aldrin"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aldrin ; + . + + + a skos:Concept ; + rdfs:label "C12H8Cl6 in wet precipitation"@en ; + skos:notation 379 ; + dct:notation 379 ; + skos:prefLabel "C12H8Cl6 in wet precipitation"@en ; + skos:altLabel "aldrin"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aldrin ; + . + + + a skos:Concept ; + rdfs:label "C6Cl6 in air"@en ; + skos:notation 380 ; + dct:notation 380 ; + skos:prefLabel "C6Cl6 in air"@en ; + skos:altLabel "hexachlorobenzene"@en ; + skos:altLabel "HCB"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hexachlorobenzene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H6Cl6 in aerosol"@en ; + skos:notation 381 ; + dct:notation 381 ; + skos:prefLabel "C6H6Cl6 in aerosol"@en ; + skos:altLabel "1,2,3,4,5,6-hexachlorocyclohexane"@en ; + skos:altLabel "alpha-lindane"@en ; + skos:altLabel "alpha-HCH"@en ; + skos:broader ; + defchem:chemical-species chemical-species:alpha-hexachlorocyclohexane ; + defchem:medium medium:aerosol ; + . + + + a skos:Concept ; + rdfs:label "C6H6Cl6 in air"@en ; + skos:notation 382 ; + dct:notation 382 ; + skos:prefLabel "C6H6Cl6 in air"@en ; + skos:altLabel "1,2,3,4,5,6-hexachlorocyclohexane"@en ; + skos:altLabel "alpha-lindane"@en ; + skos:altLabel "alpha-HCH"@en ; + skos:broader ; + defchem:chemical-species chemical-species:alpha-hexachlorocyclohexane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H6Cl6 in wet precipitation"@en ; + skos:notation 383 ; + dct:notation 383 ; + skos:prefLabel "C6H6Cl6 in wet precipitation"@en ; + skos:altLabel "1,2,3,4,5,6-hexachlorocyclohexane"@en ; + skos:altLabel "alpha-lindane"@en ; + skos:altLabel "alpha-HCH"@en ; + skos:broader ; + defchem:chemical-species chemical-species:alpha-hexachlorocyclohexane ; + . + + + a skos:Concept ; + rdfs:label "C6H6Cl6 in air"@en ; + skos:notation 384 ; + dct:notation 384 ; + skos:prefLabel "C6H6Cl6 in air"@en ; + skos:altLabel "1,2,3,4,5,6-hexachlorocyclohexane"@en ; + skos:altLabel "gamma-lindane"@en ; + skos:altLabel "gamma-HCH"@en ; + skos:broader ; + defchem:chemical-species chemical-species:gamma-hexachlorocyclohexane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H6Cl6 in wet precipitation"@en ; + skos:notation 385 ; + dct:notation 385 ; + skos:prefLabel "C6H6Cl6 in wet precipitation"@en ; + skos:altLabel "1,2,3,4,5,6-hexachlorocyclohexane"@en ; + skos:altLabel "gamma-lindane"@en ; + skos:altLabel "gamma-HCH"@en ; + skos:broader ; + defchem:chemical-species chemical-species:gamma-hexachlorocyclohexane ; + . + + + a skos:Concept ; + rdfs:label "Precipitation"@en ; + skos:notation 10039 ; + dct:notation 10039 ; + skos:prefLabel "Precipitation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Amount of precipitation"@en ; + skos:notation 210 ; + dct:notation 210 ; + skos:prefLabel "Amount of precipitation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Duration"@en ; + skos:notation 211 ; + dct:notation 211 ; + skos:prefLabel "Duration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Intensity of precipitation"@en ; + skos:notation 212 ; + dct:notation 212 ; + skos:prefLabel "Intensity of precipitation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Occurrence during last period"@en ; + skos:notation 213 ; + dct:notation 213 ; + skos:prefLabel "Occurrence during last period"@en ; + skos:altLabel "yes/no"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Rate of ice accretion"@en ; + skos:notation 214 ; + dct:notation 214 ; + skos:prefLabel "Rate of ice accretion"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Type of precipitation"@en ; + skos:notation 215 ; + dct:notation 215 ; + skos:prefLabel "Type of precipitation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Present weather"@en ; + skos:notation 10040 ; + dct:notation 10040 ; + skos:prefLabel "Present weather"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Present weather"@en ; + skos:notation 266 ; + dct:notation 266 ; + skos:prefLabel "Present weather"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Pressure"@en ; + skos:notation 10041 ; + dct:notation 10041 ; + skos:prefLabel "Pressure"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Atmospheric pressure"@en ; + skos:notation 216 ; + dct:notation 216 ; + skos:prefLabel "Atmospheric pressure"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Characteristic of pressure tendency"@en ; + skos:notation 217 ; + dct:notation 217 ; + skos:prefLabel "Characteristic of pressure tendency"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Pressure tendency"@en ; + skos:notation 218 ; + dct:notation 218 ; + skos:prefLabel "Pressure tendency"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Radiation"@en ; + skos:notation 10042 ; + dct:notation 10042 ; + skos:prefLabel "Radiation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Background luminance"@en ; + skos:notation 267 ; + dct:notation 267 ; + skos:prefLabel "Background luminance"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sunshine duration"@en ; + skos:notation 270 ; + dct:notation 270 ; + skos:prefLabel "Sunshine duration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Surface albedo"@en ; + skos:notation 271 ; + dct:notation 271 ; + skos:prefLabel "Surface albedo"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV-B radiation"@en ; + skos:notation 273 ; + dct:notation 273 ; + skos:prefLabel "UV-B radiation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "IR"@en ; + skos:notation 10043 ; + dct:notation 10043 ; + skos:prefLabel "IR"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Long-wave radiation"@en ; + skos:notation 565 ; + dct:notation 565 ; + skos:prefLabel "Long-wave radiation"@en ; + skos:altLabel "direction unspecified"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Long-wave radiation"@en ; + skos:notation 566 ; + dct:notation 566 ; + skos:prefLabel "Long-wave radiation"@en ; + skos:altLabel "downwelling"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Long-wave radiation"@en ; + skos:notation 567 ; + dct:notation 567 ; + skos:prefLabel "Long-wave radiation"@en ; + skos:altLabel "upwelling"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar"@en ; + skos:notation 10044 ; + dct:notation 10044 ; + skos:prefLabel "Solar"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Diffuse solar radiation"@en ; + skos:notation 571 ; + dct:notation 571 ; + skos:prefLabel "Diffuse solar radiation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Direct solar radiation"@en ; + skos:notation 572 ; + dct:notation 572 ; + skos:prefLabel "Direct solar radiation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Global solar radiation"@en ; + skos:notation 573 ; + dct:notation 573 ; + skos:prefLabel "Global solar radiation"@en ; + skos:altLabel "downwelling"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Global solar radiation"@en ; + skos:notation 574 ; + dct:notation 574 ; + skos:prefLabel "Global solar radiation"@en ; + skos:altLabel "upwelling"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Reflected solar radiation"@en ; + skos:notation 575 ; + dct:notation 575 ; + skos:prefLabel "Reflected solar radiation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV"@en ; + skos:notation 10045 ; + dct:notation 10045 ; + skos:prefLabel "UV"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV Broadband"@en ; + skos:notation 356 ; + dct:notation 356 ; + skos:prefLabel "UV Broadband"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV Erythemally weighted"@en ; + skos:notation 357 ; + dct:notation 357 ; + skos:prefLabel "UV Erythemally weighted"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV Multiband"@en ; + skos:notation 358 ; + dct:notation 358 ; + skos:prefLabel "UV Multiband"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV Spectral"@en ; + skos:notation 359 ; + dct:notation 359 ; + skos:prefLabel "UV Spectral"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Radionuclide"@en ; + skos:notation 10046 ; + dct:notation 10046 ; + skos:prefLabel "Radionuclide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:radionuclide ; + . + + + a skos:Concept ; + rdfs:label "Beryllium [Be-7]"@en ; + skos:notation 219 ; + dct:notation 219 ; + skos:prefLabel "Beryllium [Be-7]"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "CO2 [C-14]"@en ; + skos:notation 220 ; + dct:notation 220 ; + skos:prefLabel "CO2 [C-14]"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Krypton [Kr-85]"@en ; + skos:notation 221 ; + dct:notation 221 ; + skos:prefLabel "Krypton [Kr-85]"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lead [Pb-210]"@en ; + skos:notation 222 ; + dct:notation 222 ; + skos:prefLabel "Lead [Pb-210]"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Radon [Rn-222]"@en ; + skos:notation 223 ; + dct:notation 223 ; + skos:prefLabel "Radon [Rn-222]"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Reactive Gas"@en ; + skos:notation 10047 ; + dct:notation 10047 ; + skos:prefLabel "Reactive Gas"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "BrO"@en ; + skos:notation 274 ; + dct:notation 274 ; + skos:prefLabel "BrO"@en ; + skos:altLabel "bromine monoxide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:bromine-oxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2Cl4"@en ; + skos:notation 275 ; + dct:notation 275 ; + skos:prefLabel "C2Cl4"@en ; + skos:altLabel "tetrachloroethene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:tetrachloroethene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2HCl3"@en ; + skos:notation 276 ; + dct:notation 276 ; + skos:prefLabel "C2HCl3"@en ; + skos:altLabel "trichloroethene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trichloroethene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH2Br2"@en ; + skos:notation 277 ; + dct:notation 277 ; + skos:prefLabel "CH2Br2"@en ; + skos:altLabel "dibrimomethane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:dibromomethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH2Cl2"@en ; + skos:notation 278 ; + dct:notation 278 ; + skos:prefLabel "CH2Cl2"@en ; + skos:altLabel "dichloromethane"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3Br"@en ; + skos:notation 279 ; + dct:notation 279 ; + skos:prefLabel "CH3Br"@en ; + skos:altLabel "methylbromide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:bromomethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3Cl"@en ; + skos:notation 280 ; + dct:notation 280 ; + skos:prefLabel "CH3Cl"@en ; + skos:altLabel "methylchloride"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chloromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3I"@en ; + skos:notation 281 ; + dct:notation 281 ; + skos:prefLabel "CH3I"@en ; + skos:altLabel "methyliodide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:iodomethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CHBr3"@en ; + skos:notation 282 ; + dct:notation 282 ; + skos:prefLabel "CHBr3"@en ; + skos:altLabel "bromoform"@en ; + skos:broader ; + defchem:chemical-species chemical-species:tribromomethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CHCl3"@en ; + skos:notation 283 ; + dct:notation 283 ; + skos:prefLabel "CHCl3"@en ; + skos:altLabel "chloroform"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trichloromethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CO"@en ; + skos:notation 284 ; + dct:notation 284 ; + skos:prefLabel "CO"@en ; + skos:broader ; + defchem:chemical-species chemical-species:carbon-monoxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "COF2"@en ; + skos:notation 285 ; + dct:notation 285 ; + skos:prefLabel "COF2"@en ; + skos:altLabel "difluoromethanal"@en ; + skos:altLabel "carbonyl fluoride"@en ; + skos:broader ; + defchem:chemical-species chemical-species:carbonyl-difluoride ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "ClO"@en ; + skos:notation 286 ; + dct:notation 286 ; + skos:prefLabel "ClO"@en ; + skos:altLabel "chlorine monoxide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chlorine-oxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "H2O2"@en ; + skos:notation 287 ; + dct:notation 287 ; + skos:prefLabel "H2O2"@en ; + skos:altLabel "hydrogen peroxide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hydrogen-peroxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "HCl"@en ; + skos:notation 288 ; + dct:notation 288 ; + skos:prefLabel "HCl"@en ; + skos:altLabel "hydrochloric acid"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hydrogen-chloride ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "HF"@en ; + skos:notation 289 ; + dct:notation 289 ; + skos:prefLabel "HF"@en ; + skos:altLabel "hydrofluoric acid"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hydrogen-fluoride ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "ROOH"@en ; + skos:notation 291 ; + dct:notation 291 ; + skos:prefLabel "ROOH"@en ; + skos:broader ; + defchem:chemical-species chemical-species:organic-peroxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Nitrogen containing compounds"@en ; + skos:notation 10048 ; + dct:notation 10048 ; + skos:prefLabel "Nitrogen containing compounds"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Ammonia"@en ; + skos:notation 390 ; + dct:notation 390 ; + skos:prefLabel "Ammonia"@en ; + skos:altLabel "NH3"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonia ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H3O5N"@en ; + skos:notation 391 ; + dct:notation 391 ; + skos:prefLabel "C2H3O5N"@en ; + skos:altLabel "peroxyacetylnitrate"@en ; + skos:altLabel "PAN"@en ; + skos:broader ; + defchem:chemical-species chemical-species:peroxyacetylnitrate ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "ClONO2"@en ; + skos:notation 392 ; + dct:notation 392 ; + skos:prefLabel "ClONO2"@en ; + skos:altLabel "chlorine nitrate"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chlorine-nitrate ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "HCN"@en ; + skos:notation 393 ; + dct:notation 393 ; + skos:prefLabel "HCN"@en ; + skos:altLabel "formonitrile"@en ; + skos:altLabel "hydrogen cyanide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hydrogen-cyanide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "HNO3"@en ; + skos:notation 394 ; + dct:notation 394 ; + skos:prefLabel "HNO3"@en ; + skos:altLabel "nitric acid"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitric-acid ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "NO"@en ; + skos:notation 395 ; + dct:notation 395 ; + skos:prefLabel "NO"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrogen-monoxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "NO2"@en ; + skos:notation 396 ; + dct:notation 396 ; + skos:prefLabel "NO2"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrogen-dioxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "NOx"@en ; + skos:notation 397 ; + dct:notation 397 ; + skos:prefLabel "NOx"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nox ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "NOy"@en ; + skos:notation 398 ; + dct:notation 398 ; + skos:prefLabel "NOy"@en ; + skos:broader ; + defchem:chemical-species chemical-species:noy ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Sulfur containing compounds"@en ; + skos:notation 10049 ; + dct:notation 10049 ; + skos:prefLabel "Sulfur containing compounds"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "COS"@en ; + skos:notation 428 ; + dct:notation 428 ; + skos:prefLabel "COS"@en ; + skos:altLabel "OCS"@en ; + skos:altLabel "carbon oxide sulfide"@en ; + skos:altLabel "carbonyl sulfide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:carbonyl-sulfide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CS2"@en ; + skos:notation 429 ; + dct:notation 429 ; + skos:prefLabel "CS2"@en ; + skos:altLabel "Carbon disulfide"@en ; + skos:broader ; + defchem:chemical-species chemical-species:carbon-disulfide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "SO2"@en ; + skos:notation 430 ; + dct:notation 430 ; + skos:prefLabel "SO2"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sulfur-dioxide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "VOC"@en ; + skos:notation 10050 ; + dct:notation 10050 ; + skos:prefLabel "VOC"@en ; + skos:broader ; + defchem:chemical-species chemical-species:volatile-organic-species ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H2"@en ; + skos:notation 434 ; + dct:notation 434 ; + skos:prefLabel "C2H2"@en ; + skos:altLabel "ethyne"@en ; + skos:altLabel "acetylene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ethyne ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H2O2"@en ; + skos:notation 435 ; + dct:notation 435 ; + skos:prefLabel "C2H2O2"@en ; + skos:altLabel "oxaldehyde"@en ; + skos:altLabel "ethanedial"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ethanedial ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H4"@en ; + skos:notation 436 ; + dct:notation 436 ; + skos:prefLabel "C2H4"@en ; + skos:altLabel "ethene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ethene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H6"@en ; + skos:notation 437 ; + dct:notation 437 ; + skos:prefLabel "C2H6"@en ; + skos:altLabel "ethane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ethane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C2H6S"@en ; + skos:notation 438 ; + dct:notation 438 ; + skos:prefLabel "C2H6S"@en ; + skos:altLabel "dimethylsulfide"@en ; + skos:altLabel "DMS"@en ; + skos:broader ; + defchem:chemical-species chemical-species:dimethylsulfide ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H4"@en ; + skos:notation 439 ; + dct:notation 439 ; + skos:prefLabel "C3H4"@en ; + skos:altLabel "propyne"@en ; + skos:broader ; + defchem:chemical-species chemical-species:propyne ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H4O"@en ; + skos:notation 440 ; + dct:notation 440 ; + skos:prefLabel "C3H4O"@en ; + skos:altLabel "prop-2-enal"@en ; + skos:altLabel "acrolein"@en ; + skos:broader ; + defchem:chemical-species chemical-species:prop-2-enal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H4O2"@en ; + skos:notation 441 ; + dct:notation 441 ; + skos:prefLabel "C3H4O2"@en ; + skos:altLabel "2-oxopropanal"@en ; + skos:altLabel "methylglyoxal"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-oxopropanal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H6"@en ; + skos:notation 442 ; + dct:notation 442 ; + skos:prefLabel "C3H6"@en ; + skos:altLabel "propene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:propene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H6O"@en ; + skos:notation 443 ; + dct:notation 443 ; + skos:prefLabel "C3H6O"@en ; + skos:altLabel "acetone"@en ; + skos:altLabel "propanone"@en ; + skos:broader ; + defchem:chemical-species chemical-species:propanal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H6O"@en ; + skos:notation 444 ; + dct:notation 444 ; + skos:prefLabel "C3H6O"@en ; + skos:altLabel "propanal"@en ; + skos:broader ; + defchem:chemical-species chemical-species:propanal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C3H8"@en ; + skos:notation 445 ; + dct:notation 445 ; + skos:prefLabel "C3H8"@en ; + skos:altLabel "propane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:propane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H6"@en ; + skos:notation 446 ; + dct:notation 446 ; + skos:prefLabel "C4H6"@en ; + skos:altLabel "1,3-butadiene"@en ; + skos:altLabel "butadiene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:buta-1\,3-diene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H6O"@en ; + skos:notation 447 ; + dct:notation 447 ; + skos:prefLabel "C4H6O"@en ; + skos:altLabel "2-methylprop-2-enal"@en ; + skos:altLabel "methacrolein"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-methylprop-2-enal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H6O"@en ; + skos:notation 448 ; + dct:notation 448 ; + skos:prefLabel "C4H6O"@en ; + skos:altLabel "but-3-en-2-one"@en ; + skos:altLabel "methylvinylketone"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-methylprop-2-enal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H8"@en ; + skos:notation 449 ; + dct:notation 449 ; + skos:prefLabel "C4H8"@en ; + skos:altLabel "1-butene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:butenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H8"@en ; + skos:notation 450 ; + dct:notation 450 ; + skos:prefLabel "C4H8"@en ; + skos:altLabel "sum of butenes"@en ; + skos:broader ; + defchem:chemical-species chemical-species:butenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H8O"@en ; + skos:notation 451 ; + dct:notation 451 ; + skos:prefLabel "C4H8O"@en ; + skos:altLabel "butan-2-one"@en ; + skos:altLabel "methylethylketone"@en ; + skos:broader ; + defchem:chemical-species chemical-species:butanal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C4H8O"@en ; + skos:notation 452 ; + dct:notation 452 ; + skos:prefLabel "C4H8O"@en ; + skos:altLabel "butanal isomers"@en ; + skos:broader ; + defchem:chemical-species chemical-species:butanal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10"@en ; + skos:notation 453 ; + dct:notation 453 ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "1-pentene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10"@en ; + skos:notation 454 ; + dct:notation 454 ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "2-methyl-1-butene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10"@en ; + skos:notation 455 ; + dct:notation 455 ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "2-methyl-2-butene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10"@en ; + skos:notation 456 ; + dct:notation 456 ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "3-methyl-1-butene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10"@en ; + skos:notation 457 ; + dct:notation 457 ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "cyclopentane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10"@en ; + skos:notation 458 ; + dct:notation 458 ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "sum of 1-pentene & 2-methyl-2-butene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10"@en ; + skos:notation 459 ; + dct:notation 459 ; + skos:prefLabel "C5H10"@en ; + skos:altLabel "sum of pentenes"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentenes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H10O"@en ; + skos:notation 460 ; + dct:notation 460 ; + skos:prefLabel "C5H10O"@en ; + skos:altLabel "pentanal"@en ; + skos:altLabel "valeraldehyde"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentanal ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H12 & C4H8"@en ; + skos:notation 461 ; + dct:notation 461 ; + skos:prefLabel "C5H12 & C4H8"@en ; + skos:altLabel "sum of 2,2-dimethylpropane & c-2-butene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H12"@en ; + skos:notation 462 ; + dct:notation 462 ; + skos:prefLabel "C5H12"@en ; + skos:altLabel "2,2-dimethylpropane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentanes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H14"@en ; + skos:notation 463 ; + dct:notation 463 ; + skos:prefLabel "C5H14"@en ; + skos:altLabel "2,3-dimethylbutane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2\,3-dimethylbutane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H8"@en ; + skos:notation 464 ; + dct:notation 464 ; + skos:prefLabel "C5H8"@en ; + skos:altLabel "2-methyl-1,3-butadiene"@en ; + skos:altLabel "isoprene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-methylbuta-1\,3-diene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5H8"@en ; + skos:notation 465 ; + dct:notation 465 ; + skos:prefLabel "C5H8"@en ; + skos:altLabel "cyclopentene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-methylbuta-1\,3-diene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5Hn"@en ; + skos:notation 466 ; + dct:notation 466 ; + skos:prefLabel "C5Hn"@en ; + skos:altLabel "n={10"@en ; + skos:altLabel "8}; sum of 3-methyl-1-butene & cyclopentene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C5Hn"@en ; + skos:notation 467 ; + dct:notation 467 ; + skos:prefLabel "C5Hn"@en ; + skos:altLabel "n={12"@en ; + skos:altLabel "10}; sum of n-pentane & cyclopentane"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H12"@en ; + skos:notation 468 ; + dct:notation 468 ; + skos:prefLabel "C6H12"@en ; + skos:altLabel "cyclohexane"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H12"@en ; + skos:notation 469 ; + dct:notation 469 ; + skos:prefLabel "C6H12"@en ; + skos:altLabel "methylcyclopentane"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H12O"@en ; + skos:notation 470 ; + dct:notation 470 ; + skos:prefLabel "C6H12O"@en ; + skos:altLabel "hexanal isomers"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H14"@en ; + skos:notation 471 ; + dct:notation 471 ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "2,2-dimethylbutane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hexanes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H14"@en ; + skos:notation 472 ; + dct:notation 472 ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "2-methylpentane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hexanes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H14"@en ; + skos:notation 473 ; + dct:notation 473 ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "3-methylpentane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hexanes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H14"@en ; + skos:notation 474 ; + dct:notation 474 ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "n-hexane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hexanes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H14"@en ; + skos:notation 475 ; + dct:notation 475 ; + skos:prefLabel "C6H14"@en ; + skos:altLabel "sum of methylpentanes"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hexanes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6H6"@en ; + skos:notation 476 ; + dct:notation 476 ; + skos:prefLabel "C6H6"@en ; + skos:altLabel "benzene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:benzene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6Hn"@en ; + skos:notation 477 ; + dct:notation 477 ; + skos:prefLabel "C6Hn"@en ; + skos:altLabel "n={14"@en ; + skos:altLabel "12}; sum of 3-methylpentane & cyclohexane"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6Hn (n={14, 12}; sum of 2 in 2-dimethylbutane & methylcyclopentane"@en ; + skos:notation 478 ; + dct:notation 478 ; + skos:prefLabel "C6Hn (n={14, 12}; sum of 2 in 2-dimethylbutane & methylcyclopentane"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C6Hn (n={14, 12}; sum of 2 in 3-dimethylbutane & methylcyclopentane"@en ; + skos:notation 479 ; + dct:notation 479 ; + skos:prefLabel "C6Hn (n={14, 12}; sum of 2 in 3-dimethylbutane & methylcyclopentane"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C7H16"@en ; + skos:notation 480 ; + dct:notation 480 ; + skos:prefLabel "C7H16"@en ; + skos:altLabel "sum of methylhexanes"@en ; + skos:broader ; + defchem:chemical-species chemical-species:heptanes ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C7H6O"@en ; + skos:notation 481 ; + dct:notation 481 ; + skos:prefLabel "C7H6O"@en ; + skos:altLabel "benzene carbaldehyde"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C7H8"@en ; + skos:notation 482 ; + dct:notation 482 ; + skos:prefLabel "C7H8"@en ; + skos:altLabel "toluene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:toluene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C8H10"@en ; + skos:notation 483 ; + dct:notation 483 ; + skos:prefLabel "C8H10"@en ; + skos:altLabel "ethylbenzene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ethylbenzene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C8H10"@en ; + skos:notation 484 ; + dct:notation 484 ; + skos:prefLabel "C8H10"@en ; + skos:altLabel "m-xylene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:m-xylene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C8H10"@en ; + skos:notation 485 ; + dct:notation 485 ; + skos:prefLabel "C8H10"@en ; + skos:altLabel "o-xylene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:o-xylene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C8H10"@en ; + skos:notation 486 ; + dct:notation 486 ; + skos:prefLabel "C8H10"@en ; + skos:altLabel "p,m-xylene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C9H12"@en ; + skos:notation 487 ; + dct:notation 487 ; + skos:prefLabel "C9H12"@en ; + skos:altLabel "1,2,4-trimethylbenzene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "C9H12"@en ; + skos:notation 488 ; + dct:notation 488 ; + skos:prefLabel "C9H12"@en ; + skos:altLabel "1,3,5-trimethylbenzene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH2O"@en ; + skos:notation 489 ; + dct:notation 489 ; + skos:prefLabel "CH2O"@en ; + skos:altLabel "formaldehyde"@en ; + skos:broader ; + defchem:chemical-species chemical-species:formaldehyde ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3CH2OH"@en ; + skos:notation 490 ; + dct:notation 490 ; + skos:prefLabel "CH3CH2OH"@en ; + skos:altLabel "ethanol"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ethanol ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3CHO"@en ; + skos:notation 491 ; + dct:notation 491 ; + skos:prefLabel "CH3CHO"@en ; + skos:altLabel "acetaldehyde"@en ; + skos:altLabel "ethanal"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ethylaldehyde ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3CN"@en ; + skos:notation 492 ; + dct:notation 492 ; + skos:prefLabel "CH3CN"@en ; + skos:altLabel "acetonitrile"@en ; + skos:broader ; + defchem:chemical-species chemical-species:acetonitrile ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "CH3OH"@en ; + skos:notation 493 ; + dct:notation 493 ; + skos:prefLabel "CH3OH"@en ; + skos:altLabel "methanol"@en ; + skos:broader ; + defchem:chemical-species chemical-species:methanol ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "NMHC"@en ; + skos:notation 494 ; + dct:notation 494 ; + skos:prefLabel "NMHC"@en ; + skos:broader ; + defchem:chemical-species chemical-species:non-methane-hydrocarbon ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "c-C4H8"@en ; + skos:notation 495 ; + dct:notation 495 ; + skos:prefLabel "c-C4H8"@en ; + skos:altLabel "cis-2-butene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "c-C5H10"@en ; + skos:notation 496 ; + dct:notation 496 ; + skos:prefLabel "c-C5H10"@en ; + skos:altLabel "cis-2-pentene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "i-C4H10"@en ; + skos:notation 497 ; + dct:notation 497 ; + skos:prefLabel "i-C4H10"@en ; + skos:altLabel "2-methylpropane"@en ; + skos:altLabel "iso-butane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-methylpropane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "i-C4H8"@en ; + skos:notation 498 ; + dct:notation 498 ; + skos:prefLabel "i-C4H8"@en ; + skos:altLabel "2-methylpropene"@en ; + skos:altLabel "iso-butene"@en ; + skos:broader ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "i-C5H12"@en ; + skos:notation 499 ; + dct:notation 499 ; + skos:prefLabel "i-C5H12"@en ; + skos:altLabel "2-methylbutane"@en ; + skos:altLabel "iso-pentane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-methylbutane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "i-C7H16"@en ; + skos:notation 500 ; + dct:notation 500 ; + skos:prefLabel "i-C7H16"@en ; + skos:altLabel "2-methylhexane"@en ; + skos:altLabel "isoheptane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:2-methyl-hexane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "n-C4H10"@en ; + skos:notation 501 ; + dct:notation 501 ; + skos:prefLabel "n-C4H10"@en ; + skos:altLabel "n-butane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:butane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "n-C5H12"@en ; + skos:notation 502 ; + dct:notation 502 ; + skos:prefLabel "n-C5H12"@en ; + skos:altLabel "n-pentane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:pentane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "n-C7H16"@en ; + skos:notation 503 ; + dct:notation 503 ; + skos:prefLabel "n-C7H16"@en ; + skos:altLabel "n-heptane"@en ; + skos:broader ; + defchem:chemical-species chemical-species:n-heptane ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "t-C4H8"@en ; + skos:notation 504 ; + dct:notation 504 ; + skos:prefLabel "t-C4H8"@en ; + skos:altLabel "trans-2-butene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trans-2-butene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "t-C5H10"@en ; + skos:notation 505 ; + dct:notation 505 ; + skos:prefLabel "t-C5H10"@en ; + skos:altLabel "trans-2-pentene"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trans-2-pentene ; + defchem:medium medium:air ; + . + + + a skos:Concept ; + rdfs:label "Temperature"@en ; + skos:notation 10051 ; + dct:notation 10051 ; + skos:prefLabel "Temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Air temperature"@en ; + skos:notation 224 ; + dct:notation 224 ; + skos:prefLabel "Air temperature"@en ; + skos:altLabel "at specified distance from reference surface"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Dew-point temperature"@en ; + skos:notation 225 ; + dct:notation 225 ; + skos:prefLabel "Dew-point temperature"@en ; + skos:altLabel "at specified distance from reference surface"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Extreme temperature (at specified distance from reference surface)"@en ; + skos:notation 226 ; + dct:notation 226 ; + skos:prefLabel "Extreme temperature (at specified distance from reference surface)"@en ; + skos:altLabel "min"@en ; + skos:altLabel "max"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Temperature profile"@en ; + skos:notation 227 ; + dct:notation 227 ; + skos:prefLabel "Temperature profile"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Total Atmospheric Deposition"@en ; + skos:notation 10052 ; + dct:notation 10052 ; + skos:prefLabel "Total Atmospheric Deposition"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Acidity/Alkalinity"@en ; + skos:notation 294 ; + dct:notation 294 ; + skos:prefLabel "Acidity/Alkalinity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electric conductivity"@en ; + skos:notation 295 ; + dct:notation 295 ; + skos:prefLabel "Electric conductivity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hydrogen ion or pH"@en ; + skos:notation 296 ; + dct:notation 296 ; + skos:prefLabel "Hydrogen ion or pH"@en ; + skos:altLabel "H+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:hydrogen-ion ; + . + + + a skos:Concept ; + rdfs:label "Sulphur"@en ; + skos:notation 302 ; + dct:notation 302 ; + skos:prefLabel "Sulphur"@en ; + skos:altLabel "S"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sulfur ; + . + + + a skos:Concept ; + rdfs:label "Inorganic acid"@en ; + skos:notation 10053 ; + dct:notation 10053 ; + skos:prefLabel "Inorganic acid"@en ; + skos:broader ; + defchem:chemical-species chemical-species:inorganic-acid ; + . + + + a skos:Concept ; + rdfs:label "Strong acids"@en ; + skos:notation 529 ; + dct:notation 529 ; + skos:prefLabel "Strong acids"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Inorganic anions"@en ; + skos:notation 10054 ; + dct:notation 10054 ; + skos:prefLabel "Inorganic anions"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Bromide"@en ; + skos:notation 538 ; + dct:notation 538 ; + skos:prefLabel "Bromide"@en ; + skos:altLabel "Br-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:bromide-ion ; + . + + + a skos:Concept ; + rdfs:label "Chloride"@en ; + skos:notation 539 ; + dct:notation 539 ; + skos:prefLabel "Chloride"@en ; + skos:altLabel "Cl-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chloride-ion ; + . + + + a skos:Concept ; + rdfs:label "Fluoride"@en ; + skos:notation 540 ; + dct:notation 540 ; + skos:prefLabel "Fluoride"@en ; + skos:altLabel "F-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:fluoride-ion ; + . + + + a skos:Concept ; + rdfs:label "Iodide"@en ; + skos:notation 541 ; + dct:notation 541 ; + skos:prefLabel "Iodide"@en ; + skos:altLabel "I-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:iodide-ion ; + . + + + a skos:Concept ; + rdfs:label "Phosphate"@en ; + skos:notation 542 ; + dct:notation 542 ; + skos:prefLabel "Phosphate"@en ; + skos:altLabel "PO4---"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sulphate in corrected"@en ; + skos:notation 543 ; + dct:notation 543 ; + skos:prefLabel "Sulphate in corrected"@en ; + skos:altLabel "SO4="@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sulphate in total"@en ; + skos:notation 544 ; + dct:notation 544 ; + skos:prefLabel "Sulphate in total"@en ; + skos:altLabel "SO4="@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Inorganic cations"@en ; + skos:notation 10055 ; + dct:notation 10055 ; + skos:prefLabel "Inorganic cations"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Calcium"@en ; + skos:notation 545 ; + dct:notation 545 ; + skos:prefLabel "Calcium"@en ; + skos:altLabel "Ca++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:calcium-ion ; + . + + + a skos:Concept ; + rdfs:label "Magnesium"@en ; + skos:notation 546 ; + dct:notation 546 ; + skos:prefLabel "Magnesium"@en ; + skos:altLabel "Mg++"@en ; + skos:broader ; + defchem:chemical-species chemical-species:magnesium-ion ; + . + + + a skos:Concept ; + rdfs:label "Potassium"@en ; + skos:notation 547 ; + dct:notation 547 ; + skos:prefLabel "Potassium"@en ; + skos:altLabel "K+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:potassium-ion ; + . + + + a skos:Concept ; + rdfs:label "Sodium"@en ; + skos:notation 548 ; + dct:notation 548 ; + skos:prefLabel "Sodium"@en ; + skos:altLabel "Na+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:sodium-ion ; + . + + + a skos:Concept ; + rdfs:label "Inorganic nitrogen species"@en ; + skos:notation 10056 ; + dct:notation 10056 ; + skos:prefLabel "Inorganic nitrogen species"@en ; + skos:broader ; + defchem:chemical-species chemical-species:inorganic-nitrogen-species ; + . + + + a skos:Concept ; + rdfs:label "Ammonium"@en ; + skos:notation 568 ; + dct:notation 568 ; + skos:prefLabel "Ammonium"@en ; + skos:altLabel "NH4+"@en ; + skos:broader ; + defchem:chemical-species chemical-species:ammonium ; + . + + + a skos:Concept ; + rdfs:label "Nitrate"@en ; + skos:notation 569 ; + dct:notation 569 ; + skos:prefLabel "Nitrate"@en ; + skos:altLabel "NO3-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrate ; + . + + + a skos:Concept ; + rdfs:label "Nitrite"@en ; + skos:notation 570 ; + dct:notation 570 ; + skos:prefLabel "Nitrite"@en ; + skos:altLabel "NO2-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrite-ion ; + . + + + a skos:Concept ; + rdfs:label "Organic acid"@en ; + skos:notation 10057 ; + dct:notation 10057 ; + skos:prefLabel "Organic acid"@en ; + skos:broader ; + defchem:chemical-species chemical-species:organic-acid ; + . + + + a skos:Concept ; + rdfs:label "Acetate"@en ; + skos:notation 576 ; + dct:notation 576 ; + skos:prefLabel "Acetate"@en ; + skos:altLabel "CH3COO-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:acetate-ion ; + . + + + a skos:Concept ; + rdfs:label "Formate"@en ; + skos:notation 577 ; + dct:notation 577 ; + skos:prefLabel "Formate"@en ; + skos:altLabel "HCOO-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:formate-ion ; + . + + + a skos:Concept ; + rdfs:label "Propionate"@en ; + skos:notation 578 ; + dct:notation 578 ; + skos:prefLabel "Propionate"@en ; + skos:altLabel "C2H5COO-"@en ; + skos:broader ; + defchem:chemical-species chemical-species:proprionate-ion ; + . + + + a skos:Concept ; + rdfs:label "Trace elements"@en ; + skos:notation 10058 ; + dct:notation 10058 ; + skos:prefLabel "Trace elements"@en ; + skos:broader ; + defchem:chemical-species chemical-species:trace-metal ; + . + + + a skos:Concept ; + rdfs:label "Aluminum"@en ; + skos:notation 597 ; + dct:notation 597 ; + skos:prefLabel "Aluminum"@en ; + skos:altLabel "Al"@en ; + skos:broader ; + defchem:chemical-species chemical-species:aluminium ; + . + + + a skos:Concept ; + rdfs:label "Arsenic"@en ; + skos:notation 598 ; + dct:notation 598 ; + skos:prefLabel "Arsenic"@en ; + skos:altLabel "As"@en ; + skos:broader ; + defchem:chemical-species chemical-species:arsenic ; + . + + + a skos:Concept ; + rdfs:label "Cadmium"@en ; + skos:notation 599 ; + dct:notation 599 ; + skos:prefLabel "Cadmium"@en ; + skos:altLabel "Cd"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cadmium ; + . + + + a skos:Concept ; + rdfs:label "Chromium"@en ; + skos:notation 600 ; + dct:notation 600 ; + skos:prefLabel "Chromium"@en ; + skos:altLabel "Cr"@en ; + skos:broader ; + defchem:chemical-species chemical-species:chromium ; + . + + + a skos:Concept ; + rdfs:label "Cobalt"@en ; + skos:notation 601 ; + dct:notation 601 ; + skos:prefLabel "Cobalt"@en ; + skos:altLabel "Co"@en ; + skos:broader ; + defchem:chemical-species chemical-species:cobalt ; + . + + + a skos:Concept ; + rdfs:label "Copper"@en ; + skos:notation 602 ; + dct:notation 602 ; + skos:prefLabel "Copper"@en ; + skos:altLabel "Cu"@en ; + skos:broader ; + defchem:chemical-species chemical-species:copper ; + . + + + a skos:Concept ; + rdfs:label "Iron"@en ; + skos:notation 603 ; + dct:notation 603 ; + skos:prefLabel "Iron"@en ; + skos:altLabel "Fe"@en ; + skos:broader ; + defchem:chemical-species chemical-species:iron ; + . + + + a skos:Concept ; + rdfs:label "Lead"@en ; + skos:notation 604 ; + dct:notation 604 ; + skos:prefLabel "Lead"@en ; + skos:altLabel "Pb"@en ; + skos:broader ; + defchem:chemical-species chemical-species:lead ; + . + + + a skos:Concept ; + rdfs:label "Manganese"@en ; + skos:notation 605 ; + dct:notation 605 ; + skos:prefLabel "Manganese"@en ; + skos:altLabel "Mn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:manganese ; + . + + + a skos:Concept ; + rdfs:label "Mercury"@en ; + skos:notation 606 ; + dct:notation 606 ; + skos:prefLabel "Mercury"@en ; + skos:altLabel "Hg"@en ; + skos:broader ; + defchem:chemical-species chemical-species:mercury ; + . + + + a skos:Concept ; + rdfs:label "Nickel"@en ; + skos:notation 607 ; + dct:notation 607 ; + skos:prefLabel "Nickel"@en ; + skos:altLabel "Ni"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nickel ; + . + + + a skos:Concept ; + rdfs:label "Vanadium"@en ; + skos:notation 608 ; + dct:notation 608 ; + skos:prefLabel "Vanadium"@en ; + skos:altLabel "V"@en ; + skos:broader ; + defchem:chemical-species chemical-species:vanadium ; + . + + + a skos:Concept ; + rdfs:label "Zinc"@en ; + skos:notation 609 ; + dct:notation 609 ; + skos:prefLabel "Zinc"@en ; + skos:altLabel "Zn"@en ; + skos:broader ; + defchem:chemical-species chemical-species:zinc ; + . + + + a skos:Concept ; + rdfs:label "Visibility"@en ; + skos:notation 10059 ; + dct:notation 10059 ; + skos:prefLabel "Visibility"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Runway visual range"@en ; + skos:notation 229 ; + dct:notation 229 ; + skos:prefLabel "Runway visual range"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Visibility"@en ; + skos:notation 230 ; + dct:notation 230 ; + skos:prefLabel "Visibility"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Obscurations"@en ; + skos:notation 10060 ; + dct:notation 10060 ; + skos:prefLabel "Obscurations"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Extinction coefficient"@en ; + skos:notation 521 ; + dct:notation 521 ; + skos:prefLabel "Extinction coefficient"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hydrometeor radius"@en ; + skos:notation 522 ; + dct:notation 522 ; + skos:prefLabel "Hydrometeor radius"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Hydrometeor type"@en ; + skos:notation 523 ; + dct:notation 523 ; + skos:prefLabel "Hydrometeor type"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lithometeor type"@en ; + skos:notation 524 ; + dct:notation 524 ; + skos:prefLabel "Lithometeor type"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Meteorological Optical Range"@en ; + skos:notation 525 ; + dct:notation 525 ; + skos:prefLabel "Meteorological Optical Range"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Obscuration type"@en ; + skos:notation 526 ; + dct:notation 526 ; + skos:prefLabel "Obscuration type"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wind"@en ; + skos:notation 10061 ; + dct:notation 10061 ; + skos:prefLabel "Wind"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Direction of cloud movement"@en ; + skos:notation 304 ; + dct:notation 304 ; + skos:prefLabel "Direction of cloud movement"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Gust Speed"@en ; + skos:notation 305 ; + dct:notation 305 ; + skos:prefLabel "Gust Speed"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wind"@en ; + skos:notation 307 ; + dct:notation 307 ; + skos:prefLabel "Wind"@en ; + skos:altLabel "Z component"@en ; + skos:altLabel "vertical"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wind"@en ; + skos:notation 309 ; + dct:notation 309 ; + skos:prefLabel "Wind"@en ; + skos:altLabel "surface wind direction and speed"@en ; + skos:altLabel "horizontal"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wind"@en ; + skos:notation 310 ; + dct:notation 310 ; + skos:prefLabel "Wind"@en ; + skos:altLabel "X"@en ; + skos:altLabel "Y components"@en ; + skos:altLabel "horizontal"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Earth"@en ; + skos:notation 10062 ; + dct:notation 10062 ; + skos:prefLabel "Earth"@en ; + . + + + a skos:Concept ; + rdfs:label "Crustal motion"@en ; + skos:notation 6 ; + dct:notation 6 ; + skos:prefLabel "Crustal motion"@en ; + skos:altLabel "horizontal and vertical"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Crustal plates positioning"@en ; + skos:notation 7 ; + dct:notation 7 ; + skos:prefLabel "Crustal plates positioning"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Earth Rotation"@en ; + skos:notation 8 ; + dct:notation 8 ; + skos:prefLabel "Earth Rotation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Geoid"@en ; + skos:notation 9 ; + dct:notation 9 ; + skos:prefLabel "Geoid"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Geomagnetic field"@en ; + skos:notation 10 ; + dct:notation 10 ; + skos:prefLabel "Geomagnetic field"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Gravity field"@en ; + skos:notation 11 ; + dct:notation 11 ; + skos:prefLabel "Gravity field"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Gravity gradients"@en ; + skos:notation 12 ; + dct:notation 12 ; + skos:prefLabel "Gravity gradients"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean"@en ; + skos:notation 10063 ; + dct:notation 10063 ; + skos:prefLabel "Ocean"@en ; + . + + + a skos:Concept ; + rdfs:label "Topography"@en ; + skos:notation 10064 ; + dct:notation 10064 ; + skos:prefLabel "Topography"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Bathymetry"@en ; + skos:notation 13 ; + dct:notation 13 ; + skos:prefLabel "Bathymetry"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean dynamic topography"@en ; + skos:notation 64 ; + dct:notation 64 ; + skos:prefLabel "Ocean dynamic topography"@en ; + skos:altLabel "ODT"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea surface height anomaly"@en ; + skos:notation 77 ; + dct:notation 77 ; + skos:prefLabel "Sea surface height anomaly"@en ; + skos:altLabel "SSHA"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Coastal sea level"@en ; + skos:notation 96 ; + dct:notation 96 ; + skos:prefLabel "Coastal sea level"@en ; + skos:altLabel "tide"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Mean dynamic topography"@en ; + skos:notation 740 ; + dct:notation 740 ; + skos:prefLabel "Mean dynamic topography"@en ; + skos:altLabel "MDT"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Mean sea surface"@en ; + skos:notation 741 ; + dct:notation 741 ; + skos:prefLabel "Mean sea surface"@en ; + skos:altLabel "MSS"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea surface height"@en ; + skos:notation 742 ; + dct:notation 742 ; + skos:prefLabel "Sea surface height"@en ; + skos:altLabel "SSH"@en ; + skos:altLabel "OST"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Currents"@en ; + skos:notation 10065 ; + dct:notation 10065 ; + skos:prefLabel "Currents"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean Current - Direction"@en ; + skos:notation 62 ; + dct:notation 62 ; + skos:prefLabel "Ocean Current - Direction"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean Current - Speed"@en ; + skos:notation 63 ; + dct:notation 63 ; + skos:prefLabel "Ocean Current - Speed"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean surface currents"@en ; + skos:notation 65 ; + dct:notation 65 ; + skos:prefLabel "Ocean surface currents"@en ; + skos:altLabel "vector"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Miscellaneous"@en ; + skos:notation 10066 ; + dct:notation 10066 ; + skos:prefLabel "Miscellaneous"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Diffuse attenuation coefficient in turbidity"@en ; + skos:notation 70 ; + dct:notation 70 ; + skos:prefLabel "Diffuse attenuation coefficient in turbidity"@en ; + skos:altLabel "DAC"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean suspended sediments concentration"@en ; + skos:notation 72 ; + dct:notation 72 ; + skos:prefLabel "Ocean suspended sediments concentration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Oil spill cover"@en ; + skos:notation 73 ; + dct:notation 73 ; + skos:prefLabel "Oil spill cover"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea surface Mass Flux"@en ; + skos:notation 75 ; + dct:notation 75 ; + skos:prefLabel "Sea surface Mass Flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea surface heat flux"@en ; + skos:notation 76 ; + dct:notation 76 ; + skos:prefLabel "Sea surface heat flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Total alkalinity"@en ; + skos:notation 78 ; + dct:notation 78 ; + skos:prefLabel "Total alkalinity"@en ; + skos:altLabel "AT"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "pH"@en ; + skos:notation 79 ; + dct:notation 79 ; + skos:prefLabel "pH"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Fluorescence"@en ; + skos:notation 739 ; + dct:notation 739 ; + skos:prefLabel "Fluorescence"@en ; + skos:altLabel "DOM"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Carbon species"@en ; + skos:notation 10116 ; + dct:notation 10116 ; + skos:prefLabel "Carbon species"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Dissolved inorganic carbon"@en ; + skos:notation 67 ; + dct:notation 67 ; + skos:prefLabel "Dissolved inorganic carbon"@en ; + skos:altLabel "DIC"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Dissolved organic carbon"@en ; + skos:notation 68 ; + dct:notation 68 ; + skos:prefLabel "Dissolved organic carbon"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Nitrogen species"@en ; + skos:notation 10117 ; + dct:notation 10117 ; + skos:prefLabel "Nitrogen species"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Dissolved organic nitrogen"@en ; + skos:notation 69 ; + dct:notation 69 ; + skos:prefLabel "Dissolved organic nitrogen"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Biology"@en ; + skos:notation 10067 ; + dct:notation 10067 ; + skos:prefLabel "Biology"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Chlorophyll concentration"@en ; + skos:notation 71 ; + dct:notation 71 ; + skos:prefLabel "Chlorophyll concentration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Primary production"@en ; + skos:notation 74 ; + dct:notation 74 ; + skos:prefLabel "Primary production"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "SiO3="@en ; + skos:notation 82 ; + dct:notation 82 ; + skos:prefLabel "SiO3="@en ; + skos:altLabel "metasilicate"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Zooplankton"@en ; + skos:notation 733 ; + dct:notation 733 ; + skos:prefLabel "Zooplankton"@en ; + skos:altLabel "size and/or development stage"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Nitrogen species"@en ; + skos:notation 10068 ; + dct:notation 10068 ; + skos:prefLabel "Nitrogen species"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "NO2-"@en ; + skos:notation 311 ; + dct:notation 311 ; + skos:prefLabel "NO2-"@en ; + skos:altLabel "nitrite"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrite-ion ; + . + + + a skos:Concept ; + rdfs:label "NO3-"@en ; + skos:notation 312 ; + dct:notation 312 ; + skos:prefLabel "NO3-"@en ; + skos:altLabel "nitrate"@en ; + skos:broader ; + defchem:chemical-species chemical-species:nitrate-ion ; + . + + + a skos:Concept ; + rdfs:label "Phosporus species"@en ; + skos:notation 10069 ; + dct:notation 10069 ; + skos:prefLabel "Phosporus species"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "PO4="@en ; + skos:notation 399 ; + dct:notation 399 ; + skos:prefLabel "PO4="@en ; + skos:altLabel "phosphate"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Total organic phosphorus"@en ; + skos:notation 400 ; + dct:notation 400 ; + skos:prefLabel "Total organic phosphorus"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Other Gas"@en ; + skos:notation 10070 ; + dct:notation 10070 ; + skos:prefLabel "Other Gas"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "N2, Ar in O2 "@en ; + skos:notation 84 ; + dct:notation 84 ; + skos:prefLabel "N2, Ar in O2 "@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "O2/Ar ratio"@en ; + skos:notation 85 ; + dct:notation 85 ; + skos:prefLabel "O2/Ar ratio"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean subsurface dissolved oxygen concentration"@en ; + skos:notation 86 ; + dct:notation 86 ; + skos:prefLabel "Ocean subsurface dissolved oxygen concentration"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Oxygen in dissolved"@en ; + skos:notation 87 ; + dct:notation 87 ; + skos:prefLabel "Oxygen in dissolved"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "CTD"@en ; + skos:notation 10071 ; + dct:notation 10071 ; + skos:prefLabel "CTD"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "pO2"@en ; + skos:notation 549 ; + dct:notation 549 ; + skos:prefLabel "pO2"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Pressure"@en ; + skos:notation 10072 ; + dct:notation 10072 ; + skos:prefLabel "Pressure"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "CTD"@en ; + skos:notation 10073 ; + dct:notation 10073 ; + skos:prefLabel "CTD"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Radiation"@en ; + skos:notation 10074 ; + dct:notation 10074 ; + skos:prefLabel "Radiation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Water-leaving spectral radiance"@en ; + skos:notation 89 ; + dct:notation 89 ; + skos:prefLabel "Water-leaving spectral radiance"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Reactive Gas"@en ; + skos:notation 10075 ; + dct:notation 10075 ; + skos:prefLabel "Reactive Gas"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "C2H6S"@en ; + skos:notation 90 ; + dct:notation 90 ; + skos:prefLabel "C2H6S"@en ; + skos:altLabel "dimethylsulfide"@en ; + skos:altLabel "DMS"@en ; + skos:broader ; + defchem:chemical-species chemical-species:dimethylsulfide ; + . + + + a skos:Concept ; + rdfs:label "Basic Physical Properties"@en ; + skos:notation 10076 ; + dct:notation 10076 ; + skos:prefLabel "Basic Physical Properties"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Pressure"@en ; + skos:notation 18 ; + dct:notation 18 ; + skos:prefLabel "Pressure"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean salinity"@en ; + skos:notation 91 ; + dct:notation 91 ; + skos:prefLabel "Ocean salinity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea surface salinity"@en ; + skos:notation 92 ; + dct:notation 92 ; + skos:prefLabel "Sea surface salinity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ocean temperature"@en ; + skos:notation 94 ; + dct:notation 94 ; + skos:prefLabel "Ocean temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea surface temperature"@en ; + skos:notation 95 ; + dct:notation 95 ; + skos:prefLabel "Sea surface temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Conductivity"@en ; + skos:notation 731 ; + dct:notation 731 ; + skos:prefLabel "Conductivity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Density"@en ; + skos:notation 732 ; + dct:notation 732 ; + skos:prefLabel "Density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow / Ice / Glacier"@en ; + skos:notation 10077 ; + dct:notation 10077 ; + skos:prefLabel "Snow / Ice / Glacier"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice"@en ; + skos:notation 10078 ; + dct:notation 10078 ; + skos:prefLabel "Ice"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea-ice cover"@en ; + skos:notation 401 ; + dct:notation 401 ; + skos:prefLabel "Sea-ice cover"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea-ice elevation"@en ; + skos:notation 402 ; + dct:notation 402 ; + skos:prefLabel "Sea-ice elevation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea-ice motion"@en ; + skos:notation 403 ; + dct:notation 403 ; + skos:prefLabel "Sea-ice motion"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea-ice surface characteristics"@en ; + skos:notation 404 ; + dct:notation 404 ; + skos:prefLabel "Sea-ice surface characteristics"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea-ice surface temperature"@en ; + skos:notation 405 ; + dct:notation 405 ; + skos:prefLabel "Sea-ice surface temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea-ice thickness"@en ; + skos:notation 406 ; + dct:notation 406 ; + skos:prefLabel "Sea-ice thickness"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Sea-ice type"@en ; + skos:notation 407 ; + dct:notation 407 ; + skos:prefLabel "Sea-ice type"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Temperature"@en ; + skos:notation 10079 ; + dct:notation 10079 ; + skos:prefLabel "Temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Tides"@en ; + skos:notation 10080 ; + dct:notation 10080 ; + skos:prefLabel "Tides"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Transmissivity"@en ; + skos:notation 10081 ; + dct:notation 10081 ; + skos:prefLabel "Transmissivity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "CTD"@en ; + skos:notation 10082 ; + dct:notation 10082 ; + skos:prefLabel "CTD"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Transmissivity"@en ; + skos:notation 408 ; + dct:notation 408 ; + skos:prefLabel "Transmissivity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Waves"@en ; + skos:notation 10083 ; + dct:notation 10083 ; + skos:prefLabel "Waves"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Dominant wave direction"@en ; + skos:notation 98 ; + dct:notation 98 ; + skos:prefLabel "Dominant wave direction"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Dominant wave period"@en ; + skos:notation 99 ; + dct:notation 99 ; + skos:prefLabel "Dominant wave period"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Significant wave height"@en ; + skos:notation 100 ; + dct:notation 100 ; + skos:prefLabel "Significant wave height"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wave 1D energy frequency spectrum"@en ; + skos:notation 101 ; + dct:notation 101 ; + skos:prefLabel "Wave 1D energy frequency spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wave directional energy frequency spectrum"@en ; + skos:notation 102 ; + dct:notation 102 ; + skos:prefLabel "Wave directional energy frequency spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wave height"@en ; + skos:notation 743 ; + dct:notation 743 ; + skos:prefLabel "Wave height"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wave period"@en ; + skos:notation 744 ; + dct:notation 744 ; + skos:prefLabel "Wave period"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Directional waves"@en ; + skos:notation 745 ; + dct:notation 745 ; + skos:prefLabel "Directional waves"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wind"@en ; + skos:notation 10084 ; + dct:notation 10084 ; + skos:prefLabel "Wind"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wind stress"@en ; + skos:notation 103 ; + dct:notation 103 ; + skos:prefLabel "Wind stress"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Greenhouse Gas"@en ; + skos:notation 10115 ; + dct:notation 10115 ; + skos:prefLabel "Greenhouse Gas"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "pCO2"@en ; + skos:notation 735 ; + dct:notation 735 ; + skos:prefLabel "pCO2"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "pCO2 air-sea flux"@en ; + skos:notation 736 ; + dct:notation 736 ; + skos:prefLabel "pCO2 air-sea flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Outer Space"@en ; + skos:notation 10085 ; + dct:notation 10085 ; + skos:prefLabel "Outer Space"@en ; + . + + + a skos:Concept ; + rdfs:label "Energetic particles / solar wind"@en ; + skos:notation 10086 ; + dct:notation 10086 ; + skos:prefLabel "Energetic particles / solar wind"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electron flux energy spectrum"@en ; + skos:notation 104 ; + dct:notation 104 ; + skos:prefLabel "Electron flux energy spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electrostatic charge"@en ; + skos:notation 105 ; + dct:notation 105 ; + skos:prefLabel "Electrostatic charge"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Heavy ion angular flux energy and mass spectrum"@en ; + skos:notation 106 ; + dct:notation 106 ; + skos:prefLabel "Heavy ion angular flux energy and mass spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Heavy ion flux energy and mass spectrum"@en ; + skos:notation 107 ; + dct:notation 107 ; + skos:prefLabel "Heavy ion flux energy and mass spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Interplanetary magnetic field"@en ; + skos:notation 108 ; + dct:notation 108 ; + skos:prefLabel "Interplanetary magnetic field"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Radiation Dose Rate"@en ; + skos:notation 111 ; + dct:notation 111 ; + skos:prefLabel "Radiation Dose Rate"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar wind temperature"@en ; + skos:notation 112 ; + dct:notation 112 ; + skos:prefLabel "Solar wind temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar wind velocity"@en ; + skos:notation 113 ; + dct:notation 113 ; + skos:prefLabel "Solar wind velocity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Particle density"@en ; + skos:notation 10087 ; + dct:notation 10087 ; + skos:prefLabel "Particle density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar wind density"@en ; + skos:notation 409 ; + dct:notation 409 ; + skos:prefLabel "Solar wind density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Particle flux"@en ; + skos:notation 10088 ; + dct:notation 10088 ; + skos:prefLabel "Particle flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Alpha particles differential directional flux"@en ; + skos:notation 511 ; + dct:notation 511 ; + skos:prefLabel "Alpha particles differential directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Alpha particles integral directional flux"@en ; + skos:notation 512 ; + dct:notation 512 ; + skos:prefLabel "Alpha particles integral directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Cosmic ray neutron flux spectrum"@en ; + skos:notation 513 ; + dct:notation 513 ; + skos:prefLabel "Cosmic ray neutron flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electron differential directional flux"@en ; + skos:notation 514 ; + dct:notation 514 ; + skos:prefLabel "Electron differential directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electron flux density"@en ; + skos:notation 515 ; + dct:notation 515 ; + skos:prefLabel "Electron flux density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electron integral directional flux"@en ; + skos:notation 516 ; + dct:notation 516 ; + skos:prefLabel "Electron integral directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Heavy ion differential directional flux"@en ; + skos:notation 517 ; + dct:notation 517 ; + skos:prefLabel "Heavy ion differential directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Heavy ion integral directional flux"@en ; + skos:notation 518 ; + dct:notation 518 ; + skos:prefLabel "Heavy ion integral directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Proton differential directional flux"@en ; + skos:notation 519 ; + dct:notation 519 ; + skos:prefLabel "Proton differential directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Proton integral directional flux"@en ; + skos:notation 520 ; + dct:notation 520 ; + skos:prefLabel "Proton integral directional flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ionospheric disturbances"@en ; + skos:notation 10089 ; + dct:notation 10089 ; + skos:prefLabel "Ionospheric disturbances"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Aurora"@en ; + skos:notation 114 ; + dct:notation 114 ; + skos:prefLabel "Aurora"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electric Field"@en ; + skos:notation 115 ; + dct:notation 115 ; + skos:prefLabel "Electric Field"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Electron Density"@en ; + skos:notation 116 ; + dct:notation 116 ; + skos:prefLabel "Electron Density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ionospheric Radio Absorption"@en ; + skos:notation 117 ; + dct:notation 117 ; + skos:prefLabel "Ionospheric Radio Absorption"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ionospheric Scintillation"@en ; + skos:notation 118 ; + dct:notation 118 ; + skos:prefLabel "Ionospheric Scintillation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ionospheric Vertical Total Electron Content"@en ; + skos:notation 119 ; + dct:notation 119 ; + skos:prefLabel "Ionospheric Vertical Total Electron Content"@en ; + skos:altLabel "VTEC"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ionospheric plasma density"@en ; + skos:notation 120 ; + dct:notation 120 ; + skos:prefLabel "Ionospheric plasma density"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ionospheric plasma velocity"@en ; + skos:notation 121 ; + dct:notation 121 ; + skos:prefLabel "Ionospheric plasma velocity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Spread F"@en ; + skos:notation 122 ; + dct:notation 122 ; + skos:prefLabel "Spread F"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "foEs"@en ; + skos:notation 123 ; + dct:notation 123 ; + skos:prefLabel "foEs"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "foF2"@en ; + skos:notation 124 ; + dct:notation 124 ; + skos:prefLabel "foF2"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "h'F"@en ; + skos:notation 125 ; + dct:notation 125 ; + skos:prefLabel "h'F"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "hmF2"@en ; + skos:notation 126 ; + dct:notation 126 ; + skos:prefLabel "hmF2"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar monitoring"@en ; + skos:notation 10090 ; + dct:notation 10090 ; + skos:prefLabel "Solar monitoring"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "EUV flux"@en ; + skos:notation 127 ; + dct:notation 127 ; + skos:prefLabel "EUV flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "EUV flux spectrum"@en ; + skos:notation 128 ; + dct:notation 128 ; + skos:prefLabel "EUV flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "EUV sky image"@en ; + skos:notation 129 ; + dct:notation 129 ; + skos:prefLabel "EUV sky image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Gamma-ray flux"@en ; + skos:notation 130 ; + dct:notation 130 ; + skos:prefLabel "Gamma-ray flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Gamma-ray flux spectrum"@en ; + skos:notation 131 ; + dct:notation 131 ; + skos:prefLabel "Gamma-ray flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Heliospheric image"@en ; + skos:notation 132 ; + dct:notation 132 ; + skos:prefLabel "Heliospheric image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Radio-waves"@en ; + skos:notation 133 ; + dct:notation 133 ; + skos:prefLabel "Radio-waves"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar Ca II-K image"@en ; + skos:notation 134 ; + dct:notation 134 ; + skos:prefLabel "Solar Ca II-K image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar EUV flux"@en ; + skos:notation 135 ; + dct:notation 135 ; + skos:prefLabel "Solar EUV flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar EUV flux spectrum"@en ; + skos:notation 136 ; + dct:notation 136 ; + skos:prefLabel "Solar EUV flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar EUV image"@en ; + skos:notation 137 ; + dct:notation 137 ; + skos:prefLabel "Solar EUV image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar H-alpha image"@en ; + skos:notation 138 ; + dct:notation 138 ; + skos:prefLabel "Solar H-alpha image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar Lyman-alpha flux"@en ; + skos:notation 139 ; + dct:notation 139 ; + skos:prefLabel "Solar Lyman-alpha flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar Lyman-alpha image"@en ; + skos:notation 140 ; + dct:notation 140 ; + skos:prefLabel "Solar Lyman-alpha image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar UV flux"@en ; + skos:notation 141 ; + dct:notation 141 ; + skos:prefLabel "Solar UV flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar UV flux spectrum"@en ; + skos:notation 142 ; + dct:notation 142 ; + skos:prefLabel "Solar UV flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar UV image"@en ; + skos:notation 143 ; + dct:notation 143 ; + skos:prefLabel "Solar UV image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar VIS flux"@en ; + skos:notation 144 ; + dct:notation 144 ; + skos:prefLabel "Solar VIS flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar VIS flux spectrum"@en ; + skos:notation 145 ; + dct:notation 145 ; + skos:prefLabel "Solar VIS flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar VIS image"@en ; + skos:notation 146 ; + dct:notation 146 ; + skos:prefLabel "Solar VIS image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar X-ray flux"@en ; + skos:notation 147 ; + dct:notation 147 ; + skos:prefLabel "Solar X-ray flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar X-ray flux spectrum"@en ; + skos:notation 148 ; + dct:notation 148 ; + skos:prefLabel "Solar X-ray flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar X-ray image"@en ; + skos:notation 149 ; + dct:notation 149 ; + skos:prefLabel "Solar X-ray image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar coronagraphic image"@en ; + skos:notation 150 ; + dct:notation 150 ; + skos:prefLabel "Solar coronagraphic image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar electric field"@en ; + skos:notation 151 ; + dct:notation 151 ; + skos:prefLabel "Solar electric field"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar gamma-ray flux"@en ; + skos:notation 152 ; + dct:notation 152 ; + skos:prefLabel "Solar gamma-ray flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar gamma-ray flux spectrum"@en ; + skos:notation 153 ; + dct:notation 153 ; + skos:prefLabel "Solar gamma-ray flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar magnetic field"@en ; + skos:notation 154 ; + dct:notation 154 ; + skos:prefLabel "Solar magnetic field"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar radio flux"@en ; + skos:notation 155 ; + dct:notation 155 ; + skos:prefLabel "Solar radio flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar radio flux spectrum"@en ; + skos:notation 156 ; + dct:notation 156 ; + skos:prefLabel "Solar radio flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar radio image"@en ; + skos:notation 157 ; + dct:notation 157 ; + skos:prefLabel "Solar radio image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar velocity fields"@en ; + skos:notation 158 ; + dct:notation 158 ; + skos:prefLabel "Solar velocity fields"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Solar white light image"@en ; + skos:notation 159 ; + dct:notation 159 ; + skos:prefLabel "Solar white light image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV flux"@en ; + skos:notation 160 ; + dct:notation 160 ; + skos:prefLabel "UV flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "UV sky image"@en ; + skos:notation 161 ; + dct:notation 161 ; + skos:prefLabel "UV sky image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "X-ray flux"@en ; + skos:notation 162 ; + dct:notation 162 ; + skos:prefLabel "X-ray flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "X-ray flux spectrum"@en ; + skos:notation 163 ; + dct:notation 163 ; + skos:prefLabel "X-ray flux spectrum"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "X-ray sky image"@en ; + skos:notation 164 ; + dct:notation 164 ; + skos:prefLabel "X-ray sky image"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Terrestrial"@en ; + skos:notation 10091 ; + dct:notation 10091 ; + skos:prefLabel "Terrestrial"@en ; + . + + + a skos:Concept ; + rdfs:label "Ground water"@en ; + skos:notation 10092 ; + dct:notation 10092 ; + skos:prefLabel "Ground water"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ground water"@en ; + skos:notation 165 ; + dct:notation 165 ; + skos:prefLabel "Ground water"@en ; + skos:altLabel "amount per unit area"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ground water"@en ; + skos:notation 166 ; + dct:notation 166 ; + skos:prefLabel "Ground water"@en ; + skos:altLabel "level"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lake"@en ; + skos:notation 10093 ; + dct:notation 10093 ; + skos:prefLabel "Lake"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lake area"@en ; + skos:notation 167 ; + dct:notation 167 ; + skos:prefLabel "Lake area"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lake level"@en ; + skos:notation 168 ; + dct:notation 168 ; + skos:prefLabel "Lake level"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow / Ice / Glacier"@en ; + skos:notation 10094 ; + dct:notation 10094 ; + skos:prefLabel "Snow / Ice / Glacier"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice"@en ; + skos:notation 10095 ; + dct:notation 10095 ; + skos:prefLabel "Ice"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice thickness"@en ; + skos:notation 725 ; + dct:notation 725 ; + skos:prefLabel "Ice thickness"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Temperature"@en ; + skos:notation 10096 ; + dct:notation 10096 ; + skos:prefLabel "Temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Lake Surface Temperature"@en ; + skos:notation 410 ; + dct:notation 410 ; + skos:prefLabel "Lake Surface Temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Land surface"@en ; + skos:notation 10097 ; + dct:notation 10097 ; + skos:prefLabel "Land surface"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Braking action/friction coefficient"@en ; + skos:notation 231 ; + dct:notation 231 ; + skos:prefLabel "Braking action/friction coefficient"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Coastlines"@en ; + skos:notation 232 ; + dct:notation 232 ; + skos:prefLabel "Coastlines"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Land cover"@en ; + skos:notation 236 ; + dct:notation 236 ; + skos:prefLabel "Land cover"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Land surface topography"@en ; + skos:notation 237 ; + dct:notation 237 ; + skos:prefLabel "Land surface topography"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Runway conditions"@en ; + skos:notation 239 ; + dct:notation 239 ; + skos:prefLabel "Runway conditions"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Wetland extent"@en ; + skos:notation 243 ; + dct:notation 243 ; + skos:prefLabel "Wetland extent"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Fire"@en ; + skos:notation 10098 ; + dct:notation 10098 ; + skos:prefLabel "Fire"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Fire fractional cover"@en ; + skos:notation 386 ; + dct:notation 386 ; + skos:prefLabel "Fire fractional cover"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Fire radiative power"@en ; + skos:notation 387 ; + dct:notation 387 ; + skos:prefLabel "Fire radiative power"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Fire temperature"@en ; + skos:notation 388 ; + dct:notation 388 ; + skos:prefLabel "Fire temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Greenhouse Gas"@en ; + skos:notation 10099 ; + dct:notation 10099 ; + skos:prefLabel "Greenhouse Gas"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "CO2 flux"@en ; + skos:notation 422 ; + dct:notation 422 ; + skos:prefLabel "CO2 flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Humidity"@en ; + skos:notation 10100 ; + dct:notation 10100 ; + skos:prefLabel "Humidity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Evaporation"@en ; + skos:notation 510 ; + dct:notation 510 ; + skos:prefLabel "Evaporation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Radiation"@en ; + skos:notation 10101 ; + dct:notation 10101 ; + skos:prefLabel "Radiation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Fraction of Absorbed PAR"@en ; + skos:notation 563 ; + dct:notation 563 ; + skos:prefLabel "Fraction of Absorbed PAR"@en ; + skos:altLabel "FAPAR"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Photosynthetically Active Radiation"@en ; + skos:notation 564 ; + dct:notation 564 ; + skos:prefLabel "Photosynthetically Active Radiation"@en ; + skos:altLabel "PAR"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow / Ice / Glacier"@en ; + skos:notation 10102 ; + dct:notation 10102 ; + skos:prefLabel "Snow / Ice / Glacier"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Permafrost"@en ; + skos:notation 354 ; + dct:notation 354 ; + skos:prefLabel "Permafrost"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Glacier"@en ; + skos:notation 10103 ; + dct:notation 10103 ; + skos:prefLabel "Glacier"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Glacier cover"@en ; + skos:notation 610 ; + dct:notation 610 ; + skos:prefLabel "Glacier cover"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Glacier motion"@en ; + skos:notation 611 ; + dct:notation 611 ; + skos:prefLabel "Glacier motion"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Glacier topography"@en ; + skos:notation 612 ; + dct:notation 612 ; + skos:prefLabel "Glacier topography"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice"@en ; + skos:notation 10104 ; + dct:notation 10104 ; + skos:prefLabel "Ice"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice sheet topography"@en ; + skos:notation 613 ; + dct:notation 613 ; + skos:prefLabel "Ice sheet topography"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow"@en ; + skos:notation 10105 ; + dct:notation 10105 ; + skos:prefLabel "Snow"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Depth of fresh snowfall"@en ; + skos:notation 627 ; + dct:notation 627 ; + skos:prefLabel "Depth of fresh snowfall"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow cover"@en ; + skos:notation 628 ; + dct:notation 628 ; + skos:prefLabel "Snow cover"@en ; + skos:altLabel "fraction of area"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow depth"@en ; + skos:notation 629 ; + dct:notation 629 ; + skos:prefLabel "Snow depth"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow status"@en ; + skos:notation 630 ; + dct:notation 630 ; + skos:prefLabel "Snow status"@en ; + skos:altLabel "wet/dry"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow water equivalent"@en ; + skos:notation 631 ; + dct:notation 631 ; + skos:prefLabel "Snow water equivalent"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Temperature"@en ; + skos:notation 10106 ; + dct:notation 10106 ; + skos:prefLabel "Temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Land surface temperature"@en ; + skos:notation 389 ; + dct:notation 389 ; + skos:prefLabel "Land surface temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Vegetation"@en ; + skos:notation 10107 ; + dct:notation 10107 ; + skos:prefLabel "Vegetation"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Biomass"@en ; + skos:notation 423 ; + dct:notation 423 ; + skos:prefLabel "Biomass"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Fraction of vegetated land"@en ; + skos:notation 424 ; + dct:notation 424 ; + skos:prefLabel "Fraction of vegetated land"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Leaf Area Index"@en ; + skos:notation 425 ; + dct:notation 425 ; + skos:prefLabel "Leaf Area Index"@en ; + skos:altLabel "LAI"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Normalised Difference Vegetation Index"@en ; + skos:notation 426 ; + dct:notation 426 ; + skos:prefLabel "Normalised Difference Vegetation Index"@en ; + skos:altLabel "NDVI"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Vegetation type"@en ; + skos:notation 427 ; + dct:notation 427 ; + skos:prefLabel "Vegetation type"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "River"@en ; + skos:notation 10108 ; + dct:notation 10108 ; + skos:prefLabel "River"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "River discharge"@en ; + skos:notation 171 ; + dct:notation 171 ; + skos:prefLabel "River discharge"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "River stage"@en ; + skos:notation 172 ; + dct:notation 172 ; + skos:prefLabel "River stage"@en ; + skos:altLabel "level above reference"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Snow / Ice / Glacier"@en ; + skos:notation 10109 ; + dct:notation 10109 ; + skos:prefLabel "Snow / Ice / Glacier"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice"@en ; + skos:notation 10110 ; + dct:notation 10110 ; + skos:prefLabel "Ice"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Ice thickness"@en ; + skos:notation 726 ; + dct:notation 726 ; + skos:prefLabel "Ice thickness"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Soil"@en ; + skos:notation 10111 ; + dct:notation 10111 ; + skos:prefLabel "Soil"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Soil heat Flux"@en ; + skos:notation 245 ; + dct:notation 245 ; + skos:prefLabel "Soil heat Flux"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Soil type"@en ; + skos:notation 246 ; + dct:notation 246 ; + skos:prefLabel "Soil type"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Humidity"@en ; + skos:notation 10112 ; + dct:notation 10112 ; + skos:prefLabel "Humidity"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Soil moisture"@en ; + skos:notation 527 ; + dct:notation 527 ; + skos:prefLabel "Soil moisture"@en ; + skos:altLabel "in the roots region"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Soil moisture at surface"@en ; + skos:notation 528 ; + dct:notation 528 ; + skos:prefLabel "Soil moisture at surface"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Temperature"@en ; + skos:notation 10113 ; + dct:notation 10113 ; + skos:prefLabel "Temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Soil temperature"@en ; + skos:notation 596 ; + dct:notation 596 ; + skos:prefLabel "Soil temperature"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Well"@en ; + skos:notation 10114 ; + dct:notation 10114 ; + skos:prefLabel "Well"@en ; + skos:broader ; + . + + + a skos:Concept ; + rdfs:label "Well discharge"@en ; + skos:notation 174 ; + dct:notation 174 ; + skos:prefLabel "Well discharge"@en ; + skos:broader ; + . From a02e461b74501a487497afd9da33346fd41cfaee Mon Sep 17 00:00:00 2001 From: maschu09 Date: Thu, 30 Jun 2016 11:37:53 +0200 Subject: [PATCH 16/16] Update atmospheric_chemical_species.ttl File produced again from excel spreadsheet; replaced prefixes for foreign thesauri with explicit web links. --- ttl/atmospheric_chemical_species.ttl | 183 +++++++++++++-------------- 1 file changed, 90 insertions(+), 93 deletions(-) diff --git a/ttl/atmospheric_chemical_species.ttl b/ttl/atmospheric_chemical_species.ttl index e310ffa..a3f7ca1 100644 --- a/ttl/atmospheric_chemical_species.ttl +++ b/ttl/atmospheric_chemical_species.ttl @@ -2,9 +2,6 @@ @prefix rdf: . @prefix rdfs: . @prefix skos: . -@prefix gemet: . -@prefix nist: . -@prefix ofmpub: . a skos:Collection ; @@ -388,7 +385,7 @@ rdfs:label "gas phase species"@en ; dct:description "gaseous species in the atmosphere (trace gases)"@en ; skos:prefLabel "gas phase species"@en ; - skos:closeMatch gemet:concept?cp=623 ; + skos:closeMatch ; skos:notation "gas-phase-species" . @@ -403,7 +400,7 @@ rdfs:label "inorganic species"@en ; dct:description "inorganic species in the atmosphere"@en ; skos:prefLabel "inorganic species"@en ; - skos:closeMatch gemet:concept?cp=4350 ; + skos:closeMatch ; skos:notation "inorganic-species" . @@ -489,7 +486,7 @@ skos:altLabel "O\u2082"@en ; skos:hiddenLabel "oxigen molecule"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=5982 ; + skos:exactMatch ; skos:notation "oxygen-molecule" . @@ -500,7 +497,7 @@ skos:altLabel "ozone"@en ; skos:altLabel "O\u2083"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=5991 ; + skos:exactMatch ; skos:notation "ozone" . @@ -548,7 +545,7 @@ skos:prefLabel "tritium"@en ; skos:broader ; skos:broader ; - skos:exactMatch gemet:concept?cp=8680 ; + skos:exactMatch ; skos:notation "tritium" . @@ -560,7 +557,7 @@ skos:altLabel "molecular hydrogen"@en ; skos:altLabel "H\u2082"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=4103 ; + skos:exactMatch ; skos:notation "hydrogen-molecule" . @@ -643,7 +640,7 @@ skos:prefLabel "inorganic nitrogen species"@en ; skos:altLabel "inorganic nitrogen"@en ; skos:broader ; - skos:closeMatch gemet:concept?cp=5605 ; + skos:closeMatch ; skos:notation "inorganic-nitrogen-species" . @@ -686,7 +683,7 @@ skos:altLabel "nitrogen monoxide"@en ; skos:altLabel "nitric oxide"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=5612 ; + skos:exactMatch ; skos:notation "nitrogen-monoxide" . @@ -697,7 +694,7 @@ skos:altLabel "nitrogen dioxide"@en ; skos:altLabel "NO\u2082"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=5608 ; + skos:exactMatch ; skos:notation "nitrogen-dioxide" . @@ -708,7 +705,7 @@ skos:altLabel "nitrate"@en ; skos:altLabel "NO\u2083"@en ; skos:broader ; - skos:closeMatch gemet:concept?cp=5593 ; + skos:closeMatch ; skos:notation "nitrate" . @@ -766,7 +763,7 @@ skos:altLabel "azane"@en ; skos:altLabel "NH\u2083"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=375 ; + skos:exactMatch ; skos:notation "ammonia" . @@ -776,7 +773,7 @@ skos:prefLabel "NOx"@en ; skos:altLabel "nox"@en ; skos:broader ; - skos:closeMatch gemet:concept?cp=13577 ; + skos:closeMatch ; skos:notation "nox" . @@ -786,7 +783,7 @@ skos:prefLabel "NOy"@en ; skos:altLabel "noy"@en ; skos:broader ; - skos:closeMatch gemet:concept?cp=5613 ; + skos:closeMatch ; skos:notation "noy" . @@ -805,7 +802,7 @@ skos:prefLabel "CO"@en ; skos:altLabel "carbon monoxide"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=1173 ; + skos:exactMatch ; skos:notation "carbon-monoxide" . @@ -815,7 +812,7 @@ skos:prefLabel "CO2"@en ; skos:altLabel "carbon dioxide"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=1168 ; + skos:exactMatch ; skos:notation "carbon-dioxide" . @@ -887,7 +884,7 @@ skos:altLabel "sulfur dioxide"@en ; skos:altLabel "sulphur dioxide"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=8202 ; + skos:exactMatch ; skos:notation "sulfur-dioxide" . @@ -907,7 +904,7 @@ skos:prefLabel "H2SO4"@en ; skos:altLabel "sulfuric acid"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=8203 ; + skos:exactMatch ; skos:notation "sulfuric-acid" . @@ -920,7 +917,7 @@ skos:altLabel "hydrogen sulphide"@en ; skos:altLabel "sulphane"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=4107 ; + skos:exactMatch ; skos:notation "hydrogen-sulfide" . @@ -959,7 +956,7 @@ skos:altLabel "atomic bromine"@en ; skos:altLabel "bromine atom"@en ; skos:broader ; - skos:closeMatch gemet:concept?cp=1007 ; + skos:closeMatch ; skos:notation "atomic-bromine" . @@ -1022,7 +1019,7 @@ skos:altLabel "atomic chlorine"@en ; skos:altLabel "chlorine atom"@en ; skos:broader ; - skos:closeMatch gemet:concept?cp=1373 ; + skos:closeMatch ; skos:notation "atomic-chlorine" . @@ -1074,7 +1071,7 @@ skos:altLabel "chlorane"@en ; skos:altLabel "hydrochloric acid"@en ; skos:broader ; - skos:closeMatch gemet:concept?cp=4094 ; + skos:closeMatch ; skos:notation "hydrogen-chloride" . @@ -1116,7 +1113,7 @@ skos:altLabel "atomic iodine"@en ; skos:altLabel "iodine atom"@en ; skos:broader ; - skos:closeMatch gemet:concept?cp=4483 ; + skos:closeMatch ; skos:notation "atomic-iodine" . @@ -1137,7 +1134,7 @@ skos:altLabel "atomic fluorine"@en ; skos:altLabel "fluorine atom"@en ; skos:broader ; - skos:closeMatch gemet:concept?cp=3334 ; + skos:closeMatch ; skos:notation "atomic-fluorine" . @@ -1179,7 +1176,7 @@ rdfs:label "radionuclide"@en ; dct:description "an atom that exhibits radioactivity"@en ; skos:prefLabel "radionuclide"@en ; - skos:closeMatch gemet:concept?cp=6928 ; + skos:closeMatch ; skos:notation "radionuclide" . @@ -1253,7 +1250,7 @@ skos:altLabel "radon"@en ; skos:broader ; skos:broader ; - skos:exactMatch gemet:concept?cp=6935 ; + skos:exactMatch ; skos:notation "radon" . @@ -1271,7 +1268,7 @@ dct:description "a metal whose specific gravity is approximately 5.0 or higher. (Source: MGH)"@en ; skos:prefLabel "heavy metal"@en ; skos:broader ; - skos:closeMatch gemet:concept?cp=3915 ; + skos:closeMatch ; skos:notation "heavy-metal" . @@ -1282,7 +1279,7 @@ skos:altLabel "lead"@en ; skos:broader ; skos:broader ; - skos:exactMatch gemet:concept?cp=4723 ; + skos:exactMatch ; skos:notation "lead" . @@ -1304,7 +1301,7 @@ skos:altLabel "mercury"@en ; skos:broader ; skos:broader ; - skos:exactMatch gemet:concept?cp=5154 ; + skos:exactMatch ; skos:notation "mercury" . @@ -1314,7 +1311,7 @@ skos:prefLabel "P"@en ; skos:altLabel "phosphorus"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=6196 ; + skos:exactMatch ; skos:notation "phosphorus" . @@ -1325,7 +1322,7 @@ skos:altLabel "cadmium"@en ; skos:broader ; skos:broader ; - skos:exactMatch gemet:concept?cp=1100 ; + skos:exactMatch ; skos:notation "cadmium" . @@ -1336,7 +1333,7 @@ skos:altLabel "chromium"@en ; skos:broader ; skos:broader ; - skos:exactMatch gemet:concept?cp=1401 ; + skos:exactMatch ; skos:notation "chromium" . @@ -1347,7 +1344,7 @@ skos:altLabel "cobalt"@en ; skos:broader ; skos:broader ; - skos:exactMatch gemet:concept?cp=1532 ; + skos:exactMatch ; skos:notation "cobalt" . @@ -1358,7 +1355,7 @@ skos:altLabel "copper"@en ; skos:broader ; skos:broader ; - skos:exactMatch gemet:concept?cp=1792 ; + skos:exactMatch ; skos:notation "copper" . @@ -1369,7 +1366,7 @@ skos:altLabel "iron"@en ; skos:broader ; skos:broader ; - skos:exactMatch gemet:concept?cp=4498 ; + skos:exactMatch ; skos:notation "iron" . @@ -1380,7 +1377,7 @@ skos:altLabel "nickel"@en ; skos:broader ; skos:broader ; - skos:exactMatch gemet:concept?cp=5589 ; + skos:exactMatch ; skos:notation "nickel" . @@ -1401,7 +1398,7 @@ skos:altLabel "tin"@en ; skos:broader ; skos:broader ; - skos:exactMatch gemet:concept?cp=8490 ; + skos:exactMatch ; skos:notation "tin" . @@ -1457,7 +1454,7 @@ skos:prefLabel "Cs"@en ; skos:altLabel "caesium"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=1103 ; + skos:exactMatch ; skos:notation "caesium" . @@ -1467,7 +1464,7 @@ skos:prefLabel "Be"@en ; skos:altLabel "beryllium"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=781 ; + skos:exactMatch ; skos:notation "beryllium" . @@ -1624,7 +1621,7 @@ skos:prefLabel "VOC"@en ; skos:altLabel "volatile organic species"@en ; skos:broader ; - skos:closeMatch gemet:concept?cp=8993 ; + skos:closeMatch ; skos:notation "volatile-organic-species" . @@ -1642,7 +1639,7 @@ dct:description "a molecule containing the CN group and derived from HCN"@en ; skos:prefLabel "cyanide"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=1933 ; + skos:exactMatch ; skos:notation "cyanide" . @@ -1709,7 +1706,7 @@ skos:prefLabel "hydrocarbon"@en ; skos:altLabel "HC"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=4091 ; + skos:exactMatch ; skos:notation "hydrocarbon" . @@ -1736,7 +1733,7 @@ skos:prefLabel "CH4"@en ; skos:altLabel "methane"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=5199 ; + skos:exactMatch ; skos:notation "methane" . @@ -2033,8 +2030,8 @@ skos:altLabel "ethene"@en ; skos:altLabel "ethylene"@en ; skos:broader ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C2H4/c1-2/h1-2H2 ; - skos:exactMatch ofmpub:selectedSubstanceId=48545 ; + skos:exactMatch ; + skos:exactMatch ; skos:notation "ethene" . @@ -2044,8 +2041,8 @@ skos:prefLabel "C3H6"@en ; skos:altLabel "propene"@en ; skos:broader ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C3H6/c1-3-2/h3H%2C1H2%2C2H3 ; - skos:exactMatch ofmpub:selectedSubstanceId=47173 ; + skos:exactMatch ; + skos:exactMatch ; skos:notation "propene" . @@ -2063,8 +2060,8 @@ dct:description "an alkene (hydrocarbon) consisting of two carbon atoms and four hydrogen atoms"@en ; skos:prefLabel "1-butene"@en ; skos:broader ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C4H8/c1-3-4-2/h3H%2C1%2C4H2%2C2H3 ; - skos:exactMatch ofmpub:selectedSubstanceId=47491 ; + skos:exactMatch ; + skos:exactMatch ; skos:notation "1-butene" . @@ -2073,8 +2070,8 @@ dct:description "an alkene (hydrocarbon) consisting of two carbon atoms and four hydrogen atoms"@en ; skos:prefLabel "2-butene"@en ; skos:broader ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C4H8/c1-3-4-2/h3-4H%2C1-2H3 ; - skos:exactMatch ofmpub:selectedSubstanceId=47489 ; + skos:exactMatch ; + skos:exactMatch ; skos:notation "2-butene" . @@ -2086,8 +2083,8 @@ skos:altLabel "but-2-ene"@en ; skos:altLabel "beta butylene"@en ; skos:broader ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C4H8/c1-3-4-2/h3-4H%2C1-2H3/b4-3%2B ; - skos:exactMatch ofmpub:selectedSubstanceId=44707 ; + skos:exactMatch ; + skos:exactMatch ; skos:notation "trans-2-butene" . @@ -2099,8 +2096,8 @@ skos:altLabel "buta-1,3-diene"@en ; skos:altLabel "1,3-butadiene"@en ; skos:broader ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C4H6/c1-3-4-2/h3-4H%2C1-2H2 ; - skos:exactMatch ofmpub:selectedSubstanceId=47490 ; + skos:exactMatch ; + skos:exactMatch ; skos:notation "buta-1,3-diene" . @@ -2121,8 +2118,8 @@ skos:altLabel "pent-2-ene"@en ; skos:altLabel "methylbut-1-ene"@en ; skos:broader ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C5H10/c1-3-5-4-2/h3%2C5H%2C4H2%2C1-2H3/b5-3%2B ; - skos:exactMatch ofmpub:selectedSubstanceId=44399 ; + skos:exactMatch ; + skos:exactMatch ; skos:notation "trans-2-pentene" . @@ -2135,7 +2132,7 @@ skos:altLabel "2-methylbutene"@en ; skos:altLabel "1-isoamylene"@en ; skos:broader ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C5H10/c1-4-5(2)3/h2%2C4H2%2C1%2C3H3 ; + skos:exactMatch ; skos:notation "2-methylbut-1-ene" . @@ -2148,7 +2145,7 @@ skos:altLabel "isopentene"@en ; skos:altLabel "isopropylethylene"@en ; skos:broader ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C5H10/c1-4-5(2)3/h4-5H%2C1H2%2C2-3H3 ; + skos:exactMatch ; skos:notation "3-methylbut-1-ene" . @@ -2162,8 +2159,8 @@ skos:altLabel "2-butene"@en ; skos:altLabel "n-amylene"@en ; skos:broader ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C5H10/c1-4-5(2)3/h4H%2C1-3H3 ; - skos:exactMatch ofmpub:selectedSubstanceId=89823 ; + skos:exactMatch ; + skos:exactMatch ; skos:notation "2-methylbut-2-ene" . @@ -2174,8 +2171,8 @@ skos:altLabel "2-methylbuta-1,3-diene"@en ; skos:altLabel "C5H8"@en ; skos:broader ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C5H8/c1-4-5(2)3/h4H%2C1-2H2%2C3H3 ; - skos:exactMatch ofmpub:selectedSubstanceId=48755 ; + skos:exactMatch ; + skos:exactMatch ; skos:notation "2-methylbuta-1,3-diene" . @@ -2194,8 +2191,8 @@ skos:prefLabel "a-pinene"@en ; skos:altLabel "4,6,6-trimethylbicyclo(3.1.1)hept-3-ene"@en ; skos:broader ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C10H16/c1-7-4-5-8-6-9(7)10(8%2C2)3/h4%2C8-9H%2C5-6H2%2C1-3H3 ; - skos:exactMatch ofmpub:selectedSubstanceId=48668 ; + skos:exactMatch ; + skos:exactMatch ; skos:notation "alpha-pinene" . @@ -2205,7 +2202,7 @@ skos:prefLabel "b-pinene"@en ; skos:altLabel "6,6-dimethyl-4-methylidenebicyclo(3.1.1)heptane"@en ; skos:broader ; - skos:exactMatch ofmpub:selectedSubstanceId=46731 ; + skos:exactMatch ; skos:notation "beta-pinene" . @@ -2215,7 +2212,7 @@ skos:prefLabel "limonene"@en ; skos:altLabel "1-methyl-4-prop-1-en-2-ylcyclohexene"@en ; skos:broader ; - skos:exactMatch ofmpub:selectedSubstanceId=46540 ; + skos:exactMatch ; skos:notation "limonene" . @@ -2225,8 +2222,8 @@ skos:prefLabel "myrcene"@en ; skos:altLabel "2-methyl-6-methylideneocta-1,7-diene"@en ; skos:broader ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C10H16/c1-5-10(4)8-6-7-9(2)3/h5%2C7H%2C1%2C4%2C6%2C8H2%2C2-3H3 ; - skos:exactMatch ofmpub:selectedSubstanceId=47208 ; + skos:exactMatch ; + skos:exactMatch ; skos:notation "myrcene" . @@ -2273,7 +2270,7 @@ dct:description "a hydrocarbon with a ring structure consisting of six or more carbon atoms"@en ; skos:prefLabel "aromatic hydrocarbon"@en ; skos:broader ; - skos:closeMatch gemet:concept?cp=562 ; + skos:closeMatch ; skos:notation "aromatic-hydrocarbon" . @@ -2284,9 +2281,9 @@ skos:altLabel "benzene"@en ; skos:altLabel "benzol"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=776 ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C6H6/c1-2-4-6-5-3-1/h1-6H ; - skos:exactMatch ofmpub:selectedSubstanceId=98385 ; + skos:exactMatch ; + skos:exactMatch ; + skos:exactMatch ; skos:notation "benzene" . @@ -2296,7 +2293,7 @@ skos:prefLabel "toluene"@en ; skos:altLabel "methyl benzene"@en ; skos:broader ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C7H8/c1-7-5-3-2-4-6-7/h2-6H,1H3 ; + skos:exactMatch ; skos:notation "toluene" . @@ -2430,7 +2427,7 @@ dct:description "a five-ring hydrocarbon with the formula C20H12"@en ; skos:prefLabel "benzopyrene"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=777 ; + skos:exactMatch ; skos:notation "benzopyrene" . @@ -2443,7 +2440,7 @@ skos:altLabel "C\u2086H\u2085OH"@en ; skos:broader ; skos:broader ; - skos:exactMatch gemet:concept?cp=6183 ; + skos:exactMatch ; skos:notation "phenol" . @@ -2453,7 +2450,7 @@ skos:prefLabel "dioxin"@en ; skos:altLabel "C\u2084H\u2084O\u2082"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=2207 ; + skos:exactMatch ; skos:notation "dioxin" . @@ -2463,7 +2460,7 @@ skos:prefLabel "furan"@en ; skos:altLabel "C\u2084H\u2084O"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=3536 ; + skos:exactMatch ; skos:notation "furan" . @@ -2472,7 +2469,7 @@ dct:description "a hydrocarbon with one or more halogen atoms replacing hydrogen atoms"@en ; skos:prefLabel "halogenated hydrocarbon"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=3820 ; + skos:exactMatch ; skos:notation "halogenated-hydrocarbon" . @@ -2501,7 +2498,7 @@ skos:altLabel "vinylchloride"@en ; skos:altLabel "C\u2082H\u2083Cl"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=1378 ; + skos:exactMatch ; skos:notation "chloroethylene" . @@ -2533,7 +2530,7 @@ dct:description "an aromatic hydrocarbon with a hydroxy group and substitution of one or more hydrogen atoms by chlorine"@en ; skos:prefLabel "chlorophenol"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=1389 ; + skos:exactMatch ; skos:notation "chlorophenol" . @@ -2543,7 +2540,7 @@ skos:prefLabel "pentachlorophenol"@en ; skos:altLabel "C6Cl5OH"@en ; skos:altLabel "C\u2086Cl\u2085OH"@en ; - skos:exactMatch gemet:concept?cp=6106 ; + skos:exactMatch ; skos:notation "pentachlorophenol" . @@ -2557,7 +2554,7 @@ skos:altLabel "C2Cl4"@en ; skos:altLabel "C\u2082Cl\u2084"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=6109 ; + skos:exactMatch ; skos:notation "tetrachloroethene" . @@ -2579,7 +2576,7 @@ skos:prefLabel "CFC"@en ; skos:altLabel "chlorofluorocarbon"@en ; skos:broader ; - skos:closeMatch gemet:concept?cp=1381 ; + skos:closeMatch ; skos:notation "chlorofluorocarbon" . @@ -2589,7 +2586,7 @@ skos:prefLabel "HCFC"@en ; skos:altLabel "hcfc"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=1385 ; + skos:exactMatch ; skos:notation "hcfc" . @@ -3341,7 +3338,7 @@ skos:altLabel "CH3C(O)OONO2"@en ; skos:altLabel "CH3CO3NO2"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=6128 ; + skos:exactMatch ; skos:notation "peroxyacetylnitrate" . @@ -3472,7 +3469,7 @@ dct:description "a volatile organic carbon with a hydroxyl group"@en ; skos:prefLabel "alcohol"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=298 ; + skos:exactMatch ; skos:notation "alcohol" . @@ -3491,7 +3488,7 @@ skos:prefLabel "C2H5OH"@en ; skos:altLabel "ethanol"@en ; skos:broader ; - skos:exactMatch gemet:concept?cp=12017 ; + skos:exactMatch ; skos:notation "ethanol" . @@ -3537,7 +3534,7 @@ dct:description "an organic molecule that contains an ether group, i.e. R-O-R'"@en ; skos:prefLabel "ether"@en ; skos:broader ; - skos:closeMatch gemet:concept?cp=2979 ; + skos:closeMatch ; skos:notation "ether" . @@ -3603,7 +3600,7 @@ skos:altLabel "C2H5COOH"@en ; skos:altLabel "methylacetic acid"@en ; skos:broader ; - skos:exactMatch nist:cgi/inchi/InChI%3D1S/C3H6O2/c1-2-3%284%295/h2H2%2C1H3%2C%28H%2C4%2C5%29 ; + skos:exactMatch ; skos:notation "propanoic-acid" . @@ -4014,7 +4011,7 @@ skos:altLabel "NH\u2084\u207B"@en ; skos:broader ; skos:broader ; - skos:exactMatch gemet:concept?cp=379 ; + skos:exactMatch ; skos:notation "ammonium" .