Zvolte jazyk: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Koncept:
Anglické slovo:
Hlavní stránka

path (path)

(path motion path) means that path is a route along which motion occurs. For example, Highway 101 is the path in the following proposition: the car drove up Highway 101.

Ontologie

SUMO / PROCESSES

Class(es)

třída
is instance of
  inheritable relation  
is instance of
  case role  
is instance of
  path  

Související termín(y)

agent  destination  direction  experiencer  origin  patient 

Typy argumentů

path(pohyb, oblast)

Related WordNet synsets

See more related synsets on a separate page.

Axiomy (1)

(=>
      (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))))