Browsing Interface
: Welcome guest :
log in
[
Home
| 
Graph
|  ]
KB:
SUMO
Language:
ChineseLanguage
ChinesePinyinWriting
ChineseSimplifiedWriting
ChineseTraditionalLanguage
EnglishLanguage
FrenchLanguage
GermanLanguage
Hindi
ItalianLanguage
JapaneseLanguage
PortugueseLanguage
SpanishLanguage
SwedishLanguage
cb
cz
de
hi
ro
sv
tg
Formal Language:
OWL
SUO-KIF
TPTP
traditionalLogic
KB Term:
Term intersection
English Word:
Any
Noun
Verb
Adjective
Adverb
distanceOnPath
Sigma KEE - distanceOnPath
distanceOnPath
appearance as argument number 1
(
documentation
distanceOnPath
EnglishLanguage
"(distanceOnPath ?DIST ?PATH) means that for a given path (which is a pathInSystem) that the distance of the route is the measurement ?DIST.")
Mid-level-ontology.kif 26021-26023
(
domain
distanceOnPath
1
ConstantQuantity
)
Mid-level-ontology.kif 26024-26024
The number 1 argument of
distance on path
is an
instance
of
constant quantity
(
domain
distanceOnPath
2
Transitway
)
Mid-level-ontology.kif 26025-26025
The number 2 argument of
distance on path
is an
instance
of
transitway
(
instance
distanceOnPath
BinaryPredicate
)
Mid-level-ontology.kif 26020-26020
distance on path
is an
instance
of
binary predicate
appearance as argument number 2
(
format
ChineseLanguage
distanceOnPath
"%2 的
distance
是 %1 ")
domainEnglishFormat.kif 3274-3274
(
format
ChineseTraditionalLanguage
distanceOnPath
"%2 的
distance
是 %1 ")
domainEnglishFormat.kif 3273-3273
(
format
EnglishLanguage
distanceOnPath
"the
distance
of %2 is %1")
domainEnglishFormat.kif 3272-3272
(
termFormat
EnglishLanguage
distanceOnPath
"distance on path")
domainEnglishFormat.kif 65814-65814
antecedent
(=>
(
and
(
distanceOnPath
?DIST ?PATH)
(
pathInSystem
?PATH ?SYS)
(
routeStart
?START ?PATH)
(
routeEnd
?END ?PATH)
(
abstractCounterpart
?GRAPH ?SYS))
(
exists
(?S ?BN ?EN)
(
and
(
subGraph
?S ?GRAPH)
(
equal
?BN
(
BeginNodeFn
?GRAPH))
(
equal
?EN
(
EndNodeFn
?GRAPH))
(
abstractCounterpart
?BN ?START)
(
abstractCounterpart
?EN ?END))))
Transportation.kif 3404-3417
If the
distance
of
a transitway
is
a constant quantity
and
a transit system
is a
path
in system of
the transitway
and
a region
is the
start
of
the transitway
and
another region
is the
end
of
the transitway
and the
abstract
counterpart
of
the transit system
is
a graph path
,
then there exist
a graph
,
a graph node
and
another graph node
such that
the graph
is a
subgraph
of
the graph path
and
equal
the graph node
and the
beginning
of
the graph path
and
equal
the other graph node
and the
end
of
the graph path
and the
abstract
counterpart
of
the region
is
the graph node
and the
abstract
counterpart
of
the other region
is
the other graph node
(=>
(
and
(
instance
?M
HalfMarathon
)
(
agent
?M ?H)
(
path
?M ?P)
(
distanceOnPath
(
MeasureFn
?N
Mile
) ?P))
(
equal
?N 13.1))
Sports.kif 307-314
If
a motion
is an
instance
of
half_marathon
and
an agent
is an
agent
of
the motion
and
a transitway
is
path
along which
the motion
occurs and the
distance
of
the transitway
is
a real number
mile
(s),
then
equal
the real number
and 13.1
(=>
(
and
(
instance
?M
Marathon
)
(
agent
?M ?H)
(
path
?M ?P)
(
distanceOnPath
(
MeasureFn
?N
Mile
) ?P))
(
equal
?N 26.2))
Sports.kif 293-300
If
a motion
is an
instance
of
marathon
and
an agent
is an
agent
of
the motion
and
a transitway
is
path
along which
the motion
occurs and the
distance
of
the transitway
is
a real number
mile
(s),
then
equal
the real number
and 26.2
(=>
(
and
(
instance
?O
Odometer
)
(
instance
?V
Vehicle
)
(
part
?O ?V)
(
instance
?T
Translocation
)
(
instrument
?T ?V)
(
path
?T ?P)
(
distanceOnPath
(
MeasureFn
?D ?U) ?P)
(
instance
?U
LengthMeasure
))
(
hasPurpose
?O
(
exists
(?M ?L ?DIST ?U)
(
and
(
instance
?M
Measuring
)
(
instrument
?M ?O)
(
measurementReading
?O ?DIST)
(
inList
?D ?L)
(
holdsDuring
(
WhenFn
(
EndFn
?M))
(
and
(
equal
?DIST
(
MeasureFn
(
ListSumFn
?L) ?U))
(
not
(
attribute
?O
ResetMeasuringDevice
))))))))
Cars.kif 2970-2996
If
an object
is an
instance
of
odometer
and
another object
is an
instance
of
vehicle
and
the object
is a
part
of
the other object
and
a motion
is an
instance
of
translocation
and
the other object
is an
instrument
for
the motion
and
a transitway
is
path
along which
the motion
occurs and the
distance
of
the transitway
is
a real number
an unit of measure
(s) and
the unit of measure
is an
instance
of
length measure
,
then
the object
has the purpose there exist
an entity
,
another entity
,, ,
the real number
IST and
the unit of measure
such that
the entity
is an
instance
of
measuring
and
the object
is an
instrument
for
the entity
and
the real number
IST is a
measurement
reading of
the object
and
the real number
is a
member
of
the other entity
and
equal
the real number
IST and the
sum
of
the other entity
the unit of measure
(s) and
reset measuring device
is not an
attribute
of
the object
holds
during
the
time
of existence of the
end
of
the entity
(=>
(
distanceOnPath
?DIST ?PATH)
(
exists
(?GP)
(
and
(
instance
?GP
GraphPath
)
(
abstractCounterpart
?GP ?PATH))))
Transportation.kif 3397-3402
If the
distance
of
a transitway
is
a constant quantity
,
then there exists
an abstract
such that
the abstract
is an
instance
of
graph path
and the
abstract
counterpart
of
the transitway
is
the abstract
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