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

µ²ªG (result)

(result action output) means that output is a product of action. For example, house is a result in the following proposition: Eric built a house.

Ontology

SUMO / BASE-ONTOLOGY

Superrelation(s)

¨ü¨ÆªÌ
is subrelation of
  µ²ªG  

Type restrictions

result(¾úµ{, ª«Åé)

Related WordNet synsets

result, outcome
the situation that exists when something ends; "he listened for the results on the radio"
result is kind of (all)...   result is kind of...   kinds of result...   kinds of result (all)...  
See more related synsets on a separate page.

Axioms (22)

If lang ¬O ¤H³y»y¨¥ ªº ¹ê¨Ò, then there exists ­pµe plan so that lang ¬O plan ªº µ²ªG.
(=>
      (instance ?LANG ConstructedLanguage)
      (exists
            (?PLAN)
            (and
                  (instance ?PLAN Planning)
                  (result ?PLAN ?LANG))))

µL¥æ¶°Ãö«Y(¸ê·½,µ²ªG,¤u¨ã) holds.
(disjointRelation resource result instrument)

(=>
      (result ?PROC ?OBJ)
      (forall
            (?TIME)
            (=>
                  (before
                        ?TIME
                        (BeginFn
                              (WhenFn ?PROC)))
                  (not
                        (time ?OBJ ?TIME)))))

If rep ¬O ½Æ»s ªº ¹ê¨Ò and rep ¬O parent ªº ¬I¨ÆªÌ and child ¬O rep ªº µ²ªG, then parent ¬O child ªº Âù¿Ë.
(=>
      (and
            (instance ?REP Replication)
            (agent ?REP ?PARENT)
            (result ?REP ?CHILD))
      (parent ?CHILD ?PARENT))

If rep ¬O ½Æ»s ªº ¹ê¨Ò, then there exists ¥Í´Þºc³y body so that body ¬O rep ªº µ²ªG.
(=>
      (instance ?REP Replication)
      (exists
            (?BODY)
            (and
                  (instance ?BODY ReproductiveBody)
                  (result ?REP ?BODY))))

If rep ¬O ¦³©Ê¥Í´Þ ªº ¹ê¨Ò and organism ¬O rep ªº µ²ªG, then there don't exist mother,father so that mother ¬O organism ªº ¥À¿Ë and father ¬O organism ªº ¤÷¿Ë.
(=>
      (and
            (instance ?REP SexualReproduction)
            (result ?REP ?ORGANISM))
      (not
            (exists
                  (?MOTHER ?FATHER)
                  (and
                        (mother ?ORGANISM ?MOTHER)
                        (father ?ORGANISM ?FATHER)))))

If rep ¬O µL©Ê¥Í´Þ ªº ¹ê¨Ò and organism ¬O rep ªº µ²ªG, then there don't exist parent1,parent2 so that parent1 ¬O organism ªº Âù¿Ë and parent2 ¬O organism ªº Âù¿Ë and parent1 µ¥©ó parent2.
(=>
      (and
            (instance ?REP AsexualReproduction)
            (result ?REP ?ORGANISM))
      (not
            (exists
                  (?PARENT1 ?PARENT2)
                  (and
                        (parent ?ORGANISM ?PARENT1)
                        (parent ?ORGANISM ?PARENT2)
                        (not
                              (equal ?PARENT1 ?PARENT2))))))

combine ¬O µ²¦X ªº ¹ê¨Ò and obj1 ¹ï combine ¬O ¸ê·½ and obj2 ¬O combine ªº µ²ªG if and only if obj1 ¬O obj2 ªº ³¡¤À) ""combine ¦s¦b ªº ®É¶¡" ¤£¤[ ¤§«e"a(¤§¤¤) "combine ¦s¦b ªº ®É¶¡" ¤£¤[ ¤§«e and obj1 ¬O obj2 ªº ³¡¤À) ""combine ¦s¦b ªº ®É¶¡" ¤£¤[ ¤§«á"a(¤§¤¤) "combine ¦s¦b ªº ®É¶¡" ¤£¤[ ¤§«á.
(<=>
      (and
            (instance ?COMBINE Combining)
            (resource ?COMBINE ?OBJ1)
            (result ?COMBINE ?OBJ2))
      (and
            (holdsDuring
                  (ImmediatePastFn
                        (WhenFn ?COMBINE))
                  (not
                        (part ?OBJ1 ?OBJ2)))
            (holdsDuring
                  (ImmediateFutureFn
                        (WhenFn ?COMBINE))
                  (part ?OBJ1 ?OBJ2))))

If , then stuff ¬O ¯Âª«½è ªº ¹ê¨Ò.
(=>
      (and
            (instance ?PROC ChemicalProcess)
            (or
                  (resource ?PROC ?STUFF)
                  (result ?PROC ?STUFF)))
      (instance ?STUFF PureSubstance))

If substance1 ¹ï proc ¬O ¸ê·½ and substance2 ¬O proc ªº µ²ªG and substance1 ¬O °ò¥»ª«½è ªº ¹ê¨Ò and substance2 ¬O ¤Æ¦Xª« ªº ¹ê¨Ò, then proc ¬O ¤Æ¾Ç¦X¦¨ ªº ¹ê¨Ò.
(=>
      (and
            (resource ?PROC ?SUBSTANCE1)
            (result ?PROC ?SUBSTANCE2)
            (instance ?SUBSTANCE1 ElementalSubstance)
            (instance ?SUBSTANCE2 CompoundSubstance))
      (instance ?PROC ChemicalSynthesis))

compound ¬O ¤Æ¦Xª« ªº ¹ê¨Ò if and only if there exist °ò¥»ª«½è element1,°ò¥»ª«½è element2,¤Æ¾Ç¦X¦¨ process so that element1 µ¥©ó element2 and element1 ¹ï process ¬O ¸ê·½ and element2 ¹ï process ¬O ¸ê·½ and compound ¬O process ªº µ²ªG.
(<=>
      (instance ?COMPOUND CompoundSubstance)
      (exists
            (?ELEMENT1 ?ELEMENT2 ?PROCESS)
            (and
                  (instance ?ELEMENT1 ElementalSubstance)
                  (instance ?ELEMENT2 ElementalSubstance)
                  (not
                        (equal ?ELEMENT1 ?ELEMENT2))
                  (instance ?PROCESS ChemicalSynthesis)
                  (resource ?PROCESS ?ELEMENT1)
                  (resource ?PROCESS ?ELEMENT2)
                  (result ?PROCESS ?COMPOUND))))

If substance1 ¹ï proc ¬O ¸ê·½ and substance2 ¬O proc ªº µ²ªG and substance1 ¬O ¤Æ¦Xª« ªº ¹ê¨Ò and substance2 ¬O °ò¥»ª«½è ªº ¹ê¨Ò, then proc ¬O ¤Æ¾Ç¤À¸Ñ ªº ¹ê¨Ò.
(=>
      (and
            (resource ?PROC ?SUBSTANCE1)
            (result ?PROC ?SUBSTANCE2)
            (instance ?SUBSTANCE1 CompoundSubstance)
            (instance ?SUBSTANCE2 ElementalSubstance))
      (instance ?PROC ChemicalDecomposition))

If action ¬O ²£¥Í ªº ¹ê¨Ò, then there exists result so that result ¬O action ªº µ²ªG.
(=>
      (instance ?ACTION Creation)
      (exists
            (?RESULT)
            (result ?ACTION ?RESULT)))

There exists «Øºc build so that artifact ¬O build ªº µ²ªG if and only if artifact ¬O ©T©w¤H³yª« ªº ¹ê¨Ò.
(<=>
      (exists
            (?BUILD)
            (and
                  (instance ?BUILD Constructing)
                  (result ?BUILD ?ARTIFACT)))
      (instance ?ARTIFACT StationaryArtifact))

If cook ¬O ²i¶¹ ªº ¹ê¨Ò, then there exists ­¹ª« food so that food ¬O cook ªº µ²ªG.
(=>
      (instance ?COOK Cooking)
      (exists
            (?FOOD)
            (and
                  (instance ?FOOD Food)
                  (result ?COOK ?FOOD))))

If part ¬O ÂßÅ鳡¥ó ªº ¹ê¨Ò, then there doesn't exist ¯f²z¾úµ{ proc so that part ¬O proc ªº µ²ªG.
(=>
      (instance ?PART BodyPart)
      (not
            (exists
                  (?PROC)
                  (and
                        (instance ?PROC PathologicProcess)
                        (result ?PROC ?PART)))))

If text ¬O ¤å¥» ªº ¹ê¨Ò, then there exists ¼g§@ write so that text ¬O write ªº µ²ªG.
(=>
      (instance ?TEXT Text)
      (exists
            (?WRITE)
            (and
                  (instance ?WRITE Writing)
                  (result ?WRITE ?TEXT))))

If §@ªÌ(agent,text) holds, then there exist process,text instance so that process ¬O agent ªº ¬I¨ÆªÌ and text ¬O process ªº µ²ªG.
(=>
      (authors ?AGENT ?TEXT)
      (exists
            (?PROCESS ?INSTANCE)
            (and
                  (agent ?PROCESS ?AGENT)
                  (instance ?INSTANCE ?TEXT)
                  (result ?PROCESS ?TEXT))))

artifact ¬O ¤H³yª« ªº ¹ê¨Ò if and only if there exists »s§@ making so that artifact ¬O making ªº µ²ªG.
(<=>
      (instance ?ARTIFACT Artifact)
      (exists
            (?MAKING)
            (and
                  (instance ?MAKING Making)
                  (result ?MAKING ?ARTIFACT))))

If product ¬O ²£«~ ªº ¹ê¨Ò, then there exists ¥Í²£ manufacture so that product ¬O manufacture ªº µ²ªG.
(=>
      (instance ?PRODUCT Product)
      (exists
            (?MANUFACTURE)
            (and
                  (instance ?MANUFACTURE Manufacture)
                  (result ?MANUFACTURE ?PRODUCT))))

(=>
      (instance ?MACHINE Machine)
      (forall
            (?PROC)
            (=>
                  (instrument ?PROC ?MACHINE)
                  (exists
                        (?RESOURCE ?RESULT)
                        (and
                              (resource ?PROC ?RESOURCE)
                              (result ?PROC ?RESULT))))))

If plan ¬O ­pµe ªº ¹ê¨Ò and obj ¬O ¤º®e¸üÅé ªº ¹ê¨Ò and obj (¤£) ¥]§ts) °T®§ %2, then there exists ­pµe planning so that obj ¬O planning ªº µ²ªG.
(=>
      (and
            (instance ?PLAN Plan)
            (instance ?OBJ ContentBearingObject)
            (containsInformation ?OBJ ?PLAN))
      (exists
            (?PLANNING)
            (and
                  (instance ?PLANNING Planning)
                  (result ?PLANNING ?OBJ))))