Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - actedIn
actedIn

appearance as argument number 1
-------------------------


(documentation actedIn EnglishLanguage "(actedIn ?ACTOR ?O) means that the Human ?ACTOR was in the Process that produced the entity ?O") Mid-level-ontology.kif 22382-22383
(domain actedIn 1 Human) Mid-level-ontology.kif 22380-22380 The number 1 argument of acted in is an instance of human
(domain actedIn 2 ContentBearingPhysical) Mid-level-ontology.kif 22381-22381 The number 2 argument of acted in is an instance of content bearing physical
(instance actedIn BinaryPredicate) Mid-level-ontology.kif 22379-22379 acted in is an instance of binary predicate

appearance as argument number 2
-------------------------


(format EnglishLanguage actedIn "%1 acted in %2.") Mid-level-ontology.kif 22384-22384
(termFormat EnglishLanguage actedIn "acted in") domainEnglishFormat.kif 65793-65793

antecedent
-------------------------


(=>
    (actedIn ?ACTOR ?O)
    (exists (?PERF)
        (and
            (instance ?PERF DramaticActing)
            (patient ?PERF ?ACTOR)
            (result ?PERF ?O))))
Mid-level-ontology.kif 22386-22392
(=>
    (and
        (actedIn ?ACTOR ?O)
        (instance ?PERF DramaticActing)
        (patient ?PERF ?ACTOR)
        (result ?PERF ?O))
    (holdsDuring
        (WhenFn ?PERF)
        (attribute ?ACTOR Actor)))
Mid-level-ontology.kif 22394-22401


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners