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
AdditionFn
Sigma KEE - AdditionFn
AdditionFn
appearance as argument number 1
(
documentation
AdditionFn
ChineseLanguage
"如果 ?NUMBER1 和 ?NUMBER2 是
Number
,那么 (
AdditionFn
?NUMBER1 ?NUMBER2)就是这些数字的算术和。")
chinese_format.kif 2214-2215
(
documentation
AdditionFn
EnglishLanguage
"If ?NUMBER1 and ?NUMBER2 are
Number
s, then (
AdditionFn
?NUMBER1 ?NUMBER2) is the arithmetical sum of these numbers.")
Merge.kif 4687-4689
(
domain
AdditionFn
1
RealNumber
)
Merge.kif 4683-4683
domain
AdditionFn
, 1 and
RealNumber
(
domain
AdditionFn
2
RealNumber
)
Merge.kif 4684-4684
domain
AdditionFn
, 2 and
RealNumber
(
identityElement
AdditionFn
0)
Merge.kif 5262-5262
identityElement
AdditionFn
and 0
(
instance
AdditionFn
AssociativeFunction
)
Merge.kif 4679-4679
instance
AdditionFn
and
AssociativeFunction
(
instance
AdditionFn
BinaryFunction
)
Merge.kif 4678-4678
instance
AdditionFn
and
BinaryFunction
(
instance
AdditionFn
CommutativeFunction
)
Merge.kif 4680-4680
instance
AdditionFn
and
CommutativeFunction
(
instance
AdditionFn
TotalValuedRelation
)
Merge.kif 4682-4682
instance
AdditionFn
and
TotalValuedRelation
(
range
AdditionFn
RealNumber
)
Merge.kif 4685-4685
range
AdditionFn
and
RealNumber
appearance as argument number 2
(
format
ChineseLanguage
AdditionFn
"(%*[+])")
chinese_format.kif 682-682
(
format
EnglishLanguage
AdditionFn
"(%*[+])")
english_format.kif 684-684
(
termFormat
ChineseLanguage
AdditionFn
"加成")
domainEnglishFormat.kif 5422-5422
(
termFormat
ChineseLanguage
AdditionFn
"加法函数")
chinese_format.kif 683-683
(
termFormat
ChineseTraditionalLanguage
AdditionFn
"加成")
domainEnglishFormat.kif 5421-5421
(
termFormat
EnglishLanguage
AdditionFn
"addition")
domainEnglishFormat.kif 5420-5420
antecedent
(=>
(
and
(
equal
?OUT
(
ReverseFn
?IN))
(
equal
?LEN
(
StringLengthFn
?IN))
(
greaterThan
?LEN 1)
(
greaterThan
?N 0)
(
lessThan
?N ?LEN)
(
equal
?PIVOT
(
CeilingFn
(
DivisionFn
(
SubtractionFn
?LEN 1) 2)))
(
equal
?NEW
(
AdditionFn
(
SubtractionFn
?PIVOT ?N) ?PIVOT))
(
equal
?S
(
SubstringFn
?IN ?N
(
AdditionFn
1 ?N))))
(
equal
?S
(
SubstringFn
?OUT ?NEW
(
AdditionFn
1 ?NEW))))
Media.kif 3068-3089
equal
SymbolicString
and
ReverseFn
SymbolicString
equal
NonnegativeInteger
and
StringLengthFn
SymbolicString
greaterThan
NonnegativeInteger
and 1
greaterThan
NonnegativeInteger
and 0
lessThan
NonnegativeInteger
and
NonnegativeInteger
equal
Integer
and
CeilingFn
DivisionFn
SubtractionFn
NonnegativeInteger
and 1 and 2
equal
NonnegativeInteger
EW and
AdditionFn
SubtractionFn
Integer
and
NonnegativeInteger
and
Integer
equal
SymbolicString
and
SubstringFn
SymbolicString
,
NonnegativeInteger
and
AdditionFn
1 and
NonnegativeInteger
equal
SymbolicString
and
SubstringFn
SymbolicString
,
NonnegativeInteger
EW and
AdditionFn
1 and
NonnegativeInteger
EW
(=>
(
and
(
holdsDuring
?T
(
attribute
?F
Menopausal
))
(
birthdate
?F ?B)
(
equal
?A1
(
AdditionFn
(
MeasureFn
49
YearDuration
) ?B))
(
equal
?A2
(
AdditionFn
(
MeasureFn
52
YearDuration
) ?B))
(
equal
?START
(
BeginFn
?T)))
(
modalAttribute
(
and
(
greaterThan
?START ?A1)
(
greaterThan
?A2 ?START))
Likely
))
Mid-level-ontology.kif 23882-23899
holdsDuring
TimeInterval
and
attribute
Human
and
Menopausal
birthdate
Human
and
RealNumber
equal
RealNumber
and
AdditionFn
MeasureFn
49 and
YearDuration
and
RealNumber
equal
RealNumber
and
AdditionFn
MeasureFn
52 and
YearDuration
and
RealNumber
equal
TimePoint
and
BeginFn
TimeInterval
modalAttribute
greaterThan
TimePoint
and
RealNumber
greaterThan
RealNumber
and
TimePoint
and
Likely
(=>
(
and
(
instance
?Account
CreditAccount
)
(
accountHolder
?Account ?Agent)
(
principalAmount
?Account ?Principal)
(
agreementPeriod
?Account ?Period)
(
interestEarned
?Account ?Interest ?Period)
(
equal
?Total
(
AdditionFn
?Principal ?Interest)))
(
holdsObligation
(
KappaFn
?Payment
(
transactionAmount
?Payment ?Total)) ?Agent))
FinancialOntology.kif 1224-1233
instance
FinancialAccount
and
CreditAccount
accountHolder
FinancialAccount
and
CognitiveAgent
principalAmount
FinancialAccount
and
RealNumber
agreementPeriod
FinancialAccount
and
TimeInterval
interestEarned
FinancialAccount
,
Interest
and
TimeInterval
equal
RealNumber
and
AdditionFn
RealNumber
and
Interest
holdsObligation
KappaFn
SymbolicString
and
transactionAmount
SymbolicString
and
RealNumber
and
CognitiveAgent
(=>
(
and
(
instance
?Account
Loan
)
(
borrower
?Account ?Agent)
(
principalAmount
?Account ?Principal)
(
agreementPeriod
?Account ?Period)
(
interestEarned
?Account ?Interest ?Period)
(
equal
?Total
(
AdditionFn
?Principal ?Interest)))
(
holdsObligation
(
KappaFn
?Payment
(
transactionAmount
?Payment ?Total)) ?Agent))
FinancialOntology.kif 1273-1282
instance
Loan
and
Loan
borrower
Loan
and
CognitiveAgent
principalAmount
Loan
and
RealNumber
agreementPeriod
Loan
and
TimeInterval
interestEarned
Loan
,
Interest
and
TimeInterval
equal
RealNumber
and
AdditionFn
RealNumber
and
Interest
holdsObligation
KappaFn
SymbolicString
and
transactionAmount
SymbolicString
and
RealNumber
and
CognitiveAgent
(=>
(
and
(
instance
?Bond
ZeroCouponBond
)
(
maturityDate
(
AccountFn
?Bond) ?Date)
(
possesses
?BondHolder ?Bond)
(
principalAmount
(
AccountFn
?Bond)
(
MeasureFn
?Principal ?CUNIT))
(
agreementPeriod
(
AccountFn
?Bond) ?Period)
(
interestEarned
(
AccountFn
?Bond)
(
MeasureFn
?Interest ?CUNIT) ?Period)
(
equal
?Total
(
AdditionFn
?Principal ?Interest)))
(
exists
(?Payment)
(
and
(
instance
?Payment
Payment
)
(
destination
?Payment ?BondHolder)
(
origin
?Payment
(
AccountFn
?Bond))
(
transactionAmount
?Payment
(
MeasureFn
?Total ?CUNIT)))))
FinancialOntology.kif 2347-2369
instance
FinancialAsset
and
ZeroCouponBond
maturityDate
AccountFn
FinancialAsset
and
Day
possesses
FinancialAsset
Holder and
FinancialAsset
principalAmount
AccountFn
FinancialAsset
and
MeasureFn
RealNumber
and
UnitOfMeasure
agreementPeriod
AccountFn
FinancialAsset
and
TimeInterval
interestEarned
AccountFn
FinancialAsset
,
MeasureFn
RealNumber
and
UnitOfMeasure
and
TimeInterval
equal
RealNumber
and
AdditionFn
RealNumber
and
RealNumber
FinancialTransaction
instance
FinancialTransaction
and
Payment
destination
FinancialTransaction
and
FinancialAsset
Holder
origin
FinancialTransaction
and
AccountFn
FinancialAsset
transactionAmount
FinancialTransaction
and
MeasureFn
RealNumber
and
UnitOfMeasure
(=>
(
and
(
instance
?Deposit
Deposit
)
(
instance
?Account
FinancialAccount
)
(
destination
?Deposit
(
CurrencyFn
?Account))
(
transactionAmount
?Deposit
(
MeasureFn
?Amount ?CUNIT))
(
currentAccountBalance
?Account
(
ImmediatePastFn
(
WhenFn
?Deposit))
(
MeasureFn
?Balance1 ?CUNIT))
(
equal
?Balance2
(
AdditionFn
?Balance1 ?Amount)))
(
currentAccountBalance
?Account
(
ImmediateFutureFn
(
FutureFn
?Deposit))
(
MeasureFn
?Balance2 ?CUNIT)))
FinancialOntology.kif 436-453
instance
FinancialTransaction
and
Deposit
instance
FinancialAccount
and
FinancialAccount
destination
FinancialTransaction
and
CurrencyFn
FinancialAccount
transactionAmount
FinancialTransaction
and
MeasureFn
RealNumber
and
UnitOfMeasure
currentAccountBalance
FinancialAccount
,
ImmediatePastFn
WhenFn
FinancialTransaction
and
MeasureFn
RealNumber
and
UnitOfMeasure
equal
RealNumber
and
AdditionFn
RealNumber
and
RealNumber
currentAccountBalance
FinancialAccount
,
ImmediateFutureFn
FutureFn
FinancialTransaction
and
MeasureFn
RealNumber
and
UnitOfMeasure
(=>
(
and
(
instance
?LIST
ConsecutiveTimeIntervalList
)
(
equal
?T1
(
ListOrderFn
?LIST ?N))
(
equal
?T2
(
ListOrderFn
?LIST
(
AdditionFn
?N 1))))
(
equal
(
BeginFn
?T2)
(
EndFn
?T1)))
Weather.kif 1935-1944
instance
List
and
ConsecutiveTimeIntervalList
equal
TimeInterval
and
ListOrderFn
List
and
PositiveInteger
equal
TimeInterval
and
ListOrderFn
List
and
AdditionFn
PositiveInteger
and 1
equal
BeginFn
TimeInterval
and
EndFn
TimeInterval
(=>
(
and
(
not
(
equal
?NUMBER2 0))
(
equal
(
AdditionFn
(
MultiplicationFn
(
FloorFn
(
DivisionFn
?NUMBER1 ?NUMBER2)) ?NUMBER2) ?NUMBER) ?NUMBER1))
(
equal
(
RemainderFn
?NUMBER1 ?NUMBER2) ?NUMBER))
Merge.kif 5088-5099
equal
Integer
and 0
equal
AdditionFn
MultiplicationFn
FloorFn
DivisionFn
Integer
and
Integer
and
Integer
and
Integer
and
Integer
equal
RemainderFn
Integer
and
Integer
and
Integer
consequent
(<=>
(
average
?LIST1 ?AVERAGE)
(
exists
(?LIST2 ?LASTPLACE)
(
and
(
equal
(
ListLengthFn
?LIST2)
(
ListLengthFn
?LIST1))
(
equal
(
ListOrderFn
?LIST2 1)
(
ListOrderFn
?LIST1 1))
(
forall
(?ITEMFROM2)
(=>
(
inList
?ITEMFROM2 ?LIST2)
(
exists
(?POSITION ?POSITIONMINUSONE ?ITEMFROM1 ?PRIORFROM2)
(
and
(
greaterThan
?POSITION 1)
(
lessThanOrEqualTo
?POSITION
(
ListLengthFn
?LIST2))
(
equal
(
ListOrderFn
?LIST2 ?ITEMFROM2) ?POSITION)
(
inList
?ITEMFROM1 ?LIST1)
(
equal
?POSITION
(
ListOrderFn
?LIST1 ?ITEMFROM1))
(
inList
?PRIORFROM2 ?LIST2)
(
equal
?POSITIONMINUSONE
(
SubtractionFn
?POSITION 1))
(
equal
?POSITIONMINUSONE
(
ListOrderFn
?LIST2 ?PRIORFROM2))
(
equal
?ITEMFROM2
(
AdditionFn
?ITEMFROM1 ?PRIORFROM2))))))
(
equal
?LASTPLACE
(
ListLengthFn
?LIST2))
(
equal
?AVERAGE
(
DivisionFn
(
ListOrderFn
?LIST2 ?LASTPLACE) ?LASTPLACE)))))
People.kif 298-319
average
List
and
RealNumber
List
PositiveInteger
equal
ListLengthFn
List
and
ListLengthFn
List
equal
ListOrderFn
List
and 1 and
ListOrderFn
List
and 1
PositiveInteger
inList
PositiveInteger
and
List
RealNumber
RealNumber
MINUSONE,
PositiveInteger
and
PositiveInteger
greaterThan
RealNumber
and 1
lessThanOrEqualTo
RealNumber
and
ListLengthFn
List
equal
ListOrderFn
List
and
PositiveInteger
and
RealNumber
inList
PositiveInteger
and
List
equal
RealNumber
and
ListOrderFn
List
and
PositiveInteger
inList
PositiveInteger
and
List
equal
RealNumber
MINUSONE and
SubtractionFn
RealNumber
and 1
equal
RealNumber
MINUSONE and
ListOrderFn
List
and
PositiveInteger
equal
PositiveInteger
and
AdditionFn
PositiveInteger
and
PositiveInteger
equal
PositiveInteger
and
ListLengthFn
List
equal
RealNumber
and
DivisionFn
ListOrderFn
List
and
PositiveInteger
and
PositiveInteger
(=>
(
and
(
equal
(
PathWeightFn
?PATH) ?SUM)
(
graphPart
?ARC1 ?PATH)
(
graphPart
?ARC2 ?PATH)
(
arcWeight
?ARC1 ?NUMBER1)
(
arcWeight
?ARC2 ?NUMBER2)
(
forall
(?ARC3)
(=>
(
graphPart
?ARC3 ?PATH)
(
or
(
equal
?ARC3 ?ARC1)
(
equal
?ARC3 ?ARC2)))))
(
equal
(
PathWeightFn
?PATH)
(
AdditionFn
?NUMBER1 ?NUMBER2)))
Merge.kif 5960-5973
equal
PathWeightFn
GraphPath
and
RealNumber
graphPart
GraphArc
and
GraphPath
graphPart
GraphArc
and
GraphPath
arcWeight
GraphArc
and
RealNumber
arcWeight
GraphArc
and
RealNumber
GraphElement
graphPart
GraphElement
and
GraphPath
equal
GraphElement
and
GraphArc
equal
GraphElement
and
GraphArc
equal
PathWeightFn
GraphPath
and
AdditionFn
RealNumber
and
RealNumber
(=>
(
and
(
equal
(
PathWeightFn
?PATH) ?SUM)
(
subGraph
?SUBPATH ?PATH)
(
graphPart
?ARC1 ?PATH)
(
arcWeight
?ARC1 ?NUMBER1)
(
forall
(?ARC2)
(=>
(
graphPart
?ARC2 ?PATH)
(
or
(
graphPart
?ARC2 ?SUBPATH)
(
equal
?ARC2 ?ARC1)))))
(
equal
?SUM
(
AdditionFn
(
PathWeightFn
?SUBPATH) ?NUMBER1)))
Merge.kif 5946-5958
equal
PathWeightFn
GraphPath
and
RealNumber
subGraph
GraphPath
and
GraphPath
graphPart
GraphArc
and
GraphPath
arcWeight
GraphArc
and
RealNumber
GraphElement
graphPart
GraphElement
and
GraphPath
graphPart
GraphElement
and
GraphPath
equal
GraphElement
and
GraphArc
equal
RealNumber
and
AdditionFn
PathWeightFn
GraphPath
and
RealNumber
(=>
(
and
(
equal
(
RemainderFn
?NUMBER1 ?NUMBER2) ?NUMBER)
(
not
(
equal
?NUMBER2 0)))
(
equal
(
AdditionFn
(
MultiplicationFn
(
FloorFn
(
DivisionFn
?NUMBER1 ?NUMBER2)) ?NUMBER2) ?NUMBER) ?NUMBER1))
Merge.kif 5075-5086
equal
RemainderFn
Integer
and
Integer
and
Integer
equal
Integer
and 0
equal
AdditionFn
MultiplicationFn
FloorFn
DivisionFn
Integer
and
Integer
and
Integer
and
Integer
and
Integer
(=>
(
and
(
equal
?A
(
ListSumFn
?L))
(
greaterThan
(
ListLengthFn
?L) 1))
(
equal
?A
(
AdditionFn
(
FirstFn
?L)
(
ListSumFn
(
SubListFn
2
(
ListLengthFn
?L) ?L)))))
Merge.kif 3235-3245
equal
RealNumber
and
ListSumFn
List
greaterThan
ListLengthFn
List
and 1
equal
RealNumber
and
AdditionFn
FirstFn
List
and
ListSumFn
SubListFn
2,
ListLengthFn
List
and
List
(=>
(
and
(
equal
?LIST3
(
ListConcatenateFn
?LIST1 ?LIST2))
(
not
(
equal
?LIST1
NullList
))
(
not
(
equal
?LIST2
NullList
))
(
lessThanOrEqualTo
?NUMBER1
(
ListLengthFn
?LIST1))
(
lessThanOrEqualTo
?NUMBER2
(
ListLengthFn
?LIST2))
(
instance
?NUMBER1
PositiveInteger
)
(
instance
?NUMBER2
PositiveInteger
))
(
and
(
equal
(
ListOrderFn
?LIST3 ?NUMBER1)
(
ListOrderFn
?LIST1 ?NUMBER1))
(
equal
(
ListOrderFn
?LIST3
(
AdditionFn
(
ListLengthFn
?LIST1) ?NUMBER2))
(
ListOrderFn
?LIST2 ?NUMBER2))))
Merge.kif 3060-3079
equal
List
and
ListConcatenateFn
List
and
List
equal
List
and
NullList
equal
List
and
NullList
lessThanOrEqualTo
PositiveInteger
and
ListLengthFn
List
lessThanOrEqualTo
PositiveInteger
and
ListLengthFn
List
instance
PositiveInteger
and
PositiveInteger
instance
PositiveInteger
and
PositiveInteger
equal
ListOrderFn
List
and
PositiveInteger
and
ListOrderFn
List
and
PositiveInteger
equal
ListOrderFn
List
and
AdditionFn
ListLengthFn
List
and
PositiveInteger
and
ListOrderFn
List
and
PositiveInteger
(=>
(
and
(
equal
?OUT
(
ReverseFn
?IN))
(
equal
?LEN
(
StringLengthFn
?IN))
(
greaterThan
?LEN 1)
(
greaterThan
?N 0)
(
lessThan
?N ?LEN)
(
equal
?PIVOT
(
CeilingFn
(
DivisionFn
(
SubtractionFn
?LEN 1) 2)))
(
equal
?NEW
(
AdditionFn
(
SubtractionFn
?PIVOT ?N) ?PIVOT))
(
equal
?S
(
SubstringFn
?IN ?N
(
AdditionFn
1 ?N))))
(
equal
?S
(
SubstringFn
?OUT ?NEW
(
AdditionFn
1 ?NEW))))
Media.kif 3068-3089
equal
SymbolicString
and
ReverseFn
SymbolicString
equal
NonnegativeInteger
and
StringLengthFn
SymbolicString
greaterThan
NonnegativeInteger
and 1
greaterThan
NonnegativeInteger
and 0
lessThan
NonnegativeInteger
and
NonnegativeInteger
equal
Integer
and
CeilingFn
DivisionFn
SubtractionFn
NonnegativeInteger
and 1 and 2
equal
NonnegativeInteger
EW and
AdditionFn
SubtractionFn
Integer
and
NonnegativeInteger
and
Integer
equal
SymbolicString
and
SubstringFn
SymbolicString
,
NonnegativeInteger
and
AdditionFn
1 and
NonnegativeInteger
equal
SymbolicString
and
SubstringFn
SymbolicString
,
NonnegativeInteger
EW and
AdditionFn
1 and
NonnegativeInteger
EW
(=>
(
and
(
equal
?R
(
SubListFn
?S ?E ?L))
(
greaterThan
(
SubtractionFn
?E ?S) 1))
(
equal
?R
(
ListConcatenateFn
(
ListFn
(
ListOrderFn
?L ?S))
(
SubListFn
(
AdditionFn
1 ?S) ?E ?L))))
Merge.kif 3167-3179
equal
List
and
SubListFn
PositiveInteger
,
Integer
and
List
greaterThan
SubtractionFn
Integer
and
PositiveInteger
and 1
equal
List
and
ListConcatenateFn
ListFn
ListOrderFn
List
and
PositiveInteger
and
SubListFn
AdditionFn
1 and
PositiveInteger
,
Integer
and
List
(=>
(
and
(
equal
?VA
(
VarianceAverageFn
?M ?L))
(
greaterThan
(
ListLengthFn
?L) 1))
(
equal
?VA
(
AdditionFn
(
VarianceAverageFn
?M
(
ListOrderFn
?L 1))
(
VarianceAverageFn
?M
(
SubListFn
2
(
ListLengthFn
?L) ?L)))))
Weather.kif 1453-1465
equal
RealNumber
and
VarianceAverageFn
Number
and
List
greaterThan
ListLengthFn
List
and 1
equal
RealNumber
and
AdditionFn
VarianceAverageFn
Number
and
ListOrderFn
List
and 1 and
VarianceAverageFn
Number
and
SubListFn
2,
ListLengthFn
List
and
List
(=>
(
and
(
instance
?UNIT
UnitOfArea
)
(
landAreaOnly
?AREA
(
MeasureFn
?LAND ?UNIT))
(
waterAreaOnly
?AREA
(
MeasureFn
?WATER ?UNIT)))
(
totalArea
?AREA
(
MeasureFn
(
AdditionFn
?LAND ?WATER) ?UNIT)))
Geography.kif 562-567
instance
UnitOfMeasure
and
UnitOfArea
landAreaOnly
GeographicArea
and
MeasureFn
RealNumber
and
UnitOfMeasure
waterAreaOnly
GeographicArea
and
MeasureFn
RealNumber
and
UnitOfMeasure
totalArea
GeographicArea
and
MeasureFn
AdditionFn
RealNumber
and
RealNumber
and
UnitOfMeasure
(=>
(
and
(
instance
?UTC
(
HourFn
?H1
(
DayFn
?D
(
MonthFn
?M
(
YearFn
?Y)))))
(
instance
?CST
(
HourFn
?H2
(
DayFn
?D
(
MonthFn
?M
(
YearFn
?Y)))))
(
equal
(
RelativeTimeFn
?UTC
CentralTimeZone
) ?CST))
(
equal
?H2
(
AdditionFn
?H1 6)))
Merge.kif 17057-17063
instance
TimePosition
and
HourFn
NonnegativeInteger
and
DayFn
PositiveInteger
and
MonthFn
Month
and
YearFn
Integer
instance
TimePosition
and
HourFn
NonnegativeInteger
and
DayFn
PositiveInteger
and
MonthFn
Month
and
YearFn
Integer
equal
RelativeTimeFn
TimePosition
and
CentralTimeZone
and
TimePosition
equal
NonnegativeInteger
and
AdditionFn
NonnegativeInteger
and 6
(=>
(
and
(
instance
?UTC
(
HourFn
?H1
(
DayFn
?D
(
MonthFn
?M
(
YearFn
?Y)))))
(
instance
?EST
(
HourFn
?H2
(
DayFn
?D
(
MonthFn
?M
(
YearFn
?Y)))))
(
equal
(
RelativeTimeFn
?UTC
EasternTimeZone
) ?EST))
(
equal
?H2
(
AdditionFn
?H1 5)))
Merge.kif 17069-17075
instance
TimePosition
and
HourFn
NonnegativeInteger
and
DayFn
PositiveInteger
and
MonthFn
Month
and
YearFn
Integer
instance
TimePosition
and
HourFn
NonnegativeInteger
and
DayFn
PositiveInteger
and
MonthFn
Month
and
YearFn
Integer
equal
RelativeTimeFn
TimePosition
and
EasternTimeZone
and
TimePosition
equal
NonnegativeInteger
and
AdditionFn
NonnegativeInteger
and 5
(=>
(
and
(
instance
?UTC
(
HourFn
?H1
(
DayFn
?D
(
MonthFn
?M
(
YearFn
?Y)))))
(
instance
?MST
(
HourFn
?H2
(
DayFn
?D
(
MonthFn
?M
(
YearFn
?Y)))))
(
equal
(
RelativeTimeFn
?UTC
MountainTimeZone
) ?MST))
(
equal
?H2
(
AdditionFn
?H1 7)))
Merge.kif 17045-17051
instance
TimePosition
and
HourFn
NonnegativeInteger
and
DayFn
PositiveInteger
and
MonthFn
Month
and
YearFn
Integer
instance
Month
ST and
HourFn
NonnegativeInteger
and
DayFn
PositiveInteger
and
MonthFn
Month
and
YearFn
Integer
equal
RelativeTimeFn
TimePosition
and
MountainTimeZone
and
Month
ST
equal
NonnegativeInteger
and
AdditionFn
NonnegativeInteger
and 7
(=>
(
and
(
instance
?UTC
(
HourFn
?H1
(
DayFn
?D
(
MonthFn
?M
(
YearFn
?Y)))))
(
instance
?PST
(
HourFn
?H2
(
DayFn
?D
(
MonthFn
?M
(
YearFn
?Y)))))
(
equal
(
RelativeTimeFn
?UTC
PacificTimeZone
) ?PST))
(
equal
?H2
(
AdditionFn
?H1 8)))
Merge.kif 17033-17039
instance
TimePosition
and
HourFn
NonnegativeInteger
and
DayFn
PositiveInteger
and
MonthFn
Month
and
YearFn
Integer
instance
TimePosition
and
HourFn
NonnegativeInteger
and
DayFn
PositiveInteger
and
MonthFn
Month
and
YearFn
Integer
equal
RelativeTimeFn
TimePosition
and
PacificTimeZone
and
TimePosition
equal
NonnegativeInteger
and
AdditionFn
NonnegativeInteger
and 8
(=>
(
and
(
totalLengthOfHighwaySystem
?AREA
(
MeasureFn
?LENGTH ?UNIT))
(
lengthOfPavedHighway
?AREA
(
MeasureFn
?LENGTH1 ?UNIT))
(
lengthOfUnpavedHighway
?AREA
(
MeasureFn
?LENGTH2 ?UNIT))
(
instance
?UNIT
UnitOfLength
))
(
totalLengthOfHighwaySystem
?AREA
(
MeasureFn
(
AdditionFn
?LENGTH1 ?LENGTH2) ?UNIT)))
Transportation.kif 510-517
totalLengthOfHighwaySystem
GeographicArea
and
MeasureFn
RealNumber
and
UnitOfMeasure
lengthOfPavedHighway
GeographicArea
and
MeasureFn
RealNumber
and
UnitOfMeasure
lengthOfUnpavedHighway
GeographicArea
and
MeasureFn
RealNumber
and
UnitOfMeasure
instance
UnitOfMeasure
and
UnitOfLength
totalLengthOfHighwaySystem
GeographicArea
and
MeasureFn
AdditionFn
RealNumber
and
RealNumber
and
UnitOfMeasure
(=>
(
and
(
totalLengthOfHighwaySystem
?AREA
(
MeasureFn
?LENGTH ?UNIT))
(
lengthOfPavedHighway
?AREA
(
MeasureFn
?LENGTH1 ?UNIT))
(
lengthOfUnpavedHighway
?AREA
(
MeasureFn
?LENGTH2 ?UNIT)))
(
equal
?LENGTH
(
AdditionFn
?LENGTH1 ?LENGTH2)))
Transportation.kif 503-508
totalLengthOfHighwaySystem
GeographicArea
and
MeasureFn
RealNumber
and
UnitOfMeasure
lengthOfPavedHighway
GeographicArea
and
MeasureFn
RealNumber
and
UnitOfMeasure
lengthOfUnpavedHighway
GeographicArea
and
MeasureFn
RealNumber
and
UnitOfMeasure
equal
RealNumber
and
AdditionFn
RealNumber
and
RealNumber
(=>
(
conjugate
?COMPOUND1 ?COMPOUND2)
(
exists
(?NUMBER1 ?NUMBER2)
(
and
(
protonNumber
?COMPOUND1 ?NUMBER1)
(
protonNumber
?COMPOUND2 ?NUMBER2)
(
or
(
equal
?NUMBER1
(
AdditionFn
?NUMBER2 1))
(
equal
?NUMBER2
(
AdditionFn
?NUMBER1 1))))))
Mid-level-ontology.kif 6461-6469
conjugate
CompoundSubstance
and
CompoundSubstance
PositiveInteger
PositiveInteger
protonNumber
CompoundSubstance
and
PositiveInteger
protonNumber
CompoundSubstance
and
PositiveInteger
equal
PositiveInteger
and
AdditionFn
PositiveInteger
and 1
equal
PositiveInteger
and
AdditionFn
PositiveInteger
and 1
statement
(
forall
(?NUMBER)
(
equal
(
SuccessorFn
?NUMBER)
(
AdditionFn
?NUMBER 1)))
Merge.kif 4691-4692
Integer
equal
SuccessorFn
Integer
and
AdditionFn
Integer
and 1
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