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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - unitNumber
unitNumber

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


(documentation unitNumber EnglishLanguage "(unitNumber ?STR ?PLACE) means that ?STR represents the particular unit or space within the building that a PostalPlace is located") Mid-level-ontology.kif 25739-25741
(domain unitNumber 1 SymbolicString) Mid-level-ontology.kif 25742-25742 The number 1 argument of unit number is an instance of symbolic string
(domain unitNumber 2 PostalPlace) Mid-level-ontology.kif 25743-25743 The number 2 argument of unit number is an instance of postal place
(instance unitNumber BinaryPredicate) Mid-level-ontology.kif 25738-25738 unit number is an instance of binary predicate

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


(format ChineseLanguage unitNumber "%2 的 unit 号码是 %1 ") domainEnglishFormat.kif 4880-4880
(format ChineseTraditionalLanguage unitNumber "%2 的 unit 號碼是 %1 ") domainEnglishFormat.kif 4879-4879
(format EnglishLanguage unitNumber "the unit number of %2 is %1") domainEnglishFormat.kif 4878-4878
(termFormat ChineseLanguage unitNumber "单位号码") domainEnglishFormat.kif 60463-60463
(termFormat ChineseTraditionalLanguage unitNumber "單位號碼") domainEnglishFormat.kif 60462-60462
(termFormat EnglishLanguage unitNumber "unit number") domainEnglishFormat.kif 60461-60461

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


(=>
    (and
        (unitNumber ?UNITSTR ?PLACE)
        (floorCode ?FLRCODE ?PLACE))
    (exists (?UNIT ?FLOOR)
        (and
            (instance ?FLOOR BuildingLevel)
            (instance ?UNIT Room)
            (located ?UNIT ?FLOOR)
            (part ?FLOOR ?PLACE)
            (names ?UNITSTR ?UNIT)
            (names ?FLRCODE ?FLOOR))))
Mid-level-ontology.kif 25751-25762
(=>
    (and
        (unitNumber ?UNITSTR ?PLACE)
        (not
            (exists (?FLR)
                (floorCode ?FLR ?PLACE))))
    (exists (?UNIT)
        (and
            (instance ?UNIT Room)
            (names ?UNITSTR ?UNIT)
            (located ?UNIT ?PLACE))))
Mid-level-ontology.kif 25764-25774


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