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

Formal Language: 



KB Term:  Term intersection
English Word: 

  actedIn

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 20748-20749
(domain actedIn 1 Human) Mid-level-ontology.kif 20746-20746 The number 1 argument of acted in is an instance of human
(domain actedIn 2 ContentBearingPhysical) Mid-level-ontology.kif 20747-20747 The number 2 argument of acted in is an instance of content bearing physical
(instance actedIn BinaryPredicate) Mid-level-ontology.kif 20745-20745 acted in is an instance of binary predicate

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


(format EnglishLanguage actedIn "%1 &actedIn %2.") Mid-level-ontology.kif 20750-20750
(termFormat EnglishLanguage actedIn "acted in") domainEnglishFormat.kif 65770-65770

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


(=>
    (actedIn ?ACTOR ?O)
    (exists (?PERF)
        (and
            (instance ?PERF DramaticActing)
            (patient ?PERF ?ACTOR)
            (result ?PERF ?O))))
Mid-level-ontology.kif 20752-20758
(=>
    (and
        (actedIn ?ACTOR ?O)
        (instance ?PERF DramaticActing)
        (patient ?PERF ?ACTOR)
        (result ?PERF ?O))
    (holdsDuring
        (WhenFn ?PERF)
        (attribute ?ACTOR Actor)))
Mid-level-ontology.kif 20760-20767


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

Show without tree


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