Browsing Interface
: Welcome guest :
log in
[
Home
| 
Graph
|  ]
KB:
SUMO
Language:
ChineseLanguage
ChinesePinyinWriting
ChineseSimplifiedWriting
ChineseTraditionalLanguage
EnglishLanguage
FrenchLanguage
GermanLanguage
JapaneseLanguage
SpanishLanguage
SwedishLanguage
Formal Language:
OWL
SUO-KIF
TPTP
traditionalLogic
KB Term:
Term intersection
English Word:
Any
Noun
Verb
Adjective
Adverb
Train
Sigma KEE - WhereFn
WhereFn
appearance as argument number 1
(
documentation
WhereFn
ChineseLanguage
"这个函数把一个
Object
和 一个
TimePoint
连在一起, 它的意思是这个
Object
在
TimePoint
存在于
Region
。")
chinese_format.kif 2131-2132
(
documentation
WhereFn
EnglishLanguage
"Maps an
Object
and a
TimePoint
at which the
Object
exists to the
Region
where the
Object
existed at that
TimePoint
.")
Merge.kif 4137-4139
(
domain
WhereFn
1
Physical
)
Merge.kif 4132-4132
domain
WhereFn
, 1 and
Physical
(
domain
WhereFn
2
TimePoint
)
Merge.kif 4133-4133
domain
WhereFn
, 2 and
TimePoint
(
instance
WhereFn
BinaryFunction
)
Merge.kif 4129-4129
instance
WhereFn
and
BinaryFunction
(
instance
WhereFn
SpatialRelation
)
Merge.kif 4130-4130
instance
WhereFn
and
SpatialRelation
(
instance
WhereFn
TotalValuedRelation
)
Merge.kif 4131-4131
instance
WhereFn
and
TotalValuedRelation
(
range
WhereFn
Region
)
Merge.kif 4134-4134
range
WhereFn
and
Region
(
relatedInternalConcept
WhereFn
WhenFn
)
Merge.kif 4135-4135
relatedInternalConcept
WhereFn
and
WhenFn
appearance as argument number 2
(
format
ChineseLanguage
WhereFn
"%1 在 %2 时所处的地区")
chinese_format.kif 273-273
(
format
EnglishLanguage
WhereFn
"the place where %1 was at %2")
english_format.kif 278-278
(
termFormat
ChineseLanguage
WhereFn
"哪里")
domainEnglishFormat.kif 62958-62958
(
termFormat
ChineseLanguage
WhereFn
"表示位置的函数")
chinese_format.kif 274-274
(
termFormat
ChineseTraditionalLanguage
WhereFn
"哪裡")
domainEnglishFormat.kif 62957-62957
(
termFormat
EnglishLanguage
WhereFn
"where")
domainEnglishFormat.kif 62956-62956
antecedent
(=>
(
equal
(
WhereFn
?THING ?TIME) ?REGION)
(
holdsDuring
?TIME
(
exactlyLocated
?THING ?REGION)))
Merge.kif 4141-4145
equal
WhereFn
Physical
and
TimePoint
and
Region
holdsDuring
TimePoint
and
exactlyLocated
Physical
and
Region
consequent
(<=>
(
and
(
instance
?Y
(
YearFn
?YEAR))
(
equal
(
MaleLifeExpectancyAtBirthFn
?AREA ?Y) ?REALNUMBER))
(
exists
(?LIST)
(
and
(
instance
?LIST
List
)
(
instance
(
ListLengthFn
?LIST) ?COUNT)
(
forall
(?LISTITEM)
(=>
(
inList
?LISTITEM ?LIST)
(
and
(
instance
?LISTITEM ?LIFEEXPECTANCYAGE)
(
not
(
exists
(?NUMBER)
(
and
(
instance
?NUMBER ?LIFEEXPECTANCYAGE)
(
not
(
inList
?NUMBER ?LIST)))))
(
equal
?COUNT
(
CardinalityFn
(
KappaFn
?LIFEEXPECTANCYAGE
(
and
(
instance
?BIRTH
Birth
)
(
experiencer
?BIRTH ?INDIVIDUAL)
(
instance
?INDIVIDUAL
Human
)
(
attribute
?INDIVIDUAL
Male
)
(
during
(
WhenFn
?BIRTH) ?Y)
(
equal
(
WhereFn
?BIRTH
(
WhenFn
?BIRTH)) ?AREA)
(
instance
?DEATH
Death
)
(
experiencer
?DEATH ?INDIVIDUAL)
(
holdsDuring
(
WhenFn
?DEATH)
(
age
?INDIVIDUAL
(
MeasureFn
?LIFEEXPECTANCYAGE
YearDuration
))))))))))
(
average
?LIST ?REALNUMBER))))
People.kif 372-405
instance
Year
and
YearFn
Year
EAR
equal
MaleLifeExpectancyAtBirthFn
GeopoliticalArea
and
Year
and
RealNumber
List
instance
List
and
List
instance
ListLengthFn
List
and
Integer
List
ITEM
inList
List
ITEM and
List
instance
List
ITEM and
SymbolicString
Entity
instance
Entity
and
SymbolicString
inList
Entity
and
List
equal
Integer
and
CardinalityFn
KappaFn
SymbolicString
and
instance
entity
and
Birth
experiencer
entity
and
entity
instance
entity
and
Human
attribute
entity
and
Male
during
WhenFn
entity
and
Year
equal
WhereFn
entity
and
WhenFn
entity
and
GeopoliticalArea
instance
entity
and
Death
experiencer
entity
and
entity
holdsDuring
WhenFn
entity
and
age
entity
and
MeasureFn
SymbolicString
and
YearDuration
average
List
and
RealNumber
(<=>
(
equal
(
BirthsPerThousandFn
?AREA
(
YearFn
?YEAR)) ?REALNUMBER)
(
and
(
equal
(
DivisionFn
(
PopulationFn
?AREA) 1000) ?THOUSANDS)
(
equal
?BIRTHCOUNT
(
CardinalityFn
(
KappaFn
?BIRTH
(
and
(
instance
?BIRTH
Birth
)
(
experiencer
?BIRTH ?INFANT)
(
instance
?INFANT
Human
)
(
during
(
WhenFn
?BIRTH)
(
YearFn
?YEAR))
(
equal
(
WhereFn
?BIRTH
(
WhenFn
?BIRTH)) ?AREA)))))
(
equal
(
DivisionFn
?BIRTHCOUNT ?THOUSANDS) ?REALNUMBER)))
People.kif 108-121
equal
BirthsPerThousandFn
GeopoliticalArea
and
YearFn
Integer
and
RealNumber
equal
DivisionFn
PopulationFn
GeopoliticalArea
and 1000 and
RealNumber
equal
Integer
and
CardinalityFn
KappaFn
SymbolicString
and
instance
SymbolicString
and
Birth
experiencer
SymbolicString
and
entity
instance
entity
and
Human
during
WhenFn
SymbolicString
and
YearFn
Integer
equal
WhereFn
SymbolicString
and
WhenFn
SymbolicString
and
GeopoliticalArea
equal
DivisionFn
Integer
and
RealNumber
and
RealNumber
(<=>
(
equal
(
DeathsPerThousandFn
?AREA
(
YearFn
?YEAR)) ?REALNUMBER)
(
and
(
equal
(
DivisionFn
(
PopulationFn
?AREA) 1000) ?THOUSANDS)
(
equal
?DEATHCOUNT
(
CardinalityFn
(
KappaFn
?DEATH
(
and
(
instance
?DEATH
Death
)
(
experiencer
?DEATH ?PERSON)
(
instance
?PERSON
Human
)
(
during
(
WhenFn
?DEATH)
(
YearFn
?YEAR))
(
equal
(
WhereFn
?DEATH
(
WhenFn
?DEATH)) ?AREA)))))
(
equal
(
DivisionFn
?DEATHCOUNT ?THOUSANDS) ?REALNUMBER)))
People.kif 142-155
equal
DeathsPerThousandFn
GeopoliticalArea
and
YearFn
Integer
and
RealNumber
equal
DivisionFn
PopulationFn
GeopoliticalArea
and 1000 and
RealNumber
equal
Integer
and
CardinalityFn
KappaFn
SymbolicString
and
instance
SymbolicString
and
Death
experiencer
SymbolicString
and
entity
instance
entity
and
Human
during
WhenFn
SymbolicString
and
YearFn
Integer
equal
WhereFn
SymbolicString
and
WhenFn
SymbolicString
and
GeopoliticalArea
equal
DivisionFn
Integer
and
RealNumber
and
RealNumber
(<=>
(
equal
(
DeathsPerThousandLiveBirthsFn
?AREA
(
YearFn
?YEAR)) ?REALNUMBER)
(
and
(
equal
?BIRTHCOUNT
(
CardinalityFn
(
KappaFn
?BIRTH
(
and
(
instance
?BIRTH
Birth
)
(
experiencer
?BIRTH ?INFANT)
(
instance
?INFANT
Human
)
(
during
(
WhenFn
?BIRTH)
(
YearFn
?YEAR))
(
equal
(
WhereFn
?BIRTH
(
WhenFn
?BIRTH)) ?AREA)))))
(
equal
(
DivisionFn
?BIRTHCOUNT 1000) ?THOUSANDSOFBIRTHS)
(
equal
?INFANTDEATHCOUNT
(
CardinalityFn
(
KappaFn
?DEATH
(
and
(
instance
?DEATH
Death
)
(
experiencer
?DEATH ?INFANT)
(
instance
?INFANT
Human
)
(
age
?INFANT
(
MeasureFn
?AGE
YearDuration
))
(
lessThan
?AGE 1)
(
during
(
WhenFn
?DEATH)
(
YearFn
?YEAR))
(
equal
(
WhereFn
?DEATH
(
WhenFn
?DEATH)) ?AREA)))))
(
equal
(
DivisionFn
?INFANTDEATHCOUNT ?THOUSANDSOFBIRTHS) ?REALNUMBER)))
People.kif 257-281
equal
DeathsPerThousandLiveBirthsFn
GeopoliticalArea
and
YearFn
Integer
and
RealNumber
equal
Integer
and
CardinalityFn
KappaFn
SymbolicString
and
instance
SymbolicString
and
Birth
experiencer
SymbolicString
and
entity
instance
entity
and
Human
during
WhenFn
SymbolicString
and
YearFn
Integer
equal
WhereFn
SymbolicString
and
WhenFn
SymbolicString
and
GeopoliticalArea
equal
DivisionFn
Integer
and 1000 and
RealNumber
equal
entity
DEATHCOUNT and
CardinalityFn
KappaFn
SymbolicString
and
instance
SymbolicString
and
Death
experiencer
SymbolicString
and
entity
instance
entity
and
Human
age
entity
and
MeasureFn
entity
and
YearDuration
lessThan
entity
and 1
during
WhenFn
SymbolicString
and
YearFn
Integer
equal
WhereFn
SymbolicString
and
WhenFn
SymbolicString
and
GeopoliticalArea
equal
DivisionFn
entity
DEATHCOUNT and
RealNumber
and
RealNumber
(<=>
(
equal
(
FemaleLifeExpectancyAtBirthFn
?AREA
(
YearFn
?YEAR)) ?REALNUMBER)
(
exists
(?LIST)
(
and
(
instance
?LIST
List
)
(
instance
(
ListLengthFn
?LIST) ?COUNT)
(
forall
(?LISTITEM)
(=>
(
inList
?LISTITEM ?LIST)
(
and
(
instance
?LISTITEM ?LIFEEXPECTANCYAGE)
(
not
(
exists
(?NUMBER)
(
and
(
instance
?NUMBER ?LIFEEXPECTANCYAGE)
(
not
(
inList
?NUMBER ?LIST)))))
(
equal
?COUNT
(
CardinalityFn
(
KappaFn
?LIFEEXPECTANCYAGE
(
and
(
instance
?BIRTH
Birth
)
(
experiencer
?BIRTH ?INDIVIDUAL)
(
instance
?INDIVIDUAL
Human
)
(
attribute
?INDIVIDUAL
Female
)
(
during
(
WhenFn
?BIRTH)
(
YearFn
?YEAR))
(
equal
(
WhereFn
?BIRTH
(
WhenFn
?BIRTH)) ?AREA)
(
instance
?DEATH
Death
)
(
experiencer
?DEATH ?INDIVIDUAL)
(
holdsDuring
(
WhenFn
?DEATH)
(
age
?INDIVIDUAL
(
MeasureFn
?LIFEEXPECTANCYAGE
YearDuration
))))))))))
(
average
?LIST ?REALNUMBER))))
People.kif 418-449
equal
FemaleLifeExpectancyAtBirthFn
GeopoliticalArea
and
YearFn
Integer
and
RealNumber
List
instance
List
and
List
instance
ListLengthFn
List
and
Integer
List
ITEM
inList
List
ITEM and
List
instance
List
ITEM and
SymbolicString
Entity
instance
Entity
and
SymbolicString
inList
Entity
and
List
equal
Integer
and
CardinalityFn
KappaFn
SymbolicString
and
instance
entity
and
Birth
experiencer
entity
and
entity
instance
entity
and
Human
attribute
entity
and
Female
during
WhenFn
entity
and
YearFn
Integer
equal
WhereFn
entity
and
WhenFn
entity
and
GeopoliticalArea
instance
entity
and
Death
experiencer
entity
and
entity
holdsDuring
WhenFn
entity
and
age
entity
and
MeasureFn
SymbolicString
and
YearDuration
average
List
and
RealNumber
(<=>
(
equal
(
LifeExpectancyAtBirthFn
?AREA
(
YearFn
?YEAR)) ?REALNUMBER)
(
exists
(?LIST)
(
and
(
instance
?LIST
List
)
(
instance
(
ListLengthFn
?LIST) ?COUNT)
(
forall
(?LISTITEM)
(=>
(
inList
?LISTITEM ?LIST)
(
and
(
instance
?LISTITEM ?LIFEEXPECTANCYAGE)
(
not
(
exists
(?NUMBER)
(
and
(
instance
?NUMBER ?LIFEEXPECTANCYAGE)
(
not
(
inList
?NUMBER ?LIST)))))
(
equal
?COUNT
(
CardinalityFn
(
KappaFn
?LIFEEXPECTANCYAGE
(
and
(
instance
?BIRTH
Birth
)
(
experiencer
?BIRTH ?INDIVIDUAL)
(
instance
?INDIVIDUAL
Human
)
(
during
(
WhenFn
?BIRTH)
(
YearFn
?YEAR))
(
equal
(
WhereFn
?BIRTH
(
WhenFn
?BIRTH)) ?AREA)
(
instance
?DEATH
Death
)
(
experiencer
?DEATH ?INDIVIDUAL)
(
holdsDuring
(
WhenFn
?DEATH)
(
age
?INDIVIDUAL
(
MeasureFn
?LIFEEXPECTANCYAGE
YearDuration
))))))))))
(
average
?LIST ?REALNUMBER))))
People.kif 327-357
equal
LifeExpectancyAtBirthFn
GeopoliticalArea
and
YearFn
Integer
and
RealNumber
List
instance
List
and
List
instance
ListLengthFn
List
and
Integer
List
ITEM
inList
List
ITEM and
List
instance
List
ITEM and
SymbolicString
Entity
instance
Entity
and
SymbolicString
inList
Entity
and
List
equal
Integer
and
CardinalityFn
KappaFn
SymbolicString
and
instance
entity
and
Birth
experiencer
entity
and
entity
instance
entity
and
Human
during
WhenFn
entity
and
YearFn
Integer
equal
WhereFn
entity
and
WhenFn
entity
and
GeopoliticalArea
instance
entity
and
Death
experiencer
entity
and
entity
holdsDuring
WhenFn
entity
and
age
entity
and
MeasureFn
SymbolicString
and
YearDuration
average
List
and
RealNumber
(=>
(
and
(
instance
?EV
Evacuation
)
(
origin
?EV ?OR)
(
agent
?EV ?A))
(
exists
(?P)
(
and
(
instance
?P
Process
)
(
geographicSubregion
?OR
(
WhereFn
?P
(
BeginFn
(
WhenFn
?EV))))
(
causes
?P ?EV)
(
believes
?A
(
attribute
?P
Dangerous
)))))
MilitaryProcesses.kif 2515-2529
instance
Process
and
Evacuation
origin
Process
and
GeographicArea
agent
Process
and
CognitiveAgent
Process
instance
Process
and
Process
geographicSubregion
GeographicArea
and
WhereFn
Process
and
BeginFn
WhenFn
Process
causes
Process
and
Process
believes
CognitiveAgent
and
attribute
Process
and
Dangerous
(=>
(
and
(
instance
?REL
CaseRole
)
(
instance
?OBJ
Object
)
(?REL ?PROCESS ?OBJ))
(
exists
(?TIME)
(
overlapsSpatially
(
WhereFn
?PROCESS ?TIME) ?OBJ)))
Merge.kif 9503-9509
instance
Entity
and
CaseRole
instance
Entity
and
Object
Entity
Physical
and
Entity
TimePoint
overlapsSpatially
WhereFn
Physical
and
TimePoint
and
Entity
(=>
(
holdsDuring
?TIME
(
exactlyLocated
?THING ?REGION))
(
equal
(
WhereFn
?THING ?TIME) ?REGION))
Merge.kif 4147-4151
holdsDuring
TimePoint
and
exactlyLocated
Physical
and
Region
equal
WhereFn
Physical
and
TimePoint
and
Region
(=>
(
instance
?I
Inflammation
)
(
exists
(?T ?W)
(
and
(
instance
?T
Translocation
)
(
instance
?W
WhiteBloodCell
)
(
objectTransferred
?T ?W)
(
destination
?T
(
WhereFn
?I
(
WhenFn
?I))))))
Mid-level-ontology.kif 11874-11883
instance
Physical
and
Inflammation
Transfer
Object
instance
Transfer
and
Translocation
instance
Object
and
WhiteBloodCell
objectTransferred
Transfer
and
Object
destination
Transfer
and
WhereFn
Physical
and
WhenFn
Physical
(=>
(
origin
?PROCESS ?OBJ)
(
eventLocated
(
WhereFn
?PROCESS
(
BeginFn
(
WhenFn
?PROCESS)))
(
WhereFn
?OBJ
(
BeginFn
(
WhenFn
?OBJ)))))
Merge.kif 7892-7900
origin
Process
and
Object
eventLocated
WhereFn
Process
and
BeginFn
WhenFn
Process
and
WhereFn
Object
and
BeginFn
WhenFn
Object
Show simplified definition (without tree view)
Show simplified definition (with tree view)
Show without tree
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