equipmentType |
appearance as argument number 1 |
(documentation equipmentType EnglishLanguage "(equipmentType ?THING ?TYPE) means that the Artifact ?THING has a component or attachment of Device ?TYPE. See also equipmentTypeCount.") | Mid-level-ontology.kif 24608-24610 | |
(domain equipmentType 1 Artifact) | Mid-level-ontology.kif 24612-24612 | The number 1 argument of equipment type is an instance of artifact |
(domainSubclass equipmentType 2 Device) | Mid-level-ontology.kif 24613-24613 | The number 2 argument of equipment type is a subclass of device |
(instance equipmentType BinaryPredicate) | Mid-level-ontology.kif 24611-24611 | equipment type is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage equipmentType "%2 %n 是 %1 的 equipment 类别") | domainEnglishFormat.kif 919-919 | |
(format ChineseTraditionalLanguage equipmentType "%2 %n 是 %1 的 equipment 類別") | domainEnglishFormat.kif 918-918 | |
(format EnglishLanguage equipmentType "%2 is %n an equipment type of %1") | domainEnglishFormat.kif 917-917 | |
(termFormat ChineseLanguage equipmentType "设备类型") | domainEnglishFormat.kif 22366-22366 | |
(termFormat ChineseTraditionalLanguage equipmentType "設備類型") | domainEnglishFormat.kif 22365-22365 | |
(termFormat EnglishLanguage equipmentType "equipment type") | domainEnglishFormat.kif 22364-22364 |
antecedent |
(=> (equipmentType ?O ?T) (exists (?C ?D) (and (instance ?D ?T) (greaterThanOrEqualTo ?C 1) (equipmentCount ?O ?T ?C)))) |
Mid-level-ontology.kif 24631-24637 |
|
(=> (equipmentType ?O ?T) (exists (?D) (and (instance ?D ?T) (or (part ?D ?O) (connected ?D ?O))))) |
Mid-level-ontology.kif 24615-24622 |
|
consequent |
(=> (equipmentCount ?O ?T ?C) (exists (?DEVICE) (and (instance ?DEVICE ?T) (equipmentType ?O ?T)))) |
Mid-level-ontology.kif 24624-24629 |
|