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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - playsRoleInEventOfType
playsRoleInEventOfType

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


(documentation playsRoleInEventOfType EnglishLanguage "(playsRoleInEventOfType ?OBJ ?ROLE ?TYPE ?TIME ?PLACE) means that ?OBJ plays the role specified by ?ROLE in an instance of ?TYPE, which occurs at ?TIME and ?PLACE.") Mid-level-ontology.kif 24917-24919
(domain playsRoleInEventOfType 1 Object) Mid-level-ontology.kif 24911-24911 The number 1 argument of plays role in event of type is an instance of object
(domain playsRoleInEventOfType 2 CaseRole) Mid-level-ontology.kif 24912-24912 The number 2 argument of plays role in event of type is an instance of case role
(domain playsRoleInEventOfType 4 TimePosition) Mid-level-ontology.kif 24914-24914 The number 4 argument of plays role in event of type is an instance of time position
(domain playsRoleInEventOfType 5 Object) Mid-level-ontology.kif 24915-24915 The number 5 argument of plays role in event of type is an instance of object
(domainSubclass playsRoleInEventOfType 3 Process) Mid-level-ontology.kif 24913-24913 The number 3 argument of plays role in event of type is a subclass of process
(instance playsRoleInEventOfType QuintaryPredicate) Mid-level-ontology.kif 24910-24910 plays role in event of type is an instance of quintary predicate

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


(format ChineseLanguage playsRoleInEventOfType "%1 %n{不} 对于 %3 和 %4 和 %5 在事件类别 %2 plays 角色") domainEnglishFormat.kif 1975-1975
(format ChineseTraditionalLanguage playsRoleInEventOfType "%1 %n{不} 對於 %3 和 %4 和 %5 在事件類別 %2 plays 角色") domainEnglishFormat.kif 1974-1974
(format EnglishLanguage playsRoleInEventOfType "%1 %n{doesn't} plays role in event of type %2 for %3 with %4 and %5") domainEnglishFormat.kif 1973-1973
(termFormat ChineseLanguage playsRoleInEventOfType "在类型的事件中发挥作用") domainEnglishFormat.kif 46280-46280
(termFormat ChineseTraditionalLanguage playsRoleInEventOfType "在類型的事件中發揮作用") domainEnglishFormat.kif 46279-46279
(termFormat EnglishLanguage playsRoleInEventOfType "plays role in event of type") domainEnglishFormat.kif 46278-46278

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


(=>
    (playsRoleInEventOfType ?OBJ ?ROLE ?TYPE ?TIME ?PLACE)
    (exists (?EVENT)
        (and
            (instance ?EVENT ?TYPE)
            (time ?EVENT ?TIME)
            (eventLocated ?EVENT ?PLACE)
            (playsRoleInEvent ?OBJ ?ROLE ?EVENT))))
Mid-level-ontology.kif 24921-24928

consequent
-------------------------


(<=>
    (detainedAtTimeInPlace ?AGENT ?TIME ?PLACE)
    (playsRoleInEventOfType ?AGENT detainee Confining ?TIME ?PLACE))
Justice.kif 26-28 A sentient agent detained at time in place a time position for an object if and only if the sentient agent plays role in event of type detainee for confining with the time position and the object
(=>
    (and
        (playsRoleInEvent ?OBJ ?ROLE ?EVENT)
        (instance ?EVENT ?CLASS)
        (subclass ?CLASS Process)
        (time ?EVENT ?TIME)
        (eventLocated ?EVENT ?PLACE))
    (playsRoleInEventOfType ?OBJ ?ROLE ?CLASS ?TIME ?PLACE))
Mid-level-ontology.kif 24901-24908
(=>
    (and
        (playsRoleInEvent ?OBJ ?ROLE ?EVENT)
        (instance ?EVENT ?TYPE)
        (subclass ?TYPE Process)
        (time ?EVENT ?TIME)
        (eventLocated ?EVENT ?PLACE))
    (playsRoleInEventOfType ?OBJ ?ROLE ?TYPE ?TIME ?PLACE))
Mid-level-ontology.kif 24930-24937
(=>
    (observedAtTimeInPlace ?OBJ ?AGENT ?TIME ?PLACE)
    (playsRoleInEventOfType ?AGENT agent Seeing ?TIME ?PLACE))
Justice.kif 75-77
(=>
    (observedAtTimeInPlace ?OBJ ?AGENT ?TIME ?PLACE)
    (playsRoleInEventOfType ?OBJ patient Seeing ?TIME ?PLACE))
Justice.kif 71-73


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