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 2404-2407
(documentation CaseRole JapaneseLanguage "Predicates の Class は、Process の空間的に 区別されたパーツに関連する。CaseRoles は、例えば、作用の agentpatient または destination、燃焼プロセスにおける可燃性物質、または雨に落ちる水を含む。") japanese_format.kif 483-485
(subclass CaseRole AsymmetricRelation) Merge.kif 2402-2402 Case role is a subclass of asymmetric relation
(subclass CaseRole BinaryPredicate) Merge.kif 2400-2400 Case role is a subclass of binary predicate
(subclass CaseRole InheritableRelation) Merge.kif 2401-2401 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 4160-4160 account used is an instance of case role
(instance agent CaseRole) Merge.kif 2431-2431 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 23473-23473 arrested is an instance of case role
(instance arrestingOfficer CaseRole) Law.kif 226-226 arresting officer is an instance of case role
(instance attends CaseRole) Merge.kif 13084-13084 attends is an instance of case role
(instance attorney CaseRole) Law.kif 443-443 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 22872-22872 cargo is an instance of case role
(instance catalyst CaseRole) VirusProteinAndCellPart.kif 250-250 catalyst is an instance of case role
(instance changesLocation CaseRole) Merge.kif 10990-10990 changes location is an instance of case role
(instance computerRunning CaseRole) QoSontology.kif 201-201 computer running is an instance of case role
(instance contestParticipant CaseRole) Mid-level-ontology.kif 19678-19678 contest participant is an instance of case role
(instance controlled CaseRole) Mid-level-ontology.kif 23422-23422 controlled is an instance of case role
(instance conveyance CaseRole) Mid-level-ontology.kif 23528-23528 conveyance is an instance of case role
(instance dataProcessed CaseRole) QoSontology.kif 1875-1875 data processed is an instance of case role
(instance defendant CaseRole) Mid-level-ontology.kif 16266-16266 defendant is an instance of case role
(instance defenseLawyer CaseRole) Law.kif 280-280 defense lawyer is an instance of case role
(instance destination CaseRole) Merge.kif 2442-2442 destination is an instance of case role
(instance detainee CaseRole) Mid-level-ontology.kif 6783-6783 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 4120-4120 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 3903-3903 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 2688-2688 The number 2 argument of capable at location is an instance of case role
(domain playsRoleInEvent 2 CaseRole) Mid-level-ontology.kif 23238-23238 The number 2 argument of plays role in event is an instance of case role
(domain playsRoleInEventOfType 2 CaseRole) Mid-level-ontology.kif 23271-23271 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 23252-23258
(=>
    (and
        (instance ?REL CaseRole)
        (instance ?OBJ Object)
        (?REL ?PROCESS ?OBJ))
    (exists (?TIME)
        (overlapsSpatially
            (WhereFn ?PROCESS ?TIME) ?OBJ)))
Merge.kif 9601-9607
(=>
    (and
        (instance ?ROLE CaseRole)
        (?ROLE ?ARG1 ?ARG2)
        (instance ?ARG1 ?PROC)
        (subclass ?PROC Process))
    (capability ?PROC ?ROLE ?ARG2))
Merge.kif 3910-3916
(=>
    (and
        (subclass ?TYPE Process)
        (instance ?EVENT ?TYPE)
        (eventLocated ?EVENT ?REGION)
        (instance ?ROLE CaseRole)
        (instance ?OBJECT Object)
        (instance ?REGION GeographicArea)
        (?ROLE ?EVENT ?OBJECT))
    (capableAtLocation ?TYPE ?ROLE ?OBJECT ?REGION))
Transportation.kif 2692-2701
(=>
    (instance ?R CaseRole)
    (subrelation ?R involvedInEvent))
Merge.kif 2427-2429