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 24908-24910
(domain unitNumber 1 SymbolicString) Mid-level-ontology.kif 24911-24911 The number 1 argument of unit number is an instance of symbolic string
(domain unitNumber 2 PostalPlace) Mid-level-ontology.kif 24912-24912 The number 2 argument of unit number is an instance of postal place
(instance unitNumber BinaryPredicate) Mid-level-ontology.kif 24907-24907 unit number is an instance of binary predicate

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


(format ChineseLanguage unitNumber "%2 的 unit 号码是 %1 ") domainEnglishFormat.kif 4876-4876
(format ChineseTraditionalLanguage unitNumber "%2 的 unit 號碼是 %1 ") domainEnglishFormat.kif 4875-4875
(format EnglishLanguage unitNumber "the unit number of %2 is %1") domainEnglishFormat.kif 4874-4874
(termFormat ChineseLanguage unitNumber "单位号码") domainEnglishFormat.kif 60488-60488
(termFormat ChineseTraditionalLanguage unitNumber "單位號碼") domainEnglishFormat.kif 60487-60487
(termFormat EnglishLanguage unitNumber "unit number") domainEnglishFormat.kif 60486-60486

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 24920-24931
(=>
    (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 24933-24943


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