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


KB Term:  Term intersection
English Word: 

Sigma KEE - PhysicalQuantity
PhysicalQuantity

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


(subclass PhysicalQuantity Quantity) Merge.kif 2135-2135
(partition PhysicalQuantity ConstantQuantity FunctionQuantity) Merge.kif 2136-2136
(documentation PhysicalQuantity EnglishLanguage "A PhysicalQuantity is a measure of some quantifiable aspect of the modeled world, such as 'the earth's diameter' (a constant length) and 'the stress in a loaded deformable solid' (a measure of stress, which is a function of three spatial coordinates). Every PhysicalQuantity is either a ConstantQuantity or FunctionQuantity. Instances of ConstantQuantity are dependent on a UnitOfMeasure, while instances of FunctionQuantity are Functions that map instances of ConstantQuantity to other instances of ConstantQuantity (e.g., a TimeDependentQuantity is a FunctionQuantity). Although the name and definition of PhysicalQuantity is borrowed from physics, a PhysicalQuantity need not be material. Aside from the dimensions of length, time, velocity, etc., nonphysical dimensions such as currency are also possible. Accordingly, amounts of money would be instances of PhysicalQuantity. A PhysicalQuantity is distinguished from a pure Number by the fact that the former is associated with a dimension of measurement.") Merge.kif 2138-2153

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


(subclass ConstantQuantity PhysicalQuantity) Merge.kif 2155-2155
(subclass FunctionQuantity PhysicalQuantity) Merge.kif 2210-2210
(subclass UnitOfMeasure PhysicalQuantity) Merge.kif 6317-6317
(range MeasureFn PhysicalQuantity) Merge.kif 6469-6469
(subclass PerformanceMeasure PhysicalQuantity) FinancialOntology.kif 1689-1689
(termFormat EnglishLanguage PhysicalQuantity "physical quantity") english_format.kif 956-956

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


(domain UnitFn 1 PhysicalQuantity) Merge.kif 6730-6730
(domain PerFn 1 PhysicalQuantity) Merge.kif 6749-6749
(domain PerFn 2 PhysicalQuantity) Merge.kif 6750-6750
(domain measure 2 PhysicalQuantity) Merge.kif 7640-7640
(domain barometricPressure 2 PhysicalQuantity) Merge.kif 7991-7991
(domain surfaceWindSpeed 2 PhysicalQuantity) Merge.kif 11514-11514
(domain systolicBloodPressure 2 PhysicalQuantity) Mid-level-ontology.kif 11882-11882
(domain diastolicBloodPressure 2 PhysicalQuantity) Mid-level-ontology.kif 11894-11894
(domain resourceConsumption 2 PhysicalQuantity) Mid-level-ontology.kif 18898-18898
(domain voltageMeasure 2 PhysicalQuantity) Mid-level-ontology.kif 28926-28926
(domain resonantFrequency 2 PhysicalQuantity) Cars.kif 768-768
(domain carrierFrequency 2 PhysicalQuantity) ComputingBrands.kif 1549-1549
(domain electricityProductionInPeriod 2 PhysicalQuantity) Economy.kif 2198-2198
(domain annualElectricityProduction 2 PhysicalQuantity) Economy.kif 2208-2208
(domain electricityConsumptionInPeriod 2 PhysicalQuantity) Economy.kif 2330-2330
(domain annualElectricityConsumption 2 PhysicalQuantity) Economy.kif 2340-2340
(domain electricityExportInPeriod 2 PhysicalQuantity) Economy.kif 2373-2373
(domain annualElectricityExport 2 PhysicalQuantity) Economy.kif 2384-2384
(domain electricityImportInPeriod 2 PhysicalQuantity) Economy.kif 2418-2418
(domain annualElectricityImport 2 PhysicalQuantity) Economy.kif 2430-2430
(domain ingredientAmount 3 PhysicalQuantity) Food.kif 1644-1644
(domain totalBiomass 2 PhysicalQuantity) Geography.kif 4057-4057
(domain earthAltitude 2 PhysicalQuantity) Geography.kif 4211-4211
(domain imageResolution 2 PhysicalQuantity) QoSontology.kif 2125-2125
(domain fleetGrossRegisteredTonnage 2 PhysicalQuantity) Transportation.kif 986-986

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(=>
    (and
        (instance ?QUANT PhysicalQuantity)
        (instance ?UNIT UnitOfMeasure)
        (equal ?QUANT
            (MeasureFn ?NUMBER ?UNIT)))
    (equal
        (UnitFn ?QUANT) ?UNIT))
Merge.kif 6739-6745
(=>
    (and
        (shortage ?A ?O ?C ?T ?N)
        (instance ?N PhysicalQuantity))
    (desires ?A
        (exists (?G)
            (and
                (instance ?G ?O)
                (measure ?G ?N)
                (possesses ?A ?G)))))
Mid-level-ontology.kif 33520-33529
(=>
    (and
        (shortage ?A ?O ?C ?T ?N)
        (instance ?N PhysicalQuantity))
    (not
        (exists (?B ?G)
            (and
                (instance ?B Buying)
                (during
                    (WhenFn ?B) ?T)
                (objectTransferred ?B ?G)
                (transactionAmount ?B ?C)
                (agent ?B ?A)
                (instance ?G ?O)
                (measure ?G ?N)
                (possesses ?A ?G)))))
Mid-level-ontology.kif 33548-33562
(=>
    (and
        (shortage ?A ?O ?C ?T ?N)
        (instance ?N PhysicalQuantity))
    (desires ?A
        (exists (?B ?G)
            (and
                (instance ?B Buying)
                (during
                    (WhenFn ?B) ?T)
                (objectTransferred ?B ?G)
                (transactionAmount ?B ?C)
                (agent ?B ?A)
                (instance ?G ?O)
                (measure ?G ?N)
                (possesses ?A ?G)))))
Mid-level-ontology.kif 33581-33595

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


(=>
    (instance ?CHART Chart)
    (exists (?QUANTITY)
        (and
            (instance ?QUANTITY PhysicalQuantity)
            (refers ?CHART ?QUANTITY))))
Mid-level-ontology.kif 14808-14813
(=>
    (instance ?G Chart)
    (exists (?Q)
        (and
            (instance ?Q PhysicalQuantity)
            (refers ?G ?Q))))
Mid-level-ontology.kif 14837-14842
(=>
    (and
        (instance ?LIST MeasuringResultList)
        (inList ?R ?LIST))
    (instance ?R PhysicalQuantity))
Weather.kif 3070-3074


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