capableAtLocation |
appearance as argument number 1 |
(documentation capableAtLocation EnglishLanguage "(capableAtLocation ?EVENTTYPE ?ROLE ?OBJECT ?PLACE) means that ?OBJECT has the ability to play the CaseRole ?ROLE in Translocation of ?EVENTTYPE that occur at ?PLACE.") | Transportation.kif 3211-3214 | |
(domain capableAtLocation 2 CaseRole) | Transportation.kif 3216-3216 | |
(domain capableAtLocation 3 Object) | Transportation.kif 3217-3217 | |
(domain capableAtLocation 4 Region) | Transportation.kif 3218-3218 | |
(domainSubclass capableAtLocation 1 Process) | Transportation.kif 3215-3215 | |
(instance capableAtLocation QuaternaryPredicate) | Transportation.kif 3210-3210 |
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 13037-13037 | |
(termFormat ChineseTraditionalLanguage capableAtLocation "能夠在位置") | domainEnglishFormat.kif 13036-13036 | |
(termFormat EnglishLanguage capableAtLocation "capable at location") | domainEnglishFormat.kif 13035-13035 |
consequent |
(=> (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 3220-3229 | |
(=> (and (trafficableForTrafficType ?PLACE ?TYPE) (subclass ?TYPE TransportationDevice) (instance ?MOVER ?TYPE)) (capableAtLocation Transportation instrument ?MOVER ?PLACE)) |
Transportation.kif 3138-3143 | |
(=> (and (trafficableForTrafficType ?place ?type) (subclass ?type AutonomousAgent) (instance ?mover ?type)) (capableAtLocation Translocation agent ?mover ?place)) |
Transportation.kif 3145-3150 | |
(=> (instance ?A MilitaryAirport) (hasPurpose ?A (exists (?M) (and (instance ?M MilitaryAircraft) (or (capableAtLocation TakingOff origin ?M ?A) (capableAtLocation Landing destination ?M ?A)))))) |
MilitaryProcesses.kif 2790-2798 |