Select language: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

entity (Entity)

The universal class of individuals. This is the root node of the ontology.

Ontology

SUMO / BASE-ONTOLOGY

Instance(s)

 

Subclass(es)

physical  abstract 

Constrains relations

assignment fn  list order fn  confers obligation  confers right  destination  documentation  element  equal  identity element  in list  in scope of interest  instance  patient  property  refers  related external concept  related internal concept  represents for agent  represents in language 

Related WordNet synsets

See more related synsets on a separate page.

Axioms (3)

entity is exhaustively partitioned into physical,abstract.
(partition Entity Physical Abstract)

There exists thing so that thing is an instance of entity.
(exists
      (?THING)
      (instance ?THING Entity))

If class is an instance of class, then class is a subclass of entity.
(=>
      (instance ?CLASS Class)
      (subclass ?CLASS Entity))