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

Processo (Process)

Intuitively, the class of things that happen and have temporal parts or stages. Examples include extended events like a football match or a race, actions like Searching and Reading, and biological processes. The formal definition is: anything that lasts for a time but is not an Object. Note that a Process may have participants 'inside' it which are Objects, such as the players in a football match. In a 4D ontology, a Process is something whose spatiotemporal extent is thought of as dividing into temporal stages roughly perpendicular to the time-axis.

Ontology

SUMO / BASE-ONTOLOGY

Superclass(es)

[tree]
Entitá
is subclass of
  EntitáConcreta  
is subclass of
  Processo  

Subclass(es)

ProcessoRelazionale  ProcessoIntenzionale  Movimento  CambiamentoInterno  CambiamentoDiForma 

Coordinate term(s)

Oggetto 

Constrains relations

agent  capability  causes  causes subclass  confers obligation  confers right  destination  direction  experiencer  frequency  has skill  holds obligation  holds right  inhibits  instrument  manner  origin  patient  precondition  prevents  realization  resource  result  sub process 

Related WordNet synsets

event
something that happens at a given place and time
kinds of event...   kinds of event (all)...  
change
the act of changing something; "the change of government had no impact on the economy"; "his change on abortion cost him the election"
change is kind of (all)...   change is kind of...   kinds of change...   kinds of change (all)...  
alteration, modification, adjustment
the act of making something different (as e.g. the size of a garment)
alteration is kind of (all)...   alteration is kind of...   kinds of alteration...   kinds of alteration (all)...  
change of state
the act of changing something into something different in essential characteristics
change of state is kind of (all)...   change of state is kind of...   kinds of change of state...   kinds of change of state (all)...  
transformation, translation
the act of transforming; "a photograph is a translation of a scene onto a two-dimensional surface"
transformation is kind of (all)...   transformation is kind of...   kinds of transformation...   kinds of transformation (all)...  
occurrence
an instance of something occurring; "a disease of frequent occurrence"; "the occurrence (or presence) of life on other planets"
occurrence is kind of (all)...   occurrence is kind of...  
be, occur
happen or come to pass; "I lost my wallet; this was during the visit to my parents' house"; "There were two hundred people at his funeral"; "There was a lot of noise in the kitchen"
kinds of be...   kinds of be (all)...  
See more related synsets on a separate page.

Axioms (6)

EntitáConcreta é esaustivamente partizionato in Oggetto,Processo.
(partition Physical Object Process)

Se process é un' istanza di Processo, allora esiste cause tale che process é un agente di cause.
(=>
      (instance ?PROCESS Process)
      (exists
            (?CAUSE)
            (agent ?PROCESS ?CAUSE)))

Se proc1 é un' istanza di Processo, allora esiste proc2 tale che proc2 causas proc1.
(=>
      (instance ?PROC1 Process)
      (exists
            (?PROC2)
            (causes ?PROC2 ?PROC1)))

Se proc é un' istanza di Processo e subproc é un sottoprocesso di proc, allora esiste time tale che subproc esistes durante time.
(=>
      (and
            (instance ?PROC Process)
            (subProcess ?SUBPROC ?PROC))
      (exists
            (?TIME)
            (time ?SUBPROC ?TIME)))

Se device é un' istanza di Dispositivo, allora esiste Processo proc tale che device é capace di fare proc nel ruolo instrument.
(=>
      (instance ?DEVICE Device)
      (exists
            (?PROC)
            (and
                  (subclass ?PROC Process)
                  (capability ?PROC instrument ?DEVICE))))

Se device é un' istanza di Dispositivo, allora esiste Processo proc tale che device ha scopo "device é capace di fare proc nel ruolo instrument".
(=>
      (instance ?DEVICE Device)
      (exists
            (?PROC)
            (and
                  (subclass ?PROC Process)
                  (hasPurpose
                        ?DEVICE
                        (capability ?PROC instrument ?DEVICE)))))