@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://purl.org/vocab/vann/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

<http://purl.org/iot/vocab/m3-lite#>
  a owl:Ontology ;
  owl:versionInfo 3.0 ;
  dc:issued "2015-07-02"^^xsd:date ;
  rdfs:comment "The M3-lite is a taxonomy that enables testbeds to semantically annotate the IoT data produced by heterogeneous devices and store them in a federated datastore such as FIESTA-IoT. In this taxonomy, we classify devices, the domain of interests (health, smart home, smart kitchen, environmental monitoring, etc.), phenomena and unit of measurements."@en ;
  ns0:preferredNamespacePrefix "m3-lite" ;
  ns0:preferredNamespaceUri "http://purl.org/iot/vocab/m3-lite#" ;
  dc11:title "The M3-lite Taxonomy"@en ;
  dc:modified "2017-07-29"^^xsd:date ;
  dc11:creator "Rachit Agarwal, Inria, Paris"@en, "David Gomez, UC, Santander"@en, "Tarek Elsaleh, UNIS, Surrey"@en, "Luis Sanchez, UC, Santander"@en, "Jorge Lanza, UC, Santander"@en ;
  dc11:contributor "(Past) Amelie Gyrard, NUIG, Galway"@en, "(Past) Garvita Bajaj, Inria, Paris"@en ;
  dc11:description """M3-lite taxonomy is designed for the EU H2020 FIESTA-IoT project. It is a lite version of M3 ontology. M3-lite contains taxonomy for various QuantityKinds (commonly known as physical and environmental phenomena), Unit of measurements, different types of sensor and different types of domain of interests. M3-lite has evolved to serve the purpose of several testbeds that want to be part of federation provided by FIESTA-IoT. Most relevant testbeds integrated using M3-lite are EU FP7's SmartSantander testbed, UniS's (UK) SmartICS testbed, Inria's (France) Soundcity/Ambiciti testbed, KETI's (South Korea) Mobius testbed and EGM's (France) 4G testbed. More information on the above testbeds  along with those that have joined at the FIESTA-IoT platform is available via http://fiesta-iot.eu/index.php/fiesta-testbeds/. Intially, this taxonomy was a light weight version of M3 ontology and since 2016 has found its own separate way. 

We further acknowledge, testbed provider such as SmartSantander, UniS, KETI, Inria, and other open call testbeds for their valuable comments. Please report any errors to rachit.agarwal@inria.fr. 

        """@en ;
  dc11:rights "Copyright EU H2020 FIESTA-IoT" .

dc11:description a owl:AnnotationProperty .
dc11:title a owl:AnnotationProperty .
dc11:issued a owl:AnnotationProperty .
dc11:modified a owl:AnnotationProperty .
ns0:preferredNamespacePrefix a owl:AnnotationProperty .
ns0:preferredNamespaceUri a owl:AnnotationProperty .
rdfs:comment a owl:AnnotationProperty .
owl:equivalentClass a owl:AnnotationProperty .
dc11:creator a owl:AnnotationProperty .
dc11:contributor a owl:AnnotationProperty .
dc11:rights a owl:AnnotationProperty .
owl:versionInfo a owl:AnnotationProperty .
rdfs:isDefinedBy a owl:AnnotationProperty .
rdfs:label a owl:AnnotationProperty .
rdfs:seeAlso a owl:AnnotationProperty .
<http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest>
  a owl:ObjectProperty ;
  rdfs:range <http://purl.org/iot/vocab/m3-lite#DomainOfInterest> ;
  rdfs:comment "This property is used to classify devices by DomainOfInterest (e.g., blood pressure sensor is used in healthcare)."@en ;
  rdfs:label "has Domain Of Interest"@en .

<http://purl.org/iot/vocab/m3-lite#hasDirection>
  a owl:ObjectProperty ;
  rdfs:range [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDirection> ;
    owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onClass <http://purl.org/iot/vocab/m3-lite#Direction>
  ] ;
  rdfs:comment "The observations made by the sensors are affected by the direction of the sensing device. This property allows observations of the sensor to be associated to the Direction concept."@en ;
  rdfs:label "has Direction"@en .

<http://purl.org/iot/vocab/m3-lite#hasMeasurementType>
  a owl:ObjectProperty ;
  rdfs:range [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasMeasurementType> ;
    owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onClass <http://purl.org/iot/vocab/m3-lite#MeasurementType>
  ] ;
  rdfs:comment "Each sensing device can have a different sensing mechanism which may result in different kinds of sensor data. This property links observation of the sensor to the associated MeasurementType."@en ;
  rdfs:label "has Measurement Type"@en .

<http://purl.org/iot/vocab/m3-lite#hasSoundSource>
  a owl:ObjectProperty ;
  rdfs:subPropertyOf <http://purl.org/iot/vocab/m3-lite#hasSource> ;
  rdfs:domain <http://purl.org/iot/vocab/m3-lite#Sound> ;
  rdfs:range <http://purl.org/iot/vocab/m3-lite#SoundSource> ;
  rdfs:comment "This property links sound to its environmental source."@en ;
  rdfs:label "has Sound Source"@en .

<http://purl.org/iot/vocab/m3-lite#hasSource>
  a owl:ObjectProperty ;
  rdfs:domain <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:range <http://purl.org/iot/vocab/m3-lite#Source> ;
  rdfs:comment "This property links sensed phenomena to its environmental source."@en ;
  rdfs:label "has Source"@en .

<http://purl.org/iot/vocab/m3-lite#Bar>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Metric unit of atmospheric pressure equal to 14.50 pounds per square inch (lb/in2), 1.02 kilograms per square centimetre (kg/cm2), 29.53 inches of mercury (in Hg), or 0.9869 atmosphere."@en ;
  rdfs:label "Bar"@en ;
  rdfs:seeAlso "http://qudt.org/vocab/unit#Bar" .

<http://purl.org/iot/vocab/m3-lite#DegreeAngle>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Degree> ;
  rdfs:comment "A plane angle unit which is equal to 1/360 of a full rotation or pi/180 rad."@en ;
  rdfs:label "Degree Angle"@en ;
  rdfs:seeAlso "http://qudt.org/vocab/unit#DegreeAngle" .

<http://purl.org/iot/vocab/m3-lite#ElectricCurrent>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Electric current is the flow of electric charge. It is a base quantity in the International System of Units. Electric current is electric charge divided by time. Electric Current is the flow (movement) of electric charge. The amount of electric current through some surface, e.g., a section through a copper conductor, is defined as the amount of electric charge flowing through that surface over time."@en ;
  rdfs:label "Electric Current"@en ;
  rdfs:seeAlso "http://qudt.org/vocab/quantity#ElectricCurrent" .

<http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#Device> ;
  rdfs:comment "Device that can actuate over an object or QuantityKind (e.g., switch on/off the light)."@en ;
  rdfs:label "Actuating Device"@en .

<http://purl.oclc.org/NET/UNIS/fiware/iot-lite#TagDevice>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#Device> ;
  rdfs:comment "Device that can redirect to a resource with information (i.e. RFID, NFC, QR-codes, bar-codes)."@en ;
  rdfs:label "Tagging Device"@en .

<http://purl.oclc.org/NET/ssnx/ssn#Device>
  a owl:Class ;
  rdfs:comment " A device is a physical piece of technology - a system in a box. Devices may of course be built of smaller devices and software components (i.e. systems have components)."@en ;
  rdfs:label "Device"@en .

<http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#Device> ;
  rdfs:comment "A sensing device is a device that implements sensing."@en ;
  rdfs:label "Sensing Device"@en .

<http://purl.org/NET/ssnx/qu/qu#QuantityKind>
  a owl:Class ;
  rdfs:comment "A QuantityKind is an abstract classifier that represents the concept of kind of quantity that is defined as aspect common to mutually comparable quantities. A QuantityKind represents the essence of a quantity without any numerical value or unit. Quantities of the same kind within a given system of quantities have the same quantity dimension. However, quantities of the same dimension are not necessarily of the same kind."@en ;
  rdfs:label "Quantity Kind"@en .

<http://purl.org/NET/ssnx/qu/qu#Unit>
  a owl:Class ;
  rdfs:comment """A Unit is an abstract classifier that represents the concept of measurement unit that is defined as real scalar quantity, defined and adopted by convention, with which any other quantity of the same kind can be compared to express the ratio of the two quantities as a number.
        """@en ;
  rdfs:label "Unit"@en .

<http://purl.org/iot/vocab/m3-lite#ABS>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "The ABS (Anti-lock Braking System) receives information from ABS computer to control the pressure on the breaks, This helps the wheels not to get locked up, it adjust the break pressure and prevents the wheels from locking. (Definition Source Google)."@en ;
  rdfs:label "ABS (Anti-lock Braking System) Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#AccInitialERabEstabSuccRate>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Communication> ;
  rdfs:comment "Initial E-UTRAN Radio Access Bearer establishment success rate."@en ;
  rdfs:label "Initial E-RAB Establishment Success Rate"@en .

<http://purl.org/iot/vocab/m3-lite#AccInitialERabSetupSuccRate>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Communication> ;
  rdfs:comment "Initial E-UTRAN Radio Access Bearer setup success rate."@en ;
  rdfs:label "Initial E-RAB Setup Success Rate"@en .

<http://purl.org/iot/vocab/m3-lite#AccRrcConnSetupSuccRate>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Communication> ;
  rdfs:comment "Radio Resource Control connection setup success rate."@en ;
  rdfs:label "RRC Connection Setup Success Rate"@en .

<http://purl.org/iot/vocab/m3-lite#AccS1SigEstabSuccRate>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Communication> ;
  rdfs:comment "S1 (S1 standardized interface between eNB and Evolved Packet Core) signalling establishment success rate."@en ;
  rdfs:label "S1 Signalling Establishment Success Rate"@en .

<http://purl.org/iot/vocab/m3-lite#Acceleration>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "The rate of change of the velocity of a particle with respect to time."@en ;
  rdfs:label "Acceleration"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/dim#Acceleration" .

<http://purl.org/iot/vocab/m3-lite#AccelerationInstantaneous>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Acceleration> ;
  rdfs:label "Instantaneous Acceleration"@en ;
  rdfs:comment "The acceleration at a given instant of time."@en .

<http://purl.org/iot/vocab/m3-lite#Accelerometer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment " Accelerometers are used to automatically determine the orientation in which the user is holding the IoT Object (portrait or landscape)."@en ;
  rdfs:label "Accelerometer"@en ;
  rdfs:seeAlso <http://casas.wsu.edu/owl/cose.owl#Accelerometer> .

<http://purl.org/iot/vocab/m3-lite#ActivePower>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Power> ;
  rdfs:comment "The product of the voltage across a branch of an alternating-current circuit and the component of the electric current that is in phase with the voltage."@en ;
  rdfs:label "Active Power"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/quantity#activePower" .

<http://purl.org/iot/vocab/m3-lite#Agriculture>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#DomainOfInterest> ;
  rdfs:comment "Agriculture, Smart farm as an Internet of Things (IoT) applicative domain."@en ;
  rdfs:label "Agriculture DOI"@en .

<http://purl.org/iot/vocab/m3-lite#AirConditioner>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "An actuator to automatically switch on/off the air conditioner."@en ;
  rdfs:label "Air Conditioner Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#AirPollutantSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Environment>
  ] ;
  rdfs:comment "Air Pollutant Sensor are devices that detect and monitor the presence of air pollution in the surrounding area (source Wikipedia)."@en ;
  rdfs:label "Air Pollutant Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#AirPollution>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Usually measured using Air Quality Index (AQI), it is the measure of Air Pollution in the environment. It is similar to Air Quality."@en ;
  rdfs:label "Air Pollution Quantity Kind"@en .

<http://purl.org/iot/vocab/m3-lite#AirQuality>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Usually measured using an air quality index (AQI) that is a number used by government agencies to communicate to the public how polluted the air currently is or how polluted it is forecast to become. Different countries have their own air quality indices, corresponding to different national air quality standards. It is the measure of Air Quality of the environment. It is similar to Air Pollution. (Source Wikipedia)."@en ;
  rdfs:label "Air Quality Quantity Kind"@en .

<http://purl.org/iot/vocab/m3-lite#AirTemperature>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Temperature> ;
  rdfs:comment "The temperature of the air that would be indicated by a thermometer exposed to the air at a location sheltered from direct solar radiation."@en ;
  rdfs:label "Air Temperature, Weather Temperature, Ambient Temperature"@en ;
  rdfs:seeAlso <http://openiot.eu/ontology/ns/AirTemperature>, <http://paul.staroch.name/thesis/SmartHomeWeather.owl#Temperature> .

<http://purl.org/iot/vocab/m3-lite#AirThermometer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Thermometer> ;
  rdfs:comment "Device to measure the Air temperature of either indoor or outdoor atmosphere."@en ;
  rdfs:label "Air Thermometer"@en .

<http://purl.org/iot/vocab/m3-lite#AlarmSystem>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice> ;
  rdfs:comment "An actuator to automatically switch on/off the alarm system."@en ;
  rdfs:label "Alarm System Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#AlcoholLevel>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Measure of Alcohol Level in the system."@en ;
  rdfs:label "Alcohol Level Quantity Kind"@en .

<http://purl.org/iot/vocab/m3-lite#AlcoholLevelSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "Device used to detect and measure Alcohol Level in the system."@en ;
  rdfs:label "Alcohol Level Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Ampere>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "The ampere is the SI unit for measuring an electric current which is the flow of electric charges through a surface at the rate of one coulomb per second.The ampere is the SI unit for measuring an electric current which is the flow of electric charges through a surface at the rate of one coulomb per second."@en ;
  rdfs:label "Ampere (A)"@en ;
  rdfs:seeAlso <http://data.qudt.org/qudt/owl/1.0.0/unit.owl#Ampere>, <http://sweet.jpl.nasa.gov/ontology/units.owl#ampere>, "http://purl.oclc.org/NET/ssnx/qu/unit#ampere" .

<http://purl.org/iot/vocab/m3-lite#AngularSpeed>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is the rate of change of angular displacement and is a vector quantity (more precisely, a pseudovector) that specifies the angular speed (rotational speed) of an object and the axis about which the object is rotating. (Source Wikipedia)."@en ;
  rdfs:label "Angular Speed"@en .

<http://purl.org/iot/vocab/m3-lite#Animals>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#SoundSource> ;
  rdfs:comment "when the source of the sound were animals."@en ;
  rdfs:label "Animals as Sound Source"@en .

<http://purl.org/iot/vocab/m3-lite#AtmosphericPressure>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Pressure> ;
  rdfs:comment "The pressure exerted by the atmosphere as a consequence of gravitational attraction exerted upon the column of air lying directly above the point in question."@en ;
  rdfs:label "Atmospheric Pressure"@en ;
  rdfs:seeAlso <http://openiot.eu/ontology/ns/AtmospherePressure>, <http://paul.staroch.name/thesis/SmartHomeWeather.owl#AtmosphericPressure>, "http://purl.oclc.org/NET/ssnx/qu/quantity#atmosphericPressure" .

<http://purl.org/iot/vocab/m3-lite#AtmosphericPressureSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Agriculture>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Weather>
  ] ;
  rdfs:comment "Atmospheric Pressure Sensor, Barometer or Barometric Pressure Sensor is a scientific instrument used in meteorology to measure atmospheric pressure."@en ;
  rdfs:label "Atmospheric Pressure Sensor"@en ;
  rdfs:seeAlso <http://archive.knoesis.org/research/semsci/application_domain/sem_sensor/ont/weather.owlPressure>, <http://casas.wsu.edu/owl/cose.owl#BarometricPressureSensor>, <http://purl.oclc.org/NET/ssnx/meteo/aws#AtmosphericPressureSensor> .

<http://purl.org/iot/vocab/m3-lite#AutomaticSensing>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#MeasurementType> ;
  rdfs:comment "When the devices are set to take the observations Automatically without any external aid."@en ;
  rdfs:label "Automatic Measurement Type"@en .

<http://purl.org/iot/vocab/m3-lite#Barcode>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#TagDevice> ;
  rdfs:comment "A tagging device can be Barcode."@en ;
  rdfs:label "Barcode Tagging Device"@en .

<http://purl.org/iot/vocab/m3-lite#BatteryLevel>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Measure of the percentage of the battery capacity that remains available."@en ;
  rdfs:label "Battery Level Quantity Kind"@en ;
  rdfs:seeAlso "http://www.w3.org/2007/uwa/context/deliveryContext.owl#BatteryLevel" .

<http://purl.org/iot/vocab/m3-lite#BeatPerMinute>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Beat Per Minute (bpm) is the unit to measure heart rate."@en ;
  rdfs:label "Beat Per Minute (bpm)"@en .

<http://purl.org/iot/vocab/m3-lite#Blind>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically switch on/off the window blinds."@en ;
  rdfs:label "Blind Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#BloodGlucose>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Measure of Blood glucose level or blood sugar level."@en ;
  rdfs:label "Blood Glucose Quantity Kind"@en .

<http://purl.org/iot/vocab/m3-lite#BloodPressure>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Pressure> ;
  rdfs:comment "Measure of the pressure in your blood vessels when your heart rests between beats."@en ;
  rdfs:label "Blood Pressure"@en .

<http://purl.org/iot/vocab/m3-lite#BloodPressureSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Health>
  ] ;
  rdfs:comment "Device used to measure Blood Pressure."@en ;
  rdfs:label "Blood Pressure Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#BoardTemperature>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Temperature> ;
  rdfs:comment "Measure of board temperature."@en ;
  rdfs:label "Board Temperature"@en .

<http://purl.org/iot/vocab/m3-lite#BoardThermometer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Thermometer> ;
  rdfs:comment "Device used to measure board temperature."@en ;
  rdfs:label "Board Thermometer"@en .

<http://purl.org/iot/vocab/m3-lite#BodyTemperature>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Temperature> ;
  rdfs:comment "Measure of body temperature."@en ;
  rdfs:label "Body Temperature"@en .

<http://purl.org/iot/vocab/m3-lite#BodyThermometer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Thermometer>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Health>
  ] ;
  rdfs:comment "Device used to measure body temperature."@en ;
  rdfs:label "Body Thermometer"@en .

<http://purl.org/iot/vocab/m3-lite#Boiler>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically switch on/off the boiler."@en ;
  rdfs:label "Boiler Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#DomainOfInterest> ;
  rdfs:comment "Smart Home/Building Automation as an Internet of Things (IoT) applicative domain."@en ;
  rdfs:label "Smart Building DOI"@en ;
  rdfs:seeAlso <http://elite.polito.it/ontologies/dogont.owl#BuildingEnvironment> .

<http://purl.org/iot/vocab/m3-lite#BuildingTemperature>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Temperature> ;
  rdfs:comment "Measure of building or room temperature."@en ;
  rdfs:label "Building/Room Temperature"@en .

<http://purl.org/iot/vocab/m3-lite#Coordinates>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Triples for location in the (Latitude, Longitude, Altitude) format."@en ;
  rdfs:label "Coordinates"@en .

<http://purl.org/iot/vocab/m3-lite#CO2>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Carbon Dioxide (CO2) measure in the atmosphere."@en ;
  rdfs:label "Carbon Dioxide (CO2) Quantity Kind"@en .

<http://purl.org/iot/vocab/m3-lite#CO2Sensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#GaseousPollutantSensor>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Agriculture>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Environment>
  ] ;
  rdfs:comment "Carbon Dioxide (CO2) Sensor used to measure level of CO2 in the atmosphere."@en ;
  rdfs:label "Carbon Dioxide (CO2) Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#COSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#GaseousPollutantSensor> ;
  rdfs:comment "Device to detect Carbon Monoxide (CO) in the environment."@en ;
  rdfs:label "Carbon Monoxide (CO) Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Calcium>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Measure of blood calcium level."@en ;
  rdfs:label "Calcium Quantity Kind"@en .

<http://purl.org/iot/vocab/m3-lite#CalibrationSensing>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#MeasurementType> ;
  rdfs:comment "If the measurement was taken when the sensor was being calibrated."@en ;
  rdfs:label "Calibration Measurement Type"@en .

<http://purl.org/iot/vocab/m3-lite#Candela>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Candela is the luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540 x 10^12 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian. (Source Wikipedia)."@en ;
  rdfs:label "Candela"@en ;
  rdfs:seeAlso <http://sweet.jpl.nasa.gov/ontology/units.owl#candela> .

<http://purl.org/iot/vocab/m3-lite#Capacitance>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Measure of the ability of a system to store an electric charge."@en ;
  rdfs:label "Capacitance"@en .

<http://purl.org/iot/vocab/m3-lite#Centibar>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Bar> ;
  rdfs:comment "The centibar is a unit of pressure defined as 1e-2 bar."@en ;
  rdfs:label "Centibar"@en .

<http://purl.org/iot/vocab/m3-lite#Centimetre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Metre> ;
  rdfs:label "Centimetre, Centimeter"@en ;
  rdfs:comment "A metric unit of length, equal to one hundredth of a metre."@en .

<http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentration>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ChemicalAgentConcentration> ;
  rdfs:comment "Measure of Chemical Agent Atmospheric Concentration"@en ;
  rdfs:label "Chemical Agent Atmospheric Concentration Quantity Kind"@en .

<http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentrationAirParticles>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentration> ;
  rdfs:comment "Measure of the concentration of chemical particles suspended in the atmosphere."@en ;
  rdfs:label "Air Particles Chemical Agent Atmospheric Concentration"@en .

<http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentrationCO>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentration> ;
  rdfs:comment "Measure of the concentration of Carbon Monoxide (CO) gas suspended in the atmosphere."@en ;
  rdfs:label "Carbon Monoxide (CO) Chemical Agent Atmospheric Concentration"@en .

<http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentrationNO2>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentration> ;
  rdfs:comment "Measure of the concentration of NO2 gas suspended in the atmosphere."@en ;
  rdfs:label "NO2 Chemical Agent Atmospheric Concentration"@en .

<http://purl.org/iot/vocab/m3-lite#Cholesterol>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Measure of the cholesterol level in a system."@en ;
  rdfs:label "Cholesterol Quantity Kind"@en .

<http://purl.org/iot/vocab/m3-lite#CholesterolSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Health>
  ] ;
  rdfs:comment "Device used to measure the cholesterol level in a system."@en ;
  rdfs:label "Cholesterol Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#City>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#DomainOfInterest> ;
  rdfs:comment "Smart City as an Internet of Things (IoT) applicative domain."@en ;
  rdfs:label "Smart City DOI"@en .

<http://purl.org/iot/vocab/m3-lite#CloudCover>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Measure of cloud cover at a certain time. "@en ;
  rdfs:label "Cloud Cover Quantity Kind"@en .

<http://purl.org/iot/vocab/m3-lite#CloudCoverSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Weather>
  ] ;
  rdfs:comment "Cloud Cover Sensor is used to detect whether it is sunny, cloudy, etc."@en ;
  rdfs:label "Cloud Cover Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#CoffeeMachine>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically switch on/off the coffee machine."@en ;
  rdfs:label "Coffee Machine, Coffee Maker Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Communication>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Communication related properties."@en ;
  rdfs:label "Communication Related Quantity Kind"@en .

<http://purl.org/iot/vocab/m3-lite#Computer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice> ;
  rdfs:comment "Actuating devices for Computer or PC."@en ;
  rdfs:label "Computer, PC Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Conductivity>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Measure of ability to conduct electricity. It is measured in siemens per metre (S/m)."@en ;
  rdfs:label "Conductivity"@en .

<http://purl.org/iot/vocab/m3-lite#ConductivitySensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Device used to measure the conductivity of a system."@en ;
  rdfs:label "Conductivity Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#ConstructionWork>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#SoundSource> ;
  rdfs:comment "When the source of the sound was a construction work."@en ;
  rdfs:label "Construction Work Sound Source"@en .

<http://purl.org/iot/vocab/m3-lite#Coulomb>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "SI unit of electric charge."@en ;
  rdfs:label "Coulomb"@en ;
  rdfs:seeAlso <http://sweet.jpl.nasa.gov/ontology/units.owl#coulomb> .

<http://purl.org/iot/vocab/m3-lite#Crowd>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#SoundSource> ;
  rdfs:comment "When the source of the sound was crowd."@en ;
  rdfs:label "Crowd Sound Source"@en .

<http://purl.org/iot/vocab/m3-lite#Cupboard>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically open/close the cupboard."@en ;
  rdfs:label "Cupboard Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Curtain>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically open/close the curtain."@en ;
  rdfs:label "Curtain Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Day>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#SecondTime> ;
  rdfs:comment "Day is a unit of time."@en ;
  rdfs:label "Day"@en .

<http://purl.org/iot/vocab/m3-lite#Decibel>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Decibel is a logarithmic unit used to express the ratio of two values of a physical quantity. It is often used to measure sound level."@en ;
  rdfs:label "Decibel (dB)"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#decibel" .

<http://purl.org/iot/vocab/m3-lite#DecibelA>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Decibel> ;
  rdfs:comment "Sound pressure sensed by the human ear."@en ;
  rdfs:label "DecibelA (dB(A))"@en .

<http://purl.org/iot/vocab/m3-lite#Degree>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Degree."@en ;
  rdfs:label "Degree"@en .

<http://purl.org/iot/vocab/m3-lite#DegreeCelsius>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Degree> ;
  rdfs:comment "A temperature unit which is equal to one kelvin degree. However, they have their zeros at different points. The centigrade scale has its zero at 273.15 K."@en ;
  rdfs:label "Degree Celsius"@en ;
  rdfs:seeAlso <http://data.qudt.org/qudt/owl/1.0.0/unit.owl#DegreeCelsius>, <http://sweet.jpl.nasa.gov/ontology/units.owl#degreeC>, <http://purl.oclc.org/NET/ssnx/qu/unit#degreeCelsius> .

<http://purl.org/iot/vocab/m3-lite#DegreeFahrenheit>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Degree> ;
  rdfs:comment "Measurement Unit to represent temperature on the Fahrenheit scale."@en ;
  rdfs:label "Degree Fahrenheit"@en ;
  rdfs:seeAlso <http://archive.knoesis.org/research/semsci/application_domain/sem_sensor/ont/weather.owlfahrenheit>, <http://sweet.jpl.nasa.gov/ontology/units.owl#degreeF> .

<http://purl.org/iot/vocab/m3-lite#DeltaDewPoint>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#DewPoint> ;
  rdfs:comment "Difference between Dewpoint and surface temperatures."@en ;
  rdfs:label "Delta Dew Point"@en .

<http://purl.org/iot/vocab/m3-lite#DeltaDewPointSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Device that measures the difference between Dewpoint and surface temperatures."@en ;
  rdfs:label "Delta Dew Point Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#DewPoint>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is the temperature to which air must be cooled at constant pressure to condense to form liquid."@en ;
  rdfs:label "Dew Point"@en .

<http://purl.org/iot/vocab/m3-lite#DewPointSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Device that measures dew point."@en ;
  rdfs:label "Dew Point Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#DewPointTemperature>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#DewPoint> ;
  rdfs:comment "The temperature at which dew forms and is a measure of atmospheric moisture. It is the temperature to which air must be cooled at constant pressure and water content to reach saturation. A higher dew point indicates more moisture in the air; a dew point greater than 20 Degree C (68 Degree F) is considered uncomfortable and greater than 22 Degree C (72 Degree F) is considered to be extremely humid."@en ;
  rdfs:label "Dew Point Temperature"@en .

<http://purl.org/iot/vocab/m3-lite#DiastolicBloodPressure>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#BloodPressure> ;
  rdfs:comment " Measure of the pressure in the arteries when the heart rests between beats."@en ;
  rdfs:label "Diastolic Blood Pressure"@en .

<http://purl.org/iot/vocab/m3-lite#Dimensionless>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Without dimensions; having no appreciable or noteworthy extent. Without physical meaning."@en ;
  rdfs:label "Dimensionless"@en ;
  rdfs:seeAlso <http://purl.oclc.org/NET/ssnx/qu/dim#Dimensionless> .

<http://purl.org/iot/vocab/m3-lite#Direction>
  a owl:Class ;
  rdfs:label "Direction"@en ;
  rdfs:comment "Measurements of sensors are affected by the direction of the sensing device. This concept is used to reflect it."@en .

<http://purl.org/iot/vocab/m3-lite#DirectionAzimuth>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Direction> ;
  rdfs:comment "The geodetic azimuth of the direction towards which an object is point to."@en ;
  rdfs:label "Direction Azimuth"@en .

<http://purl.org/iot/vocab/m3-lite#DirectionHeading>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Direction> ;
  rdfs:comment "The course or direction in which a object (vehicle, person, ...) is moving."@en ;
  rdfs:label "Direction Heading"@en .

<http://purl.org/iot/vocab/m3-lite#DishWasher>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically switch on/off the dishwasher."@en ;
  rdfs:label "Dish Washer Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Distance>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Measure of how far apart objects are."@en ;
  rdfs:label "Distance"@en .

<http://purl.org/iot/vocab/m3-lite#DistanceSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "Distance Sensor is used to detect distance between two objects for example:  the safety distance with other cars. Distance sensor can be a laser."@en ;
  rdfs:label "Distance Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#DomainOfInterest>
  a owl:Class ;
  rdfs:comment "Application Domain for example: health, environment, etc."@en ;
  rdfs:label "Domain Of Interest"@en .

<http://purl.org/iot/vocab/m3-lite#Door>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically open/close the door."@en ;
  rdfs:label "Door Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Drawer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically open/close the drawer."@en ;
  rdfs:label "Drawer Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#EAQI>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Unit to measure Air Quality in European cities."@en ;
  rdfs:label "European Air Quality Index (EAQI)"@en .

<http://purl.org/iot/vocab/m3-lite#ECG>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Emotion>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Health>
  ] ;
  rdfs:comment "ECG or EKG (Electrocardiogram) device."@en ;
  rdfs:label "ECG or EKG (Electrocardiogram)"@en .

<http://purl.org/iot/vocab/m3-lite#ESP>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "The actuator for turning ESP on/off."@en ;
  rdfs:label "ESP (Electronic Stability Program) Actuating device"@en .

<http://purl.org/iot/vocab/m3-lite#ElectricCharge>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is the physical property of matter that causes it to experience a force when placed in an electromagnetic field. (Source Wikipedia)."@en ;
  rdfs:label "Electric Charge"@en .

<http://purl.org/iot/vocab/m3-lite#ElectricField>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:label "Electric Field"@en ;
  rdfs:comment "Electric field is the electric force per unit charge."@en ;
  rdfs:seeAlso "http://qudt.org/vocab/quantity#ElectricField" .

<http://purl.org/iot/vocab/m3-lite#ElectricField1800MHz>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ElectricField> ;
  rdfs:comment "A field of force associated with a moving electric charge equivalent to an electric field and a magnetic field at right angles to each other and to the direction of propagation. Applied to the 1800 MHz UHF band."@en ;
  rdfs:label "Electric Field 1800 MHz"@en .

<http://purl.org/iot/vocab/m3-lite#ElectricField2100MHz>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ElectricField> ;
  rdfs:comment "A field of force associated with a moving electric charge equivalent to an electric field and a magnetic field at right angles to each other and to the direction of propagation. Applied to the 2100 MHz UHF band."@en ;
  rdfs:label "Electric Field 2100 MHz"@en .

<http://purl.org/iot/vocab/m3-lite#ElectricField2400MHz>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ElectricField> ;
  rdfs:comment "A field of force associated with a moving electric charge equivalent to an electric field and a magnetic field at right angles to each other and to the direction of propagation. Applied to the 2400 MHz UHF band."@en ;
  rdfs:label "Electric Field 2400 MHz"@en .

<http://purl.org/iot/vocab/m3-lite#ElectricField900Mhz>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ElectricField> ;
  rdfs:comment "A field of force associated with a moving electric charge equivalent to an electric field and a magnetic field at right angles to each other and to the direction of propagation. Applied to the 900 MHz UHF band."@en ;
  rdfs:label "Electric Field 900 MHz"@en .

<http://purl.org/iot/vocab/m3-lite#ElectricPotential>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Electric potential is the potential energy per unit charge associated with static (time-invariant) electric field."@en ;
  rdfs:label "Electric Potential"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/dim#ElectricPotential" .

<http://purl.org/iot/vocab/m3-lite#ElectricalResistance>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "The electrical resistance of an electrical conductor is the opposition to the passage of an electric current through that conductor."@en ;
  rdfs:label "Electrical Resistance"@en .

<http://purl.org/iot/vocab/m3-lite#ElectricalSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Sensor that measures the changes in electrical or magnetic signals based on an environmental input."@en ;
  rdfs:label "Electrical Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Emotion>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#DomainOfInterest> ;
  rdfs:comment "Affective Science, Emotion, Mood, Emotional State, Brain Wave as an Internet of Things (IoT) applicative domain."@en ;
  rdfs:label "Emotion DOI"@en ;
  rdfs:seeAlso <http://ns.inria.fr/emoca#Emotion>, <http://sensormeasurement.appspot.com/naturopathy#Emotion> .

<http://purl.org/iot/vocab/m3-lite#Energy>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Energy is the property that must be transferred to an object in order to perform work on. (Source Wikipedia)."@en ;
  rdfs:label "Energy"@en .

<http://purl.org/iot/vocab/m3-lite#EnergyDOI>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#DomainOfInterest> ;
  rdfs:comment "Energy or Smart Grid as an Internet of Things (IoT) applicative domain."@en ;
  rdfs:label "Energy DOI"@en .

<http://purl.org/iot/vocab/m3-lite#EnergyMeter>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#EnergyDOI>
  ] ;
  rdfs:comment "Sensor to measure power or energy consumption."@en ;
  rdfs:label "Energy Meter"@en .

<http://purl.org/iot/vocab/m3-lite#Environment>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#DomainOfInterest> ;
  rdfs:comment "Environment (earthquake, flooding, fire, pollution) as an Internet of Things (IoT) applicative domain."@en ;
  rdfs:label "Environment DOI"@en .

<http://purl.org/iot/vocab/m3-lite#Experiment>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#MeasurementType> ;
  rdfs:comment "Experiment based measurements."@en ;
  rdfs:label "Experiment Measurement Type"@en .

<http://purl.org/iot/vocab/m3-lite#FallDetector>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "Device to detect is a person has fallen."@en ;
  rdfs:label "Fall Detector"@en .

<http://purl.org/iot/vocab/m3-lite#Fan>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#SoundSource> ;
  rdfs:comment "When the source of the sound was Fan."@en ;
  rdfs:label "Fan Sound Source"@en .

<http://purl.org/iot/vocab/m3-lite#Farad>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "SI unit of electrical capacitance."@en ;
  rdfs:label "Farad"@en ;
  rdfs:seeAlso <http://sweet.jpl.nasa.gov/ontology/units.owl#farad> .

<http://purl.org/iot/vocab/m3-lite#FillLevel>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:label "Fill Level"@en ;
  rdfs:comment "Property used to determine the level a certain object such as waste bin is filled upto."@en .

<http://purl.org/iot/vocab/m3-lite#FillLevelGasTank>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#FillLevel> ;
  rdfs:comment "Ratio of volume of combustible exhaust fluid to the total volume of diesel exhaust fluid storage container."@en ;
  rdfs:label "Fill Level Gas Tank"@en .

<http://purl.org/iot/vocab/m3-lite#FillLevelGasTank1>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#FillLevelGasTank> ;
  rdfs:comment "Ratio of volume of combustible exhaust fluid to the total volume of diesel exhaust fluid storage container. This is the value for the primary tank of the vehicle."@en ;
  rdfs:label "Fill Level Gas Tank 1"@en .

<http://purl.org/iot/vocab/m3-lite#FillLevelGasTank2>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#FillLevelGasTank> ;
  rdfs:comment "Ratio of volume of combustible exhaust fluid to the total volume of diesel exhaust fluid storage container. This is the value for the secondary tank of the vehicle."@en ;
  rdfs:label "Fill Level Gas Tank 2"@en .

<http://purl.org/iot/vocab/m3-lite#FillLevelWasteContainer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#FillLevel> ;
  rdfs:comment "Ratio between the current filleage level and the total capacity of a waste container."@en ;
  rdfs:label "Fill Level Waste Container"@en .

<http://purl.org/iot/vocab/m3-lite#FogLamp>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "The actuator for turning on or off the fog lamp."@en ;
  rdfs:label "Fog Lamp Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#FoodTemperature>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Temperature> ;
  rdfs:comment "Measure of temperature of the food."@en ;
  rdfs:label "Food Temperature"@en .

<http://purl.org/iot/vocab/m3-lite#Freezer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically open/close the freezer."@en ;
  rdfs:label "Freezer, Chiller Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Frequency>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Frequency is the number of occurrences of a repeating event per unit time."@en ;
  rdfs:label "Frequency"@en .

<http://purl.org/iot/vocab/m3-lite#FrequencySensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Device used to detect the frequency."@en ;
  rdfs:label "Frequency Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Fridge>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically switch on/off the fridge."@en ;
  rdfs:label "Fridge, Refrigerator Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#FuelConsumption>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:label "Fuel Consumption Quantity Kind"@en ;
  rdfs:comment "The amount of fuel a vehicle uses to travel a particular distance at a particular speed."@en .

<http://purl.org/iot/vocab/m3-lite#FuelConsumptionInstantaneous>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#FuelConsumption> ;
  rdfs:comment "A measure that displays the instantaneous fuel consumption of a vehicle during its operation."@en ;
  rdfs:label "Fuel Consumption Instantaneous"@en .

<http://purl.org/iot/vocab/m3-lite#FuelConsumptionTotal>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#FuelConsumption> ;
  rdfs:comment "Accumulated amount of fuel used during vehicle operation."@en ;
  rdfs:label "Fuel Consumption Total"@en .

<http://purl.org/iot/vocab/m3-lite#FuelLevel>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "Device used to detect fuel level in a system such a car."@en ;
  rdfs:label "Fuel Level Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#GPSSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Device that allows an object to localize itself."@en ;
  rdfs:label "GPS Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#GasDetector>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Device that detects the presence of gases in an area, often as part of a safety system."@en ;
  rdfs:label "Gas Detector"@en .

<http://purl.org/iot/vocab/m3-lite#GaseousPollutantSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#AirPollutantSensor> ;
  rdfs:comment "Device used to detect poisonous gaseous in the environment."@en ;
  rdfs:label "Gaseous Pollutant Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Gauss>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Gauss is the CGS unit of measurement of magnetic flux density (or magnetic induction) (B) (Source Wikipedia)"@en ;
  rdfs:label "Gauss"@en .

<http://purl.org/iot/vocab/m3-lite#Glucometer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Health>
  ] ;
  rdfs:comment "Device used to detect glucometer, blood sugar, blood glucose level."@en ;
  rdfs:label "Glucometer Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Gram>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:label "Gram (g)" ;
  rdfs:comment "It is a metric system unit of mass" .

<http://purl.org/iot/vocab/m3-lite#GramPerCubicMetre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "It is defined by mass in grams divided by volume in cubic metres."@en ;
  rdfs:label "Gram Per Cubic Metre, Gram Per Cubic Meter"@en .

<http://purl.org/iot/vocab/m3-lite#GramPerLitre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "It shows how many grams of a certain substance are present in one litre of a usually liquid or gaseous mixture."@en ;
  rdfs:label "Gram Per Litre, Gram Per Liter (g/L)"@en .

<http://purl.org/iot/vocab/m3-lite#GyrometerSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "A gyrometer is an instrument which measures an angular speed."@en ;
  rdfs:label "Gyrometer Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#GyroscopeSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "A gyroscope is a device for measuring or maintaining orientation."@en ;
  rdfs:label "Gyroscope Sensor"@en ;
  rdfs:seeAlso <http://casas.wsu.edu/owl/cose.owl#Gyroscope> .

<http://purl.org/iot/vocab/m3-lite#H2SSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#GaseousPollutantSensor> ;
  rdfs:comment "Device used to measure of hydrogen sulphide in the environment."@en ;
  rdfs:label "H2S Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Health>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#DomainOfInterest> ;
  rdfs:comment "Healthcare as an Internet of Things (IoT) applicative domain."@en ;
  rdfs:label "Health Care DOI"@en .

<http://purl.org/iot/vocab/m3-lite#HeartBeat>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "The number of times your heart beats each minute (bpm)."@en ;
  rdfs:label "Heart Beat"@en .

<http://purl.org/iot/vocab/m3-lite#HeartBeatSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Health>
  ] ;
  rdfs:comment "Device to count heart beats per minute."@en ;
  rdfs:label "Heart Beat Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Heating>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically switch on/off the heating."@en ;
  rdfs:label "Heating Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Hertz>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "The SI unit of frequency, equal to one cycle per second."@en ;
  rdfs:label "Hertz"@en .

<http://purl.org/iot/vocab/m3-lite#Hour>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#SecondTime> ;
  rdfs:comment "Hour of the day."@en ;
  rdfs:label "Hour"@en ;
  rdfs:seeAlso <http://sweet.jpl.nasa.gov/ontology/units.owl#hour> .

<http://purl.org/iot/vocab/m3-lite#HouseholdApplianceTemperature>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Temperature> ;
  rdfs:comment "Measure of Household Appliance Temperature."@en ;
  rdfs:label "Household Appliance Temperature"@en .

<http://purl.org/iot/vocab/m3-lite#Humidity>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "A quantity representing the amount of water vapour in the atmosphere or in a gas."@en ;
  rdfs:label "Humidity"@en ;
  rdfs:seeAlso <http://elite.polito.it/ontologies/dogont.owl#HumidityMeasurementMNotification>, <http://openiot.eu/ontology/ns/AtmosphereHumidity>, <http://paul.staroch.name/thesis/SmartHomeWeather.owl#Humidity> .

<http://purl.org/iot/vocab/m3-lite#HumiditySensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Agriculture>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Environment>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Weather>
  ] ;
  rdfs:comment "Humidity sensor or hygrometer is an instrument used for measuring the moisture concent in the environment."@en ;
  rdfs:label "Humidity Sensor"@en ;
  rdfs:seeAlso <http://purl.oclc.org/NET/ssnx/meteo/aws#HumiditySensor> .

<http://purl.org/iot/vocab/m3-lite#Hydrophone>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "A hydrophone is a microphone designed to be used underwater for recording or listening to underwater sound."@en ;
  rdfs:label "Hydrophone"@en .

<http://purl.org/iot/vocab/m3-lite#Illuminance>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Illuminance is the total luminous flux incident on a surface, per unit area."@en ;
  rdfs:label "Illuminance"@en .

<http://purl.org/iot/vocab/m3-lite#ImageSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Sensor that detects and conveys the information that constitutes an image."@en ;
  rdfs:label "Image Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Inch>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Metre> ;
  rdfs:comment "Length in inches."@en ;
  rdfs:label "Inch"@en .

<http://purl.org/iot/vocab/m3-lite#Index>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Arbitrary indirect reference which should be translated into meaningful measurements by using the corresponding decoding algorithm detailed in the resource description. In this case the returned values can only take certain values from a finite set."@en ;
  rdfs:label "Index"@en .

<http://purl.org/iot/vocab/m3-lite#IntDlLatency>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Communication> ;
  rdfs:comment "Downlink Latency."@en ;
  rdfs:label "Downlink Latency"@en .

<http://purl.org/iot/vocab/m3-lite#Invalid>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#MeasurementType> ;
  rdfs:comment "If the measurement was tagged invalid."@en ;
  rdfs:label "Invalid Measurement Type"@en .

<http://purl.org/iot/vocab/m3-lite#Irrigation>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Agriculture>
  ] ;
  rdfs:comment "An actuator to automatically irrigate."@en ;
  rdfs:label "Irrigation Actuation Device"@en .

<http://purl.org/iot/vocab/m3-lite#Kelvin>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Kelvin is a unit of measurement for temperature."@en ;
  rdfs:label "Kelvin, Degree Kelvin"@en ;
  rdfs:seeAlso <http://sweet.jpl.nasa.gov/ontology/units.owl#kelvin> .

<http://purl.org/iot/vocab/m3-lite#KiloWattHour>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Measure of electrical energy equivalent to a power consumption of one thousand watts for one hour."@en ;
  rdfs:label "Kilo Watt Hour"@en ;
  rdfs:seeAlso <http://data.qudt.org/qudt/owl/1.0.0/unit.owl#KiloWatthour> .

<http://purl.org/iot/vocab/m3-lite#KilobitsPerSecond>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "It is a unit of data transfer rate equal to: 1,000 bits per second."@en ;
  rdfs:label "Kilobits Per Second"@en .

<http://purl.org/iot/vocab/m3-lite#Kilogram>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Gram> ;
  rdfs:comment "The SI unit of mass, it is equal to the mass of the international prototype of the kilogram."@en ;
  rdfs:label "Kilogram (kg)"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#kilogram" .

<http://purl.org/iot/vocab/m3-lite#KilogramPerCubicMetre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#GramPerCubicMetre> ;
  rdfs:label "Kilogram Per Cubic Metre, Kilogram Per Cubic Meter"@en ;
  rdfs:comment "It is SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres."@en .

<http://purl.org/iot/vocab/m3-lite#KilometrePerHour>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#MetrePerSecond> ;
  rdfs:label "Kilometre Per Hour, Kilometer Per Hour"@en ;
  rdfs:comment "It is a unit of speed, expressing the number of kilometres travelled in one hour."@en ;
  rdfs:seeAlso "http://data.qudt.org/qudt/owl/1.0.0/unit.owl#KilometerPerHour" .

<http://purl.org/iot/vocab/m3-lite#Kilometre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Metre> ;
  rdfs:label "Kilometre, Kilometer"@en ;
  rdfs:comment "A metric unit of measurement equal to 1,000 metres (approx 0.62 miles)."@en .

<http://purl.org/iot/vocab/m3-lite#Lamp>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically switch on/off the lamp."@en ;
  rdfs:label "Lamp Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Lavatory>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically switch on/off the lavatory."@en ;
  rdfs:label "Lavatory Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#LeafWetness>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Leaf wetness is a meteorological parameter that describes the amount of dew and precipitation left on surfaces. It is used for monitoring leaf moisture for agricultural purposes, such as fungus and disease control, for control of irrigation systems, and for detection of fog and dew conditions, and early detection of rainfall. (Source Wikipedia)."@en ;
  rdfs:label "Leaf Wetness"@en .

<http://purl.org/iot/vocab/m3-lite#LeafWetnessSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Agriculture>
  ] ;
  rdfs:comment "Leaf Wetness Sensor is used in agriculture to check whether the plants need to be watered."@en ;
  rdfs:label "Leaf Wetness Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#LightSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Weather>
  ] ;
  rdfs:comment "Light/Illuminance Sensor is used to adjust the brightness of the surface."@en ;
  rdfs:label "Light Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Litre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "A metric unit of capacity defined as the volume of one kilogram of water under standard conditions. It is equal to 1,000 cubic centimetres."@en ;
  rdfs:label "Litre, Liter"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#litre" .

<http://purl.org/iot/vocab/m3-lite#LitrePer100Kilometres>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "A consumption unit which is equal to the one of a vehicle which needs 1 fuel litre in order to traverse 100 kilometres."@en ;
  rdfs:label "Litre Per 100 Kilometres, Liter Per 100 Kilometers"@en .

<http://purl.org/iot/vocab/m3-lite#LocationQK>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "A particular place or position."@en ;
  rdfs:label "Location Quantity Kind"@en ;
  rdfs:seeAlso geo:SpatialThing .

<http://purl.org/iot/vocab/m3-lite#Lumen>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "The SI unit of luminous flux, equal to the amount of light emitted per second in a unit solid angle of one steradian from a uniform source of one candela."@en ;
  rdfs:label "Lumen (lm)"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#lumen" .

<http://purl.org/iot/vocab/m3-lite#LuminousFlux>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Luminous Flux is the measure of the perceived power of light."@en ;
  rdfs:label "Luminous Flux"@en .

<http://purl.org/iot/vocab/m3-lite#LuminousIntensity>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment " It is a measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle, based on the luminosity function, a standardized model of the sensitivity of the human eye. The SI unit of luminous intensity is the candela (cd), an SI base unit. (Source Wikipedia)"@en ;
  rdfs:label "Luminous Intensity"@en .

<http://purl.org/iot/vocab/m3-lite#Lux>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "The SI unit of illuminance, equal to one lumen per square metre."@en ;
  rdfs:label "Lux (lx)"@en ;
  rdfs:seeAlso <http://data.qudt.org/qudt/owl/1.0.0/unit.owl#Lux>, <http://sweet.jpl.nasa.gov/ontology/units.owl#lux>, "http://purl.oclc.org/NET/ssnx/qu/unit#lux" .

<http://purl.org/iot/vocab/m3-lite#MagneticField>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "A region around a magnetic material or a moving electric charge within which the force of magnetism acts."@en ;
  rdfs:label "Magnetic Field"@en .

<http://purl.org/iot/vocab/m3-lite#MagneticFluxDensity>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is the magnetic flux  through a surface is the surface integral of the normal component of the magnetic field (B) passing through that surface. The SI unit of magnetic flux is the weber (Wb). (Source Wikipedia)."@en ;
  rdfs:label "Magnetic Flux Density"@en .

<http://purl.org/iot/vocab/m3-lite#Magnetometer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "A magnetometer is an device that measures magnetism—either magnetization of magnetic material like a ferromagnet, or the strength and, in some cases, direction of the magnetic field at a point in space. (Source Wikipedia)."@en ;
  rdfs:label "Magnetometer"@en .

<http://purl.org/iot/vocab/m3-lite#Manual>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#MeasurementType> ;
  rdfs:comment "If the measurement was taken when human effort was involved."@en ;
  rdfs:label "Manual Measurement Type"@en .

<http://purl.org/iot/vocab/m3-lite#Mass>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Mass is a property of a physical body. It is the measure of an object's resistance to acceleration when a net force is applied."@en ;
  rdfs:label "Mass"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/quantity#mass" .

<http://purl.org/iot/vocab/m3-lite#MeasurementType>
  a owl:Class ;
  rdfs:comment "Type of Measurement done using a device."@en ;
  rdfs:label "Measurement Type"@en .

<http://purl.org/iot/vocab/m3-lite#Metre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "It is the unit of length."@en ;
  rdfs:label "Metre, Meter"@en ;
  rdfs:seeAlso <http://data.qudt.org/qudt/owl/1.0.0/unit.owl#Meter>, <http://sweet.jpl.nasa.gov/ontology/units.owl#meter> .

<http://purl.org/iot/vocab/m3-lite#MetrePerSecond>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "A speed/velocity unit which is equal to the speed of an object traveling 1 metre distance in one second."@en ;
  rdfs:label "Metre Per Second, Meter Per Second  (m/s)"@en ;
  rdfs:seeAlso <http://data.qudt.org/qudt/owl/1.0.0/unit.owl#MeterPerSecond>, "http://purl.oclc.org/NET/ssnx/qu/unit#metrePerSecond" .

<http://purl.org/iot/vocab/m3-lite#MetrePerSecondSquare>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "It is the unit of acceleration."@en ;
  rdfs:label "Metre Per Second Square, Meter Per Second Square"@en ;
  rdfs:seeAlso <http://purl.oclc.org/NET/ssnx/qu/unit#metrePerSecondSquared> .

<http://purl.org/iot/vocab/m3-lite#MethaneSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#GaseousPollutantSensor> ;
  rdfs:comment "Device used to detect Methane in the environment."@en ;
  rdfs:label "Methane (CH4) Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Microampere>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Ampere> ;
  rdfs:label "Microampere (uA)"@en ;
  rdfs:comment "It is a unit of electric current, or amount of electric charge per second."@en .

<http://purl.org/iot/vocab/m3-lite#Microgram>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Gram> ;
  rdfs:label "Microgram (ug)"@en ;
  rdfs:comment "It is a unit of mass equal to one billionth (1×10^−9) of a kilogram."@en .

<http://purl.org/iot/vocab/m3-lite#MicrogramPerCubicMetre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#GramPerCubicMetre> ;
  rdfs:comment "Microgram per cubic metre is a unit of density defined as microgram divided by cubic metre. Milligram per cubic metre is a derived unit in the International System of Units."@en ;
  rdfs:label "Microgram Per Cubic Metre, Microgram Per Cubic Meter"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#microgramPerCubicMetre" .

<http://purl.org/iot/vocab/m3-lite#Microvolt>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Volt> ;
  rdfs:label "Microvolt (uV)"@en ;
  rdfs:comment "It is a unit of electromotive force or potential difference equal to one millionth of a volt. "@en .

<http://purl.org/iot/vocab/m3-lite#Microwatt>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Watt> ;
  rdfs:label "Microwatt (uW)"@en ;
  rdfs:comment "It is a unit of power."@en .

<http://purl.org/iot/vocab/m3-lite#Microwave>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically switch on/off the Microwave."@en ;
  rdfs:label "Microwave Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Mileage>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:label "Mileage"@en ;
  rdfs:comment "Measure of the number of miles or the average distance that a vehicle can travel on a specified quantity of fuel"@en .

<http://purl.org/iot/vocab/m3-lite#MileageDistanceToService>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Mileage> ;
  rdfs:comment "The distance which can be travelled by the vehicle before the next service inspection is required.  A negative distance is transmitted if the service inspection has been passed."@en ;
  rdfs:label "Mileage Distance To Service"@en .

<http://purl.org/iot/vocab/m3-lite#MileageTotal>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Mileage> ;
  rdfs:comment "The total distance travelled by the particular vehicle since its initial production."@en ;
  rdfs:label "Mileage Total"@en .

<http://purl.org/iot/vocab/m3-lite#Miles>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Metre> ;
  rdfs:comment "It is a unit of length that is equal to 1,760 yards (approx. 1.609 kilometres)."@en ;
  rdfs:label "Miles"@en .

<http://purl.org/iot/vocab/m3-lite#Millisecond>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#SecondTime> ;
  rdfs:comment "One thousandth of a second."@en ;
  rdfs:label "Millisecond"@en .

<http://purl.org/iot/vocab/m3-lite#Milliampere>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Ampere> ;
  rdfs:label "Milliampere (mA)"@en ;
  rdfs:comment "One thousandth of an ampere."@en .

<http://purl.org/iot/vocab/m3-lite#Millibar>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Bar> ;
  rdfs:label "Millibar"@en ;
  rdfs:comment "One thousandth of a bar."@en .

<http://purl.org/iot/vocab/m3-lite#Milligram>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Gram> ;
  rdfs:label "Milligram (mg)"@en ;
  rdfs:comment "One thousandth of a gram."@en .

<http://purl.org/iot/vocab/m3-lite#MilligramPerCubicMetre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#GramPerCubicMetre> ;
  rdfs:label "Milligram Per Cubic Metre, Milligram Per Cubic Meter"@en ;
  rdfs:comment "It is a density measurement unit."@en .

<http://purl.org/iot/vocab/m3-lite#MilligramPerSquareMetre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "A dose unit which is equal to 1 milligram of a substance per square metre of surface area of the recipient subject."@en ;
  rdfs:label "Milligram Per Square Metre, Milligram Per Square Meter"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#milligramPerSquareMetre" .

<http://purl.org/iot/vocab/m3-lite#Millilitre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Litre> ;
  rdfs:comment "One thousandth of a litre (0.002 pint)."@en ;
  rdfs:label "Millilitre, Milliliter"@en .

<http://purl.org/iot/vocab/m3-lite#MillimetrePerHour>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "A unit of both speed (scalar) and velocity (vector), defined as the distance of one millimetre travelled per unit hour."@en ;
  rdfs:label "Millimetre Per Hour, Millimeter Per Hour"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#millimetrePerHour" .

<http://purl.org/iot/vocab/m3-lite#Millimetre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Metre> ;
  rdfs:label "Millimetre, Millimeter"@en ;
  rdfs:comment "One thousandth of a metre (0.039 in)."@en .

<http://purl.org/iot/vocab/m3-lite#Millivolt>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Volt> ;
  rdfs:label "Millivolt (mV)"@en ;
  rdfs:comment "One thousandth of a volt."@en .

<http://purl.org/iot/vocab/m3-lite#MillivoltPerMetre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:label "Millivolt Per Metre, Millivolt Per Meter"@en ;
  rdfs:comment "It is a measure of the intensity of the signal of a radio transmitter."@en .

<http://purl.org/iot/vocab/m3-lite#Milliwatt>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Watt> ;
  rdfs:label "Milliwatt (mW)"@en ;
  rdfs:comment "A unit of power equal to one thousandth of a watt."@en .

<http://purl.org/iot/vocab/m3-lite#MinuteAngle>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "A Minute of Angle (MOA) is an angular measurement. A MOA is 1/60th of a degree."@en ;
  rdfs:label "Minute Angle"@en .

<http://purl.org/iot/vocab/m3-lite#MinuteTime>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#SecondTime> ;
  rdfs:comment "A unit of time equal to 60 seconds or 1/60th of an hour."@en ;
  rdfs:label "Minute Time"@en .

<http://purl.org/iot/vocab/m3-lite#MmHg>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "A millimetre of mercury is a manometric unit of pressure, formerly defined as the extra pressure generated by a column of mercury one millimetre high and now defined as precisely 133.322387415 pascals. It is denoted by the symbol mmHg. It  is used to measure blood pressure measurements (systolic and diastolic)."@en ;
  rdfs:label "MmHg"@en .

<http://purl.org/iot/vocab/m3-lite#MmolPerLitre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "It is the amount of a substance that corresponds to its formula mass in milligrams. MmolPerLitre is used to measure cholesterol."@en ;
  rdfs:label "Mmol Per Litre, Mmol Per Liter"@en .

<http://purl.org/iot/vocab/m3-lite#MobHoExecSuccRate>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Communication> ;
  rdfs:comment "Handover Execution."@en ;
  rdfs:label "Handover Execution"@en .

<http://purl.org/iot/vocab/m3-lite#MobHoPrepSuccRate>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Communication> ;
  rdfs:comment "Handover Preparation Success Rate."@en ;
  rdfs:label "Handover Preparation Success Rate"@en .

<http://purl.org/iot/vocab/m3-lite#MobMobilitySuccRate>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Communication> ;
  rdfs:comment "Handover Mobility Success Rate."@en ;
  rdfs:label "Handover Mobility Success Rate"@en .

<http://purl.org/iot/vocab/m3-lite#Motion>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is the action or process of moving or being moved."@en ;
  rdfs:label "Motion"@en ;
  rdfs:seeAlso <http://spitfire-project.eu/ontology/ns/Motion> .

<http://purl.org/iot/vocab/m3-lite#MotionState>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:label "Motion State"@en ;
  rdfs:comment "Indicator of whether a person (or object) is detected upon his/her/its movement."@en .

<http://purl.org/iot/vocab/m3-lite#MotionStateVehicle>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#MotionState> ;
  rdfs:comment "Indicates whether motion of the vehicle is detected or not."@en ;
  rdfs:label "Motion State Vehicle"@en .

<http://purl.org/iot/vocab/m3-lite#NFC>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#TagDevice> ;
  rdfs:comment "A tagging device can be NFC (Near Field Communication)."@en ;
  rdfs:label "NFC Tagging Device"@en .

<http://purl.org/iot/vocab/m3-lite#NH3Sensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#GaseousPollutantSensor> ;
  rdfs:comment "Device used to detect NH3 level in the environment."@en ;
  rdfs:label "NH3 Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#NO2Sensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#GaseousPollutantSensor>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Environment>
  ] ;
  rdfs:comment "Sensor detecting levels of Nitrogen Dioxide (NO2) in the environment."@en ;
  rdfs:label "Nitrogen Dioxide (NO2) Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#NOSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#GaseousPollutantSensor> ;
  rdfs:comment "Device used to detect Nitrogen Oxide (NO) in the environment."@en ;
  rdfs:label "Nitrogen Oxide (NO) Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Neighbours>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#SoundSource> ;
  rdfs:comment "When the source of the sound were noisy neighbours."@en ;
  rdfs:label "Neighbours Sound Source"@en .

<http://purl.org/iot/vocab/m3-lite#Step>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "It is a measure of number of Step taken."@en ;
  rdfs:label "Step"@en .

<http://purl.org/iot/vocab/m3-lite#O3Sensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#GaseousPollutantSensor> ;
  rdfs:comment "Device used to detect Ozone (O3) in the environment."@en ;
  rdfs:label "Ozone (O3) Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#PresenceDetector>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Device used to detect if on object is occupied or not."@en ;
  rdfs:label "Presence Detector"@en ;
  rdfs:seeAlso <http://casas.wsu.edu/owl/cose.owl#PassiveInfraredSensor> .

<http://purl.org/iot/vocab/m3-lite#Odometer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "An odometer or odograph is an instrument that indicates distance travelled by a vehicle, such as bicycle or automobile."@en ;
  rdfs:label "Odometer"@en .

<http://purl.org/iot/vocab/m3-lite#Ohm>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Ohm is the unit of electrical resistance."@en ;
  rdfs:label "Ohm"@en ;
  rdfs:seeAlso <http://sweet.jpl.nasa.gov/ontology/units.owl#ohm> .

<http://purl.org/iot/vocab/m3-lite#Okta>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Okta is the unit to measure the cloud cover."@en ;
  rdfs:label "Okta"@en .

<http://purl.org/iot/vocab/m3-lite#Others>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind>, <http://purl.org/NET/ssnx/qu/qu#Unit>, <http://purl.org/iot/vocab/m3-lite#MeasurementType>, <http://purl.org/iot/vocab/m3-lite#SoundSource>, <http://purl.org/iot/vocab/m3-lite#Source> ;
  rdfs:comment "Relates to phenomenon and unit that are not available currently in the current version of Taxonomy."@en ;
  rdfs:label "Others"@en .

<http://purl.org/iot/vocab/m3-lite#OxygenSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#GaseousPollutantSensor> ;
  rdfs:comment "Device used to detect Oxygen (O2) in the environment."@en ;
  rdfs:label "Oxygen Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#PH>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is a numeric scale used to specify the acidity or basicity of an aqueous solution."@en ;
  rdfs:label "PH"@en .

<http://purl.org/iot/vocab/m3-lite#PHSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Agriculture>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Environment>
  ] ;
  rdfs:comment "Device used to detect PH level."@en ;
  rdfs:label "PH Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#PPM>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "It describes the concentration of something in water or soil."@en ;
  rdfs:label "PPM (parts per million)"@en .

<http://purl.org/iot/vocab/m3-lite#Pascal>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Unit for pressure (e.g., atmospheric pressure)."@en ;
  rdfs:label "Pascal"@en .

<http://purl.org/iot/vocab/m3-lite#Pedometer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Health>
  ] ;
  rdfs:comment "Pedometer is used to count the number of steps when walking, running, etc."@en ;
  rdfs:label "Pedometer"@en .

<http://purl.org/iot/vocab/m3-lite#Percent>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "It is the amount in or for every hundred."@en ;
  rdfs:label "Percent"@en ;
  rdfs:seeAlso <http://data.qudt.org/qudt/owl/1.0.0/unit.owl#Percent>, <http://sweet.jpl.nasa.gov/ontology/units.owl#percent> .

<http://purl.org/iot/vocab/m3-lite#Place>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#DomainOfInterest> ;
  rdfs:comment "Location, Place, GPS coordinates as an Internet of Things (IoT) applicative domain."@en ;
  rdfs:label "Place DOI"@en .

<http://purl.org/iot/vocab/m3-lite#Potassium>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is the measure of Blood Potassium Level."@en ;
  rdfs:label "Potassium"@en .

<http://purl.org/iot/vocab/m3-lite#Pound>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Gram> ;
  rdfs:comment "A unit of weight equal to 16 oz. 1 pound= 453.592 grams"@en ;
  rdfs:label "Pound"@en .

<http://purl.org/iot/vocab/m3-lite#Power>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is the rate, per unit time, at which electrical energy is transferred by an electric circuit."@en ;
  rdfs:label "Power"@en .

<http://purl.org/iot/vocab/m3-lite#Precipitation>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is any product of the condensation of atmospheric water vapour that falls under gravity."@en ;
  rdfs:label "Precipitation"@en ;
  rdfs:seeAlso <http://archive.knoesis.org/research/semsci/application_domain/sem_sensor/ont/sensor-observation.owlPrecipitatiowl:onProperty>, <http://paul.staroch.name/thesis/SmartHomeWeather.owl#Precipitation> .

<http://purl.org/iot/vocab/m3-lite#PrecipitationSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Agriculture>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Weather>
  ] ;
  rdfs:comment "It is a device measuring the amount of precipitation."@en ;
  rdfs:label "Precipitation Sensor"@en ;
  rdfs:seeAlso <http://purl.oclc.org/NET/ssnx/meteo/aws#PrecipitationSensor> .

<http://purl.org/iot/vocab/m3-lite#Presence>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:label "Presence"@en ;
  rdfs:comment "Measure to know if an object is present. It is usually boolean."@en .

<http://purl.org/iot/vocab/m3-lite#PresenceStateDriverCard>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Presence> ;
  rdfs:label "Presence State Driver Card"@en ;
  rdfs:comment "Indicates the presence of the first driver card."@en .

<http://purl.org/iot/vocab/m3-lite#PresenceStateDriverCard1>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#PresenceStateDriverCard> ;
  rdfs:comment "Indicates the presence of the first driver card."@en ;
  rdfs:label "Presence State Driver Card 1"@en .

<http://purl.org/iot/vocab/m3-lite#PresenceStateDriverCard2>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#PresenceStateDriverCard> ;
  rdfs:comment "Indicates the presence of the second driver card."@en ;
  rdfs:label "Presence State Driver Card 2"@en .

<http://purl.org/iot/vocab/m3-lite#PresenceStateEmergencyVehicle>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Presence> ;
  rdfs:comment "The presence or absence of an emergency vehicle (ambulance, fire fighters, etc.)."@en ;
  rdfs:label "Presence State Emergency Vehicle"@en .

<http://purl.org/iot/vocab/m3-lite#PresenceStateParking>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Presence> ;
  rdfs:comment "The presence or absence of a vehicle parked."@en ;
  rdfs:label "Presence State Parking"@en .

<http://purl.org/iot/vocab/m3-lite#PresenceStatePeople>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Presence> ;
  rdfs:comment "The presence or absence of people passing."@en ;
  rdfs:label "Presence State People"@en .

<http://purl.org/iot/vocab/m3-lite#Pressure>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is the physical force exerted on or against an object by something in contact with it."@en ;
  rdfs:label "Pressure"@en ;
  rdfs:seeAlso <http://archive.knoesis.org/research/semsci/application_domain/sem_sensor/ont/sensor-observation.owlPressureProperty> .

<http://purl.org/iot/vocab/m3-lite#PressureSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "A device used to detect pressure. For example, it can be attached on the bed to infer if the user is lying, sleeping, sitting, bed occupancy, etc."@en ;
  rdfs:label "Pressure Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Proximity>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Measure to detect proximity."@en ;
  rdfs:label "Proximity"@en .

<http://purl.org/iot/vocab/m3-lite#ProximitySensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Detect if something is within proximity of a sensor."@en ;
  rdfs:label "Proximity Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#PublicTransit>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#SoundSource> ;
  rdfs:comment "When the source of the sound was public transit."@en ;
  rdfs:label "Public Transit Sound Source"@en .

<http://purl.org/iot/vocab/m3-lite#PulseOxymeter>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Health>
  ] ;
  rdfs:comment "Pulse Oxymeter, SpO2, Blood Oxygen Saturation Sensor are used to measure the concentration of oxygen in the blood."@en ;
  rdfs:label "Pulse Oxymeter"@en .

<http://purl.org/iot/vocab/m3-lite#QRCode>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#TagDevice> ;
  rdfs:comment "A tagging device can be QRCode."@en ;
  rdfs:label "QR Code tagging Device"@en .

<http://purl.org/iot/vocab/m3-lite#RFID>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#TagDevice> ;
  rdfs:comment "A tagging device can be RFID."@en ;
  rdfs:label "RFID Tagging Device"@en .

<http://purl.org/iot/vocab/m3-lite#Radian>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "The radian is a unit of angular measure defined such that an angle of one radian subtended from the centre of a unit circle produces an arc with arc length 1."@en ;
  rdfs:label "Radian"@en ;
  rdfs:seeAlso <http://sweet.jpl.nasa.gov/ontology/units.owl#radian> .

<http://purl.org/iot/vocab/m3-lite#RadianPerSecond>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "The radian per second is defined as the change in the orientation of an object, in radians, every second. The radian per second is the SI unit of angular (rotational) speed."@en ;
  rdfs:label "Radian Per Second"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#radianPerSecond" .

<http://purl.org/iot/vocab/m3-lite#Rainfall>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "The depth of precipitation (water-equivalent) that accumulated over a measurement time quantity."@en ;
  rdfs:label "Rainfall"@en ;
  rdfs:seeAlso "http://sweet.jpl.nasa.gov/ontology/property.owl#Rainfall" .

<http://purl.org/iot/vocab/m3-lite#ReactivePower>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Power> ;
  rdfs:comment "The portion of electricity that establishes and sustains the electric and magnetic fields of alternating-current equipment."@en ;
  rdfs:label "Reactive Power"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/dim#ReactivePower" .

<http://purl.org/iot/vocab/m3-lite#RecognizedActivity>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Activity Recognized. This is usually made available as a part of analysis done by Google. The available activities recognized are IN_VEHICLE, ON_BICYCLE, ON_FOOT, RUNNING, STILL, TILTING, UNKNOWN, and WALKING."@en ;
  rdfs:label "Recognized Activity"@en .

<http://purl.org/iot/vocab/m3-lite#RelativeHumidity>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "The ratio of vapour pressure to saturation vapour pressure, where vapour pressure is the pressure exerted by the molecules of water vapour and saturation vapour pressure is the pressure exerted by molecules of water vapour in AIR that has attained saturation."@en ;
  rdfs:label "Relative Humidity"@en ;
  rdfs:seeAlso "http://sweet.jpl.nasa.gov/ontology/property.owl#RelativeHumidity" .

<http://purl.org/iot/vocab/m3-lite#ResAverageLicConnectedUsers>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Communication> ;
  rdfs:comment "Connected Users to a communication channel/platform"@en ;
  rdfs:label "Connected Users"@en .

<http://purl.org/iot/vocab/m3-lite#RetERabDrop>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Communication> ;
  rdfs:comment "ERAB Drop."@en ;
  rdfs:label "ERAB Drop"@en .

<http://purl.org/iot/vocab/m3-lite#RevolutionsPerMinute>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Revolutions per minute (abbreviated rpm, RPM, rev/min, r/min) is a measure of the frequency of rotation, specifically the number of rotations around a fixed axis in one minute. It is used as a measure of rotational speed of a mechanical component."@en ;
  rdfs:label "Revolutions Per Minute"@en .

<http://purl.org/iot/vocab/m3-lite#RoadOccupancy>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Ratio of time on which a road lane section is occupied by vehicles within a given period of time."@en ;
  rdfs:label "Road Occupancy"@en .

<http://purl.org/iot/vocab/m3-lite#RoadSurfaceThermometer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Thermometer>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "Device used to measure the road Surface temperature."@en ;
  rdfs:label "Road Surface Thermometer"@en .

<http://purl.org/iot/vocab/m3-lite#RoadTemperature>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Temperature> ;
  rdfs:comment "Temperature of the road."@en ;
  rdfs:label "Road Temperature"@en .

<http://purl.org/iot/vocab/m3-lite#RoomTemperature>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#BuildingTemperature> ;
  rdfs:comment "Temperature of a room."@en ;
  rdfs:label "Room Temperature"@en ;
  rdfs:seeAlso <http://elite.polito.it/ontologies/dogont.owl#TemperatureMeasurementMNotification>, <http://sensormeasurement.appspot.com/home#RoomTemperature> .

<http://purl.org/iot/vocab/m3-lite#RotationalSpeed>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:label "Rotational Speed"@en ;
  rdfs:comment "Rotational speed (or speed of revolution) of an object rotating around an axis is the number of turns of the object divided by time, specified as revolutions per minute (rpm), revolutions per second (rev/s), or radians per second (rad/s). (Source Wikipedia)"@en .

<http://purl.org/iot/vocab/m3-lite#RotationalSpeedEngine>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#RotationalSpeed> ;
  rdfs:comment "Rotational speed is a property that is the rate of rotation of a material around an axis, in this case the engine cylinders."@en ;
  rdfs:label "Rotational Speed Engine"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/quantity#rotationalSpeed" .

<http://purl.org/iot/vocab/m3-lite#SO2Sensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#GaseousPollutantSensor> ;
  rdfs:comment "Device use to detect Sulphur Dioxide (SO2) level in the environment."@en ;
  rdfs:label "Sulphur Dioxide (SO2) Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#SPO2>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is a measure of the amount of oxygenated haemoglobin in the blood."@en ;
  rdfs:label "SPO2"@en .

<http://purl.org/iot/vocab/m3-lite#Salinity>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is the measure of all the salts dissolved in water."@en ;
  rdfs:label "Salinity"@en .

<http://purl.org/iot/vocab/m3-lite#SaltMeter>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Environment>
  ] ;
  rdfs:comment "Device use to detect salinity of water."@en ;
  rdfs:label "Salt Meter"@en .

<http://purl.org/iot/vocab/m3-lite#Scale>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Arbitrary indirect reference which should be translated into meaningful measurements by using the corresponding decoding algorithm detailed in the resource description. In this case the returned values are part of a continuous variable which can take any numeric value."@en ;
  rdfs:label "Scale"@en .

<http://purl.org/iot/vocab/m3-lite#SeatBeltTensionSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment " Actuator used to turn Seat Belt Tension Actuator on or off. "@en ;
  rdfs:label "Seat Belt Tension Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#SecondAngle>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "It is a unit of angular measurement equal to 1/60 of one degree."@en ;
  rdfs:label "Second Angle"@en .

<http://purl.org/iot/vocab/m3-lite#SecondTime>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Qualitatively defined as the second division of the hour by sixty, the first division by sixty being the minute. SI definition of second is \"the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en ;
  rdfs:label "Second Time"@en .

<http://purl.org/iot/vocab/m3-lite#Seismometer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Seismometers are instruments that measure motions of the ground, including those of seismic waves generated by earthquakes, volcanic eruptions, and other seismic sources."@en ;
  rdfs:label "Seismometer"@en .

<http://purl.org/iot/vocab/m3-lite#ShakeSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Environment>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "Shake sensor is used to deduce the quality of the road, earthquakes."@en ;
  rdfs:label "Shake Sensor"@en ;
  rdfs:seeAlso <http://casas.wsu.edu/owl/cose.owl#ShakeSensor> .

<http://purl.org/iot/vocab/m3-lite#Shower>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically switch on/off the shower."@en ;
  rdfs:label "Shower Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Sink>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically switch on/off the sink."@en ;
  rdfs:label "Sink Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Sirens>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#SoundSource> ;
  rdfs:comment "When source of the sound were sirens either from ambulance, police car or factory etc."@en ;
  rdfs:label "Sirens Sound Source"@en .

<http://purl.org/iot/vocab/m3-lite#SkinConductance>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Electroderal activity (also known as skin conductance or galvanic skin response) directly correlates to the sympathetic nervous system activity and thus provides a powerful tool for monitoring arousal and certain aspects of autonomic regulation."@en ;
  rdfs:label "Skin conductance, GSR"@en .

<http://purl.org/iot/vocab/m3-lite#SkinConductanceSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Emotion>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Health>
  ] ;
  rdfs:comment "Device used to detect Skin Conductance."@en ;
  rdfs:label "Skin Conductance Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#SmokeDetector>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "Device used to detect if there is a fire or the smoke."@en ;
  rdfs:label "Smoke Detector"@en ;
  rdfs:seeAlso <http://casas.wsu.edu/owl/cose.owl#SmokeAlarm> .

<http://purl.org/iot/vocab/m3-lite#SnowChains>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "The actuator that turn Snow chains on/off."@en ;
  rdfs:label "Snow Chains Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Sodium>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Measure of Blood Sodium level."@en ;
  rdfs:label "Sodium"@en .

<http://purl.org/iot/vocab/m3-lite#SoilHumidity>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is the quantity of water contained in a material, such as soil. "@en ;
  rdfs:label "Soil Humidity"@en .

<http://purl.org/iot/vocab/m3-lite#SoilHumiditySensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#HumiditySensor>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Agriculture>
  ] ;
  rdfs:comment "Soil Humidity sensor, Soil moisture, Hygrometer are an instrument used for measuring the soil moisture or soil humidity."@en ;
  rdfs:label "Soil Humidity Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#SoilMoistureTension>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "The force per unit area required to remove film water from soil."@en ;
  rdfs:label "Soil Moisture Tension"@en .

<http://purl.org/iot/vocab/m3-lite#SoilTemperature>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Temperature> ;
  rdfs:comment "Soil temperature is the bulk temperature of the soil, not the surface (skin) temperature."@en ;
  rdfs:label "Soil Temperature"@en .

<http://purl.org/iot/vocab/m3-lite#SolarRadiation>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is the power per unit area received from the Sun in the form of electromagnetic radiation in the wavelength range of the measuring instrument. (Source Wikipedia)."@en ;
  rdfs:label "Solar Radiation Measurement, PAR Measurement (Photosynthetically Active Radiation)"@en .

<http://purl.org/iot/vocab/m3-lite#SolarRadiationSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Agriculture>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Weather>
  ] ;
  rdfs:comment "Device used to detect Solar Radiation."@en ;
  rdfs:label "Solar Radiation Sensor"@en ;
  rdfs:seeAlso <http://purl.oclc.org/NET/ssnx/meteo/aws#RadiationSensor>, <http://spitfire-project.eu/ontology/ns/Light> .

<http://purl.org/iot/vocab/m3-lite#Sound>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Measure of noise level in the environment"@en ;
  rdfs:label "Sound, Noise Level"@en .

<http://purl.org/iot/vocab/m3-lite#SoundPressureLevel>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Sound pressure level is a logarithmic measure of the RMS sound pressure of a sound relative to a reference value, the threshold of hearing. The reference sound pressure was chosen conventionally to correspond to the quietest sound at 1000 Hz that the human ear can detect (20 uPa). In this case, the specific parameter is measured in an open environment."@en ;
  rdfs:label "Sound Pressure Level"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/quantity#soundPressure" .

<http://purl.org/iot/vocab/m3-lite#SoundPressureLevelAmbient>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#SoundPressureLevel> ;
  rdfs:label "Sound Pressure Level Ambient"@en ;
  rdfs:comment "Similar to Sound."@en .

<http://purl.org/iot/vocab/m3-lite#SoundSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "Sensor used to detect Noise level. It can be Sound Sensor, Noise level Sensor, Volume sensor, Microphone"@en ;
  rdfs:label "Sound Sensor"@en ;
  rdfs:seeAlso <http://casas.wsu.edu/owl/cose.owl#Microphone> .

<http://purl.org/iot/vocab/m3-lite#SoundSource>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Source> ;
  rdfs:comment "Source where the sound originated."@en ;
  rdfs:label "Sound Source"@en .

<http://purl.org/iot/vocab/m3-lite#Source>
  a owl:Class ;
  rdfs:comment "Environmental Origin of a particular observation. With respect to one kind of Source (Sound source), it can be coming from traffic, siren of a police car, etc."@en ;
  rdfs:label "Source"@en .

<http://purl.org/iot/vocab/m3-lite#Speed>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "The rate at which someone or something moves or operates or is able to move or operate."@en ;
  rdfs:label "Speed"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/quantity#speed" .

<http://purl.org/iot/vocab/m3-lite#SpeedAverage>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Speed> ;
  rdfs:comment "A measure of the average rate of motion of an object."@en ;
  rdfs:label "Speed Average"@en .

<http://purl.org/iot/vocab/m3-lite#SpeedInstantaneous>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Speed> ;
  rdfs:comment "A measure of the instantaneous rate of motion of an object."@en ;
  rdfs:label "Speed Instantaneous"@en .

<http://purl.org/iot/vocab/m3-lite#SpeedMedian>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Speed> ;
  rdfs:comment "A measure of the median rate of motion of an object."@en ;
  rdfs:label "Speed Median"@en .

<http://purl.org/iot/vocab/m3-lite#SpeedSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "Sensor used to detect speed."@en ;
  rdfs:label "Speed Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#SunPositionDirection>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "The position of the Sun in the sky is a function of both time and the geographic coordinates of the observer on the surface of the Earth. (Source Wikipedia)."@en ;
  rdfs:label "Sun Position Direction"@en .

<http://purl.org/iot/vocab/m3-lite#SunPositionDirectionSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Weather>
  ] ;
  rdfs:comment "Sensor used to detect sun position."@en ;
  rdfs:label "Sun Position Direction Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#SunPositionElevation>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is the altitude of the sun, the angle between the horizon and the centre of the sun's disc."@en ;
  rdfs:label "Sun Position Elevation"@en .

<http://purl.org/iot/vocab/m3-lite#SunPositionElevationSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Weather>
  ] ;
  rdfs:comment "Device used to detect sun elevation."@en ;
  rdfs:label "Sun Position Elevation Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#SystolicBloodPressure>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#BloodPressure> ;
  rdfs:comment "It is the pressure when the heart beats while pumping blood."@en ;
  rdfs:label "Systolic Blood Pressure"@en .

<http://purl.org/iot/vocab/m3-lite#TV>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically switch on/off the television."@en ;
  rdfs:label "TV Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Telephone>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically switch on/off the Telephone."@en ;
  rdfs:label "Telephone Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Temperature>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "It is the air temperature."@en ;
  rdfs:label "Temperature"@en ;
  rdfs:seeAlso <http://archive.knoesis.org/research/semsci/application_domain/sem_sensor/ont/sensor-observation.owlTemperatureProperty>, <http://openiot.eu/ontology/ns/Temperature>, <http://purl.oclc.org/NET/ssnx/meteo/aws#air_temperature> .

<http://purl.org/iot/vocab/m3-lite#TemperatureEngine>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Temperature> ;
  rdfs:comment "The temperature of a vehicle engine."@en ;
  rdfs:label "Temperature Engine"@en .

<http://purl.org/iot/vocab/m3-lite#TemperatureWasteContainer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Temperature> ;
  rdfs:comment "The temperature of the air that would be indicated by a thermometer exposed to the air inside a waste container."@en ;
  rdfs:label "Temperature Waste Container"@en .

<http://purl.org/iot/vocab/m3-lite#Tesla>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "It is the SI unit of magnetic flux density."@en ;
  rdfs:label "Tesla"@en .

<http://purl.org/iot/vocab/m3-lite#Thermometer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#EnergyDOI>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Environment>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Weather>
  ] ;
  rdfs:comment "A device to measure the temperature in a room or outside."@en ;
  rdfs:label "Thermometer"@en ;
  rdfs:seeAlso <http://casas.wsu.edu/owl/cose.owl#TempuratureSensor>, <http://purl.oclc.org/NET/ssnx/meteo/aws#TemperatureSensor> .

<http://purl.org/iot/vocab/m3-lite#ThrottleSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "It is a device used to monitor the throttle position of a vehicle."@en ;
  rdfs:label "Throttle Position Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#TimeRelatedState>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:label "Time Related State"@en ;
  rdfs:comment "Indicator of whether a person (or object) has overpassed a particular time threshold (e.g. maximum number of hours driving, etc.)"@en .

<http://purl.org/iot/vocab/m3-lite#TimeRelatedStateDriver>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#TimeRelatedState> ;
  rdfs:label "Time Related State Driver"@en ;
  rdfs:comment "Indicator of whether the driver of a vehicle approaches or exceeds his/her working time limits."@en .

<http://purl.org/iot/vocab/m3-lite#TimeRelatedStateDriver1>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#TimeRelatedStateDriver> ;
  rdfs:comment "Indicates if the first driver approaches or exceeds working time limits (or other limits)."@en ;
  rdfs:label "Time Related State Driver 1"@en .

<http://purl.org/iot/vocab/m3-lite#TimeRelatedStateDriver2>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#TimeRelatedStateDriver> ;
  rdfs:comment "Indicates if the second driver approaches or exceeds working time limits (or other limits)."@en ;
  rdfs:label "Time Related State Driver 2"@en .

<http://purl.org/iot/vocab/m3-lite#Timestamp>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Sequence of characters or encoded information identifying when a certain event occurred, usually giving date and time of day, sometimes accurate to a small fraction of a second. This representation should be encoded following ISO8601."@en ;
  rdfs:label "Timestamp"@en ;
  rdfs:seeAlso "http://sweet.jpl.nasa.gov/2.3/propTime.owl#Timestamp" .

<http://purl.org/iot/vocab/m3-lite#Tonne>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Gram> ;
  rdfs:comment "It is a non-SI metric unit of mass equal to 1,000 kilograms."@en ;
  rdfs:label "Tonne"@en .

<http://purl.org/iot/vocab/m3-lite#TouchSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Device that captures and records physical touch or embrace on a device and/or object."@en ;
  rdfs:label "Touch Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Tourism>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#DomainOfInterest> ;
  rdfs:comment "Tourism as an Internet of Things (IoT) applicative domain."@en ;
  rdfs:label "Tourism DOI"@en .

<http://purl.org/iot/vocab/m3-lite#Traffic>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#SoundSource> ;
  rdfs:comment "When the source of the sound was traffic."@en ;
  rdfs:label "Traffic"@en .

<http://purl.org/iot/vocab/m3-lite#Transportation>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#DomainOfInterest> ;
  rdfs:comment "Transportation, Smart Car/Vehicle, Intelligent Transport System (ITS) as an Internet of Things (IoT) applicative domain."@en ;
  rdfs:label "Transportation DOI"@en .

<http://purl.org/iot/vocab/m3-lite#UltrasonicSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "Ultrasonic sensors are used to deduce human posture in smart home for example."@en ;
  rdfs:label "Ultrasonic Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#VehicleCountSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Counter>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "Device used to count the number of vehicles (e.g., used within the Citypulse project)."@en ;
  rdfs:label "Vehicle Count Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#VehicleOverspeedState>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Measure to indicates whether the vehicle is exceeding the legal speed limit."@en ;
  rdfs:label "Vehicle Overspeed State"@en .

<http://purl.org/iot/vocab/m3-lite#VehiclesPerMinute>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Number of vehicles that traverse a concrete region of the space in one minute."@en ;
  rdfs:label "Vehicles Per Minute"@en .

<http://purl.org/iot/vocab/m3-lite#Ventilation>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically open/close the ventilation."@en ;
  rdfs:label "Ventilation Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#Visibility>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "The state of being able to see or be seen."@en ;
  rdfs:label "Visibility"@en ;
  rdfs:seeAlso <http://openiot.eu/ontology/ns/AtmosphereVisibility> .

<http://purl.org/iot/vocab/m3-lite#VisibilitySensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Transportation>
  ] ;
  rdfs:comment "Device used to detect Visibility."@en ;
  rdfs:label "Visibility Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Volt>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "The SI unit of electromotive force, the difference of potential that would carry one ampere of current against one ohm resistance."@en ;
  rdfs:label "Volt"@en ;
  rdfs:seeAlso <http://sweet.jpl.nasa.gov/ontology/units.owl#volt> .

<http://purl.org/iot/vocab/m3-lite#VoltAmpereReactive>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "In electric power transmission and distribution, volt-ampere reactive (var) is a unit in which reactive power is expressed in an AC electric power system."@en ;
  rdfs:label "Volt Ampere Reactive, VAR"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#var" .

<http://purl.org/iot/vocab/m3-lite#VoltageSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Device which can measure the difference in electric potential energy between two points per unit electric charge."@en ;
  rdfs:label "Voltage Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#WashingMachine>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically switch on/off the washing machine."@en ;
  rdfs:label "Washing Machine Actuation Device"@en .

<http://purl.org/iot/vocab/m3-lite#WaterLevel>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "The height reached by the water in a reservoir, river, storage tank, or similar."@en ;
  rdfs:label "Water Level"@en .

<http://purl.org/iot/vocab/m3-lite#WaterTemperature>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Temperature> ;
  rdfs:comment "Sea surface temperature (SST) is the water temperature close to the ocean's surface."@en ;
  rdfs:label "Water Temperature"@en .

<http://purl.org/iot/vocab/m3-lite#Watt>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "It is the SI unit of power, equivalent to one joule per second, corresponding to the rate of consumption of energy in an electric circuit where the potential difference is one volt and the current one ampere."@en ;
  rdfs:label "Watt (W)"@en ;
  rdfs:seeAlso <http://sweet.jpl.nasa.gov/ontology/units.owl#watt> .

<http://purl.org/iot/vocab/m3-lite#WattPerSquareMetre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "It is the SI unit for radiative and other energy fluxes."@en ;
  rdfs:label "Watt Per Square Metre, Watt Per Square Meter"@en ;
  rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#wattPerSquareMetre" .

<http://purl.org/iot/vocab/m3-lite#MicrowattPerSquareCentimetre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#WattPerSquareMetre> ;
  rdfs:comment "It is one of the unit for radiative and other energy fluxes."@en ;
  rdfs:label "Microwatt Per Square Centimetre, Microwatt Per Square Centimeter"@en .

<http://purl.org/iot/vocab/m3-lite#Weather>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#DomainOfInterest> ;
  rdfs:comment "Weather Forecasting, Meterology as an Internet of Things (IoT) applicative domain."@en ;
  rdfs:label "Weather Forecasting DOI"@en ;
  rdfs:seeAlso <http://archive.knoesis.org/research/semsci/application_domain/sem_sensor/ont/sensor-observation.owlWeatherObservation> .

<http://purl.org/iot/vocab/m3-lite#WeatherLuminosity>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Illuminance> ;
  rdfs:comment "Luminosity."@en ;
  rdfs:label "Weather Luminosity"@en .

<http://purl.org/iot/vocab/m3-lite#WeatherPrecipitation>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Precipitation> ;
  rdfs:comment "Weather Precipitation."@en ;
  rdfs:label "Weather Precipitation"@en .

<http://purl.org/iot/vocab/m3-lite#Weight>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "A body's relative mass or the quantity of matter contained by it, giving rise to a downward force; the heaviness of a person or thing."@en ;
  rdfs:label "Weight"@en .

<http://purl.org/iot/vocab/m3-lite#WeightSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Health>
  ] ;
  rdfs:comment "Device used to weight an object."@en ;
  rdfs:label "Weight Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#WindChill>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "The cooling effect of wind blowing on a surface."@en ;
  rdfs:label "Wind Chill"@en ;
  rdfs:seeAlso <http://openiot.eu/ontology/ns/WindChill> .

<http://purl.org/iot/vocab/m3-lite#WindChillSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Weather>
  ] ;
  rdfs:comment "Device used to detect Wind Chill."@en ;
  rdfs:label "Wind Chill Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#WindDirection>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "The geodetic azimuth of the direction from which the wind is blowing."@en ;
  rdfs:label "Wind Direction"@en ;
  rdfs:seeAlso <http://paul.staroch.name/thesis/SmartHomeWeather.owl#DirectionalWind> .

<http://purl.org/iot/vocab/m3-lite#WindDirectionSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Weather>
  ] ;
  rdfs:comment "Device used to detect wind direction."@en ;
  rdfs:label "Wind Direction Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#WindSpeed>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "The ratio of the distance covered by moving air to the time quantity taken to cover it."@en ;
  rdfs:label "Wind Velocity, Wind Speed"@en ;
  rdfs:seeAlso <http://openiot.eu/ontology/ns/WindSpeed> .

<http://purl.org/iot/vocab/m3-lite#WindSpeedSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#SpeedSensor>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Agriculture>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Environment>
  ], [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Weather>
  ] ;
  rdfs:comment "Wind Speed Sensor, Anemometer or Wind Velocity Sensor is used to measure the wind speed."@en ;
  rdfs:label "Wind Speed Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Window>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#BuildingAutomation>
  ] ;
  rdfs:comment "An actuator to automatically open/close the window."@en ;
  rdfs:label "Window Actuating Device"@en .

<http://purl.org/iot/vocab/m3-lite#WorkingState>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:label "Working State"@en ;
  rdfs:comment "Indicator of whether a person (or object) is working or not"@en .

<http://purl.org/iot/vocab/m3-lite#WorkingStateDriver>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#WorkingState> ;
  rdfs:label "Working State Driver"@en ;
  rdfs:comment "Indicator of whether the driver of a vehicle is present or not"@en .

<http://purl.org/iot/vocab/m3-lite#WorkingStateDriver1>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#WorkingStateDriver> ;
  rdfs:comment "State of work of the first driver as defined in the FMS standard."@en ;
  rdfs:label "Working State Driver 1"@en .

<http://purl.org/iot/vocab/m3-lite#WorkingStateDriver2>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#WorkingStateDriver> ;
  rdfs:comment "State of work of the second driver as defined in the FMS standard."@en ;
  rdfs:label "Working State Driver 2"@en .

<http://purl.org/iot/vocab/m3-lite#Wout>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "This unit is used to measure delta dew point within the Com4Innov tesbed. Natural number (W/out unit)."@en ;
  rdfs:label "W/out"@en .

<http://purl.org/iot/vocab/m3-lite#Year>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#SecondTime> ;
  rdfs:comment "Year as a unit of time."@en ;
  rdfs:label "Year"@en ;
  rdfs:seeAlso <http://sweet.jpl.nasa.gov/ontology/units.owl#year> .

<http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentrationO3>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentration> ;
  rdfs:comment "The concentration of ozone (O3) gas suspended in the atmosphere."@en ;
  rdfs:label "Chemical Agent Atmospheric Concentration O3"@en .

<http://purl.org/iot/vocab/m3-lite#IntDlThroughputKbps>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Communication> ;
  rdfs:comment "Downlink Throughput."@en ;
  rdfs:label "Downlink Throughput"@en .

<http://purl.org/iot/vocab/m3-lite#IntUlPacketLoss>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Communication> ;
  rdfs:comment "Uplink Packet Loss."@en ;
  rdfs:label "Uplink Packet Loss"@en .

<http://purl.org/iot/vocab/m3-lite#IntUlThroughputKbps>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Communication> ;
  rdfs:comment "Uplink Throughput."@en ;
  rdfs:label "Uplink Throughput"@en .

<http://purl.org/iot/vocab/m3-lite#Item>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Each of the accountable elements within a group."@en ;
  rdfs:label "Item"@en .

<http://purl.org/iot/vocab/m3-lite#Count>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Number of available particular things."@en ;
  rdfs:label "Count"@en .

<http://purl.org/iot/vocab/m3-lite#DoorStatus>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Describes if a door is OPEN or CLOSED."@en ;
  rdfs:label "Door Status"@en .

<http://purl.org/iot/vocab/m3-lite#CountAvailableBicycles>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Count> ;
  rdfs:comment "Number of available bicycles at a particular bicycle docking station."@en ;
  rdfs:label "Count Available Bicycles"@en .

<http://purl.org/iot/vocab/m3-lite#CountAvailableTaxis>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Count> ;
  rdfs:comment "Number of taxis available at a particular taxi stop."@en ;
  rdfs:label "Count Available Taxis"@en .

<http://purl.org/iot/vocab/m3-lite#CountEmptyDockingPoints>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Count> ;
  rdfs:comment "Number of empty docking points at a particular bicycle docking station."@en ;
  rdfs:label "Count Empty Docking Points"@en .

<http://purl.org/iot/vocab/m3-lite#TrafficIntensity>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "The intensity of a traffic flow is the number of vehicles passing a cross section of a road in a unit of time."@en ;
  rdfs:label "Traffic Intensity"@en .

<http://purl.org/iot/vocab/m3-lite#ElectricFieldSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Scientific instrument for measuring electromagnetic fields (EMF). Most of them measure the electromagnetic radiation flux density (DC fields) or the change in an electromagnetic field over time (AC fields)."@en ;
  rdfs:label "Electric Field Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Counter>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Sensors that reckons occurrences or repetitions of physical objects, phenomena or events."@en ;
  rdfs:label "Counter"@en .

<http://purl.org/iot/vocab/m3-lite#DoorStateSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "This sensor detects if a door is in the state of OPEN or CLOSED."@en ;
  rdfs:label "Door State Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#SoilThermometer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Thermometer> ;
  rdfs:comment "This sensor reports Soil temperature."@en ;
  rdfs:label "Soil Thermometer"@en .

<http://purl.org/iot/vocab/m3-lite#SiemensPerMetre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "Conductivity is measured in Siemens per metre (S/m)."@en ;
  rdfs:label "Siemens Per Metre, Siemens Per Meter"@en .

<http://purl.org/iot/vocab/m3-lite#MilligramPerLitre>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#GramPerLitre> ;
  rdfs:comment "Level of Dissolved substance in liquid measured in mg per litre."@en ;
  rdfs:label "Milligram Per Litre, Milligram Per Liter"@en .

<http://purl.org/iot/vocab/m3-lite#AirHumiditySensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#HumiditySensor>, [
    a owl:Restriction ;
    owl:onProperty <http://purl.org/iot/vocab/m3-lite#hasDomainOfInterest> ;
    owl:someValuesFrom <http://purl.org/iot/vocab/m3-lite#Environment>
  ] ;
  rdfs:comment "Sensor used to measure air humidity."@en ;
  rdfs:label "Air Humidity Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#WaterThermometer>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Thermometer> ;
  rdfs:comment "This sensor reports Water temperature."@en ;
  rdfs:label "Water Thermometer"@en .

<http://purl.org/iot/vocab/m3-lite#WaterConductivitySensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ConductivitySensor> ;
  rdfs:comment "Device used to measure the conductivity of water."@en ;
  rdfs:label "Water Conductivity Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#WaterPHSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#PHSensor> ;
  rdfs:comment "Device used to detect PH level of water."@en ;
  rdfs:label "Water PH Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#WaterO2IonSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Sensor used to measure O2 concentration level in the water."@en ;
  rdfs:label "Water O2 Ion Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#WaterNH4IonSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Sensor used to measure NH4 concentration level in the water."@en ;
  rdfs:label "Water NH4 Ion Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#WaterNO3IonSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Sensor used to measure NO3 concentration level in the water."@en ;
  rdfs:label "Water NO3 Ion Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#LoRaInterfaceEnergyMeter>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#EnergyMeter> ;
  rdfs:comment "Measure the average power consumption of the LoRa interface nodes."@en ;
  rdfs:label "LoRa Interface Energy Meter"@en .

<http://purl.org/iot/vocab/m3-lite#WiFiInterfaceEnergyMeter>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#EnergyMeter> ;
  rdfs:comment "Measure the average power consumption of the WiFi interface nodes."@en ;
  rdfs:label "WiFi Interface Energy Meter"@en .

<http://purl.org/iot/vocab/m3-lite#Clock>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "sensor that measures time"@en ;
  rdfs:label "Clock"@en .

<http://purl.org/iot/vocab/m3-lite#HumanPresenceDetector>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#PresenceDetector> ;
  rdfs:comment "Device used to detect if an object (vehicle, room, place, etc.) is occupied by Human."@en ;
  rdfs:label " Human Presence Detector"@en .

<http://purl.org/iot/vocab/m3-lite#VehiclePresenceDetector>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#PresenceDetector> ;
  rdfs:comment "Device used to detect if an vehicle is present at a place."@en ;
  rdfs:label " Vehicle Presence Detector"@en .

<http://purl.org/iot/vocab/m3-lite#ChemicalAgentConcentration>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Measure of Chemical Agent Concentration"@en ;
  rdfs:label "Chemical Agent Concentration Quantity Kind"@en .

<http://purl.org/iot/vocab/m3-lite#ChemicalAgentWaterConcentration>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ChemicalAgentConcentration> ;
  rdfs:comment "Measure of Chemical Agent Concentration in Water "@en ;
  rdfs:label "Chemical Agent Water Concentration Quantity Kind"@en .

<http://purl.org/iot/vocab/m3-lite#ChemicalAgentWaterConcentrationO2>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ChemicalAgentWaterConcentration> ;
  rdfs:comment "Measure of O2 concentration in Water "@en ;
  rdfs:label "Oxygen (O2) Chemical Agent Water Concentration"@en .

<http://purl.org/iot/vocab/m3-lite#ChemicalAgentWaterConcentrationNH4Ion>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ChemicalAgentWaterConcentration> ;
  rdfs:comment "Measure of NH4 ion concentration in Water "@en ;
  rdfs:label "Ammonium ion (NH4+) Chemical Agent Water Concentration"@en .

<http://purl.org/iot/vocab/m3-lite#ChemicalAgentWaterConcentrationNO3Ion>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ChemicalAgentWaterConcentration> ;
  rdfs:comment "Measure of NO3 ion concentration in Water "@en ;
  rdfs:label "Nitrate Ion (NO3-) Chemical Agent Water Concentration"@en .

<http://purl.org/iot/vocab/m3-lite#RadiationParticleDetector>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "A particle detector, also known as a radiation detector or Geiger counter, is a device used to detect, track, and/or identify ionising particles, such as those produced by nuclear decay, cosmic radiation, or reactions in a particle accelerator."@en ;
  rdfs:label "Radiation Particle Detector"@en .

<http://purl.org/iot/vocab/m3-lite#IonisingRadiation>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Ionising radiation is radiation that carries enough energy to free electrons from atoms or molecules, thereby ionizing them. Gamma rays, X-rays, and the higher ultraviolet part of the electromagnetic spectrum are ionizing, whereas the lower ultraviolet part of the electromagnetic spectrum, and also the lower part of the spectrum below UV, including visible light (including nearly all types of laser light), infrared, microwaves, and radio waves are all considered non-ionizing radiation."@en ;
  rdfs:label "Ionising Radiation"@en .

<http://purl.org/iot/vocab/m3-lite#RadiationParticlesPerMinute>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#Unit> ;
  rdfs:comment "The number of ionizing events detected in one minute."@en ;
  rdfs:label "Radiation Particles Per Minute"@en .

<http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentrationDust>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentration> ;
  rdfs:comment "Measure of the concentration of dust suspended in the air."@en ;
  rdfs:label "Chemical Agent Atmospheric Concentration Dust"@en .

<http://purl.org/iot/vocab/m3-lite#DustSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "A sensing device that measures dust particle concentration."@en ;
  rdfs:label "Dust Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#OpticalDustSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#DustSensor> ;
  rdfs:comment "A sensing device that measures dust particle concentration using optical sensing mean."@en ;
  rdfs:label "Optical Dust Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#Voltage>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "An electromotive force or potential difference expressed in volts (Source Google)."@en ;
  rdfs:label "Voltage"@en .

<http://purl.org/iot/vocab/m3-lite#VOCSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#GaseousPollutantSensor> ;
  rdfs:comment "Sensor that detects levels of Volatile Organic Components (VOC) in the environment."@en ;
  rdfs:label "Volatile Organic Compound (VOC) Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#IEEE802154InterfaceEnergyMeter>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#EnergyMeter> ;
  rdfs:comment "Sensor that measures the power consumption of the IEEE802.15.4 interface nodes."@en ;
  rdfs:label "IEEE802.15.4 Interface Energy Meter"@en .

<http://purl.org/iot/vocab/m3-lite#BoardVoltageSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#VoltageSensor> ;
  rdfs:comment "Sensor used to measure board input voltage."@en ;
  rdfs:label "Board Voltage Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#DeviceUptimeClock>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Clock> ;
  rdfs:comment "Sensor that measures time a device is working and is available."@en ;
  rdfs:label "Device Uptime Clock"@en .

<http://purl.org/iot/vocab/m3-lite#VoiceCommandSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Sensor that uses automatic speech recognition technology to match or reject a recorded voice command according to a specified set of available voice commands."@en ;
  rdfs:label "Voice Command Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#DirectionOfArrivalSensor>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#SensingDevice> ;
  rdfs:comment "Sensor that estimates the azimuth direction of sources relative to the sensor’s position."@en ;
  rdfs:label "Direction Of Arrival (DOA) Sensor"@en .

<http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentrationNO>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentration> ;
  rdfs:comment "Measure of the concentration of Carbon Monoxide (CO) gas suspended in the atmosphere."@en ;
  rdfs:label "Nitrogen Monoxide (NO) Chemical Agent Atmospheric Concentration"@en .

<http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentrationSO2>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentration> ;
  rdfs:comment "Measure of the concentration of Sulphur dioxide (SO2) gas suspended in the atmosphere."@en ;
  rdfs:label "Sulphur dioxide (SO2) Chemical Agent Atmospheric Concentration"@en .

<http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentrationVOC>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#ChemicalAgentAtmosphericConcentration> ;
  rdfs:comment "Measure of the concentration of Volatile Organic Compound gas suspended in the atmosphere."@en ;
  rdfs:label "Volatile Organic Compound Chemical Agent Atmospheric Concentration"@en .

<http://purl.org/iot/vocab/m3-lite#DeviceUptime>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "Time a device is working and is available"@en ;
  rdfs:label "Device Uptime"@en .

<http://purl.org/iot/vocab/m3-lite#VoiceCommand>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "A voice command to control a voice controlled system or environment, such as a smart home."@en ;
  rdfs:label "Voice Command"@en .

<http://purl.org/iot/vocab/m3-lite#DirectionOfArrival>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/NET/ssnx/qu/qu#QuantityKind> ;
  rdfs:comment "The azimuth direction of a  source relative to the azimuth direction of the DOA sensor."@en ;
  rdfs:label "Direction Of Arrival"@en .

<http://purl.org/iot/vocab/m3-lite#PartsPerBillion>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#PPM> ;
  rdfs:comment "It describes the concentration of something in parts per billion parts of water or soil, expressed in any (but common) unit of measurement."@en ;
  rdfs:label "Parts Per Billion"@en .

<http://purl.org/iot/vocab/m3-lite#DecibelMilliwatt>
  a owl:Class ;
  rdfs:subClassOf <http://purl.org/iot/vocab/m3-lite#Decibel> ;
  rdfs:comment "It describes power ratio in decibels of the measured power referenced to one milliwatt."@en ;
  rdfs:label "Decibel Milliwatt"@en .

<http://purl.org/iot/vocab/m3-lite#VoiceCommandController>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#ActuatingDevice> ;
  rdfs:comment "An actuating device called  that allows to semi-control the environment of the Voice Command Sensor."@en ;
  rdfs:label "Voice Command Controller"@en .

