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

Formal Language: 


KB Term:  Term intersection
English Word: 

  sideOfFigure

Sigma KEE - sideOfFigure
sideOfFigure

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


(documentation sideOfFigure EnglishLanguage "(sideOfFigure ?SIDE ?FIGURE) means that the OneDimensionalFigure ?POINT is a side of the GeometricFigure ?FIGURE.") Mid-level-ontology.kif 5919-5920
(domain sideOfFigure 1 OneDimensionalFigure) Mid-level-ontology.kif 5917-5917 The number 1 argument of side of figure is an instance of one dimensional figure
(domain sideOfFigure 2 GeometricFigure) Mid-level-ontology.kif 5918-5918 The number 2 argument of side of figure is an instance of geometric figure
(instance sideOfFigure BinaryPredicate) Mid-level-ontology.kif 5916-5916 side of figure is an instance of binary predicate
(subrelation sideOfFigure geometricPart) Mid-level-ontology.kif 5915-5915 side of figure is a subrelation of geometric part

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


(format ChineseLanguage sideOfFigure "%2 的 side %n 是 %1") chinese_format.kif 788-788
(format EnglishLanguage sideOfFigure "the size of %2 is %n %1") english_format.kif 790-790
(format FrenchLanguage sideOfFigure "le taille de %2 est %n %1") french_format.kif 475-475
(format JapaneseLanguage sideOfFigure "%2 の size は %1 では %n") english_format.kif 791-791
(format PortugueseLanguage sideOfFigure "o lado de %2 e' %n %1") portuguese_format.kif 427-427
(format ro sideOfFigure "size%t{dimensiunea} lui %2 %n{nu} este %1") relations-ro.kif 497-497
(relatedInternalConcept faceOfFigure sideOfFigure) Mid-level-ontology.kif 5331-5331 face of figure is internally related to side of figure
(termFormat ChineseLanguage sideOfFigure "图形的边") chinese_format.kif 789-789 face of figure is internally related to side of figure
(termFormat ChineseLanguage sideOfFigure "图的一面") domainEnglishFormat.kif 52950-52950 face of figure is internally related to side of figure
(termFormat ChineseTraditionalLanguage sideOfFigure "圖的一面") domainEnglishFormat.kif 52949-52949 face of figure is internally related to side of figure
(termFormat EnglishLanguage sideOfFigure "side of figure") domainEnglishFormat.kif 52948-52948 face of figure is internally related to side of figure

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


(=>
    (and
        (attribute ?X ?SHAPE)
        (instance ?X FourPosterBed)
        (instance ?SHAPE Quadrilateral)
        (sideOfFigure ?SIDE1 ?SHAPE)
        (sideOfFigure ?SIDE2 ?SHAPE)
        (not
            (equal ?SIDE1 ?SIDE2)))
    (exists (?POST ?FLOOR ?CORNER1 ?CORNER)
        (and
            (part ?POST ?X)
            (instance ?FLOOR Floor)
            (orientation ?X ?FLOOR On)
            (orientation ?POST ?FLOOR Vertical)
            (pointOfIntersection ?SIDE1 ?SIDE2 ?CORNER1)
            (attribute ?CORNER ?CORNER1)
            (meetsSpatially ?CORNER ?POST))))
Mid-level-ontology.kif 4521-4538
(=>
    (and
        (equal ?MAJ MajorArc)
        (sideOfFigure ?MAJ ?S)
        (equal ?S CircleSector)
        (angleOfFigure ?A ?S)
        (angularMeasure ?A
            (MeasureFn ?X AngularDegree)))
    (and
        (greaterThan ?X 180)
        (lessThan ?X 360)))
Mid-level-ontology.kif 5798-5807
(=>
    (and
        (equal ?MIN MinorArc)
        (sideOfFigure ?MIN ?S)
        (equal ?S CircleSector)
        (angleOfFigure ?A ?S)
        (angularMeasure ?A
            (MeasureFn ?X AngularDegree)))
    (and
        (greaterThan ?X 0)
        (lessThan ?X 180)))
Mid-level-ontology.kif 5782-5791
(=>
    (and
        (equal ?S CircleSector)
        (equal ?A CentralAngle)
        (angleOfFigure ?A ?S)
        (equal ?L ClosedLineSegment)
        (sideOfFigure ?L ?A)
        (sideOfIntersection ?A ?S ?L)
        (lineMeasure ?L ?R))
    (exists (?AC)
        (and
            (equal ?AC CircularArc)
            (sideOfFigure ?AC ?S)
            (arcLength ?AC ?R)
            (angularMeasure ?A
                (MeasureFn 1 Radian)))))
Mid-level-ontology.kif 5753-5767
(=>
    (and
        (equal ?S CircleSector)
        (equal ?C Circle)
        (geometricPart ?S ?C)
        (equal ?L ClosedLineSegment)
        (sideOfFigure ?L ?S))
    (lineMeasure ?L
        (RadiusFn ?C)))
Mid-level-ontology.kif 5626-5633
(=>
    (and
        (instance ?P Polyhedron)
        (faceOfFigure ?F1 ?P)
        (instance ?F1 Polygon)
        (sideOfFigure ?S ?F1))
    (exists (?F2)
        (and
            (instance ?F2 Polygon)
            (faceOfFigure ?F2 ?P)
            (not
                (equal ?F1 ?F2))
            (sideOfFigure ?S ?F2)
            (sideOfIntersection ?F1 ?F2 ?S))))
Mid-level-ontology.kif 5308-5321
(=>
    (and
        (instance ?PY Pyramid)
        (instance ?POL Polygon)
        (faceOfFigure ?POL ?PY)
        (sideOfFigure ?S ?POL)
        (instance ?T Triangle)
        (faceOfFigure ?T ?PY)
        (sideOfFigure ?S ?T)
        (sideOfIntersection ?POL ?T ?S))
    (equal
        (CardinalityFn
            (KappaFn ?S
                (sideOfFigure ?S ?POL)))
        (CardinalityFn
            (KappaFn ?T
                (faceOfFigure ?T ?PY)))))
Mid-level-ontology.kif 5369-5385
(=>
    (and
        (sideOfFigure ?A ?S)
        (equal ?S CircularSegment))
    (equal ?A MinorArc))
Mid-level-ontology.kif 5904-5908
(=>
    (and
        (tangent ?LINE ?CIRCLE)
        (sideOfFigure ?CURVE ?CIRCLE))
    (exists (?POINT1)
        (and
            (pointOfFigure ?POINT1 ?LINE)
            (pointOfFigure ?POINT1 ?CURVE)
            (forall (?POINT2)
                (=>
                    (and
                        (pointOfFigure ?POINT2 ?LINE)
                        (pointOfFigure ?POINT2 ?CURVE))
                    (equal ?POINT1 ?POINT2))))))
Mid-level-ontology.kif 5259-5272
(=>
    (sideOfFigure ?SIDE Square)
    (lineMeasure ?SIDE ?LENGTH))
Mid-level-ontology.kif 5559-5561

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


(=>
    (and
        (equal ?S CircleSector)
        (equal ?A CentralAngle)
        (angleOfFigure ?A ?S)
        (equal ?L ClosedLineSegment)
        (sideOfFigure ?L ?A)
        (sideOfIntersection ?A ?S ?L)
        (lineMeasure ?L ?R))
    (exists (?AC)
        (and
            (equal ?AC CircularArc)
            (sideOfFigure ?AC ?S)
            (arcLength ?AC ?R)
            (angularMeasure ?A
                (MeasureFn 1 Radian)))))
Mid-level-ontology.kif 5753-5767
(=>
    (and
        (instance ?P Polyhedron)
        (faceOfFigure ?F1 ?P)
        (instance ?F1 Polygon)
        (sideOfFigure ?S ?F1))
    (exists (?F2)
        (and
            (instance ?F2 Polygon)
            (faceOfFigure ?F2 ?P)
            (not
                (equal ?F1 ?F2))
            (sideOfFigure ?S ?F2)
            (sideOfIntersection ?F1 ?F2 ?S))))
Mid-level-ontology.kif 5308-5321
(=>
    (and
        (instance ?PY Pyramid)
        (instance ?POL Polygon)
        (faceOfFigure ?POL ?PY)
        (sideOfFigure ?S ?POL)
        (instance ?T Triangle)
        (faceOfFigure ?T ?PY)
        (sideOfFigure ?S ?T)
        (sideOfIntersection ?POL ?T ?S))
    (equal
        (CardinalityFn
            (KappaFn ?S
                (sideOfFigure ?S ?POL)))
        (CardinalityFn
            (KappaFn ?T
                (faceOfFigure ?T ?PY)))))
Mid-level-ontology.kif 5369-5385
(=>
    (equal ?S CircleSector)
    (exists (?A ?AC)
        (and
            (equal ?A CentralAngle)
            (angleOfFigure ?A ?S)
            (equal ?AC CircularArc)
            (sideOfFigure ?AC ?S))))
Mid-level-ontology.kif 5617-5624
(=>
    (equal ?S CircleSector)
    (exists (?C ?A)
        (and
            (equal ?C Circle)
            (geometricPart ?S ?C)
            (equal ?A CircularArc)
            (geometricPart ?A ?C)
            (sideOfFigure ?A ?S)
            (sideOfIntersection ?S ?C ?A))))
Mid-level-ontology.kif 5606-5615
(=>
    (instance ?A CentralAngle)
    (exists (?L ?L2 ?C ?R)
        (and
            (equal ?L ClosedLineSegment)
            (sideOfFigure ?L ?A)
            (equal ?L2 ClosedLineSegment)
            (sideOfFigure ?L2 ?A)
            (equal ?C Circle)
            (geometricPart ?A ?C)
            (pointOfIntersection ?L ?L2
                (CenterOfCircleFn ?C))
            (lineMeasure ?L ?R)
            (lineMeasure ?L2 ?R)
            (radius ?C ?R))))
Mid-level-ontology.kif 5737-5751
(=>
    (instance ?POLYGON Polygon)
    (exists (?SIDE)
        (and
            (sideOfFigure ?SIDE ?POLYGON)
            (geometricPart ?SIDE ?POLYGON))))
Mid-level-ontology.kif 5512-5517
(=>
    (instance ?QUAD Quadrilateral)
    (equal
        (CardinalityFn
            (KappaFn ?SIDE
                (sideOfFigure ?SIDE ?QUAD))) 4))
Mid-level-ontology.kif 5543-5548
(=>
    (sideOfIntersection ?F1 ?F2 ?S)
    (and
        (sideOfFigure ?S ?F1)
        (sideOfFigure ?S ?F2)))
Mid-level-ontology.kif 5357-5361

statement
-------------------------


(equal
    (CardinalityFn
        (KappaFn ?SIDE
            (sideOfFigure ?SIDE CircleSector))) 3)
Mid-level-ontology.kif 5635-5638 equal the number of instances in the class described by a symbolic string and 3
(equal
    (CardinalityFn
        (KappaFn ?SIDE
            (sideOfFigure ?SIDE CircularSegment))) 2)
Mid-level-ontology.kif 5910-5913 equal the number of instances in the class described by a symbolic string and 2
(equal
    (CardinalityFn
        (KappaFn ?SIDE
            (sideOfFigure ?SIDE Triangle))) 3)
Mid-level-ontology.kif 5522-5525 equal the number of instances in the class described by a symbolic string and 3


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