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

Kreation (Creation)

The subclass of Process in which something is created. Note that the thing created is specified with the result CaseRole.

Ontology

SUMO / PROCESSES

Superclass(es)

[tree]
Wesen
is subclass of
  körperlicher Gegenstand  
is subclass of
  Prozess  
is subclass of
  innere Änderung  
is subclass of
  Kreation  

Subclass(es)

Bilden 

Coordinate term(s)

biologischer Prozess  chemischer Prozess  Beschädigen  Quantitätänderung  Zustandänderung  Oberflächenänderung 

Related WordNet synsets

devising, fashioning, making
the act that results in something coming to be; "the devising of plans"; "the fashioning of pots and pans"; "the making of measurements"
devising is kind of (all)...   devising is kind of...   kinds of devising...   kinds of devising (all)...  
See more related synsets on a separate page.

Axioms (3)

Kreation ist innerlich verwandt mit Zerstörung .
(relatedInternalConcept Creation Destruction)

Wenn action ist ein fall von Kreation , dann es gibt ein result der result ist ein resultat von action .
(=>
      (instance ?ACTION Creation)
      (exists
            (?RESULT)
            (result ?ACTION ?RESULT)))

process ist ein fall von Kreation nur wenn es gibt ein patient der patient ist ein patient von process und patient besteht während "sofort nach "die zeit des Bestehens von process"" und patient besteht während "direkt vor "die zeit des Bestehens von process"" nicht.
(<=>
      (instance ?PROCESS Creation)
      (exists
            (?PATIENT)
            (and
                  (patient ?PROCESS ?PATIENT)
                  (time
                        ?PATIENT
                        (ImmediateFutureFn
                              (WhenFn ?PROCESS)))
                  (not
                        (time
                              ?PATIENT
                              (ImmediatePastFn
                                    (WhenFn ?PROCESS)))))))