Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 139 additions & 0 deletions new_content/hash44/AirWxPhenomena.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<AirWxPhenomena>
a skos:Collection ;
rdfs:label "Air Wx Phenomena"@en ;
dct:description "ICAO Annex 3/ WMO No. 49-2 Appendix 6 Section 2.1"@en ;
skos:member <AirWxPhenomena/SFC_WIND> ,
<AirWxPhenomena/SFC_VIS> ,
<AirWxPhenomena/ISOL_TS> ,
<AirWxPhenomena/OCNL_TS> ,
<AirWxPhenomena/ISOL_TSGR> ,
<AirWxPhenomena/OCNL_TSGR> ,
<AirWxPhenomena/MT_OBSC> ,
<AirWxPhenomena/BKN_CLD> ,
<AirWxPhenomena/OVC_CLD> ,
<AirWxPhenomena/ISOL_CB> ,
<AirWxPhenomena/OCNL_CB> ,
<AirWxPhenomena/FRQ_CB> ,
<AirWxPhenomena/ISOL_TCU> ,
<AirWxPhenomena/OCNL_TCU> ,
<AirWxPhenomena/FRQ_TCU> ,
<AirWxPhenomena/MOD_ICE> ,
<AirWxPhenomena/MOD_TURB> ,
<AirWxPhenomena/MOD_MTW> .



<AirWxPhenomena/SFC_WIND>
a skos:Concept ;
rdfs:label "Widespread mean surface wind"@en ;
dct:description "Widespread mean surface wind"@en ;
skos:notation "SFC WIND nn[n]MPS" .

<AirWxPhenomena/SFC_VIS>
a skos:Concept ;
rdfs:label "Surface visibility"@en ;
dct:description "Surface visibility"@en ;
skos:notation "SFC VIS nnnnM (mm)" .

<AirWxPhenomena/ISOL_TS>
a skos:Concept ;
rdfs:label "Isolated thunderstorms"@en ;
dct:description "Isolated thunderstorms"@en ;
skos:notation "ISOL TS" .

<AirWxPhenomena/OCNL_TS>
a skos:Concept ;
rdfs:label "OCNL TS"@en ;
dct:description "Occasional thunderstorms"@en ;
skos:notation "Occasional thunderstorms" .


<AirWxPhenomena/ISOL_TSGR>
a skos:Concept ;
rdfs:label "Isolated thunderstorms with hail"@en ;
dct:description "Isolated thunderstorms with hail"@en ;
skos:notation "ISOL TSGR" .

<AirWxPhenomena/OCNL_TSGR>
a skos:Concept ;
rdfs:label "Occasional thunderstorms with hail"@en ;
dct:description "Occasional thunderstorms with hail"@en ;
skos:notation "OCNL TSGR" .

<AirWxPhenomena/MT_OBSC>
a skos:Concept ;
rdfs:label "Mountain obscuration"@en ;
dct:description "Mountain obscuration"@en ;
skos:notation "MT OBSC" .

<AirWxPhenomena/BKN_CLD>
a skos:Concept ;
rdfs:label "Broken cloud"@en ;
dct:description "Broken cloud"@en ;
skos:notation "BKN CLD" .

<AirWxPhenomena/OVC_CLD>
a skos:Concept ;
rdfs:label "Overcast cloud"@en ;
dct:description "Overcast cloud"@en ;
skos:notation "OVC CLD" .

<AirWxPhenomena/ISOL_CB>
a skos:Concept ;
rdfs:label "Isolated cumulonimbus cloud"@en ;
dct:description "Isolated cumulonimbus cloud"@en ;
skos:notation "ISOL CB" .

<AirWxPhenomena/OCNL_CB>
a skos:Concept ;
rdfs:label "Occasional cumulonimbus cloud"@en ;
dct:description "Occasional cumulonimbus cloud"@en ;
skos:notation "OCNL CB" .

<AirWxPhenomena/FRQ_CB>
a skos:Concept ;
rdfs:label "Frequent cumulonimbus cloud"@en ;
dct:description "Frequent cumulonimbus cloud"@en ;
skos:notation "FRQ CB" .

<AirWxPhenomena/ISOL_TCU>
a skos:Concept ;
rdfs:label "Isolated towering cumulus cloud"@en ;
dct:description "Isolated towering cumulus cloud"@en ;
skos:notation "ISOL TCU" .

<AirWxPhenomena/OCNL_TCU>
a skos:Concept ;
rdfs:label "Occasional towering cumulus cloud"@en ;
dct:description "Occasional towering cumulus cloud"@en ;
skos:notation "OCNL TCU" .

<AirWxPhenomena/FRQ_TCU>
a skos:Concept ;
rdfs:label "Frequent towering cumulus cloud"@en ;
dct:description "Frequent towering cumulus cloud"@en ;
skos:notation "FRQ TCU" .

<AirWxPhenomena/MOD_ICE>
a skos:Concept ;
rdfs:label "Moderate icing"@en ;
dct:description "Moderate icing"@en ;
skos:notation "MOD ICE" .

<AirWxPhenomena/MOD_TURB>
a skos:Concept ;
rdfs:label "Moderate turbulence"@en ;
dct:description "Moderate turbulence"@en ;
skos:notation "MOD TURB" .

<AirWxPhenomena/MOD_MTW>
a skos:Concept ;
rdfs:label "Moderate mountain wave"@en ;
dct:description "Moderate mountain wave"@en ;
skos:notation "MOD MTW" .

59 changes: 59 additions & 0 deletions new_content/hash44/AviationColourCode.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<AviationColourCode>
a skos:Collection ;
rdfs:label "Volcanic Aviation Colour Code"@en ;
dct:description "Volcanic Aviation Colour Code ICAO Annex 15"@en ;
skos:member <AviationColourCode/RED> ,
<AviationColourCode/ORANGE> ,
<AviationColourCode/YELLOW> ,
<AviationColourCode/GREEN> ,
<AviationColourCode/UNKNOWN> ,
<AviationColourCode/NOT_GIVEN> ,
<AviationColourCode/NIL> .


<AviationColourCode/RED>
a skos:Concept ;
rdfs:label "Red"@en ;
dct:description "Eruption is forecasted to be imminent with significant emission of ash into the atmosphere likely. Or, eruption is underway with significant emission of ash into the atmosphere [specify ash-plume height if possible]."@en ;
skos:notation "RED" .

<AviationColourCode/ORANGE>
a skos:Concept ;
rdfs:label "Orange"@en ;
dct:description "Volcano is exhibiting heightened unrest with increased likelihood of eruption. Or, volcanic eruption is underway with no or minor ash emission [specify ash-plume height if possible]."@en ;
skos:notation "ORANGE" .

<AviationColourCode/YELLOW>
a skos:Concept ;
rdfs:label "Yellow"@en ;
dct:description "Volcano is experiencing signs of elevated unrest above known background levels. Or, after a change from higher alert level: Volcanic activity has decreased significantly but continues to be closely monitored for possible renewed increase."@en ;
skos:notation "YELLOW" .

<AviationColourCode/GREEN>
a skos:Concept ;
rdfs:label "Green"@en ;
dct:description "Volcano is in normal, non-eruptive state. Or, after a change from a higher alert level: Volcanic activity considered to have ceased, and volcano reverted to its normal, non-eruptive state."@en ;
skos:notation "GREEN" .

<AviationColourCode/UNKNOWN>
a skos:Concept ;
rdfs:label "Unknown"@en ;
dct:description "Unknown"@en ;
skos:notation "UNKNOWN" .

<AviationColourCode/NOT_GIVEN>
a skos:Concept ;
rdfs:label "Not Given"@en ;
dct:description "Not Given"@en ;
skos:notation "NOT GIVEN" .

<AviationColourCode/NIL>
a skos:Concept ;
rdfs:label "Nil"@en ;
dct:description "Nil"@en ;
skos:notation "NIL" .
145 changes: 145 additions & 0 deletions new_content/hash44/WeatherCausingVisibilityReduction.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<WeatherCausingVisibilityReduction>
a skos:Collection ;
rdfs:label "Weather Causing Visibility Reduction"@en ;
dct:description "ICAO Annex 3/ WMO No. 49-2 Appendix 6 Section 2.1 under SFC VIS"@en ;
skos:member
<WeatherCausingVisibilityReduction/BR> ,
<WeatherCausingVisibilityReduction/DS> ,
<WeatherCausingVisibilityReduction/DU> ,
<WeatherCausingVisibilityReduction/DZ> ,
<WeatherCausingVisibilityReduction/FC> ,
<WeatherCausingVisibilityReduction/FG> ,
<WeatherCausingVisibilityReduction/FU> ,
<WeatherCausingVisibilityReduction/GR> ,
<WeatherCausingVisibilityReduction/GS> ,
<WeatherCausingVisibilityReduction/HZ> ,
<WeatherCausingVisibilityReduction/PL> ,
<WeatherCausingVisibilityReduction/PO> ,
<WeatherCausingVisibilityReduction/RA> ,
<WeatherCausingVisibilityReduction/SA> ,
<WeatherCausingVisibilityReduction/SG> ,
<WeatherCausingVisibilityReduction/SN> ,
<WeatherCausingVisibilityReduction/SQ> ,
<WeatherCausingVisibilityReduction/SS> ,
<WeatherCausingVisibilityReduction/VA> .


<WeatherCausingVisibilityReduction/BR>
a skos:Concept ;
rdfs:label "Mist"@en ;
dct:description "Mist"@en ;
skos:notation "BR" .

<WeatherCausingVisibilityReduction/DS>
a skos:Concept ;
rdfs:label "Duststorm"@en ;
dct:description "Duststorm"@en ;
skos:notation "DS" .

<WeatherCausingVisibilityReduction/DU>
a skos:Concept ;
rdfs:label "Dust"@en ;
dct:description "Dust"@en ;
skos:notation "DU" .

<WeatherCausingVisibilityReduction/DZ>
a skos:Concept ;
rdfs:label "Drizzle"@en ;
dct:description "Drizzle"@en ;
skos:notation "DZ" .

<WeatherCausingVisibilityReduction/FC>
a skos:Concept ;
rdfs:label "Funnel Cloud"@en ;
dct:description "Funnel Cloud"@en ;
skos:notation "FC" .

<WeatherCausingVisibilityReduction/FG>
a skos:Concept ;
rdfs:label "Fog"@en ;
dct:description "Fog"@en ;
skos:notation "FG" .

<WeatherCausingVisibilityReduction/FU>
a skos:Concept ;
rdfs:label "Smoke"@en ;
dct:description "Smoke"@en ;
skos:notation "FU" .

<WeatherCausingVisibilityReduction/GR>
a skos:Concept ;
rdfs:label "Hail"@en ;
dct:description "Hail"@en ;
skos:notation "GR" .

<WeatherCausingVisibilityReduction/GS>
a skos:Concept ;
rdfs:label "Small Hail"@en ;
dct:description "Small Hail"@en ;
skos:notation "GS" .

<WeatherCausingVisibilityReduction/HZ>
a skos:Concept ;
rdfs:label "Haze"@en ;
dct:description "Haze"@en ;
skos:notation "HZ" .

<WeatherCausingVisibilityReduction/PL>
a skos:Concept ;
rdfs:label "Ice pellets"@en ;
dct:description "Ice pellets"@en ;
skos:notation "PL" .

<WeatherCausingVisibilityReduction/PO>
a skos:Concept ;
rdfs:label "Dust/stand whirls"@en ;
dct:description "Dust/stand whirls"@en ;
skos:notation "PO" .

<WeatherCausingVisibilityReduction/RA>
a skos:Concept ;
rdfs:label "Rain"@en ;
dct:description "Rain"@en ;
skos:notation "RA" .

<WeatherCausingVisibilityReduction/SA>
a skos:Concept ;
rdfs:label "Sand"@en ;
dct:description "Sand"@en ;
skos:notation "SA" .

<WeatherCausingVisibilityReduction/SG>
a skos:Concept ;
rdfs:label "Snow grams"@en ;
dct:description "Snow grams"@en ;
skos:notation "SG" .

<WeatherCausingVisibilityReduction/SN>
a skos:Concept ;
rdfs:label "Snow"@en ;
dct:description "Snow"@en ;
skos:notation "SN" .

<WeatherCausingVisibilityReduction/SQ>
a skos:Concept ;
rdfs:label "Squall"@en ;
dct:description "Squall"@en ;
skos:notation "SQ" .

<WeatherCausingVisibilityReduction/SS>
a skos:Concept ;
rdfs:label "Sandstorm"@en ;
dct:description "Sandstorm"@en ;
skos:notation "SS" .

<WeatherCausingVisibilityReduction/VA>
a skos:Concept ;
rdfs:label "Volcanic Ash"@en ;
dct:description "Volcanic Ash"@en ;
skos:notation "VA" .