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


KB Term:  Term intersection
English Word: 

Sigma KEE - Garage
Garage(garage)
garage

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


(subclass Garage StationaryArtifact) Mid-level-ontology.kif 16998-16998 Garage is a subclass of stationary artifact
(documentation Garage EnglishLanguage "A Building or part of a Building which is intended to house one or more RoadVehicle when they are not in use or are under repair.") Mid-level-ontology.kif 16999-17001 Garage is a subclass of stationary artifact
(externalImage Garage "http://articulatesoftware.com/SUMOpictures/transportation/ autos/ Black_n_White/ GARAGE.png") pictureList.kif 457-457 Garage is a subclass of stationary artifact

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


(termFormat EnglishLanguage Garage "garage") domainEnglishFormat.kif 25504-25504
(termFormat ChineseTraditionalLanguage Garage "車庫") domainEnglishFormat.kif 25505-25505
(termFormat ChineseLanguage Garage "车库") domainEnglishFormat.kif 25506-25506

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


(=>
    (instance ?GARAGE Garage)
    (hasPurpose ?GARAGE
        (exists (?AUTO)
            (and
                (instance ?AUTO RoadVehicle)
                (contains ?GARAGE ?AUTO)))))
Mid-level-ontology.kif 17003-17009 If X is an instance of garage, then X has the purpose there exists Y such that Y is an instance of road vehicle and X contains Y
(=>
    (instance ?GARAGE Garage)
    (exists (?BUILDING)
        (and
            (instance ?BUILDING Building)
            (part ?GARAGE ?BUILDING))))
Mid-level-ontology.kif 17011-17016 If X is an instance of garage, then there exists Y such that Y is an instance of building and X is a part of Y


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