Skip to content

Commit

Permalink
Merge pull request #429 from wmo-im/fixForMaster
Browse files Browse the repository at this point in the history
Added missing TTLs for latest FT updates on Master.
  • Loading branch information
amilan17 authored Nov 15, 2022
2 parents 9c489de + c7a97e6 commit 3400224
Show file tree
Hide file tree
Showing 43 changed files with 264 additions and 29 deletions.
4 changes: 2 additions & 2 deletions tables_en/1-01-06.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
notation, name, description
space,Space,"Spatial extent above the atmosphere around Earth above the Kármán line at 100 km altitude."
notation,name,description
space,Space,"Spatial extent above the atmosphere around Earth above the Karman line at 100 km altitude."
atmosphere,Atmosphere,"Spatial extent from the Earth surface towards but excluding space."
ocean,Ocean or Sea,"Continuous saline, non-cryosphere part of the hydrosphere."
terrestrial,Terrestrial,"Spatial extent comprised of land masses, normally not covered by the ocean or other water bodies and excluding cryosphere."
Expand Down
2 changes: 1 addition & 1 deletion tables_en/1-01-07.csv
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ soil,Soil,"Unconsolidated material, containing living and inert organic and mine
suspendedMatter,Suspended matter,"Solid matter suspended in a liquid or gas, or droplets of liquid suspended in gas. In solids, molecules are arranged in a regular pattern, firmly held in place and only able to vibrate within a limited space.","terrestrial, cryosphere, hydrological, marine"
totalDeposition,Total deposition,The sum of dry and wet deposition.,"atmosphere, terrestrial, marine"
wetDeposition,Wet deposition,"The sum of atmospheric trace gases and particulate matter removed from the atmosphere after suspension in atmospheric water and washed out through rain, snow or fog.","atmosphere, terrestrial, marine"
permafrost,Permafrost,Subsurface material that remains continuously at or below 0 °C throughout at least two consecutive years.,"terrestrial, cryosphere"
permafrost,Permafrost,Subsurface material that remains continuously at or below 0 degree Celsius throughout at least two consecutive years.,"terrestrial, cryosphere"
3 changes: 1 addition & 2 deletions tables_en/wmdr-tables.csv
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
5-02-05,Measurement/observing method (terrestrial and hydrological),http://codes.wmo.int/wmdr/ObservingMethodTerrestrial
5-03-01,Polarization of electromagnetic radiation,http://codes.wmo.int/wmdr/Polarization
5-03-02,Frequency use of electromagnetic radiation,http://codes.wmo.int/wmdr/FrequencyUse
5-03-03, Purpose of frequency use,http://codes.wmo.int/wmdr/PurposeOfFrequencyUse
5-03-03,Purpose of frequency use,http://codes.wmo.int/wmdr/PurposeOfFrequencyUse
5-03-04,Mode of energy transmission,http://codes.wmo.int/wmdr/TransmissionMode
5-04,Instrument operating status,http://codes.wmo.int/wmdr/InstrumentOperatingStatus
5-05,Type of reference surface,http://codes.wmo.int/wmdr/ReferenceSurfaceType
Expand All @@ -62,4 +62,3 @@
11-02,Coordinates reference,http://codes.wmo.int/wmdr/CoordinateReferenceSystem
11-03,Meaning of time stamp,http://codes.wmo.int/wmdr/TimeStampMeaning
11-04,Timezone,https://codes.wmo.int/wmdr/Timezone
superseded,Multiple tables,https://codes.wmo.int/wmdr
Binary file removed wmdr/.DS_Store
Binary file not shown.
10 changes: 10 additions & 0 deletions wmdr/Domain.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<Domain> a reg:Register , skos:Collection , ldp:Container ;
ldp:hasMemberRelation skos:member ;
rdfs:label "Domain" ;
dct:description "Domain" .
8 changes: 8 additions & 0 deletions wmdr/Domain/atmosphere.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<atmosphere> a skos:Concept ;
rdfs:label "Atmosphere" ;
skos:notation "atmosphere" ;
dct:description "Spatial extent from the Earth surface towards but excluding space."@en .
8 changes: 8 additions & 0 deletions wmdr/Domain/cryosphere.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<cryosphere> a skos:Concept ;
rdfs:label "Cryosphere" ;
skos:notation "cryosphere" ;
dct:description "A component of the Earth system that contains ice, including solid precipitation, snow, glaciers and ice caps, ice sheets, ice shelves, icebergs, sea ice, lake ice, river ice, permafrost, and seasonally frozen ground, or even 'dry' material in the case of permafrost. The cryosphere includes elements on or beneath the Earth's surface or that are measured at the surface in the case of solid precipitation. It therefore excludes ice clouds [and other atmospheric particles]. [Technical Regulations (WMO-No. 49), Vol 1]"@en .
8 changes: 8 additions & 0 deletions wmdr/Domain/hydrological.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<hydrological> a skos:Concept ;
rdfs:label "Hydrological" ;
skos:notation "hydrological" ;
dct:description "Non-saline, non-atmosphere, non-cryosphere part of the hydrosphere, including lakes, rivers, groundwater."@en .
8 changes: 8 additions & 0 deletions wmdr/Domain/ocean.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<ocean> a skos:Concept ;
rdfs:label "Ocean or Sea" ;
skos:notation "ocean" ;
dct:description "Continuous saline, non-cryosphere part of the hydrosphere."@en .
8 changes: 8 additions & 0 deletions wmdr/Domain/solidEarth.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<solidEarth> a skos:Concept ;
rdfs:label "Solid Earth" ;
skos:notation "solidEarth" ;
dct:description "Spatial extent of the Earth from the solid surface inwards."@en .
8 changes: 8 additions & 0 deletions wmdr/Domain/space.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<space> a skos:Concept ;
rdfs:label "Space" ;
skos:notation "space" ;
dct:description "Spatial extent above the atmosphere around Earth above the Karman line at 100 km altitude."@en .
8 changes: 8 additions & 0 deletions wmdr/Domain/terrestrial.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<terrestrial> a skos:Concept ;
rdfs:label "Terrestrial" ;
skos:notation "terrestrial" ;
dct:description "Spatial extent comprised of land masses, normally not covered by the ocean or other water bodies and excluding cryosphere."@en .
10 changes: 10 additions & 0 deletions wmdr/Matrix.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<Matrix> a reg:Register , skos:Collection , ldp:Container ;
ldp:hasMemberRelation skos:member ;
rdfs:label "Matrix" ;
dct:description "Matrix" .
8 changes: 8 additions & 0 deletions wmdr/Matrix/aerosol.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<aerosol> a skos:Concept ;
rdfs:label "Aerosol" ;
skos:notation "aerosol" ;
dct:description "Suspension of fine solid particles or liquid droplets in air or another gas. [William C. Hinds, Aerosol Technology]"@en .
8 changes: 8 additions & 0 deletions wmdr/Matrix/aquifer.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<aquifer> a skos:Concept ;
rdfs:label "Aquifer" ;
skos:notation "aquifer" ;
dct:description "A hydraulically continuous body of relatively permeable unconsolidated porous sediments or porous or fissured rocks containing groundwater. It is capable of yielding exploitable quantities of groundwater.[UN-IGRAC]"@en .
8 changes: 8 additions & 0 deletions wmdr/Matrix/cloudParticle.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<cloudParticle> a skos:Concept ;
rdfs:label "Cloud particle" ;
skos:notation "cloudParticle" ;
dct:description "Ice particle or liquid droplet present in a cloud. The particles of water, either drops of liquid water or ice crystals, which form a cloud. [International meteorological vocabulary (WMO-No. 182). 1992 (2nd ed.)]"@en .
8 changes: 8 additions & 0 deletions wmdr/Matrix/dryDeposition.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<dryDeposition> a skos:Concept ;
rdfs:label "Dry deposition" ;
skos:notation "dryDeposition" ;
dct:description "The sum of atmospheric trace gases and particulate matter removed from the atmosphere by sedimentation, turbulence or diffusion."@en .
8 changes: 8 additions & 0 deletions wmdr/Matrix/gasPhase.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<gasPhase> a skos:Concept ;
rdfs:label "Gas phase" ;
skos:notation "gasPhase" ;
dct:description "Physical state of matter, also called vapour phase. Molecules are sufficiently far apart to overcome attractive forces and to fill all available space almost uniformly."@en .
8 changes: 8 additions & 0 deletions wmdr/Matrix/groundwater.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<groundwater> a skos:Concept ;
rdfs:label "Groundwater" ;
skos:notation "groundwater" ;
dct:description "Subsurface water occupying the saturated zone.[International Glossary of Hydrology (WMO-No. 385). 2012.]"@en .
8 changes: 8 additions & 0 deletions wmdr/Matrix/interstitialAir.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<interstitialAir> a skos:Concept ;
rdfs:label "Interstitial air" ;
skos:notation "interstitialAir" ;
dct:description "Air trapped in small cavities in a solid matrix, e.g. snow, ice, soil, bedrock or similar."@en .
8 changes: 8 additions & 0 deletions wmdr/Matrix/interstitialWater.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<interstitialWater> a skos:Concept ;
rdfs:label "Interstitial water" ;
skos:notation "interstitialWater" ;
dct:description "Water contained in the voids of porous or fractured media. [International Glossary of Hydrology (WMO-No. 385). 2012.]"@en .
8 changes: 8 additions & 0 deletions wmdr/Matrix/liquidPhase.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<liquidPhase> a skos:Concept ;
rdfs:label "Liquid phase" ;
skos:notation "liquidPhase" ;
dct:description "A physical state of matter. In liquids, molecules flow easily around each other but are held together by attractive forces. Liquids assume the shape of their containers or appear as droplets in an aerosol."@en .
8 changes: 8 additions & 0 deletions wmdr/Matrix/particlePhase.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<particlePhase> a skos:Concept ;
rdfs:label "Particle phase" ;
skos:notation "particlePhase" ;
dct:description "Liquid or solid particles, or liquid particles with a solid core suspended in a matrix in a different aggregation state."@en .
8 changes: 8 additions & 0 deletions wmdr/Matrix/permafrost.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<permafrost> a skos:Concept ;
rdfs:label "Permafrost" ;
skos:notation "permafrost" ;
dct:description "Subsurface material that remains continuously at or below 0 degree Celsius throughout at least two consecutive years."@en .
8 changes: 8 additions & 0 deletions wmdr/Matrix/snow.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<snow> a skos:Concept ;
rdfs:label "Snow" ;
skos:notation "snow" ;
dct:description "A porous, sintered material consisting of an ice structure and a continuously connected pore space, which contains air and potentially liquid water."@en .
8 changes: 8 additions & 0 deletions wmdr/Matrix/soil.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<soil> a skos:Concept ;
rdfs:label "Soil" ;
skos:notation "soil" ;
dct:description "Unconsolidated material, containing living and inert organic and mineral components, lying directly on the surface of the Earth and which enables vegetation to grow"@en .
8 changes: 8 additions & 0 deletions wmdr/Matrix/suspendedMatter.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<suspendedMatter> a skos:Concept ;
rdfs:label "Suspended matter" ;
skos:notation "suspendedMatter" ;
dct:description "Solid matter suspended in a liquid or gas, or droplets of liquid suspended in gas. In solids, molecules are arranged in a regular pattern, firmly held in place and only able to vibrate within a limited space."@en .
8 changes: 8 additions & 0 deletions wmdr/Matrix/totalDeposition.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<totalDeposition> a skos:Concept ;
rdfs:label "Total deposition" ;
skos:notation "totalDeposition" ;
dct:description "The sum of dry and wet deposition."@en .
8 changes: 8 additions & 0 deletions wmdr/Matrix/wetDeposition.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<wetDeposition> a skos:Concept ;
rdfs:label "Wet deposition" ;
skos:notation "wetDeposition" ;
dct:description "The sum of atmospheric trace gases and particulate matter removed from the atmosphere after suspension in atmospheric water and washed out through rain, snow or fog."@en .
4 changes: 2 additions & 2 deletions wmdr/ObservedVariableTerrestrial.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

<ObservedVariableTerrestrial> a reg:Register , skos:Collection , ldp:Container ;
ldp:hasMemberRelation skos:member ;
rdfs:label "Observed variable - measurand (terrestrial)" ;
dct:description "Observed variable - measurand (terrestrial)" .
rdfs:label "Observed variable - measurand (terrestrial and hydrological)" ;
dct:description "Observed variable - measurand (terrestrial and hydrological)" .
2 changes: 1 addition & 1 deletion wmdr/ObservedVariableTerrestrial/12249.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<12249> a skos:Concept ;
rdfs:label "Stream surface velocity" ;
skos:notation "12249" ;
dct:description "Velocity of a liquid at its surface at a given point. [Based on 'surface velocity' in International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en .
dct:description "Velocity of a stream at its surface at a given point. [Based on 'surface velocity' in International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en .
8 changes: 0 additions & 8 deletions wmdr/ObservedVariableTerrestrial/12250.ttl

This file was deleted.

2 changes: 1 addition & 1 deletion wmdr/ObservedVariableTerrestrial/12256.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<12256> a skos:Concept ;
rdfs:label "Hydraulic conductivity" ;
skos:notation "12256" ;
dct:description "Property of a porous medium which, according to Darcy's law, relates the specific discharge to the hydraulic gradient. [International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en .
dct:description "Property of a porous medium or fractured rock which, according to Darcy's law, relates the specific discharge to the hydraulic gradient. [based on 'hydraulic conductivity' in International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en .
2 changes: 1 addition & 1 deletion wmdr/ObservedVariableTerrestrial/12265.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<12265> a skos:Concept ;
rdfs:label "Groundwater flow" ;
skos:notation "12265" ;
dct:description "Volume of groundwater flowing along an aquifer per unit time. [Based on International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en .
dct:description "Volume of groundwater flowing through an aquifer per unit time. [Based on International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en .
8 changes: 0 additions & 8 deletions wmdr/ObservedVariableTerrestrial/12269.ttl

This file was deleted.

2 changes: 1 addition & 1 deletion wmdr/ObservedVariableTerrestrial/171.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<171> a skos:Concept ;
rdfs:label "Stream discharge" ;
skos:notation "171" ;
dct:description "Volume of water flowing through a river (or channel) cross-section per unit time. [Based on 'discharge' in International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en .
dct:description "Volume of water flowing through a stream (or channel) cross-section per unit time. [Based on 'discharge' in International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservingMethodAtmosphere/344.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<344> a skos:Concept ;
rdfs:label "trace gases" ;
skos:notation "344" ;
dct:description "greenhouse gas"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservingMethodAtmosphere/345.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<345> a skos:Concept ;
rdfs:label "trace gases" ;
skos:notation "345" ;
dct:description "greenhouse gas"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservingMethodAtmosphere/346.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<346> a skos:Concept ;
rdfs:label "trace gases" ;
skos:notation "346" ;
dct:description "in situ"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservingMethodAtmosphere/347.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<347> a skos:Concept ;
rdfs:label "trace gases" ;
skos:notation "347" ;
dct:description "in situ"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservingMethodAtmosphere/348.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<348> a skos:Concept ;
rdfs:label "trace gases" ;
skos:notation "348" ;
dct:description "in situ"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservingMethodAtmosphere/349.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<349> a skos:Concept ;
rdfs:label "trace gases" ;
skos:notation "349" ;
dct:description "in situ"@en .
4 changes: 2 additions & 2 deletions wmdr/ObservingMethodTerrestrial.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

<ObservingMethodTerrestrial> a reg:Register , skos:Collection , ldp:Container ;
ldp:hasMemberRelation skos:member ;
rdfs:label "Measurement/observing method (terrestrial)" ;
dct:description "Measurement/observing method (terrestrial)" .
rdfs:label "Measurement/observing method (terrestrial and hydrological)" ;
dct:description "Measurement/observing method (terrestrial and hydrological)" .

0 comments on commit 3400224

Please sign in to comment.