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 21837-21838
(domain actedIn 1 Human) Mid-level-ontology.kif 21835-21835 The number 1 argument of acted in is an instance of human
(domain actedIn 2 ContentBearingPhysical) Mid-level-ontology.kif 21836-21836 The number 2 argument of acted in is an instance of content bearing physical
(instance actedIn BinaryPredicate) Mid-level-ontology.kif 21834-21834 acted in is an instance of binary predicate

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


(format EnglishLanguage actedIn "%1 &actedIn %2.") Mid-level-ontology.kif 21839-21839
(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 21841-21847
(=>
    (and
        (actedIn ?ACTOR ?O)
        (instance ?PERF DramaticActing)
        (patient ?PERF ?ACTOR)
        (result ?PERF ?O))
    (holdsDuring
        (WhenFn ?PERF)
        (attribute ?ACTOR Actor)))
Mid-level-ontology.kif 21849-21856


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