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

soutěžní atribut (ContestAttribute)

A Class containing all of the Attributes that are specific to participants in a Contest. Some of these Attributes are winning, losing, won, lost, etc.

Ontologie

SUMO / QUALITIES

Nadtřída(y)

[tree]
entita
is subclass of
  abstraktum  
is subclass of
  atribut  
is subclass of
  relační attribut  
is subclass of
  objektivní atribut  
is subclass of
  objektivní norma  
is subclass of
  soutěžní atribut  

Související termín(y)

splnitelnost  modální atribut 

Related WordNet synsets

See more related synsets on a separate page.

Axiomy (1)

Jestliže attr je atributem obj a attr je instancí třídy soutěžní atribut, potom existuje soutěž contest tak, že obj je původcem contest nebo obj je účastníkem contest.
(=>
      (and
            (attribute ?OBJ ?ATTR)
            (instance ?ATTR ContestAttribute))
      (exists
            (?CONTEST)
            (and
                  (instance ?CONTEST Contest)
                  (or
                        (agent ?CONTEST ?OBJ)
                        (patient ?CONTEST ?OBJ)))))