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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - CaseRole
CaseRole(case role)active, participating, self

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


(documentation CaseRole ChineseLanguage "这是一个 PredicateClass, 它把 Process 中可以从空间上区别的部分联系起来。 CaseRole 包括 agentpatient 或行动的 destination 这些例子、燃烧过程中的易燃物质,或是降雨过程中的雨水。") chinese_format.kif 1860-1862
(documentation CaseRole EnglishLanguage "The Class of Predicates relating the spatially distinguished parts of a Process. CaseRoles include, for example, the agent, patient or destination of an action, the flammable substance in a burning process, or the water that falls in rain.") Merge.kif 2400-2403
(documentation CaseRole JapaneseLanguage "Predicates の Class は、Process の空間的に 区別されたパーツに関連する。CaseRoles は、例えば、作用の agentpatient または destination、燃焼プロセスにおける可燃性物質、または雨に落ちる水を含む。") japanese_format.kif 483-485
(subclass CaseRole AsymmetricRelation) Merge.kif 2398-2398 Case role is a subclass of asymmetric relation
(subclass CaseRole BinaryPredicate) Merge.kif 2396-2396 Case role is a subclass of binary predicate
(subclass CaseRole InheritableRelation) Merge.kif 2397-2397 Case role is a subclass of inheritable relation

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


(format ChineseLanguage CaseRole "%2 %n 是 %1 的 case 角色") domainEnglishFormat.kif 384-384
(format ChineseTraditionalLanguage CaseRole "%2 %n 是 %1 的 case 角色") domainEnglishFormat.kif 383-383
(format EnglishLanguage CaseRole "%2 is %n a case role of %1") domainEnglishFormat.kif 382-382
(instance accountUsed CaseRole) ComputingBrands.kif 4155-4155 account used is an instance of case role
(instance agent CaseRole) Merge.kif 2427-2427 agent is an instance of case role
(instance amountOfBid CaseRole) UXExperimentalTerms.kif 1446-1446 bid amount is an instance of case role
(instance arrested CaseRole) Mid-level-ontology.kif 25133-25133 arrested is an instance of case role
(instance arrestingOfficer CaseRole) Law.kif 227-227 arresting officer is an instance of case role
(instance attends CaseRole) Merge.kif 13223-13223 attends is an instance of case role
(instance attorney CaseRole) Law.kif 449-449 attorney is an instance of case role
(instance broker CaseRole) UXExperimentalTerms.kif 1680-1680 broker is an instance of case role
(instance cargo CaseRole) Mid-level-ontology.kif 24532-24532 cargo is an instance of case role
(instance catalyst CaseRole) VirusProteinAndCellPart.kif 254-254 catalyst is an instance of case role
(instance changesLocation CaseRole) Merge.kif 11113-11113 changes location is an instance of case role
(instance computerRunning CaseRole) QoSontology.kif 202-202 computer running is an instance of case role
(instance contestParticipant CaseRole) Mid-level-ontology.kif 21266-21266 contest participant is an instance of case role
(instance controlled CaseRole) Mid-level-ontology.kif 25082-25082 controlled is an instance of case role
(instance conveyance CaseRole) Mid-level-ontology.kif 25188-25188 conveyance is an instance of case role
(instance dataProcessed CaseRole) QoSontology.kif 2006-2006 data processed is an instance of case role
(instance defendant CaseRole) Mid-level-ontology.kif 17673-17673 defendant is an instance of case role
(instance defenseLawyer CaseRole) Law.kif 284-284 defense lawyer is an instance of case role
(instance destination CaseRole) Merge.kif 2438-2438 destination is an instance of case role
(instance detainee CaseRole) Mid-level-ontology.kif 7963-7963 detainee is an instance of case role
(instance eCommerceSite CaseRole) UXExperimentalTerms.kif 1703-1703 e_commerce site is an instance of case role
(instance eventLocated CaseRole) Merge.kif 4126-4126 event located is an instance of case role

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

appearance as argument number 3
-------------------------


(domain capability 2 CaseRole) Merge.kif 3901-3901 The number 2 argument of capability is an instance of case role
(domain capabilityDuring 2 CaseRole) Dining.kif 918-918 The number 2 argument of capable during is an instance of case role
(domain capableAtLocation 2 CaseRole) Transportation.kif 3219-3219 The number 2 argument of capable at location is an instance of case role
(domain playsRoleInEvent 2 CaseRole) Mid-level-ontology.kif 24898-24898 The number 2 argument of plays role in event is an instance of case role
(domain playsRoleInEventOfType 2 CaseRole) Mid-level-ontology.kif 24931-24931 The number 2 argument of plays role in event of type is an instance of case role

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


(=>
    (and
        (?ROLE ?EVENT ?OBJ)
        (instance ?ROLE CaseRole)
        (instance ?EVENT Process)
        (instance ?OBJ Object))
    (playsRoleInEvent ?OBJ ?ROLE ?EVENT))
Mid-level-ontology.kif 24912-24918
(=>
    (and
        (instance ?REL CaseRole)
        (instance ?OBJ Object)
        (?REL ?PROCESS ?OBJ))
    (exists (?TIME)
        (overlapsSpatially
            (WhereFn ?PROCESS ?TIME) ?OBJ)))
Merge.kif 9722-9728
(=>
    (and
        (instance ?ROLE CaseRole)
        (?ROLE ?ARG1 ?ARG2)
        (instance ?ARG1 ?PROC)
        (subclass ?PROC Process))
    (capability ?PROC ?ROLE ?ARG2))
Merge.kif 3908-3914
(=>
    (and
        (subclass ?TYPE Translocation)
        (instance ?EVENT ?TYPE)
        (eventLocated ?EVENT ?REGION)
        (instance ?ROLE CaseRole)
        (instance ?OBJECT Object)
        (instance ?REGION GeographicArea)
        (capability ?TYPE ?ROLE ?OBJECT))
    (capableAtLocation ?TYPE ?ROLE ?OBJECT ?REGION))
Transportation.kif 3223-3232
(=>
    (instance ?R CaseRole)
    (subrelation ?R involvedInEvent))
Merge.kif 2423-2425