Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - TropicalCyclonicSystem
TropicalCyclonicSystem

appearance as argument number 1
-------------------------


(documentation TropicalCyclonicSystem ChineseLanguage "TropicalCyclonicSystem (热带气旋系统) 是CyclonicStorm (气旋风暴)的一类,它在热带(Tropics)产生,风向朝气旋中心,向内旋转,风速一般达强风 (>25 mph)程度或更高的风速。整个系统通常以每小时10-15英里 (10-15 mph)向前移动,可是有时候也会 保持停留不动,或是移动速度快达每小时40英里 (40 mph)。 https:/ / www.metoffice.gov.uk/ research/ weather/ tropical-cyclones/ facts") Weather.kif 611-615
(documentation TropicalCyclonicSystem EnglishLanguage "TropicalCyclonicSystem is the class of CyclonicStorms that originates in the Tropics and typically have rotational winds of strong force (> 25 mph) or higher.The whole system typically moving forward at 10-15 mph, but it can also stay quasistationary, or travel as fast as 40 mph. https:/ / www.metoffice.gov.uk/ research/ weather/ tropical-cyclones/ facts") Weather.kif 606-610
(subclass TropicalCyclonicSystem CyclonicStorm) Weather.kif 605-605

appearance as argument number 2
-------------------------


(subclass Hurricane TropicalCyclonicSystem) Weather.kif 736-736
(subclass TropicalCyclone TropicalCyclonicSystem) Weather.kif 672-672
(subclass TropicalDepression TropicalCyclonicSystem) Weather.kif 648-648
(subclass TropicalStorm TropicalCyclonicSystem) Weather.kif 708-708
(subclass Typhoon TropicalCyclonicSystem) Weather.kif 770-770
(termFormat ChineseLanguage TropicalCyclonicSystem "热带氣旋系统") Weather.kif 617-617
(termFormat EnglishLanguage TropicalCyclonicSystem "tropical cyclonic system") Weather.kif 616-616

antecedent
-------------------------


(=>
    (and
        (instance ?TC TropicalCyclonicSystem)
        (origin ?TC ?SEA)
        (or
            (instance ?SEA NorthAtlanticOcean)
            (instance ?SEA PacificOcean)
            (instance ?SEA IndianOcean)))
    (not
        (exists (?AREA ?DIR ?NUM ?LONG)
            (and
                (located ?AREA ?SEA)
                (instance ?DIR DirectionalAttribute)
                (objectGeographicCoordinates ?AREA
                    (LatitudeFn ?DIR
                        (MeasureFn ?NUM AngularDegree)) ?LONG)
                (or
                    (equal ?DIR North)
                    (equal ?DIR South))
                (lessThan ?NUM 5.0)))))
Weather.kif 627-646
(=>
    (instance ?STORM TropicalCyclonicSystem)
    (exists (?PLACE)
        (and
            (instance ?PLACE GeographicArea)
            (geographicSubregion ?PLACE Tropics)
            (origin ?STORM ?PLACE))))
Weather.kif 619-625


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners