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



KB Term:  Term intersection
English Word: 

  AdvancedEconomy

Sigma KEE - DirectionalAttribute
DirectionalAttribute(directional attribute)
ENE, ESE, EbN, EbS, NE, NEbE, NEbN, NNE, NNW, NW, NWbN, NWbW, NbE, NbW, SE, SEbE, SEbS, SSE, SSW, SW, SWbS, SWbW, SbE, SbW, WNW, WSW, WbN, WbS, cardinal_compass_point, compass_point, direction, east_by_north, east_by_south, east_northeast, east_southeast, frontage, geographic, geographical, leaning, magnetic, nor'-east, nor'-nor'-east, nor'-nor'-west, nor'-west, north-east, north-northeast, north-northwest, north-west, north_by_east, north_by_west...

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


(subclass DirectionalAttribute PositionalAttribute) Merge.kif 17354-17354 Directional attribute is a subclass of positional attribute
(documentation DirectionalAttribute EnglishLanguage "The subclass of PositionalAttributes that concern compass directions.") Merge.kif 17355-17356 Directional attribute is a subclass of positional attribute
(externalImage DirectionalAttribute "http://upload.wikimedia.org/wikipedia/ commons/ 9/ 99/ Kompas_Sofia.JPG") pictureList.kif 9983-9983 Directional attribute is a subclass of positional attribute
(externalImage DirectionalAttribute "http://upload.wikimedia.org/wikipedia/ commons/ 6/ 6e/ Compass_%28PSF%29.png") pictureList.kif 10862-10862 Directional attribute is a subclass of positional attribute

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


(instance North DirectionalAttribute) Merge.kif 17365-17365 North of is an instance of directional attribute
(instance South DirectionalAttribute) Merge.kif 17369-17369 South of is an instance of directional attribute
(instance East DirectionalAttribute) Merge.kif 17376-17376 East of is an instance of directional attribute
(instance West DirectionalAttribute) Merge.kif 17379-17379 West of is an instance of directional attribute
(instance Northeast DirectionalAttribute) Geography.kif 5076-5076 Northeast of is an instance of directional attribute
(instance Southeast DirectionalAttribute) Geography.kif 5087-5087 Southeast of is an instance of directional attribute
(instance Southwest DirectionalAttribute) Geography.kif 5098-5098 Southwest of is an instance of directional attribute
(instance Northwest DirectionalAttribute) Geography.kif 5110-5110 Northwest of is an instance of directional attribute
(termFormat EnglishLanguage DirectionalAttribute "directional attribute") english_format.kif 1699-1699 Northwest of is an instance of directional attribute

appearance as argument number 3
-------------------------


(domain VelocityFn 4 DirectionalAttribute) Merge.kif 6790-6790 The number 4 argument of velocity is an instance of directional attribute
(domain faces 2 DirectionalAttribute) Merge.kif 17309-17309 The number 2 argument of faces is an instance of directional attribute
(domain AccelerationFn 4 DirectionalAttribute) Cars.kif 1216-1216 The number 4 argument of Acceleration fn is an instance of directional attribute
(domain LatitudeFn 1 DirectionalAttribute) Geography.kif 1886-1886 The number 1 argument of latitude is an instance of directional attribute
(domain LongitudeFn 1 DirectionalAttribute) Geography.kif 1922-1922 The number 1 argument of longitude is an instance of directional attribute
(domain DirectionalSubregionFn 1 DirectionalAttribute) Geography.kif 1953-1953 The number 1 argument of directional subregion is an instance of directional attribute
(domain slopeGradientTowardsOrientation 2 DirectionalAttribute) Geography.kif 3139-3139 The number 2 argument of slope gradient towards orientation is an instance of directional attribute
(domain surfaceWindVelocity 3 DirectionalAttribute) Weather.kif 106-106 The number 3 argument of surface wind velocity is an instance of directional attribute
(domain surfaceWindDirection 2 DirectionalAttribute) Weather.kif 157-157 The number 2 argument of surface wind direction is an instance of directional attribute
(domain lowAltitudeWindVelocity 3 DirectionalAttribute) Weather.kif 192-192 The number 3 argument of low altitude wind velocity is an instance of directional attribute
(domain mediumAltitudeWindVelocity 3 DirectionalAttribute) Weather.kif 218-218 The number 3 argument of medium altitude wind velocity is an instance of directional attribute
(domain highAltitudeWindVelocity 3 DirectionalAttribute) Weather.kif 241-241 The number 3 argument of high altitude wind velocity is an instance of directional attribute

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


(=>
    (and
        (instance ?DIRECT DirectionalAttribute)
        (orientation ?OBJ1 ?OBJ2 ?DIRECT)
        (orientation ?OBJ2 ?OBJ3 ?DIRECT))
    (between ?OBJ1 ?OBJ2 ?OBJ3))
Merge.kif 17358-17363 If X is an instance of directional attribute, Y is X to Z, and Z is X to W, then Z is between Y and W
(=>
    (and
        (instance ?DIRECTION DirectionalAttribute)
        (instance ?AREA GeographicArea)
        (instance
            (DirectionalSubregionFn ?DIRECTION ?AREA) GeographicArea))
    (geographicSubregion
        (DirectionalSubregionFn ?DIRECTION ?AREA) ?AREA))
Geography.kif 1969-1974 If X is an instance of directional attribute, Y is an instance of geographic area, and the directional subregion of X and Y is an instance of geographic area, then the directional subregion of X and Y is a geographic subregion of Y
(=>
    (and
        (instance ?DIRECTION DirectionalAttribute)
        (instance ?AREA GeographicArea)
        (instance
            (DirectionalSubregionFn ?DIRECTION ?AREA) GeographicArea))
    (orientation
        (DirectionalSubregionFn ?DIRECTION ?AREA)
        (GeographicCenterFn ?AREA) ?DIRECTION))
Geography.kif 1976-1981 If X is an instance of directional attribute, Y is an instance of geographic area, and the directional subregion of X and Y is an instance of geographic area, then the directional subregion of X and Y is X to the geographic center of Y

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


(=>
    (instance ?PROC DirectionChange)
    (exists (?ATTR)
        (and
            (instance ?ATTR DirectionalAttribute)
            (or
                (and
                    (holdsDuring
                        (BeginFn
                            (WhenFn ?PROC))
                        (manner ?PROC ?ATTR))
                    (holdsDuring
                        (EndFn
                            (WhenFn ?PROC))
                        (not
                            (manner ?PROC ?ATTR))))
                (and
                    (holdsDuring
                        (EndFn
                            (WhenFn ?PROC))
                        (manner ?PROC ?ATTR))
                    (holdsDuring
                        (BeginFn
                            (WhenFn ?PROC))
                        (not
                            (manner ?PROC ?ATTR))))))))
Merge.kif 11560-11571 If X is an instance of direction change, then there exists Y such that Y is an instance of directional attribute and X is performed in the manner Y holds during the beginning of the time of existence of X and X is not performed in the manner Y holds during the end of the time of existence of X or X is performed in the manner Y holds during the end of the time of existence of X and X is not performed in the manner Y holds during the beginning of the time of existence of X
(=>
    (instance ?C Compass)
    (exists (?D)
        (and
            (instance ?D DirectionalAttribute)
            (represents ?C ?D))))
Mid-level-ontology.kif 2863-2868 If X is an instance of compass, then there exists Y such that Y is an instance of directional attribute and X expresses Y
(=>
    (and
        (instance ?SAW Saw)
        (instance ?CUT Cutting)
        (instrument ?CUT ?SAW)
        (instance ?OBJ Object)
        (patient ?CUT ?OBJ))
    (exists (?MOTION ?DIR1 ?DIR2 ?TIME ?T1 ?T2 ?PART)
        (and
            (instance ?MOTION Motion)
            (subProcess ?MOTION ?CUT)
            (instance ?PART CuttingDevice)
            (part ?PART ?SAW)
            (meetsSpatially ?PART ?OBJ)
            (patient ?MOTION ?PART)
            (instance ?T2 TimeInterval)
            (instance ?T2 TimeInterval)
            (equal
                (WhenFn ?MOTION) ?TIME)
            (temporalPart ?TIME ?T1)
            (temporalPart ?TIME ?T2)
            (instance ?DIR1 DirectionalAttribute)
            (instance ?DIR2 DirectionalAttribute)
            (=>
                (holdsDuring ?T1
                    (direction ?MOTION ?DIR1))
                (holdsDuring ?T2
                    (and
                        (direction ?MOTION ?DIR2)
                        (or
                            (equal ?DIR1 ?DIR2)
                            (oppositeDirection ?DIR1 ?DIR2))
                        (not
                            (and
                                (equal ?DIR1 ?DIR2)
                                (oppositeDirection ?DIR1 ?DIR2)))))))))
Mid-level-ontology.kif 20084-20118 If X is an instance of saw, Y is an instance of cutting, X is an instrument for Y, Z is an instance of object, and Z is a patient of Y, then there exist W, V,, , U,, , T,, , S,, , R and Q such that W is an instance of motion and W is a subprocess of Y and Q is an instance of cutting device and Q is a part of X and Q meets Z and Q is a patient of W and R is an instance of timeframe and R is an instance of timeframe and equal the time of existence of W and T and T is a part of S and T is a part of R and V is an instance of directional attribute and U is an instance of directional attribute and entities in the process W are moving V holds during Sentities in the process W are moving U and equal V and U or U is an opposite direction of V and ~{ equal V and U } or ~{ U is an opposite direction of V } holds during R
(=>
    (and
        (instance ?PLACE GeographicArea)
        (located ?PLACE Tropics))
    (exists (?NUM1 ?LONG ?DIR ?NUM2 ?U)
        (and
            (objectGeographicCoordinates ?PLACE
                (MeasureFn ?NUM1 ?U) ?LONG)
            (instance ?U UnitOfAngularMeasure)
            (lessThan ?NUM1 ?NUM2)
            (equal
                (MeasureFn ?NUM2 ?U)
                (LatitudeFn ?DIR
                    (MeasureFn 23.0 AngularDegree)
                    (MeasureFn 26.0 ArcMinute)
                    (MeasureFn 9.4 ArcSecond)))
            (instance ?DIR DirectionalAttribute)
            (or
                (equal ?DIR North)
                (equal ?DIR South)))))
Geography.kif 5021-5040 If X is an instance of geographic area and X is located at tropics, then there exist Y, Z,, , W,, , V and U such that X is object geographic coordinates Y U(s) for Z and U is an instance of unit of angular measure and Y is less than V and equal V U(s) and the region W of 23.0 angular degree(s) and W is an instance of directional attribute and equal W and north of or equal W and south of
(=>
    (instance ?A PESAAntenna)
    (hasPurpose ?A
        (exists (?R ?C ?D)
            (and
                (instance ?R RadioEmission)
                (instrument ?R ?A)
                (during
                    (WhenFn ?R) ?T)
                (instance ?C Collection)
                (member ?R ?C)
                (property ?C ?D)
                (instance ?D DirectionalAttribute)
                (not
                    (exists (?D2)
                        (and
                            (instance ?D2 DirectionalAttribute)
                            (property ?C ?D2)
                            (not
                                (equal ?D ?D2)))))))))
Transportation.kif 5458-5477 If X is an instance of passive electronically scanned array antenna, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that Y is an instance of radio emission (3) X is an instrument for Y (4) the time of existence of Y takes place during V (5) Z is an instance of collection (6) Y is a member of Z (7) Z the attribute W (8) W is an instance of directional attribute (9) there doesn't exist U such that U is an instance of directional attribute (10) Z the attribute U (11) equal W (12) U
(=>
    (and
        (instance ?TC TropicalCyclonicSystem)
        (origin ?TC ?SEA)
        (or
            (instance ?SEA NorthAtlanticOcean)
            (instance ?SEA PacificOcean)
            (instance ?SEA IndianOcean)))
    (not
        (exists (?AREA ?DIR ?NUM ?LONG)
            (and
                (located ?AREA ?SEA)
                (instance ?DIR DirectionalAttribute)
                (objectGeographicCoordinates ?AREA
                    (LatitudeFn ?DIR
                        (MeasureFn ?NUM AngularDegree)) ?LONG)
                (or
                    (equal ?DIR North)
                    (equal ?DIR South))
                (lessThan ?NUM 5.0)))))
Weather.kif 1052-1071 If X is an instance of tropical cyclonic system, X originates at Y, and At least one of the following holds: (1) Y is an instance of north atlantic ocean (2) Y is an instance of pacific ocean (3) Y is an instance of indian ocean, then there don't exist Z, W,, , V and U such that Z is located at Y and W is an instance of directional attribute and Z is object geographic coordinates the region W of V angular degree(s) for U and equal W and north of or equal W and south of and V is less than 5.0


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners