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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - weatherThreat
weatherThreat

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


(documentation weatherThreat EnglishLanguage "A weatherThreat is a Relation linking 4 arguments. (weatherThreat ?WP ?P ?A ?TI) means it is believed that an instance of a class of WeatherProcess ?WP will occur in GeographicArea ?A during TimeInterval ?TI and it is not desirable to a GroupOfPeople that it happens.") Weather.kif 3205-3208
(domain weatherThreat 2 GroupOfPeople) Weather.kif 3210-3210 The number 2 argument of weather threat is an instance of group of people
(domain weatherThreat 3 GeographicArea) Weather.kif 3211-3211 The number 3 argument of weather threat is an instance of geographic area
(domain weatherThreat 4 TimeInterval) Weather.kif 3212-3212 The number 4 argument of weather threat is an instance of time interval
(domainSubclass weatherThreat 1 WeatherProcess) Weather.kif 3209-3209 The number 1 argument of weather threat is a subclass of weather process
(instance weatherThreat QuaternaryPredicate) Weather.kif 3204-3204 weather threat is an instance of quaternary predicate

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


(format EnglishLanguage weatherThreat "%1 is a threat to %2 located at %3 during %4") domainEnglishFormat.kif 4954-4954
(relatedInternalConcept WeatherAssessment weatherThreat) Weather.kif 3171-3171 Weather assessment is internally related to weather threat
(relatedInternalConcept WeatherForecast weatherThreat) Weather.kif 3190-3190 Weather forecast is internally related to weather threat
(termFormat EnglishLanguage weatherThreat "weather threat") domainEnglishFormat.kif 66034-66034 Weather forecast is internally related to weather threat

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


(=>
    (weatherThreat ?CLASS ?G ?A ?TI)
    (exists (?M)
        (believes ?M
            (exists (?I)
                (and
                    (member ?I ?G)
                    (holdsDuring ?TI
                        (exists (?WP)
                            (and
                                (instance ?WP ?CLASS)
                                (eventLocated ?WP ?A))))
                    (not
                        (desires ?I ?WP)))))))
Weather.kif 3214-3227


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