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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Polygon
Polygon(polygon)
polygonal

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


(documentation Polygon EnglishLanguage "A ClosedTwoDimensionalFigure that is composed exclusively of straight lines.") Mid-level-ontology.kif 4900-4901
(externalImage Polygon "http://upload.wikimedia.org/wikipedia/commons/4/ 4c/ Simple_polygon.png") pictureList.kif 961-961
(subclass Polygon ClosedTwoDimensionalFigure) Mid-level-ontology.kif 4899-4899 Polygon is a subclass of closed two dimensional figure

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


(instance Triangle Polygon) Mid-level-ontology.kif 4918-4918 Triangle is an instance of polygon
(subclass Quadrilateral Polygon) Mid-level-ontology.kif 4939-4939 Quadrilateral is a subclass of polygon
(termFormat ChineseLanguage Polygon "多边形") domainEnglishFormat.kif 46613-46613 Quadrilateral is a subclass of polygon
(termFormat ChineseTraditionalLanguage Polygon "多邊形") domainEnglishFormat.kif 46612-46612 Quadrilateral is a subclass of polygon
(termFormat EnglishLanguage Polygon "polygon") domainEnglishFormat.kif 46611-46611 Quadrilateral is a subclass of polygon

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


(=>
    (and
        (instance ?POLYGON Polygon)
        (geometricPart ?PART ?POLYGON))
    (equal ?PART StraightLine))
Mid-level-ontology.kif 4905-4909
(=>
    (and
        (instance ?T Polygon)
        (equal ?T RightTriangle))
    (exists (?A)
        (and
            (instance ?A TwoDimensionalAngle)
            (angleOfFigure ?A ?T)
            (equal ?A RightAngle))))
Mid-level-ontology.kif 4929-4937
(=>
    (instance ?POLYGON Polygon)
    (exists (?SIDE)
        (and
            (sideOfFigure ?SIDE ?POLYGON)
            (geometricPart ?SIDE ?POLYGON))))
Mid-level-ontology.kif 4911-4916


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