Wählen Sie Sprache: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

near (Near)

The relation of common sense adjacency. Note that, if an object is Near another object, then the objects are not connected.

Ontology

SUMO / QUALITIES

Class(es)

Positionsattribut
is instance of
  near  

Coordinate term(s)

above  adjacent  below  horizontal  left  on  right  vertical 

Related WordNet synsets

proximity, propinquity
the property of being close together
proximity is kind of (all)...   proximity is kind of...  
nearness, closeness
the spatial property resulting from a relatively small distance; "the sudden closeness of the dock sent him into action"
nearness is opposite to...   nearness is kind of (all)...   nearness is kind of...   kinds of nearness...   kinds of nearness (all)...  
near, close
not far distant in time or space or degree or circumstances; "near neighbors"; "in the near future"; "they are near equals"; "his nearest approach to success"; "a very near thing"; "a near hit by the bomb"; "she was near tears"; "she was close to tears"; "had a close call"
near is opposite to...   near is similar to...   near is an attribute of  
nearby
not far away in relative terms; "she works nearby"; "the planets orbiting nearby are Venus and Mars"
See more related synsets on a separate page.

Axioms (4)

Wenn meet ist ein fall von Sitzung und meet ist der agent von agent1 und meet ist der agent von agent2 , dann "agent1 ist near hinsichlich agent2 " hält während "die zeit des Bestehens von meet" .
(=>
      (and
            (instance ?MEET Meeting)
            (agent ?MEET ?AGENT1)
            (agent ?MEET ?AGENT2))
      (holdsDuring
            (WhenFn ?MEET)
            (orientation ?AGENT1 ?AGENT2 Near)))

Wenn obj1 ist adjacent hinsichlich obj2 , dann obj1 ist near hinsichlich obj2 oder obj1 wird an obj2 angeschlossen.
(=>
      (orientation ?OBJ1 ?OBJ2 Adjacent)
      (or
            (orientation ?OBJ1 ?OBJ2 Near)
            (connected ?OBJ1 ?OBJ2)))

Wenn obj1 ist near hinsichlich obj2 , dann obj1 wird an obj2 nicht angeschlossen.
(=>
      (orientation ?OBJ1 ?OBJ2 Near)
      (not
            (connected ?OBJ1 ?OBJ2)))

Wenn obj1 ist near hinsichlich obj2 , dann obj2 ist near hinsichlich obj1 .
(=>
      (orientation ?OBJ1 ?OBJ2 Near)
      (orientation ?OBJ2 ?OBJ1 Near))