Diagnoseprozess (DiagnosticProcess)
A Process that is carried out for
the purpose of determining the nature of a DiseaseOrSyndrome.
Ontology
SUMO / PROCESSESSuperclass(es)
Related WordNet synsets
- diagnostic
- concerned with diagnosis; used for furthering diagnosis; "a diagnostic clinic"; "a diagnostic reading test"; "diagnostic information"
See more related synsets on a separate page.
Axioms (1)
Wenn proc ist ein fall von Diagnoseprozess und proc ist der agent von agent , dann es gibt ein cause der proc hat Zweck von "agent kennt "cause verursacht proc " " für agent .
(=>
(and
(instance ?PROC DiagnosticProcess)
(agent ?PROC ?AGENT))
(exists
(?CAUSE)
(hasPurposeForAgent
?PROC
(knows
?AGENT
(causes ?CAUSE ?PROC))
?AGENT)))