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



KB Term:  Term intersection
English Word: 

  approximateDiameter

Sigma KEE - approximateDiameter
approximateDiameter

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


(documentation approximateDiameter EnglishLanguage "The diameter of an object if it were a perfect sphere of the same volume") Mid-level-ontology.kif 19868-19869
(documentation approximateDiameter ChineseLanguage "这是假设一个为和它体积相同的完美球体的直径。") Mid-level-ontology.kif 19870-19870
(domain approximateDiameter 1 SelfConnectedObject) Mid-level-ontology.kif 19875-19875 The number 1 argument of approximate diameter is an instance of self connected object
(domain approximateDiameter 2 LengthMeasure) Mid-level-ontology.kif 19876-19876 The number 2 argument of approximate diameter is an instance of length measure
(instance approximateDiameter BinaryPredicate) Mid-level-ontology.kif 19878-19878 approximate diameter is an instance of binary predicate
(instance approximateDiameter SingleValuedRelation) Mid-level-ontology.kif 19879-19879 approximate diameter is an instance of single valued relation
(instance approximateDiameter TotalValuedRelation) Mid-level-ontology.kif 19880-19880 approximate diameter is an instance of total valued relation

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


(termFormat EnglishLanguage approximateDiameter "approximate diameter") Mid-level-ontology.kif 19872-19872
(termFormat ChineseLanguage approximateDiameter "近似直径") Mid-level-ontology.kif 19873-19873
(format EnglishLanguage approximateDiameter "the approximate diameter of %1 is %2") domainEnglishFormat.kif 2812-2812
(format ChineseTraditionalLanguage approximateDiameter "%1 的 approximate diameter 是 %2 ") domainEnglishFormat.kif 2813-2813
(format ChineseLanguage approximateDiameter "1 的 approximate diameter 是 %2 ") domainEnglishFormat.kif 2814-2814

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


(=>
    (and
        (approximateDiameter ?O
            (MeasureFn ?L ?LM))
        (sphereRadius ?S
            (MeasureFn
                (DivisionFn ?L 2.0) ?LM))
        (measure ?S
            (MeasureFn ?V1 ?VM))
        (measure ?O
            (MeasureFn ?V2 ?VM))
        (instance ?LM UnitOfLength)
        (instance ?VM UnitOfVolume))
    (equal ?V1 ?V2))
Mid-level-ontology.kif 19882-19893 If All of the following hold: (1) the approximate diameter of X is Y Z(s) (2) the radius of W is Y and 2.0 Z(s) (3) the measure of W is V U(s) (4) the measure of X is T U(s) (5) Z is an instance of unit of length (6) U is an instance of unit of volume, then equal V and T
(=>
    (and
        (part ?Particle ?Soil)
        (instance ?Soil Clay)
        (approximateDiameter ?Particle
            (MeasureFn ?Size Millimeter)))
    (and
        (greaterThan 0.004 ?Size)
        (greaterThan ?Size 0.001)))
Mid-level-ontology.kif 19906-19914 If X is a part of Y, Y is an instance of clay, and the approximate diameter of X is Z millimeter(s), then 0.004 is greater than Z and Z is greater than 0.001
(=>
    (and
        (instance ?A AstronomicalBody)
        (approximateDiameter ?A
            (MeasureFn ?D ?U))
        (instance ?U UnitOfLength)
        (instance ?P PointInSpace)
        (part ?P ?A))
    (exists (?C)
        (and
            (equal ?C
                (CenterOfPlanetFn ?A))
            (distance ?C ?P
                (MeasureFn
                    (DivisionFn ?D 2.0) ?U)))))
Mid-level-ontology.kif 28094-28108 If X is an instance of astronomical body, the approximate diameter of X is Y Z(s), Z is an instance of unit of length, W is an instance of point in space, and W is a part of X, then there exists V such that equal V and the centre of AstronomicalBody X is and the distance between V and W is Y and 2.0 Z(s)
(=>
    (and
        (part ?Particle ?Soil)
        (instance ?Soil Sand)
        (approximateDiameter ?Particle
            (MeasureFn ?Size Millimeter)))
    (and
        (greaterThan 2.0 ?Size)
        (greaterThan ?Size 0.062)))
Geography.kif 5879-5887 If X is a part of Y, Y is an instance of sand, and the approximate diameter of X is Z millimeter(s), then 2.0 is greater than Z and Z is greater than 0.062
(=>
    (and
        (part ?Particle ?Soil)
        (instance ?Soil Silt)
        (approximateDiameter ?Particle
            (MeasureFn ?Size Millimeter)))
    (and
        (greaterThan 0.062 ?Size)
        (greaterThan ?Size 0.004)))
Geography.kif 5924-5932 If X is a part of Y, Y is an instance of silt, and the approximate diameter of X is Z millimeter(s), then 0.062 is greater than Z and Z is greater than 0.004
(=>
    (and
        (instance ?Particle Pebble)
        (approximateDiameter ?Particle
            (MeasureFn ?Size Millimeter)))
    (and
        (greaterThan 64.0 ?Size)
        (greaterThan ?Size 2.0)))
Geography.kif 8923-8930 If X is an instance of pebble and the approximate diameter of X is Y millimeter(s), then 64.0 is greater than Y and Y is greater than 2.0
(=>
    (and
        (instance ?Particle Cobble)
        (approximateDiameter ?Particle
            (MeasureFn ?Size Millimeter)))
    (and
        (greaterThan 256.0 ?Size)
        (greaterThan ?Size 64.0)))
Geography.kif 8944-8951 If X is an instance of cobble and the approximate diameter of X is Y millimeter(s), then 256.0 is greater than Y and Y is greater than 64.0
(=>
    (and
        (instance ?Particle Boulder)
        (approximateDiameter ?Particle
            (MeasureFn ?Size Millimeter)))
    (greaterThan ?Size 256.0))
Geography.kif 8964-8969 If X is an instance of boulder and the approximate diameter of X is Y millimeter(s), then Y is greater than 256.0
(<=>
    (and
        (instance ?PM ParticulateMatter)
        (part ?P ?PM)
        (approximateDiameter ?P
            (MeasureFn ?S Micrometer))
        (greaterThan 10.0 ?S)
        (greaterThan ?S 2.5))
    (exists (?PM10)
        (and
            (instance ?PM10 CoarseParticulateMatter)
            (part ?PM10 ?PM))))
Geography.kif 9041-9052 X is an instance of PM and Y is a part of X and the approximate diameter of Y is Z micrometer(s) and 10.0 is greater than Z and Z is greater than 2.5 if and only if there exists W such that W is an instance of PM10 and W is a part of X
(<=>
    (and
        (instance ?PM ParticulateMatter)
        (part ?P ?PM)
        (approximateDiameter ?P
            (MeasureFn ?S Micrometer))
        (greaterThanOrEqualTo ?S 2.5))
    (exists (?PM25)
        (and
            (instance ?PM25 FineParticulateMatter)
            (part ?PM25 ?PM))))
Geography.kif 9070-9080 X is an instance of PM and Y is a part of X and the approximate diameter of Y is Z micrometer(s) and Z is greater than or equal to 2.5 if and only if there exists W such that W is an instance of PM2.5 and W is a part of X
(<=>
    (and
        (instance ?LD LiquidDrop)
        (approximateDiameter ?LD
            (MeasureFn ?S Micrometer))
        (lessThan 500.0 ?S))
    (instance ?LD Droplet))
Geography.kif 9125-9131 X is an instance of liquid drop and the approximate diameter of X is Y micrometer(s) and 500.0 is less than Y if and only if X is an instance of droplet
(=>
    (and
        (instance ?R PupillaryResponse)
        (patient ?R ?P)
        (instance ?P BothEyePupils)
        (subProcess ?C ?R)
        (instance ?C QuantityChange)
        (patient ?C ?P)
        (approximateDiameter ?P
            (MeasureFn ?X Milimeter)))
    (and
        (greaterThanOrEqualTo ?X 1.5)
        (lessThanOrEqualTo ?X 8.0)))
emotion.kif 746-758 If All of the following hold: (1) X is an instance of pupillary response (2) Y is a patient of X (3) Y is an instance of both eye pupils (4) Z is a subprocess of X (5) Z is an instance of quantity change (6) Y is a patient of Z (7) the approximate diameter of Y is W Milimeter(s), then W is greater than or equal to 1.5 and W is less than or equal to 8.0
(=>
    (and
        (instance ?D PupilsDilation)
        (patient ?D ?P)
        (instance ?P BothEyePupils)
        (holdsDuring
            (BeginFn
                (WhenFn ?D))
            (approximateDiameter ?P
                (MeasureFn ?X Millimeter)))
        (holdsDuring
            (EndFn
                (WhenFn ?D))
            (approximateDiameter ?P
                (MeasureFn ?Y Millimeter))))
    (greaterThan ?Y ?X))
emotion.kif 798-809 If X is an instance of dilated pupils, Y is a patient of X, Y is an instance of both eye pupils, the approximate diameter of Y is Z millimeter(s) holds during the beginning of the time of existence of X, and the approximate diameter of Y is W millimeter(s) holds during the end of the time of existence of X, then W is greater than Z
(=>
    (and
        (instance ?M Mydriasis)
        (patient ?M ?P)
        (instance ?P BothEyePupils)
        (instance ?L RadiatingVisibleLight)
        (patient ?L ?P)
        (holdsDuring
            (BeginFn
                (WhenFn ?L))
            (approximateDiameter ?P
                (MeasureFn ?A Millimeter)))
        (holdsDuring
            (EndFn
                (WhenFn ?L))
            (approximateDiameter ?P
                (MeasureFn ?B Millimeter))))
    (not
        (lessThan ?B ?A)))
emotion.kif 838-850 If All of the following hold: (1) X is an instance of mydriasis (2) Y is a patient of X (3) Y is an instance of both eye pupils (4) Z is an instance of radiating visible light (5) Y is a patient of Z (6) the approximate diameter of Y is W millimeter(s) holds during the beginning of the time of existence of Z (7) the approximate diameter of Y is V millimeter(s) holds during the end of the time of existence of Z, then V is not less than W
(=>
    (and
        (instance ?C PupilsConstriction)
        (patient ?C ?P)
        (instance ?P BothEyePupils)
        (holdsDuring
            (BeginFn
                (WhenFn ?C))
            (approximateDiameter ?P
                (MeasureFn ?X Millimeter)))
        (holdsDuring
            (EndFn
                (WhenFn ?C))
            (approximateDiameter ?P
                (MeasureFn ?Y Millimeter))))
    (greaterThan ?X ?Y))
emotion.kif 905-916 If X is an instance of miosis, Y is a patient of X, Y is an instance of both eye pupils, the approximate diameter of Y is Z millimeter(s) holds during the beginning of the time of existence of X, and the approximate diameter of Y is W millimeter(s) holds during the end of the time of existence of X, then Z is greater than W
(=>
    (and
        (instance ?M Miosis)
        (patient ?M ?P)
        (instance ?P BothEyePupils)
        (instance ?L RadiatingVisibleLight)
        (patient ?L ?P)
        (holdsDuring
            (BeginFn
                (WhenFn ?L))
            (approximateDiameter ?P
                (MeasureFn ?A Millimeter)))
        (holdsDuring
            (EndFn
                (WhenFn ?L))
            (approximateDiameter ?P
                (MeasureFn ?B Millimeter))))
    (not
        (greaterThan ?B ?A)))
emotion.kif 943-955 If All of the following hold: (1) X is an instance of miosis (2) Y is a patient of X (3) Y is an instance of both eye pupils (4) Z is an instance of radiating visible light (5) Y is a patient of Z (6) the approximate diameter of Y is W millimeter(s) holds during the beginning of the time of existence of Z (7) the approximate diameter of Y is V millimeter(s) holds during the end of the time of existence of Z, then V is not greater than W
(=>
    (and
        (instance ?P BothEyePupils)
        (member ?L ?P)
        (member ?R ?P)
        (approximateDiameter ?L
            (MeasureFn ?X Millimeter))
        (approximateDiameter ?R
            (MeasureFn ?Y Millimeter))
        (equal ?Z
            (SubtractionFn ?X ?Y)))
    (equal
        (MeasureFn ?Z Millimeter)
        (DiffPupilSizeFn ?P)))
emotion.kif 1107-1118 If All of the following hold: (1) X is an instance of both eye pupils (2) Y is a member of X (3) Z is a member of X (4) the approximate diameter of Y is W millimeter(s) (5) the approximate diameter of Z is V millimeter(s) (6) equal U and (W and V), then equal U millimeter(s) and The difference in size of X is

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


(=>
    (instance ?SHOT FirearmShot)
    (exists (?C ?P ?CLASS ?X)
        (and
            (instance ?C CollectionOfObjects)
            (member ?P ?C)
            (instance ?P ?CLASS)
            (subclass ?CLASS SphericalObject)
            (approximateDiameter ?P
                (MeasureFn ?X Millimeter))
            (modalAttribute
                (and
                    (material ?CLASS Lead)
                    (lessThan ?X 10)) Likely))))
Mid-level-ontology.kif 1147-1160 If X is an instance of firearm shot, then there exist Y, Z,, , W and V such that Y is an instance of collection and Z is a member of Y and Z is an instance of W and W is a subclass of spherical object and the approximate diameter of Z is V millimeter(s) and the statement lead is made of W and V is less than 10 has the modal force of likely
(=>
    (instance ?Z Colloid)
    (exists (?P ?S)
        (and
            (part ?P ?Z)
            (attribute ?P Insoluble)
            (approximateDiameter ?P
                (MeasureFn ?S Nanometer))
            (greaterThan 977.0 ?S)
            (greaterThan ?S 0.95))))
Mid-level-ontology.kif 23833-23842 If X is an instance of colloid, then there exist Y and Z such that Y is a part of X and insoluble is an attribute of Y and the approximate diameter of Y is Z nanometer(s) and 977.0 is greater than Z and Z is greater than 0.95
(=>
    (and
        (memberMeasure ?S ?M ?Q)
        (instance ?S Set)
        (element ?O ?S))
    (approximateDiameter ?O ?Q))
Mid-level-ontology.kif 33786-33791 If members of X have the measure Y in terms of Z, X is an instance of set, and W is an element of X, then the approximate diameter of W is Y
(=>
    (and
        (memberMeasure ?S ApproximateDiameter ?Q)
        (instance ?S Class)
        (instance ?O ?S))
    (approximateDiameter ?O ?Q))
Mid-level-ontology.kif 33793-33798 If members of X have the measure Y in terms of ApproximateDiameter, X is an instance of class, and Z is an instance of X, then the approximate diameter of Z is Y
(=>
    (and
        (instance ?G Grain)
        (grainSize ?G ?L))
    (approximateDiameter ?G
        (MeasureFn ?L UnitOfLength)))
Food.kif 1061-1066 If X is an instance of grain and Y is the diameter in UnitOFLength of X, then the approximate diameter of X is Y unit of length(s)
(=>
    (instance ?PM ParticulateMatter)
    (exists (?P ?ATMOSPHERE ?S)
        (and
            (instance ?ATMOSPHERE AtmosphericRegion)
            (located ?PM ?ATMOSPHERE)
            (part ?P ?PM)
            (approximateDiameter ?P
                (MeasureFn ?S Micrometer))
            (greaterThan 1000.0 ?S))))
Geography.kif 9014-9023 If X is an instance of PM, then there exist Y, Z and W such that Z is an instance of atmospheric region and X is located at Z and Y is a part of X and the approximate diameter of Y is W micrometer(s) and 1000.0 is greater than W
(=>
    (instance ?DRIZZLE Drizzling)
    (exists (?CLTN ?R ?SIZE)
        (and
            (instance ?CLTN CollectionOfObjects)
            (instance ?R Water)
            (instance ?R LiquidDrop)
            (member ?R ?CLTN)
            (objectTransferred ?DRIZZLE ?CLTN)
            (approximateDiameter ?R
                (MeasureFn ?SIZE Millimeter))
            (modalAttribute
                (lessThanOrEqualTo ?SIZE 0.5) Likely))))
Weather.kif 4071-4083 If X is an instance of drizzling, then there exist Y, Z and W such that Y is an instance of collection and Z is an instance of water and Z is an instance of liquid drop and Z is a member of Y and the object transferred in X is Y and the approximate diameter of Z is W millimeter(s) and the statement W is less than or equal to 0.5 has the modal force of likely
(=>
    (equal
        (MeasureFn ?Z Millimeter)
        (DiffPupilSizeFn ?P))
    (exists (?L ?R ?X ?Y)
        (and
            (member ?L ?P)
            (member ?R ?P)
            (approximateDiameter ?L
                (MeasureFn ?X Millimeter))
            (approximateDiameter ?R
                (MeasureFn ?Y Millimeter))
            (equal ?Z
                (SubtractionFn ?X ?Y)))))
emotion.kif 1120-1131 If equal X millimeter(s) and The difference in size of Y is, then there exist Z, W,, , V and U such that Z is a member of Y and W is a member of Y and the approximate diameter of Z is V millimeter(s) and the approximate diameter of W is U millimeter(s) and equal X and (V and U)


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