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


KB Term:  Term intersection
English Word: 

Sigma KEE - objectEnds
objectEnds

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


(instance objectEnds TernaryPredicate) Mid-level-ontology.kif 28115-28115 object ends is an instance of ternary predicate
(instance objectEnds SpatialRelation) Mid-level-ontology.kif 28116-28116 object ends is an instance of spatial relation
(documentation objectEnds EnglishLanguage "objectEnds specifies the two end points of an object.") Mid-level-ontology.kif 28117-28118 object ends is an instance of spatial relation
(domain objectEnds 1 PointInSpace) Mid-level-ontology.kif 28121-28121 The number 1 argument of object ends is an instance of point in space
(domain objectEnds 2 PointInSpace) Mid-level-ontology.kif 28122-28122 The number 2 argument of object ends is an instance of point in space
(domain objectEnds 3 Object) Mid-level-ontology.kif 28123-28123 The number 3 argument of object ends is an instance of object
(relatedInternalConcept objectEnds endPointsOfLineInSpace) Mid-level-ontology.kif 28124-28124 object ends is internally related to level plane
(relatedInternalConcept objectEnds distanceOfParallelLinesInSpace) Mid-level-ontology.kif 28125-28125 object ends is internally related to distance of of parallel lines in space

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


(termFormat EnglishLanguage objectEnds "object ends") Mid-level-ontology.kif 28119-28119
(format EnglishLanguage objectEnds "%1 and %2 are the end PointInSpace of object %3") Mid-level-ontology.kif 28120-28120

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


(=>
    (and
        (objectEnds ?P1 ?P2 ?O)
        (part ?P1 ?O)
        (part ?P2 ?O))
    (exists (?L)
        (and
            (instance ?L FiniteLineInSpace)
            (endPointsOfLineInSpace ?P1 ?P2 ?L))))
Mid-level-ontology.kif 28127-28135 If X and Y are the end PointInSpace of object Z, X is a part of Z, and Y is a part of Z, then there exists W such that W is an instance of finite line in space, X, and Y are end points of W
(=>
    (and
        (angleOfFire ?S ?A)
        (instrument ?S ?G)
        (instance ?G Gun)
        (part ?B ?G)
        (instance ?B GunBarrel)
        (instance ?L FiniteLineInSpace)
        (endPointsOfLineInSpace ?P1 ?P2 ?L)
        (objectEnds ?P1 ?P2 ?B)
        (eventLocated ?S ?R)
        (instance ?R GeographicArea)
        (part ?P ?R))
    (planeAngleMeasure ?L
        (LevelPlaneFn ?P PlanetEarth) ?A))
MilitaryDevices.kif 258-272 If All of the following hold: (1) the angleOfFire of X Y is Y (2) Z is an instrument for X (3) Z is an instance of gun (4) W is a part of Z (5) W is an instance of gun barrel (6) V is an instance of finite line in space (7) U and T are end points of V (8) U and T are the end PointInSpace of object W (9) X is located at S (10) S is an instance of geographic area (11) R is a part of S, then the angle between V, the PlaneInSpace is perpendicular to the line formed by R, and the centre of the AstronomicalBody. is 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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners