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



KB Term:  Term intersection
English Word: 

  Libya

Sigma KEE - MeasuringDevice
MeasuringDevice(measuring device)
Molisch's_test, Molisch_reaction, Molisch_test, absorption_indicator, acid-base_indicator, air-sleeve, air_sock, alpha-naphthol_test, detector, drogue, electric_meter, electrodynamometer, electroencephalograph, electrometer, electromyograph, electron_microscope, electronic_fetal_monitor, electronic_foetal_monitor, electronic_voltmeter, electroscope, fetal_monitor, foetal_monitor, gage, gauge, interferometer, measuring_device, measuring_instrument, measuring_system, metal_detector, power_meter, sensing_element, sensor, sock, tacheometer, tachymeter, trace_detector, ultracentrifuge, wind_cone, wind_sleeve, wind_sock, windsock, wire_gage, wire_gauge

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


(subclass MeasuringDevice Device) Merge.kif 16353-16353 Measuring device is a subclass of device
(documentation MeasuringDevice EnglishLanguage "Any Device whose purpose is to measure a PhysicalQuantity.") Merge.kif 16354-16355 Measuring device is a subclass of device
(externalImage MeasuringDevice "http://upload.wikimedia.org/wikipedia/commons/ thumb/ 3/ 35/ TapeMeasure.png/ 180px_TapeMeasure.png") pictureList.kif 1176-1176 Measuring device is a subclass of device

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


(subclass Clock MeasuringDevice) Mid-level-ontology.kif 3509-3509 Clock is a subclass of measuring device
(subclass Thermometer MeasuringDevice) Mid-level-ontology.kif 3533-3533 Thermometer is a subclass of measuring device
(subclass PressureMeasuringDevice MeasuringDevice) Mid-level-ontology.kif 3545-3545 Pressure measuring device is a subclass of measuring device
(subclass TestForm MeasuringDevice) Mid-level-ontology.kif 16095-16095 Test form is a subclass of measuring device
(subclass Ruler MeasuringDevice) Mid-level-ontology.kif 34292-34292 Ruler is a subclass of measuring device
(subclass FeelerGauge MeasuringDevice) Cars.kif 2626-2626 Feeler gauge is a subclass of measuring device
(subclass Odometer MeasuringDevice) Cars.kif 2818-2818 Odometer is a subclass of measuring device
(subclass Speedometer MeasuringDevice) Cars.kif 2867-2867 Speedometer is a subclass of measuring device
(subclass Hydrometer MeasuringDevice) Cars.kif 2941-2941 Hydrometer is a subclass of measuring device
(subclass MassAirflowSensor MeasuringDevice) Cars.kif 3187-3187 Mass airflow sensor is a subclass of measuring device
(subclass OxygenSensor MeasuringDevice) Cars.kif 3225-3225 Oxygen sensor is a subclass of measuring device
(subclass Tachometer MeasuringDevice) Cars.kif 3884-3884 Tachometer is a subclass of measuring device
(subclass BimetalTemperatureSensor MeasuringDevice) Cars.kif 3933-3933 Bi_metal temperature sensor is a subclass of measuring device
(subclass TorqueWrench MeasuringDevice) Cars.kif 4009-4009 Torque wrench is a subclass of measuring device
(subclass VacuumGauge MeasuringDevice) Cars.kif 4145-4145 Vacuum gauge is a subclass of measuring device
(subclass RTPCRTest MeasuringDevice) Medicine.kif 1543-1543 Reverse transcription polymerase chain reaction is a subclass of measuring device
(subclass SnellenChart MeasuringDevice) Medicine.kif 1683-1683 Snellen chart is a subclass of measuring device
(subclass AntibodyCOVIDTest MeasuringDevice) Medicine.kif 2759-2759 Antigen COVID test is a subclass of measuring device
(subclass FitbitDevice MeasuringDevice) Medicine.kif 4479-4479 Fitbit is a subclass of measuring device
(subclass Altimeter MeasuringDevice) MilitaryDevices.kif 1577-1577 Altimeter is a subclass of measuring device
(subclass Scales MeasuringDevice) Society.kif 849-849 Scales is a subclass of measuring device
(termFormat EnglishLanguage MeasuringDevice "measuring device") domainEnglishFormat.kif 36689-36689 Scales is a subclass of measuring device
(termFormat ChineseTraditionalLanguage MeasuringDevice "測量工具") domainEnglishFormat.kif 36690-36690 Scales is a subclass of measuring device
(termFormat ChineseLanguage MeasuringDevice "测量工具") domainEnglishFormat.kif 36691-36691 Scales is a subclass of measuring device

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


(domain measurementReading 1 MeasuringDevice) Mid-level-ontology.kif 3563-3563 The number 1 argument of measurement reading is an instance of measuring device

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


(=>
    (instance ?DEVICE MeasuringDevice)
    (hasPurpose ?DEVICE
        (exists (?MEASURE)
            (and
                (instance ?MEASURE Measuring)
                (instrument ?MEASURE ?DEVICE)))))
Merge.kif 16357-16363 If X is an instance of measuring device, then X has the purpose there exists Y such that Y is an instance of measuring and X is an instrument for Y
(=>
    (and
        (instance ?X MeasuringDevice)
        (attribute ?X ResetMeasuringDevice))
    (and
        (measurementReading ?X
            (MeasureFn 0 ?U))
        (instance ?U UnitOfMeasure)))
Cars.kif 2858-2865 If X is an instance of measuring device and reset measuring device is an attribute of X, then 0 Y(s) is a measurement reading of X and Y is an instance of unit of measure

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


(=>
    (instance ?T Telemetry)
    (exists (?REMOTELOCATION ?MEASURINGDEVICE ?RECEIVINGLOCATION ?RECEIVINGSTATION ?MEASURING ?MESSAGING)
        (and
            (instance ?MEASURING Measuring)
            (instance ?MEASURINGDEVICE MeasuringDevice)
            (instance ?REMOTELOCATION Region)
            (instance ?RECEIVINGLOCATION Region)
            (instance ?MESSAGING Messaging)
            (subProcess ?MESSAGING ?T)
            (subProcess ?MEASURING ?T)
            (instance ?RECEIVINGSTATION ElectronicDataStorageDevice)
            (agent ?MEASURING ?MEASURINGDEVICE)
            (located ?MEASURINGDEVICE ?REMOTELOCATION)
            (located ?RECEIVINGSTATION ?RECEIVINGLOCATION)
            (eventLocated ?MEASURING ?REMOTELOCATION)
            (not
                (equal ?RECEIVINGLOCATION ?REMOTELOCATION))
            (origin ?MESSAGING ?MEASURINGDEVICE)
            (destination ?MESSAGING ?RECEIVINGSTATION))))
Communications.kif 322-340 If X is an instance of telemetry, then All of the following hold: (1) there exist Y, Z,, , W,, , V,, , U (2) T such that U is an instance of measuring (3) Z is an instance of measuring device (4) Y is an instance of region (5) W is an instance of region (6) T is an instance of messaging (7) T is a subprocess of X (8) U is a subprocess of X (9) V is an instance of electronic data storage device (10) Z is an agent of U (11) Z is located at Y (12) V is located at W (13) U is located at Y (14) equal W (15) Y (16) T originates at Z (17) T ends up at V


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