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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - capableAtLocation
capableAtLocation

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


(documentation capableAtLocation EnglishLanguage "(capableAtLocation ?TYPE ?ROLE ?OBJECT ?PLACE) means that ?OBJECT has the ability to play the CaseRole ?ROLE in Processes of ?EVENTTYPE that occur at ?PLACE.") Transportation.kif 2683-2686
(domain capableAtLocation 2 CaseRole) Transportation.kif 2688-2688
(domain capableAtLocation 3 Object) Transportation.kif 2689-2689
(domain capableAtLocation 4 Region) Transportation.kif 2690-2690
(domainSubclass capableAtLocation 1 Process) Transportation.kif 2687-2687
(instance capableAtLocation QuaternaryPredicate) Transportation.kif 2682-2682

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


(format ChineseLanguage capableAtLocation "%1 %n{不是} capable 在地点 %2 对于 %3 跟 %4 在一起") domainEnglishFormat.kif 348-348
(format ChineseTraditionalLanguage capableAtLocation "%1 %n{不是} capable 在地點 %2 對於 %3 跟 %4 在一起") domainEnglishFormat.kif 347-347
(format EnglishLanguage capableAtLocation "%1 %n{doesn't} capable at location %2 for %3 with %4") domainEnglishFormat.kif 346-346
(termFormat ChineseLanguage capableAtLocation "能够在位置") domainEnglishFormat.kif 13026-13026
(termFormat ChineseTraditionalLanguage capableAtLocation "能夠在位置") domainEnglishFormat.kif 13025-13025
(termFormat EnglishLanguage capableAtLocation "capable at location") domainEnglishFormat.kif 13024-13024

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


(=>
    (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
(=>
    (and
        (trafficableForTrafficType ?PLACE ?TYPE)
        (subclass ?TYPE TransportationDevice)
        (instance ?MOVER ?TYPE))
    (capableAtLocation Transportation instrument ?MOVER ?PLACE))
Transportation.kif 2610-2615
(=>
    (and
        (trafficableForTrafficType ?place ?type)
        (subclass ?type AutonomousAgent)
        (instance ?mover ?type))
    (capableAtLocation Translocation agent ?mover ?place))
Transportation.kif 2617-2622


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