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

verhindert (prevents)

A very general Predicate. (prevents proc1 proc2) means that proc1 prevents the occurrence of proc2. In other words, if proc1 is occurring in a particular time and place, proc2 cannot occur at the same time and place. For example, innoculating prevents contracting disease. Note that this is a relation between types of Processes, not between instances.

Ontology

SUMO / BASE-ONTOLOGY

Class(es)

Kategorie
is instance of
  inheritable relation  
is instance of
  zweistellige Prädikat  
is instance of
irreflexive Relation
is instance of

is instance of
  verhindert  

Coordinate term(s)

RückseiteFn  FrontseiteFn  arctusGewicht  attribut  schreibt  vor  vorOderGleichzeitig  verursacht  causes subclass  bürger  aufgeschlossen  angeschlossen  angeschlosseneTechnikKomponenten  enthältInformationen  zusammenGeschiecht  kopie  datum  verringertWahrscheinlichkeit  entwicklungsForm  disjunkt  istDistributiv  dokumentation  &%dauer von %1 ist %2 %n{nicht}  während  früh  herausgeber  element  beschäftigt  %1 ist gleich %2 %n{nicht}  äquivalenzrelationMit  nutztAus  inSpracheAusgedrückt  stelltGegenüber  verwandt  beendet  frequenz  graphenTeil  grösserAls  grösserAlsOderGleich  hatZweck  hatFähigkeit  hältWährend  hatVerpflichtung  hatRecht  loch  identitätsElement  inListe  imBereichInteresses  vergrössertWahrscheinlichkeit  Unabhänigkeitswahrscheinlichkeit  wohnt  hemmt  ausgangsList  fall  innenteil  umkehrFunktion  irreflexivAur  grösser  kleinerAls  kleinerAlsOderGleich  weise  material  mass  schliesstRäumlichAn  schliesstZeitlichAn  modalesAttribute  decktSichTeilweise  decktSichZeitlich  elternteil  teilweiseEinrichtung  befindetSichTeils  pfadLänge  besitzt  vorbedingung  eigenschaft  veröffentlicht  &%bildbereich von %1 ist ein fall von %2 {nicht}  bildbereichTeilkategorie  beziehtSichAuf  reflexivAuf  verwandtesInnenkonzept  geschwister  kleiner  beginnt  teilAttribut  teilsammlung  teilGraph  teilliste  unterOrganisation  teilplan  subProzess  %1 ist eine &%teilangelegenheit von %2 %n{nicht}  teilkategorie  teilrelation  fasstInhaltsKategorieZusammen  fasstInhaltsFallZusammen  nachfolgerAttribut  nachfolgerAttributSchliessung  oberflächichesTeil  zeitlichesTeil  zeit  gesamteinrichtung  trichotomizierungAuf  verwendet  valenz  version 

Type restrictions

prevents(subclass Prozess, subclass Prozess)

Related WordNet synsets

prevention, bar
the act of preventing
prevention is kind of (all)...   prevention is kind of...   kinds of prevention...   kinds of prevention (all)...  
averting
the act of preventing something from occurring; "averting danger was his responsibility"
averting is kind of (all)...   averting is kind of...  
prevention
control by preventing the occurrence of something; "money was allocated to study the cause and prevention of influenza"
prevention is kind of (all)...   prevention is kind of...  
prevent, keep
prevent from doing something or being in a certain state; "We must prevent the cancer from spreading"
prevent is opposite to...   kinds of prevent...   kinds of prevent (all)...  
prevent, forestall, foreclose, preclude, forbid
keep from happening of arising; have the effect of preventing; "My sense of tact forbids an honest answer"
kinds of prevent...   kinds of prevent (all)...  
See more related synsets on a separate page.

Axioms (2)

verhindert ist innerlich verwandt mit hemmt .
(relatedInternalConcept prevents inhibits)

(=>
      (prevents ?PROC1 ?PROC2)
      (forall
            (?TIME ?PLACE)
            (=>
                  (holdsDuring
                        ?TIME
                        (exists
                              (?INST1)
                              (and
                                    (instance ?INST1 ?PROC1)
                                    (located ?INST1 ?PLACE))))
                  (not
                        (holdsDuring
                              ?TIME
                              (exists
                                    (?INST2)
                                    (and
                                          (instance ?INST2 ?PROC2)
                                          (located ?INST2 ?PLACE))))))))