length (length)
BinaryPredicate that is used to state the measure
of an Object from one point to another point along its surface. Note
that the difference between the predicates length and distance is that
the length is used to state the LengthMeasure of one of the dimensions of
a single object, while distance is used to state the LengthMeasure that
separates two distinct objects
Ontology
SUMO / UNITS-OF-MEASURESuperrelation(s)
Subrelation(s)
width
height
Type restrictions
length(?, MisuraDiLunghezza)
Related WordNet synsets
See more related synsets on a separate page.
Axioms (1)
- se
- path1 é cammino mentre process si verifica
e - process si originas in source
e - process fines in dest
e - la lunghezza di path1 é measure1
e - non esiste path2,measure2 tale che path2 é cammino mentre process si verifica e process si originas in origin e process fines in dest e la lunghezza di path2 é measure2 e measure2 é meno dimeasure1
, - allora per ogni obj vale: se obj é una parte di path1, allora obj is between source and dest
.
(=>
(and
(path ?PROCESS ?PATH1)
(origin ?PROCESS ?SOURCE)
(destination ?PROCESS ?DEST)
(length ?PATH1 ?MEASURE1)
(not
(exists
(?PATH2 ?MEASURE2)
(and
(path ?PROCESS ?PATH2)
(origin ?PROCESS ?ORIGIN)
(destination ?PROCESS ?DEST)
(length ?PATH2 ?MEASURE2)
(lessThan ?MEASURE2 ?MEASURE1)))))
(forall
(?OBJ)
(=>
(part ?OBJ ?PATH1)
(between ?SOURCE ?OBJ ?DEST))))