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 24919-24921
(domain playsRoleInEventOfType 1 Object) Mid-level-ontology.kif 24913-24913 playsRoleInEventOfType の数値 1 引数は オブジェクトinstance では
(domain playsRoleInEventOfType 2 CaseRole) Mid-level-ontology.kif 24914-24914 playsRoleInEventOfType の数値 2 引数は 格役割instance では
(domain playsRoleInEventOfType 4 TimePosition) Mid-level-ontology.kif 24916-24916 playsRoleInEventOfType の数値 4 引数は 時間位置instance では
(domain playsRoleInEventOfType 5 Object) Mid-level-ontology.kif 24917-24917 playsRoleInEventOfType の数値 5 引数は オブジェクトinstance では
(domainSubclass playsRoleInEventOfType 3 Process) Mid-level-ontology.kif 24915-24915 playsRoleInEventOfType の数値 3 引数は 工程subclass では
(instance playsRoleInEventOfType QuintaryPredicate) Mid-level-ontology.kif 24912-24912 playsRoleInEventOfType5進述語instance では

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 24923-24930

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


(<=>
    (detainedAtTimeInPlace ?AGENT ?TIME ?PLACE)
    (playsRoleInEventOfType ?AGENT detainee Confining ?TIME ?PLACE))
Justice.kif 26-28 detainedAtTimeInPlace 意識[知覚]を持つ代理(人), 時間位置 and オブジェクト playsRoleInEventOfType 意識[知覚]を持つ代理(人), detainee, 閉じ込め, 時間位置 and オブジェクト
(=>
    (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 24903-24910
(=>
    (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 24932-24939
(=>
    (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