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

Formal Language: 


KB Term:  Term intersection
English Word: 

  equipmentType

Sigma KEE - equipmentType
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 25982-25984
(domain equipmentType 1 Artifact) Mid-level-ontology.kif 25986-25986 The number 1 argument of equipment type is an instance of artifact
(domainSubclass equipmentType 2 Device) Mid-level-ontology.kif 25987-25987 The number 2 argument of equipment type is a subclass of device
(instance equipmentType BinaryPredicate) Mid-level-ontology.kif 25985-25985 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 22354-22354
(termFormat ChineseTraditionalLanguage equipmentType "設備類型") domainEnglishFormat.kif 22353-22353
(termFormat EnglishLanguage equipmentType "equipment type") domainEnglishFormat.kif 22352-22352

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


(=>
    (equipmentType ?O ?T)
    (exists (?C ?D)
        (and
            (instance ?D ?T)
            (greaterThanOrEqualTo ?C 1)
            (equipmentCount ?O ?T ?C))))
Mid-level-ontology.kif 26005-26011
(=>
    (equipmentType ?O ?T)
    (exists (?D)
        (and
            (instance ?D ?T)
            (or
                (part ?D ?O)
                (connected ?D ?O)))))
Mid-level-ontology.kif 25989-25996

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


(=>
    (equipmentCount ?O ?T ?C)
    (exists (?DEVICE)
        (and
            (instance ?DEVICE ?T)
            (equipmentType ?O ?T))))
Mid-level-ontology.kif 25998-26003


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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