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



KB Term:  Term intersection
English Word: 

Sigma KEE - LengthMeasure
LengthMeasure(length measure)
440_yards, 880_yards, AU, Admiralty_mile, Astronomical_Unit, Gunter's_chain, Roman_mile, Roman_pace, Swedish_mile, absolute_ceiling, altitude, archine, astronomy_unit, beam, body_length, bore, breast-deep, breast-high, broadness, cable, cable's_length, cable_length, caliber, calibre, ceiling, chain, circuit, circumference, clearance, combat_ceiling, coss, cubit, dam, decameter, decametre, decimeter, decimetre, dekameter, dekametre, diam, diameter, digit, dimension, distance, divergence, divergency, dkm, dm, draft, draught...

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


(subclass LengthMeasure ConstantQuantity) Merge.kif 6361-6361 Length measure is a subclass of constant quantity
(documentation LengthMeasure EnglishLanguage "A subclass of ConstantQuantity, instances of which are measures of length.") Merge.kif 6363-6364 Length measure is a subclass of constant quantity
(externalImage LengthMeasure "http://upload.wikimedia.org/wikipedia/commons/ 6/ 6c/ CarpentersRule.png") pictureList.kif 8570-8570 Length measure is a subclass of constant quantity

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


(range DiameterFn LengthMeasure) Mid-level-ontology.kif 5715-5715 The range of diameter is an instance of length measure
(range RadiusFn LengthMeasure) Mid-level-ontology.kif 5734-5734 The range of radius is an instance of length measure
(range DatumFn LengthMeasure) Geography.kif 6414-6414 The range of datum is an instance of length measure
(subclass AltitudeMeasure LengthMeasure) MilitaryDevices.kif 1655-1655 Altitude measure is a subclass of length measure
(range DiffPupilSizeFn LengthMeasure) emotion.kif 1105-1105 The range of diffence in pupil size is an instance of length measure
(termFormat EnglishLanguage LengthMeasure "length measure") english_format.kif 1827-1827 The range of diffence in pupil size is an instance of length measure

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


(domain SpeedFn 1 LengthMeasure) Merge.kif 6776-6776 The number 1 argument of speed is an instance of length measure
(domain VelocityFn 1 LengthMeasure) Merge.kif 6787-6787 The number 1 argument of velocity is an instance of length measure
(domain linearExtent 2 LengthMeasure) Merge.kif 7671-7671 The number 2 argument of linear extent is an instance of length measure
(domain width 2 LengthMeasure) Merge.kif 7684-7684 The number 2 argument of width is an instance of length measure
(domain height 2 LengthMeasure) Merge.kif 7692-7692 The number 2 argument of height is an instance of length measure
(domain length 2 LengthMeasure) Merge.kif 7700-7700 The number 2 argument of length is an instance of length measure
(domain radius 2 LengthMeasure) Merge.kif 7813-7813 The number 2 argument of radius is an instance of length measure
(domain diameter 2 LengthMeasure) Merge.kif 7837-7837 The number 2 argument of diameter is an instance of length measure
(domain distance 3 LengthMeasure) Merge.kif 7859-7859 The number 3 argument of distance is an instance of length measure
(domain altitude 3 LengthMeasure) Merge.kif 7881-7881 The number 3 argument of altitude is an instance of length measure
(domain depth 3 LengthMeasure) Merge.kif 7905-7905 The number 3 argument of depth is an instance of length measure
(domain lineMeasure 2 LengthMeasure) Merge.kif 18307-18307 The number 2 argument of line measure is an instance of length measure
(domain geometricDistance 3 LengthMeasure) Merge.kif 18316-18316 The number 3 argument of geometric distance is an instance of length measure
(domain wavelength 2 LengthMeasure) Mid-level-ontology.kif 573-573 The number 2 argument of wavelength is an instance of length measure
(domain effectiveRange 2 LengthMeasure) Mid-level-ontology.kif 1655-1655 The number 2 argument of effective range is an instance of length measure
(domain arcLength 2 LengthMeasure) Mid-level-ontology.kif 5833-5833 The number 2 argument of arc length is an instance of length measure
(domain defaultMinimumHeight 2 LengthMeasure) Mid-level-ontology.kif 14908-14908 The number 2 argument of default minimum height is an instance of length measure
(domain defaultMaximumHeight 2 LengthMeasure) Mid-level-ontology.kif 14924-14924 The number 2 argument of default maximum height is an instance of length measure
(domain defaultMinimumWidth 2 LengthMeasure) Mid-level-ontology.kif 14941-14941 The number 2 argument of default minimum width is an instance of length measure
(domain defaultMaximumWidth 2 LengthMeasure) Mid-level-ontology.kif 14957-14957 The number 2 argument of default maximum width is an instance of length measure
(domain defaultMinimumLength 2 LengthMeasure) Mid-level-ontology.kif 14974-14974 The number 2 argument of default minimum length is an instance of length measure
(domain defaultMaximumLength 2 LengthMeasure) Mid-level-ontology.kif 14990-14990 The number 2 argument of default maximum length is an instance of length measure
(domain sphereRadius 2 LengthMeasure) Mid-level-ontology.kif 15007-15007 The number 2 argument of sphere radius is an instance of length measure
(domain defaultMinimumSphereRadius 2 LengthMeasure) Mid-level-ontology.kif 15025-15025 The number 2 argument of default minimum sphere radius is an instance of length measure
(domain defaultMaximumSphereRadius 2 LengthMeasure) Mid-level-ontology.kif 15044-15044 The number 2 argument of default maximum sphere radius is an instance of length measure

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(=>
    (and
        (instance ?O Odometer)
        (instance ?V Vehicle)
        (part ?O ?V)
        (instance ?T Translocation)
        (instrument ?T ?V)
        (path ?T ?P)
        (distanceOnPath
            (MeasureFn ?D ?U) ?P)
        (instance ?U LengthMeasure))
    (hasPurpose ?O
        (exists (?M ?L ?DIST)
            (and
                (instance ?M Measuring)
                (instrument ?M ?O)
                (measurementReading ?O ?DIST)
                (inList ?D ?L)
                (holdsDuring
                    (WhenFn
                        (EndFn ?M))
                    (and
                        (equal ?DIST
                            (MeasureFn
                                (ListSumFn ?L) ?U))
                        (not
                            (attribute ?O ResetMeasuringDevice))))))))
Cars.kif 2824-2850 If All of the following hold: (1) X is an instance of odometer (2) Y is an instance of vehicle (3) X is a part of Y (4) Z is an instance of translocation (5) Y is an instrument for Z (6) W is path along which Z occurs (7) the distance of W is V U(s) (8) U is an instance of length measure, then X has the purpose there exist T, S and R such that T is an instance of measuring and X is an instrument for T and R is a measurement reading of X and V is a member of S and equal R and the sum of S U(s) and reset measuring device is not an attribute of X holds during the time of existence of the end of T
(=>
    (and
        (instance ?BTS BimetalTemperatureSensor)
        (instance ?M1 Metal)
        (instance ?M2 Metal)
        (not
            (equal ?M1 ?M2))
        (part ?M1 ?BTS)
        (part ?M2 ?BTS)
        (instance ?T1 TemperatureMeasure)
        (instance ?T2 TemperatureMeasure)
        (instance ?L1 LengthMeasure)
        (instance ?L2 LengthMeasure)
        (instance ?L3 LengthMeasure)
        (instance ?L4 LengthMeasure)
        (not
            (equal ?T1 ?T2))
        (not
            (equal ?TM1 ?TM2))
        (holdsDuring ?TM1
            (and
                (measure ?BTS ?T1)
                (measure ?M1 ?L1)
                (measure ?M2 ?L2)))
        (holdsDuring ?TM2
            (and
                (measure ?BTS ?T2)
                (measure ?M1 ?L3)
                (measure ?M2 ?L4))))
    (not
        (equal
            (DivisionFn ?L1 ?L2)
            (DivisionFn ?L3 ?L4))))
Cars.kif 3951-3983 If All of the following hold: (1) X is an instance of bi_metal temperature sensor (2) Y is an instance of metal (3) Z is an instance of metal (4) equal Y and Z (5) Y is a part of X (6) Z is a part of X (7) W is an instance of temperature measure (8) V is an instance of temperature measure (9) U is an instance of length measure (10) T is an instance of length measure (11) S is an instance of length measure (12) R is an instance of length measure (13) equal W and V (14) equal Q and P (15) the measure of X is W, the measure of Y is U, and the measure of Z is T holds during Q (16) the measure of X is V, the measure of Y is S, and the measure of Z is R holds during P, then equal U, T, S, and R

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


(=>
    (and
        (equal
            (MeasureFn ?NUMBER ?UNIT) ?QUANT)
        (instance ?UNIT UnitOfLength))
    (instance ?QUANT LengthMeasure))
Merge.kif 6477-6481 If equal X Y(s) and Z and Y is an instance of unit of length, then Z is an instance of length measure
(=>
    (and
        (instance ?A CoffeeGrindAttribute)
        (attribute ?C ?A)
        (instance ?C CoffeeGrind))
    (exists (?L ?X)
        (and
            (grainSize ?C ?L)
            (instance ?X LengthMeasure)
            (equal ?X
                (MeasureFn ?L Millimeter)))))
Food.kif 1041-1051 If X is an instance of coffee grind attribute, X is an attribute of Y, and Y is an instance of coffee grind, then there exist Z and W such that Z is the diameter in UnitOFLength of Y and W is an instance of length measure and equal W and Z millimeter(s)
(=>
    (instance ?ZONE UniformPerimeterArea)
    (exists (?WIDTH)
        (and
            (instance ?WIDTH LengthMeasure)
            (width ?ZONE ?WIDTH))))
Geography.kif 2288-2293 If X is an instance of uniform perimeter area, then there exists Y such that Y is an instance of length measure and the width of X is Y
(=>
    (instance ?RUNWAY Runway)
    (exists (?LENGTH)
        (and
            (instance ?LENGTH LengthMeasure)
            (length ?RUNWAY ?LENGTH))))
Transportation.kif 1377-1382 If X is an instance of runway, then there exists Y such that Y is an instance of length measure and the length of X 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-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners