@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://www.w3.org/2002/07/owl#> .
@prefix home: <http://sensormeasurement.appspot.com/home#> .
@prefix ucum: <http://idi.fundacionctic.org/muo/ucum-instances.owl> .
@prefix ssn: <http://purl.oclc.org/NET/ssnx/ssn#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix qudt_unit: <http://data.qudt.org/qudt/owl/1.0.0/unit.owl#> .
@prefix qudt: <http://qudt.org/schema/qudt#> .
@prefix dogont: <http://elite.polito.it/ontologies/dogont.owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix txn: <http://lod.taxonconcept.org/ontology/txn.owl#> .
@prefix m3-lite: <http://purl.org/iot/vocab/m3-lite#> .
@prefix dbpedia: <http://dbpedia.org/ontology/> .
@prefix cose: <http://casas.wsu.edu/owl/cose.owl#> .
@prefix weather: <http://archive.knoesis.org/research/semsci/application_domain/sem_sensor/ont/weather.owl> .
@prefix qu: <http://purl.org/NET/ssnx/qu/qu#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix spitfire: <http://spitfire-project.eu/ontology/ns/> .
@prefix wgs84_pos: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix mo: <http://purl.org/ontology/mo/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix iot-lite: <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#> .
@prefix sweet_unit: <http://sweet.jpl.nasa.gov/ontology/units.owl#> .
@prefix emoca: <http://ns.inria.fr/emoca#> .
@prefix movie: <http://www.movieontology.org/2010/01/movieontology.owl> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix ontoSensor: <http://mmisw.org/ont/univmemphis/sensor> .
@prefix openIoT: <http://openiot.eu/ontology/ns/> .
@prefix qu_rec20: <http://purl.org/NET/ssnx/qu/qu-rec20#> .
@prefix shw: <http://paul.staroch.name/thesis/SmartHomeWeather.owl#> .
@prefix muo: <http://purl.oclc.org/NET/muo/muo#> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix aws: <http://purl.oclc.org/NET/ssnx/meteo/aws#> .
@prefix naturopathy: <http://sensormeasurement.appspot.com/naturopathy#> .
@prefix dul: <http://www.loa-cnr.it/ontologies/DUL.owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix food_smart_product: <http://kmi.open.ac.uk/projects/smartproducts/ontologies/food.owl#> .
@prefix cc: <http://creativecommons.org/ns#> .

qudt_unit:Bar
    a :Class ;
    rdfs:comment "Metric unit of atmospheric pressure equal to 14.50 pounds per square inch (lb/in2), 1.02 kilograms per square centimeter (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" ;
    rdfs:subClassOf qu:Unit .

qudt_unit:DegreeAngle
    a :Class ;
    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" ;
    rdfs:subClassOf m3-lite:Degree .

qudt_unit:ElectricCurrent
    a :Class ;
    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" ;
    rdfs:subClassOf qu:QuantityKind .

txn:hasImage
    a :AnnotationProperty .

iot-lite:ActuatingDevice
    a :Class ;
    rdfs:comment "Actuators (e.g., switch on/off the light)"@en ;
    rdfs:label "Actuating Device"@en ;
    rdfs:subClassOf ssn:Device .

iot-lite:TagDevice
    a :Class ;
    rdfs:comment "A tagging device can be RFID, QRCode, NFC, Barcode, etc."@en ;
    rdfs:label "Tagging Device"@en ;
    rdfs:subClassOf ssn:Device .

ssn:Device
    a :Class .

ssn:SensingDevice
    a :Class ;
    rdfs:subClassOf ssn:Device .

qu:QuantityKind
    a :Class .

qu:Unit
    a :Class .

dc:description
    a :AnnotationProperty .

dc:title
    a :AnnotationProperty .

dcterms:issued
    a :AnnotationProperty .

dcterms:modified
    a :AnnotationProperty .

<http://purl.org/iot/vocab/m3-lite#>
    dc:contributor "Garvita Bajaj, Inria, Paris"@en ;
    dc:creator "Amelie Gyrard, NUIG, Galway"@en, "David Gomez, UC, Santander"@en, "Jorge Lanza, UC, Santander"@en, "Luis Sanchez, UC, Santander"@en, "Rachit Agarwal, Inria, Paris"@en, "Tarek Elsaleh, UNIS, Surrey"@en ;
    dc:description "The Machine-to-Machine Measurement (M3) Ontology is an unified language, nomenclature, dictionary which enables semantically annotating heterogeneous IoT data produced by heterogeneous devices measurements (sensors, RFID tags, etc.). We classify all devices, their measurements and the feature of interests (health, smart home, smart kitchen, environmental monitoring, etc.). By combining data from heterogeneous areas, we could propose new kinds of applications."@en ;
    dc:title "The Machine-to-Machine Measurement (M3) Lite Ontology"@en ;
    dcterms:issued "2015-07-02"^^xsd:date ;
    dcterms:modified "2016-11-23" ;
    vann:preferredNamespacePrefix "m3-lite" ;
    vann:preferredNamespaceUri "http://purl.org/iot/vocab/m3-lite#" ;
    a :Ontology ;
    rdfs:comment "M3 lite taxonomy is designed for the FIESTA-IOT H2020 EU project. We refactor, clean and simplify the M3 ontology designed by Eurecom (Amelie Gyrard). M3 ontology lite is currently aligned with the quantity taxonomy used by several testbeds: SmartSantander (Spain), University of Surrey (United Kingdom), KETI (Korea) and Com4Innov (France)."@en ;
    :versionInfo 0.13 ;
    vs:term_status "Work in progress" .

m3-lite:ABS
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/abs.png> ;
    a :Class ;
    rdfs:comment "The actuator ABS (on/off)"@en ;
    rdfs:label "ABS (Anti-lock Braking System)"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:AccInitialERabEstabSuccRate
    a :Class ;
    rdfs:comment "Initial ERAB Establishment Success Rate"@en ;
    rdfs:label "Initial ERAB Establishment Success Rate"@en ;
    rdfs:subClassOf m3-lite:Communication .

m3-lite:AccInitialERabSetupSuccRate
    a :Class ;
    rdfs:comment "Initial ERAB Setup Success Rate"@en ;
    rdfs:label "Initial ERAB Setup Success Rate"@en ;
    rdfs:subClassOf m3-lite:Communication .

m3-lite:AccRrcConnSetupSuccRate
    a :Class ;
    rdfs:comment "RRC Connection Setup Success Rate"@en ;
    rdfs:label "RRC Connection Setup Success Rate"@en ;
    rdfs:subClassOf m3-lite:Communication .

m3-lite:AccS1SigEstabSuccRate
    a :Class ;
    rdfs:comment "S1 Signaling Establishment Success Rate"@en ;
    rdfs:label "S1 Signaling Establishment Success Rate"@en ;
    rdfs:subClassOf m3-lite:Communication .

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

m3-lite:AccelerationInstantaneous
    a :Class ;
    rdfs:label "Acceleration Instantaneous" ;
    rdfs:subClassOf m3-lite:Acceleration .

m3-lite:Accelerometer
    a :Class ;
    rdfs:comment "Accelerometer, Motion detector/Sensor. In iPhone 4, accelerometers are used to automatically determine the orientation in which the user is holding the phone (portrait or landscape)."@en ;
    rdfs:label "Accelerometer"@en ;
    rdfs:seeAlso cose:Accelerometer ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Activity
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:ActivePower
    a :Class ;
    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." ;
    rdfs:label "Active Power"@en ;
    rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/quantity#activePower" ;
    rdfs:subClassOf m3-lite:Power .

m3-lite:Activity
    a :Class ;
    rdfs:comment "Activity recognition as an IoT applicative domain"@en ;
    rdfs:label "Activity Recognition"@en ;
    rdfs:subClassOf m3-lite:BuildingAutomation .

m3-lite:Agriculture
    a :Class ;
    rdfs:comment "Agriculture, Smart farm as an Internet of Things (IoT) applicative domain."@en ;
    rdfs:label "Agriculture"@en ;
    rdfs:subClassOf m3-lite:DomainOfInterest .

m3-lite:Air
    a :Class ;
    rdfs:comment "Air as an IoT applicative domain"@en ;
    rdfs:label "Air"@en ;
    rdfs:subClassOf m3-lite:Environment .

m3-lite:AirConditioner
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the air conditioner."@en ;
    rdfs:label "Air Conditioner"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:AirPollutantSensor
    a :Class ;
    rdfs:comment "Air Pollutant Sensor"@en ;
    rdfs:label "Air Pollutant Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Environment
    ] .

m3-lite:AirPollution
    a :Class ;
    rdfs:comment "Air Pollution, Air Quality"@en ;
    rdfs:label "Air Pollution"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:AirQuality
    a :Class ;
    rdfs:comment "An air quality index (AQI) 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." ;
    rdfs:label "Air Quality" ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:AirTemperature
    a :Class ;
    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 openIoT:AirTemperature, shw:Temperature ;
    rdfs:subClassOf m3-lite:Temperature .

m3-lite:AirThermometer
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/thermometer.png> ;
    a :Class ;
    rdfs:comment "Air Thermometer"@en ;
    rdfs:label "Air Thermometer"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Agriculture
    ] .

m3-lite:AlarmSystem
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the alarm system."@en ;
    rdfs:label "Alarm System"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:AlcoholLevel
    a :Class ;
    rdfs:comment "Alcohol Level"@en ;
    rdfs:label "Alcohol Level"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:AlcoholLevelSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/noise.png> ;
    a :Class ;
    rdfs:comment "Alcohol Level Sensor"@en ;
    rdfs:label "Alcohol Level Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:Altitude
    a :Class ;
    rdfs:comment "Altitude"@en ;
    rdfs:label "Altitude"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:Ampere
    a :Class ;
    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 qudt_unit:Ampere, sweet_unit:ampere, "http://purl.oclc.org/NET/ssnx/qu/unit#ampere" ;
    rdfs:subClassOf qu:Unit .

m3-lite:Angular
    a :Class ;
    rdfs:comment "Angular"@en ;
    rdfs:label "Angular"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:Animal
    a :Class ;
    rdfs:comment "An RFID tag is embedded on animal."@en ;
    rdfs:label "Animal"@en ;
    rdfs:subClassOf m3-lite:RFIDQuantityKind .

m3-lite:Animals
    a :Class ;
    rdfs:comment "Source of the sound were animals"@en ;
    rdfs:label "Animals"@en ;
    rdfs:subClassOf m3-lite:SoundSource .

m3-lite:AtmosphericPressure
    a :Class ;
    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 openIoT:AtmospherePressure, shw:AtmosphericPressure, "http://purl.oclc.org/NET/ssnx/qu/quantity#atmosphericPressure" ;
    rdfs:subClassOf m3-lite:Pressure .

m3-lite:AtmosphericPressureSensor
    a :Class ;
    rdfs:comment "Atmospheric Pressure Sensor, Barometer or Barometric Pressure Sensor is a scientific instrument used im meteorology to measure atmospheric pressure."@en ;
    rdfs:label "Atmospheric Pressure Sensor"@en ;
    rdfs:seeAlso weather:Pressure, cose:BarometricPressureSensor, aws:AtmosphericPressureSensor ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Agriculture
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Weather
    ] .

m3-lite:Automatic
    a :Class ;
    rdfs:comment "Automatic Measurement" ;
    rdfs:label "Automatic" ;
    rdfs:subClassOf m3-lite:MeasurementType .

m3-lite:Barcode
    a :Class ;
    rdfs:comment "A tagging device can be Barcode"@en ;
    rdfs:label "Barcode"@en ;
    rdfs:subClassOf iot-lite:TagDevice .

m3-lite:BatteryLevel
    a :Class ;
    rdfs:comment "This property holds the percentage of the battery capacity that remains available."@en ;
    rdfs:label "Battery Level"@en ;
    rdfs:seeAlso "http://www.w3.org/2007/uwa/context/deliveryContext.owl#BatteryLevel" ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:BeatPerMinute
    a :Class ;
    rdfs:comment "BeatPerMinute (bpm) is the unit to measure heart rate"@en ;
    rdfs:label "Beat Per Minute (bpm)"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:Blind
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the blind."@en ;
    rdfs:label "Blind"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:BloodGlucose
    a :Class ;
    rdfs:comment "Blood Glucose level, blood sugar level"@en ;
    rdfs:label "Blood Glucose"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:BloodPressure
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Blood Pressure"@en ;
    rdfs:subClassOf m3-lite:Pressure .

m3-lite:BloodPressureSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/bloodPressure.png> ;
    a :Class ;
    rdfs:comment "Blood Pressure Sensor"@en ;
    rdfs:label "Blood Pressure Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Health
    ] .

m3-lite:BoardTemperature
    a :Class ;
    rdfs:label "Board Temperature"@en ;
    rdfs:subClassOf m3-lite:Temperature .

m3-lite:BoardThermometer
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/thermometer.png> ;
    a :Class ;
    rdfs:comment "Board Thermometer is provided by the Com4Innov testbed."@en ;
    rdfs:label "Board Thermometer"@en ;
    rdfs:subClassOf ssn:SensingDevice .

m3-lite:BodyTemperature
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Body Temperature"@en ;
    rdfs:subClassOf m3-lite:Temperature .

m3-lite:BodyThermometer
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/bodyThermometer.png> ;
    a :Class ;
    rdfs:comment "Body Thermometer"@en ;
    rdfs:label "Body Thermometer"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Health
    ] .

m3-lite:Boiler
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the boiler."@en ;
    rdfs:label "Boiler"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Book
    a :Class ;
    rdfs:comment "An RFID tag is embedded on book."@en ;
    rdfs:label "Book"@en ;
    rdfs:seeAlso dbpedia:Book ;
    rdfs:subClassOf m3-lite:RFIDQuantityKind .

m3-lite:BuildingAutomation
    a :Class ;
    rdfs:comment "Smart Home/Building Automation as an Internet of Things (IoT) applicative domain."@en ;
    rdfs:label "Smart Building"@en ;
    rdfs:seeAlso dogont:BuildingEnvironment ;
    rdfs:subClassOf m3-lite:DomainOfInterest .

m3-lite:BuildingTemperature
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Building/Room Temperature"@en ;
    rdfs:subClassOf m3-lite:Temperature .

m3-lite:CD
    a :Class ;
    rdfs:comment "An RFID tag is embedded on CD."@en ;
    rdfs:label "CD"@en ;
    rdfs:seeAlso dbpedia:Album, mo:CD ;
    rdfs:subClassOf m3-lite:RFIDQuantityKind .

m3-lite:CO2
    a :Class ;
    rdfs:comment "To measure air quality"@en ;
    rdfs:label "CO2 Measurements"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:CO2Sensor
    a :Class ;
    rdfs:comment "Carbon Dioxide (CO2) Sensor is used to measure air quality."@en ;
    rdfs:label "Carbon Dioxide (CO2) Sensor"@en ;
    rdfs:subClassOf m3-lite:GaseousPollutantSensor, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Agriculture
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Environment
    ] .

m3-lite:COSensor
    a :Class ;
    rdfs:comment "Carbon Monoxide (CO) Sensor"@en ;
    rdfs:label "Carbon Monoxide (CO) Sensor"@en ;
    rdfs:subClassOf m3-lite:GaseousPollutantSensor .

m3-lite:Calcium
    a :Class ;
    rdfs:comment "Blood Calcium level"@en ;
    rdfs:label "Calcium"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:Calibration
    a :Class ;
    rdfs:comment "If the measurement was taken when the sensor was being calibrated"@en ;
    rdfs:label "Calibration"@en ;
    rdfs:subClassOf m3-lite:MeasurementType .

m3-lite:Candela
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Candela"@en ;
    rdfs:seeAlso sweet_unit:candela ;
    rdfs:subClassOf qu:Unit .

m3-lite:Capacitance
    a :Class ;
    rdfs:comment "Capacitance is the ability of a body to store an electric charge."@en ;
    rdfs:label "Capacitance"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:Centibar
    a :Class ;
    rdfs:comment "The centibar is a unit of pressure defined as 1e-2 bar." ;
    rdfs:label "Centibar"@en ;
    rdfs:subClassOf qudt_unit:Bar .

m3-lite:Centimetre
    a :Class ;
    rdfs:label "Centimetre, Centimeter" ;
    rdfs:subClassOf m3-lite:Meter .

m3-lite:ChemicalAgentAtmosphericConcentration
    a :Class ;
    rdfs:label "Chemical Agent Atmospheric Concentration" ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:ChemicalAgentAtmosphericConcentrationAirParticles
    a :Class ;
    rdfs:comment "The concentration of air particles suspended in an atmosphere." ;
    rdfs:label "Chemical Agent Atmospheric Concentration Air Particles" ;
    rdfs:subClassOf m3-lite:ChemicalAgentAtmosphericConcentration .

m3-lite:ChemicalAgentAtmosphericConcentrationCO
    a :Class ;
    rdfs:comment "The concentration of CO gas suspended in an atmosphere." ;
    rdfs:label "Chemical Agent Atmospheric Concentration CO" ;
    rdfs:subClassOf m3-lite:ChemicalAgentAtmosphericConcentration .

m3-lite:ChemicalAgentAtmosphericConcentrationNO2
    a :Class ;
    rdfs:comment "The concentration of NO2 gas suspended in an atmosphere." ;
    rdfs:label "Chemical Agent Atmospheric Concentration NO2" ;
    rdfs:subClassOf m3-lite:ChemicalAgentAtmosphericConcentration .

m3-lite:Cholesterol
    a :Class ;
    rdfs:comment "Cholesterol measurement"@en ;
    rdfs:label "Cholesterol"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:CholesterolSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/cholesterol.png> ;
    a :Class ;
    rdfs:comment "Cholesterol Sensor"@en ;
    rdfs:label "Cholesterol Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Health
    ] .

m3-lite:City
    a :Class ;
    rdfs:comment "Smart City as an Internet of Things (IoT) applicative domain."@en ;
    rdfs:label "Smart City"@en ;
    rdfs:subClassOf m3-lite:DomainOfInterest .

m3-lite:Clothing
    a :Class ;
    rdfs:comment "An RFID tag is embedded on clothes."@en ;
    rdfs:label "Clothes"@en ;
    rdfs:subClassOf m3-lite:RFIDQuantityKind .

m3-lite:CloudCover
    a :Class ;
    rdfs:comment "Cloud Cover"@en ;
    rdfs:label "Cloud Cover"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:CloudCoverSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/cloud.png> ;
    a :Class ;
    rdfs:comment "Cloud Cover Sensor is used to detect whater is is sunny, cloudy, etc. It is measured in okta."@en ;
    rdfs:label "Cloud Cover Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Weather
    ] .

m3-lite:CoffeeMachine
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the coffe machine."@en ;
    rdfs:label "Coffee Machine, Coffee Maker"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Communication
    a :Class ;
    rdfs:comment "Communication related properties"@en ;
    rdfs:label "Communication Properties"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:Computer
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Computer, PC"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Conductivity
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Conductivity"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:ConductivitySensor
    a :Class ;
    rdfs:comment "Salinity"@en ;
    rdfs:label "Conductivity Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

m3-lite:ConstructionWork
    a :Class ;
    rdfs:comment "Source of the sound was a construction work"@en ;
    rdfs:label "Construction Work"@en ;
    rdfs:subClassOf m3-lite:SoundSource .

m3-lite:Coulomb
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Coulomb"@en ;
    rdfs:seeAlso sweet_unit:coulomb ;
    rdfs:subClassOf qu:Unit .

m3-lite:Crowd
    a :Class ;
    rdfs:comment "Source of the sound was crowd"@en ;
    rdfs:label "Crowd"@en ;
    rdfs:subClassOf m3-lite:SoundSource .

m3-lite:Cupboard
    a :Class ;
    rdfs:comment "An actuator to automatically open/close the cupboard."@en ;
    rdfs:label "Cupboard"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Curtain
    a :Class ;
    rdfs:comment "An actuator to automatically open/close the curtain."@en ;
    rdfs:label "Curtain"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:DVD
    a :Class ;
    rdfs:comment "An RFID tag is embedded on DVD."@en ;
    rdfs:label "DVD"@en ;
    rdfs:seeAlso movie:Movie ;
    rdfs:subClassOf m3-lite:RFIDQuantityKind .

m3-lite:Day
    a :Class ;
    rdfs:comment "Day"@en ;
    rdfs:label "Day"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:Decibel
    a :Class ;
    rdfs:comment "A ratio unit which is an indicator of sound power per unit area."@en ;
    rdfs:label "Decibel (db)"@en ;
    rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#decibel" ;
    rdfs:subClassOf qu:Unit .

m3-lite:DecibelA
    a :Class ;
    rdfs:comment "A ratio unit which is an indicator of sound power per unit area." ;
    rdfs:label "DecibelA (db)"@en ;
    rdfs:subClassOf m3-lite:Decibel .

m3-lite:Degree
    a :Class ;
    rdfs:comment "Degree"@en ;
    rdfs:label "Degree"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:DegreeCelsius
    a :Class ;
    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 qudt_unit:DegreeCelsius, sweet_unit:degreeC, "http://purl.oclc.org/NET/ssnx/qu/unit#degreeCelsius" ;
    rdfs:subClassOf m3-lite:Degree .

m3-lite:DegreeFahrenheit
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Degree Fahrenheit"@en ;
    rdfs:seeAlso weather:fahrenheit, sweet_unit:degreeF ;
    rdfs:subClassOf m3-lite:Degree .

m3-lite:DeltaDewPoint
    a :Class ;
    rdfs:comment "Difference between Dewpoint and surface temperatures" ;
    rdfs:label "Delta Dew Point"@en ;
    rdfs:subClassOf m3-lite:DewPoint .

m3-lite:DeltaDewPointSensor
    a :Class ;
    rdfs:comment "Difference between Dewpoint and surface temperatures. The Com4Innov testbed is providing delta dew point sensor."@en ;
    rdfs:label "Delta Dew Point Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

m3-lite:DewPoint
    a :Class ;
    rdfs:comment "It is the temperature to which air must be cooled at constant pressure and water content to reach saturation. The Com4Innov testbed is providing dew point quantity kind. "@en ;
    rdfs:label "Dew Point"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:DewPointSensor
    a :Class ;
    rdfs:comment "It is the temperature to which air must be cooled at constant pressure and water content to reach saturation. The Com4Innov testbed is providing dew point sensor."@en ;
    rdfs:label "Dew Point Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

m3-lite:DewPointTemperature
    a :Class ;
    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.[1][2] A higher dew point indicates more moisture in the air; a dew point greater than 20 �C (68 �F) is considered uncomfortable and greater than 22 �C (72 �F) is considered to be extremely humid." ;
    rdfs:label "Dew Point Temperature"@en ;
    rdfs:subClassOf m3-lite:DewPoint .

m3-lite:DiastolicBloodPressure
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Diastolic Blood Pressure"@en ;
    rdfs:subClassOf m3-lite:BloodPressure .

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

m3-lite:Direction
    a :Class ;
    rdfs:label "Direction"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:DirectionAzimuth
    a :Class ;
    rdfs:comment "The geodetic azimuth of the direction towards which an object is moving." ;
    rdfs:label "Direction Azimuth"@en ;
    rdfs:subClassOf m3-lite:Direction .

m3-lite:DirectionHeading
    a :Class ;
    rdfs:comment "The course or direction in which a object (vehicle, person, ...) is pointing or moving." ;
    rdfs:label "Direction Heading"@en ;
    rdfs:subClassOf m3-lite:Direction .

m3-lite:DishWasher
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the dishwasher."@en ;
    rdfs:label "Dish Washer"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Distance
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Distance"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:DistanceSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/distance.png> ;
    a :Class ;
    rdfs:comment "Distance Sensor to detect the safety distance with other cars for instance (it can be a laser)."@en ;
    rdfs:label "Distance Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:DomainOfInterest
    a :Class ;
    rdfs:comment "Domain of Interest"@en ;
    rdfs:label "Domain Of Interest"@en .

m3-lite:Door
    a :Class ;
    rdfs:comment "An actuator to automatically open/close the door."@en ;
    rdfs:label "Door"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Drawer
    a :Class ;
    rdfs:comment "An actuator to automatically open/close the drawer."@en ;
    rdfs:label "Drawer"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:EAQI
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "European Air Quality Index (EAQI)"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:ECG
    a :Class ;
    rdfs:comment "ECG or EKG (Electrocardiogram)"@en ;
    rdfs:label "ECG or EKG (Electrocardiogram)"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Emotion
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Health
    ] .

m3-lite:ESP
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/esp.png> ;
    a :Class ;
    rdfs:comment "The actuator ESP (on/off)"@en ;
    rdfs:label "ESP (Electronic Stability Program)"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:ElectricCharge
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Electric Charge"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:ElectricField
    a :Class ;
    rdfs:label "Electric Field"@en ;
    rdfs:seeAlso "http://qudt.org/vocab/quantity#ElectricField" ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:ElectricField1800MHz
    a :Class ;
    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." ;
    rdfs:label "Electric Field 1800 MHz"@en ;
    rdfs:subClassOf m3-lite:ElectricField .

m3-lite:ElectricField2100MHz
    a :Class ;
    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." ;
    rdfs:label "Electric Field 2100 MHz"@en ;
    rdfs:subClassOf m3-lite:ElectricField .

m3-lite:ElectricField2400MHz
    a :Class ;
    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." ;
    rdfs:label "Electric Field 2400 MHz"@en ;
    rdfs:subClassOf m3-lite:ElectricField .

m3-lite:ElectricField900Mhz
    a :Class ;
    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." ;
    rdfs:label "Electric Field 900 MHz"@en ;
    rdfs:subClassOf m3-lite:ElectricField .

m3-lite:ElectricPotential
    a :Class ;
    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" ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:ElectricalResistance
    a :Class ;
    rdfs:comment "The electrical resitance of an electrical conductor is the opposition to the passage of an electric current through that conductor."@en ;
    rdfs:label "Electrical Resistance"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:ElectricalSensor
    a :Class ;
    rdfs:comment "Electrical Sensor"@en ;
    rdfs:label "Electrical Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

m3-lite:Emotion
    a :Class ;
    rdfs:comment "Affective Science, Emotion, Mood, Emotional State, Brain Wave as an Internet of Things (IoT) applicative domain."@en ;
    rdfs:label "Emotion"@en ;
    rdfs:seeAlso emoca:Emotion, naturopathy:Emotion ;
    rdfs:subClassOf m3-lite:DomainOfInterest .

m3-lite:Energy
    a :Class ;
    rdfs:comment "Measure procuded by energy meter"@en ;
    rdfs:label "Energy"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:EnergyFOI
    a :Class ;
    rdfs:comment "Energy or Smart Grid as an Internet of Things (IoT) applicative domain."@en ;
    rdfs:label "Energy FOI"@en ;
    rdfs:subClassOf m3-lite:DomainOfInterest .

m3-lite:EnergyMeter
    a :Class ;
    rdfs:comment "Sensor to measure energy"@en ;
    rdfs:label "Energy Meter"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:EnergyFOI
    ] .

m3-lite:Environment
    a :Class ;
    rdfs:comment "Environment (earthquake, flooding, fire, pollution) as an Internet of Things (IoT) applicative domain."@en ;
    rdfs:label "Environment"@en ;
    rdfs:subClassOf m3-lite:DomainOfInterest .

m3-lite:Event
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Event"@en ;
    rdfs:subClassOf m3-lite:Place .

m3-lite:Experiment
    a :Class ;
    rdfs:comment "Experiment based measurements"@en ;
    rdfs:label "Experiment"@en ;
    rdfs:subClassOf m3-lite:MeasurementType .

m3-lite:FallDetector
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/fall.png> ;
    a :Class ;
    rdfs:comment "Fall detectors to detect if elderly people falls."@en ;
    rdfs:label "Fall Detector"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Fan
    a :Class ;
    rdfs:comment "Source of the sound was Fan"@en ;
    rdfs:label "Fan"@en ;
    rdfs:subClassOf m3-lite:SoundSource .

m3-lite:Farad
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Farad"@en ;
    rdfs:seeAlso sweet_unit:farad ;
    rdfs:subClassOf qu:Unit .

m3-lite:FillLevel
    a :Class ;
    rdfs:label "Fill Level"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:FillLevelGasTank
    a :Class ;
    rdfs:comment "Ratio of volume of combustible exhaust fluid to the total volume of diesel exhaust fluid storage container." ;
    rdfs:label "Fill Level Gas Tank"@en ;
    rdfs:subClassOf m3-lite:FillLevel .

m3-lite:FillLevelGasTank1
    a :Class ;
    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." ;
    rdfs:label "Fill Level Gas Tank 1"@en ;
    rdfs:subClassOf m3-lite:FillLevelGasTank .

m3-lite:FillLevelGasTank2
    a :Class ;
    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." ;
    rdfs:label "Fill Level Gas Tank 2"@en ;
    rdfs:subClassOf m3-lite:FillLevelGasTank .

m3-lite:FillLevelWasteContainer
    dc:description "Ratio between the current filleage level and the total capacity of a waste container." ;
    a :Class ;
    rdfs:label "Fill Level Waste Container"@en ;
    rdfs:subClassOf m3-lite:FillLevel .

m3-lite:Fire
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Fire"@en ;
    rdfs:subClassOf m3-lite:Environment .

m3-lite:FogLamp
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/fogLamp.png> ;
    a :Class ;
    rdfs:comment "The actuator fog lamp (on/off)"@en ;
    rdfs:label "Fog Lamp Actuator"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:Food
    a :Class ;
    rdfs:comment "An RFID tag is embedded on food."@en ;
    rdfs:label "Food"@en ;
    rdfs:seeAlso food_smart_product:FoodOrDrinkItem, naturopathy:Food ;
    rdfs:subClassOf m3-lite:RFIDQuantityKind .

m3-lite:FoodTemperature
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Food Temperature"@en ;
    rdfs:subClassOf m3-lite:Temperature .

m3-lite:Freezer
    a :Class ;
    rdfs:comment "An actuator to automatically open/close the freezer."@en ;
    rdfs:label "Freezer, Chiller"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Frequency
    a :Class ;
    rdfs:comment "Frequency"@en ;
    rdfs:label "Frequency"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:FrequencySensor
    a :Class ;
    rdfs:comment "Frequency Sensor"@en ;
    rdfs:label "Frequency Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

m3-lite:Fridge
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the fridge."@en ;
    rdfs:label "Fridge, Refrigerator"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:FuelConsumption
    a :Class ;
    rdfs:label "Fuel Consumption"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:FuelConsumptionInstantaneous
    a :Class ;
    rdfs:comment "A measure that displays the instantaneous fuel consumption of a vehicle during its operation." ;
    rdfs:label "Fuel Consumption Instantaneous"@en ;
    rdfs:subClassOf m3-lite:FuelConsumption .

m3-lite:FuelConsumptionTotal
    a :Class ;
    rdfs:comment "Accumulated amount of fuel used during vehicle operation." ;
    rdfs:label "Fuel Consumption Total"@en ;
    rdfs:subClassOf m3-lite:FuelConsumption .

m3-lite:FuelLevel
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/fuel.png> ;
    a :Class ;
    rdfs:comment "Fuel Level Sensor is used in car."@en ;
    rdfs:label "Fuel Level Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:GPSSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/gps.png> ;
    a :Class ;
    rdfs:comment "Used in iPhone4 which allows the phone to localize itself."@en ;
    rdfs:label "GPS Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:GasDetector
    a :Class ;
    rdfs:comment "Gas Detector"@en ;
    rdfs:label "Gas Detector"@en ;
    rdfs:subClassOf ssn:SensingDevice .

m3-lite:GaseousPollutantSensor
    a :Class ;
    rdfs:comment "Gaseous Pollutant Sensor"@en ;
    rdfs:label "Gaseous Pollutant Sensor"@en ;
    rdfs:subClassOf m3-lite:AirPollutantSensor .

m3-lite:Gauss
    a :Class ;
    rdfs:comment "Gauss is a unit."@en ;
    rdfs:label "Gauss"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:Glucometer
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/glucometer.png> ;
    a :Class ;
    rdfs:comment "Glucometer, Blood sugar, blood glucose level"@en ;
    rdfs:label "Glucometer"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Health
    ] .

m3-lite:Gram
    a :Class ;
    rdfs:label "Gram (g)" ;
    rdfs:subClassOf qu:Unit .

m3-lite:GramPerCubicMetre
    a :Class ;
    rdfs:comment "Gram Per Cubic Metre"@en ;
    rdfs:label "Gram Per Cubic Metre"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:GramPerLiter
    a :Class ;
    rdfs:comment "Gram per Liter"@en ;
    rdfs:label "Gram Per Liter (g/L)"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:GyrometerSensor
    a :Class ;
    rdfs:comment "A gyrometer is an instrument which measures an angular speed."@en ;
    rdfs:label "Gyrometer Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:GyroscopeSensor
    a :Class ;
    rdfs:comment "A gyroscope is a device for measuring or maintening orientation. In a home it can be attached to a broom, mop, etc. Used in iPhone 4."@en ;
    rdfs:label "Gyroscope Sensor"@en ;
    rdfs:seeAlso cose:Gyroscope ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:H2SSensor
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "H2S Sensor"@en ;
    rdfs:subClassOf m3-lite:GaseousPollutantSensor .

m3-lite:Health
    a :Class ;
    rdfs:comment "Healthcare as an Internet of Things (IoT) applicative domain."@en ;
    rdfs:label "Health Care"@en ;
    rdfs:subClassOf m3-lite:DomainOfInterest .

m3-lite:HeartBeat
    a :Class ;
    rdfs:comment "Heart Beat, Heart Rate"@en ;
    rdfs:label "Heart Beat"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:HeartBeatSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/heartbeat.png> ;
    a :Class ;
    rdfs:comment "Heart Beat Sensor, Heart Rate, Breath Rate"@en ;
    rdfs:label "Heart Beat Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Health
    ] .

m3-lite:Heating
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the heating."@en ;
    rdfs:label "Heating"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Hertz
    a :Class ;
    rdfs:comment "Hertz"@en ;
    rdfs:label "Hertz"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:Hotel
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Hotel"@en ;
    rdfs:subClassOf m3-lite:Place .

m3-lite:Hour
    a :Class ;
    rdfs:comment "Hour of the day"@en ;
    rdfs:label "Hour"@en ;
    rdfs:seeAlso sweet_unit:hour ;
    rdfs:subClassOf qu:Unit .

m3-lite:HouseholdApplianceTemperature
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Household Appliance Temperature"@en ;
    rdfs:subClassOf m3-lite:Temperature .

m3-lite:Humidity
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Humidity"@en ;
    rdfs:seeAlso dogont:HumidityMeasurementMNotification, openIoT:AtmosphereHumidity, shw:Humidity ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:HumiditySensor
    a :Class ;
    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 aws:HumiditySensor ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Agriculture
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Environment
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Weather
    ] .

m3-lite:Hydrophone
    a :Class ;
    rdfs:comment "A hydrophone is a microphone designed to be used underwater for recording or listening to underwater sound."@en ;
    rdfs:label "Hydrophone"@en ;
    rdfs:subClassOf ssn:SensingDevice .

m3-lite:Illuminance
    a :Class ;
    rdfs:comment "Illuminance is the total luminous flux incident on a surface, per unit area."@en ;
    rdfs:label "Illuminance"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:ImageSensor
    a :Class ;
    rdfs:comment "Image Sensor (suggested by INRIA experiment)"@en ;
    rdfs:label "Image Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

m3-lite:Inch
    a :Class ;
    rdfs:comment "Lenght in inches"@en ;
    rdfs:label "Inch"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:Index
    a :Class ;
    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." ;
    rdfs:label "Index"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:IntDlLatency
    a :Class ;
    rdfs:comment "Downlink Latency"@en ;
    rdfs:label "Downlink Latency"@en ;
    rdfs:subClassOf m3-lite:Communication .

m3-lite:Invalid
    a :Class ;
    rdfs:comment "If the measurement was tagged invalid"@en ;
    rdfs:label "Invalid"@en ;
    rdfs:subClassOf m3-lite:MeasurementType .

m3-lite:Irrigation
    a :Class ;
    rdfs:comment "An actuator to automatically irrigate or not."@en ;
    rdfs:label "Irrigation"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Agriculture
    ] .

m3-lite:Kelvin
    a :Class ;
    rdfs:comment "Kelvin is a unit of measurement for temperature."@en ;
    rdfs:label "Kelvin, Degree Kelvin"@en ;
    rdfs:seeAlso sweet_unit:kelvin ;
    rdfs:subClassOf qu:Unit .

m3-lite:Kilo
    a :Class ;
    rdfs:comment "Measure of wight"@en ;
    rdfs:label "Kilo"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:KiloWattHour
    a :Class ;
    rdfs:comment "Unit to measure electricity by electricity meter devicesy"@en ;
    rdfs:label "Kilo Watt Hour"@en ;
    rdfs:seeAlso qudt_unit:KiloWatthour ;
    rdfs:subClassOf qu:Unit .

m3-lite:KilobitsPerSecond
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Kilobits Per Second"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:Kilogram
    a :Class ;
    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" ;
    rdfs:subClassOf m3-lite:Gram .

m3-lite:KilogramPerCubicMetre
    a :Class ;
    rdfs:label "Kilogram Per Cubic Metre, Kilogram Per Cubic Meter" ;
    rdfs:subClassOf m3-lite:GramPerCubicMetre .

m3-lite:KilometerPerHour
    a :Class ;
    rdfs:label "Kilometer Per Hour" ;
    rdfs:seeAlso "http://data.qudt.org/qudt/owl/1.0.0/unit.owl#KilometerPerHour" ;
    rdfs:subClassOf m3-lite:MeterPerSecond .

m3-lite:Kilometre
    a :Class ;
    rdfs:label "Kilometre, Kilometer" ;
    rdfs:subClassOf m3-lite:Meter .

m3-lite:Lamp
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the lamp."@en ;
    rdfs:label "Lamp Actuator"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Latitude
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Latitude"@en ;
    rdfs:seeAlso wgs84_pos:latitude ;
    rdfs:subClassOf qu:Unit .

m3-lite:Lavatory
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the lavatory."@en ;
    rdfs:label "Lavatory"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:LeafWetness
    a :Class ;
    rdfs:comment "Leaf Wetness"@en ;
    rdfs:label "Leaf Wetness"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:LeafWetnessSensor
    a :Class ;
    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 ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Agriculture
    ] .

m3-lite:LightSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/light.png> ;
    a :Class ;
    rdfs:comment "Light/Illuminance Sensor is used in iPhone4 to adjust the brightness of the screen."@en ;
    rdfs:label "Light Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Weather
    ] .

m3-lite:Liter
    a :Class ;
    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 "Liter, Litre"@en ;
    rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#litre" ;
    rdfs:subClassOf qu:Unit .

m3-lite:LitrePer100Kilometres
    a :Class ;
    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." ;
    rdfs:label "Litre Per 100 Kilometres, Liter Per 100 Kilometers" ;
    rdfs:subClassOf qu:Unit .

m3-lite:Location
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Location"@en ;
    rdfs:seeAlso wgs84_pos:SpatialThing ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:Longitude
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Longitude"@en ;
    rdfs:seeAlso wgs84_pos:longitude ;
    rdfs:subClassOf qu:Unit .

m3-lite:Luggage
    a :Class ;
    rdfs:comment "An RFID tag is embedded on luggage."@en ;
    rdfs:label "Luggage"@en ;
    rdfs:subClassOf m3-lite:RFIDQuantityKind .

m3-lite:Lumen
    a :Class ;
    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" ;
    rdfs:subClassOf qu:Unit .

m3-lite:LuminousFlux
    a :Class ;
    rdfs:comment "Luminous Flux is the measure of the perceived power of light."@en ;
    rdfs:label "Luminous Flux"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:LuminousIntensity
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Luminous Intensity"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:Lux
    a :Class ;
    rdfs:comment "The SI unit of illuminance, equal to one lumen per square metre."@en ;
    rdfs:label "Lux (lx)"@en ;
    rdfs:seeAlso qudt_unit:Lux, sweet_unit:lux, "http://purl.oclc.org/NET/ssnx/qu/unit#lux" ;
    rdfs:subClassOf qu:Unit .

m3-lite:MagneticField
    a :Class ;
    rdfs:comment "Magnetic Field"@en ;
    rdfs:label "Magnetic Field"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:MagneticFluxDensity
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Magnetic Flux Density"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:Magnetometer
    a :Class ;
    rdfs:comment "Magnetic sensors or magnetometer sensors are attached to cupboards to deduce if they are opened or closed"@en ;
    rdfs:label "Magnetic Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Manual
    a :Class ;
    rdfs:comment "If the measurement was taken when human effort was involved"@en ;
    rdfs:label "Manual"@en ;
    rdfs:subClassOf m3-lite:MeasurementType .

m3-lite:Mass
    a :Class ;
    rdfs:comment "Mass is a property that is a constant that indicates the resistance of a material against acceleration." ;
    rdfs:label "Mass"@en ;
    rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/quantity#mass" ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:MeasurementType
    a :Class ;
    rdfs:comment "Type of Measurement" ;
    rdfs:label "Measurement Type" .

m3-lite:Meter
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Meter"@en ;
    rdfs:seeAlso qudt_unit:Meter, sweet_unit:meter ;
    rdfs:subClassOf qu:Unit .

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

m3-lite:MeterPerSecondSquare
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Meter Per Second Square"@en ;
    rdfs:seeAlso <http://purl.oclc.org/NET/ssnx/qu/unit#metrePerSecondSquared> ;
    rdfs:subClassOf qu:Unit .

m3-lite:MethaneSensor
    a :Class ;
    rdfs:comment "Methane (CH4) Sensor"@en ;
    rdfs:label "Methane (CH4) Sensor"@en ;
    rdfs:subClassOf m3-lite:GaseousPollutantSensor .

m3-lite:Microampere
    a :Class ;
    rdfs:label "Microampere (uA)" ;
    rdfs:subClassOf m3-lite:Ampere .

m3-lite:Microgram
    a :Class ;
    rdfs:label "Microgram (ug)" ;
    rdfs:subClassOf m3-lite:Gram .

m3-lite:MicrogramPerCubicMetre
    a :Class ;
    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." ;
    rdfs:label "Microgram Per Cubic Metre, Microgram Per Cubic Meter" ;
    rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#microgramPerCubicMetre" ;
    rdfs:subClassOf m3-lite:GramPerCubicMetre .

m3-lite:Microvolt
    a :Class ;
    rdfs:label "Microvolt (uV)" ;
    rdfs:subClassOf m3-lite:Volt .

m3-lite:Microwatt
    a :Class ;
    rdfs:label "Microwatt (uW)" ;
    rdfs:subClassOf m3-lite:Watt .

m3-lite:Microwave
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the Microwave."@en ;
    rdfs:label "Microwave"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Mileage
    a :Class ;
    rdfs:label "Mileage"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:MileageDistanceToService
    a :Class ;
    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." ;
    rdfs:label "Mileage Distance To Service"@en ;
    rdfs:subClassOf m3-lite:Mileage .

m3-lite:MileageTotal
    a :Class ;
    rdfs:comment "The total distance travelled by the particular vehicle since its initial production." ;
    rdfs:label "Mileage Total"@en ;
    rdfs:subClassOf m3-lite:Mileage .

m3-lite:Miles
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Miles"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:Milliampere
    a :Class ;
    rdfs:label "Milliampere (mA)" ;
    rdfs:subClassOf m3-lite:Ampere .

m3-lite:Millibar
    a :Class ;
    rdfs:label "Millibar" ;
    rdfs:subClassOf qudt_unit:Bar .

m3-lite:Milligram
    a :Class ;
    rdfs:label "Milligram (mg)" ;
    rdfs:subClassOf m3-lite:Gram .

m3-lite:MilligramPerCubicMetre
    a :Class ;
    rdfs:label "Milligram Per Cubic Metre, Milligram Per Cubic Meter" ;
    rdfs:subClassOf m3-lite:GramPerCubicMetre .

m3-lite:MilligramPerSquareMetre
    a :Class ;
    rdfs:comment "A dose unit which is equal to 1 milligram of a toxic or pharmaceutical substance per square meter of surface area of the recipient subject." ;
    rdfs:label "Milligram Per Square Metre" ;
    rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#milligramPerSquareMetre" ;
    rdfs:subClassOf qu:Unit .

m3-lite:Millilitre
    a :Class ;
    rdfs:comment "Millilitre, Milliliter" ;
    rdfs:label "Millilitre" ;
    rdfs:subClassOf m3-lite:Liter .

m3-lite:MillimeterPerHour
    a :Class ;
    rdfs:comment "One millimetre of rainfall is the equivalent of one litre of water per square metre in one hour." ;
    rdfs:label "Millimeter Per Hour, Millimetre Per Hour" ;
    rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#millimetrePerHour" ;
    rdfs:subClassOf qu:Unit .

m3-lite:Millimetre
    a :Class ;
    rdfs:label "Millimetre, Millimeter" ;
    rdfs:subClassOf m3-lite:Meter .

m3-lite:Millisecond
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Millisecond"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:Millivolt
    a :Class ;
    rdfs:label "Millivolt (mV)" ;
    rdfs:subClassOf m3-lite:Volt .

m3-lite:MillivoltPerMeter
    a :Class ;
    rdfs:label "Millivolt Per Meter, Millivolt Per Metre" ;
    rdfs:subClassOf qu:Unit .

m3-lite:Milliwatt
    a :Class ;
    rdfs:label "Milliwatt (mW)" ;
    rdfs:subClassOf m3-lite:Watt .

m3-lite:MinuteAngle
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Minute Angle"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:MinuteTime
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Minute Time"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:MmHg
    a :Class ;
    rdfs:comment "mmHg unit is used to measure blood pressure measurements (systolic and diastolic)."@en ;
    rdfs:label "MmHg"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:MmolPerLiter
    a :Class ;
    rdfs:comment "MmolPerLiter unit to measure cholesterol"@en ;
    rdfs:label "Mmol Per Liter"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:MobHoExecSuccRate
    a :Class ;
    rdfs:comment "Handover Execution"@en ;
    rdfs:label "Handover Execution"@en ;
    rdfs:subClassOf m3-lite:Communication .

m3-lite:MobHoPrepSuccRate
    a :Class ;
    rdfs:comment "Handover Preparation Success Rate"@en ;
    rdfs:label "Handover Preparation Success Rate"@en ;
    rdfs:subClassOf m3-lite:Communication .

m3-lite:MobMobilitySuccRate
    a :Class ;
    rdfs:comment "Handover Mobility Success Rate"@en ;
    rdfs:label "Handover Mobility Success Rate"@en ;
    rdfs:subClassOf m3-lite:Communication .

m3-lite:Monument
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Monument"@en ;
    rdfs:subClassOf m3-lite:Place .

m3-lite:Motion
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Motion"@en ;
    rdfs:seeAlso spitfire:Motion ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:MotionState
    a :Class ;
    rdfs:label "Motion State"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:MotionStateVehicle
    a :Class ;
    rdfs:comment "Indicates whether motion of the vehicle is detected or not." ;
    rdfs:label "Motion State Vehicle"@en ;
    rdfs:subClassOf m3-lite:MotionState .

m3-lite:NFC
    a :Class ;
    rdfs:comment "A tagging device can be NFC (Near Field Communication)"@en ;
    rdfs:label "NFC"@en ;
    rdfs:subClassOf iot-lite:TagDevice .

m3-lite:NH3Sensor
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "NH3 Sensor"@en ;
    rdfs:subClassOf m3-lite:GaseousPollutantSensor .

m3-lite:NO2Sensor
    a :Class ;
    rdfs:comment "E.g. provided by OpenIoT, gas sensor detecting levels of nitrogen dioxide (NO2)"@en ;
    rdfs:label "Nitrogen Dioxide (NO2) Sensor"@en ;
    rdfs:subClassOf m3-lite:GaseousPollutantSensor, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Environment
    ] .

m3-lite:NOSensor
    a :Class ;
    rdfs:comment "Nitrogen Oxide (NO) Sensor"@en ;
    rdfs:label "Nitrogen Oxide (NO) Sensor"@en ;
    rdfs:subClassOf m3-lite:GaseousPollutantSensor .

m3-lite:Neighbors
    a :Class ;
    rdfs:comment "Source of the sound were noisy neighbors"@en ;
    rdfs:label "Neighbors"@en ;
    rdfs:subClassOf m3-lite:SoundSource .

m3-lite:NumberStep
    a :Class ;
    rdfs:comment "Number Step"@en ;
    rdfs:label "Number Step"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:O3Sensor
    a :Class ;
    rdfs:comment "E.g. provided by OpenIoT, gas sensor detecting levels of ozone (O3)"@en ;
    rdfs:label "Ozone (O3) Level Sensor"@en ;
    rdfs:subClassOf m3-lite:GaseousPollutantSensor .

m3-lite:OccupancyDetector
    a :Class ;
    rdfs:comment "Presence detector, motion sensor, Pyroelectric IR Occupancy Detector, Intrusion Detector/ Trespassing, Infrared Sensor, Proximity sensor are used to detect human location. Used in iPhone4 to detect whtn the user holds the phone to her face to speak to diable touchscreen."@en ;
    rdfs:label "Presence Detector"@en ;
    rdfs:seeAlso cose:PassiveInfraredSensor ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Odometer
    a :Class ;
    rdfs:comment "An odometer or odograph is an instrument that indicates distance traveled by a vehicle, such as bicycle or automobile."@en ;
    rdfs:label "Odometer"@en ;
    rdfs:subClassOf ssn:SensingDevice .

m3-lite:Ohm
    a :Class ;
    rdfs:comment "Ohm is the unit of electrical resistance."@en ;
    rdfs:label "Ohm"@en ;
    rdfs:seeAlso sweet_unit:ohm ;
    rdfs:subClassOf qu:Unit .

m3-lite:Okta
    a :Class ;
    rdfs:comment "Okta is the unit to measure the cloud cover"@en ;
    rdfs:label "Okta"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:Others
    a :Class ;
    rdfs:comment "Relates to phenomenon and unit that are not available currently in the current version of Taxonomy"@en ;
    rdfs:label "Others"@en ;
    rdfs:subClassOf qu:QuantityKind, qu:Unit, m3-lite:MeasurementType, m3-lite:SoundSource, m3-lite:Source .

m3-lite:OxygenSensor
    a :Class ;
    rdfs:comment "Oxygen Sensor"@en ;
    rdfs:label "Oxygen Sensor"@en ;
    rdfs:subClassOf m3-lite:GaseousPollutantSensor .

m3-lite:PH
    a :Class ;
    rdfs:comment "PH"@en ;
    rdfs:label "PH"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:PHSensor
    a :Class ;
    rdfs:comment "PH Sensor"@en ;
    rdfs:label "PH Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Agriculture
    ] .

m3-lite:PPM
    a :Class ;
    rdfs:comment "Used by CO2 sensor level"@en ;
    rdfs:label "PPM (parts per million)"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:ParkingSpace
    a :Class ;
    rdfs:comment "An RFID tag is embedded on parking space to detect if they are available or not."@en ;
    rdfs:label "Parking Space"@en ;
    rdfs:subClassOf m3-lite:RFIDQuantityKind .

m3-lite:Pascal
    a :Class ;
    rdfs:comment "Unit for pressure (e.g., atmospheric pressure)"@en ;
    rdfs:label "Pascal"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:Passport
    a :Class ;
    rdfs:comment "An RFID tag is embedded on passport."@en ;
    rdfs:label "Passport"@en ;
    rdfs:subClassOf m3-lite:RFIDQuantityKind .

m3-lite:PaymentCard
    a :Class ;
    rdfs:comment "An RFID tag is embedded on payment card."@en ;
    rdfs:label "Payment Card"@en ;
    rdfs:subClassOf m3-lite:RFIDQuantityKind .

m3-lite:Pedometer
    a :Class ;
    rdfs:comment "Pedometer is used to count the number of steps when walking, running, etc."@en ;
    rdfs:label "Pedometer"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Health
    ] .

m3-lite:Percent
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Percent"@en ;
    rdfs:seeAlso qudt_unit:Percent, sweet_unit:percent ;
    rdfs:subClassOf qu:Unit .

m3-lite:Place
    a :Class ;
    rdfs:comment "Location, Place, GPS coordinates as an Internet of Things (IoT) applicative domain."@en ;
    rdfs:label "Location"@en ;
    rdfs:subClassOf m3-lite:DomainOfInterest .

m3-lite:Pollution
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Pollution"@en ;
    rdfs:subClassOf m3-lite:Environment .

m3-lite:Position
    a :Class ;
    rdfs:label "Position"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:PositionAltitude
    a :Class ;
    rdfs:comment "The vertical distance above mean sea level." ;
    rdfs:label "Position Altitude"@en ;
    rdfs:seeAlso "http://sweet.jpl.nasa.gov/2.3/propSpaceHeight.owl#Altitude" ;
    rdfs:subClassOf m3-lite:Position .

m3-lite:PositionLatitude
    a :Class ;
    rdfs:comment "The angular distance north or south from the equator of a point on the earth's surface, measured on the meridian of the point." ;
    rdfs:label "Position Latitude"@en ;
    rdfs:seeAlso "http://sweet.jpl.nasa.gov/2.3/reprSpaceCoordinate.owl#Latitude" ;
    rdfs:subClassOf m3-lite:Position .

m3-lite:PositionLongitude
    a :Class ;
    rdfs:comment "The angular distance east or west on the earth's surface, measured by the angle contained between the meridian of a particular place and some prime meridian, as that of Greenwich, England, and expressed either in degrees or by some corresponding difference in time." ;
    rdfs:label "Position Longitude"@en ;
    rdfs:seeAlso "http://sweet.jpl.nasa.gov/2.3/reprSpaceCoordinate.owl#Longitude" ;
    rdfs:subClassOf m3-lite:Position .

m3-lite:Potassium
    a :Class ;
    rdfs:comment "Blood Potassium Level"@en ;
    rdfs:label "Potassium"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:Pound
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Pound"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:Power
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Power"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:Precipitation
    a :Class ;
    rdfs:comment "Precipitation or rainfall measurements"@en ;
    rdfs:label "Precipitation"@en ;
    rdfs:seeAlso <http://archive.knoesis.org/research/semsci/application_domain/sem_sensor/ont/sensor-observation.owlPrecipitationProperty>, shw:Precipitation ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:PrecipitationSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/rain.png> ;
    a :Class ;
    rdfs:comment "Precipitation Sensor, Pluviometer or Rainfall sensor is a sensor measuring the amount of precipitation/rainfall."@en ;
    rdfs:label "Precipitation Sensor"@en ;
    rdfs:seeAlso aws:PrecipitationSensor ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Agriculture
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Weather
    ] .

m3-lite:Presence
    a :Class ;
    rdfs:comment "A person is in the room or not."@en ;
    rdfs:label "Presence"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:PresenceState
    a :Class ;
    rdfs:label "Presence State"@en ;
    rdfs:seeAlso "http://elite.polito.it/ontologies/dogont.owl#PresenceState" ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:PresenceStateDriverCard
    a :Class ;
    rdfs:label "Presence State Driver Card"@en ;
    rdfs:subClassOf m3-lite:PresenceState .

m3-lite:PresenceStateDriverCard1
    a :Class ;
    rdfs:comment "Indicates the presence of the first driver card." ;
    rdfs:label "Presence State Driver Card 1"@en ;
    rdfs:subClassOf m3-lite:PresenceStateDriverCard .

m3-lite:PresenceStateDriverCard2
    a :Class ;
    rdfs:comment "Indicates the presence of the second driver card." ;
    rdfs:label "Presence State Driver Card 2"@en ;
    rdfs:subClassOf m3-lite:PresenceStateDriverCard .

m3-lite:PresenceStateEmergencyVehicle
    a :Class ;
    rdfs:comment "The presence or absence of an emergency vehicle (ambulance, fire fighters, etc.)." ;
    rdfs:label "Presence State Emergency Vehicle"@en ;
    rdfs:subClassOf m3-lite:PresenceState .

m3-lite:PresenceStateParking
    a :Class ;
    rdfs:comment "The presence or absence of a vehicle parked." ;
    rdfs:label "Presence State Parking"@en ;
    rdfs:subClassOf m3-lite:PresenceState .

m3-lite:PresenceStatePeople
    a :Class ;
    rdfs:comment "The presence or absence of people passing." ;
    rdfs:label "Presence State People"@en ;
    rdfs:subClassOf m3-lite:PresenceState .

m3-lite:Pressure
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Pressure"@en ;
    rdfs:seeAlso <http://archive.knoesis.org/research/semsci/application_domain/sem_sensor/ont/sensor-observation.owlPressureProperty> ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:PressureSensor
    a :Class ;
    rdfs:comment "A pressure sensor can be attached on the bed to infer if the user is lying, sleeping, sitting, bed occupancy, etc."@en ;
    rdfs:label "Pressure Sensor (e.g., bed)"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Proximity
    a :Class ;
    rdfs:comment "Proximity"@en ;
    rdfs:label "Proximity"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:ProximitySensor
    a :Class ;
    rdfs:comment "Detect if something is within proximity of a sensor"@en ;
    rdfs:label "Proximity Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

m3-lite:PublicTransit
    a :Class ;
    rdfs:comment "Source of the sound was Public transit"@en ;
    rdfs:label "Public Transit"@en ;
    rdfs:subClassOf m3-lite:SoundSource .

m3-lite:PulseOxymeter
    a :Class ;
    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 ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Health
    ] .

m3-lite:QRCode
    a :Class ;
    rdfs:comment "A tagging device can be QRCode"@en ;
    rdfs:label "QR Code"@en ;
    rdfs:subClassOf iot-lite:TagDevice .

m3-lite:RFID
    a :Class ;
    rdfs:comment "A tagging device can be RFID"@en ;
    rdfs:label "RFID"@en ;
    rdfs:subClassOf iot-lite:TagDevice .

m3-lite:RFIDQuantityKind
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "RFID Measurement Type"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:Radian
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Radian"@en ;
    rdfs:seeAlso sweet_unit:radian ;
    rdfs:subClassOf qu:Unit .

m3-lite:RadianPerSecond
    a :Class ;
    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." ;
    rdfs:label "Radian Per Second"@en ;
    rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#radianPerSecond" ;
    rdfs:subClassOf qu:Unit .

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

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

m3-lite:RecognizedActivity
    a :Class ;
    rdfs:comment "Activity Recognized"@en ;
    rdfs:label "Recognized Activity"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:RelativeHumidity
    a :Class ;
    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." ;
    rdfs:label "Relative Humidity"@en ;
    rdfs:seeAlso "http://sweet.jpl.nasa.gov/ontology/property.owl#RelativeHumidity" ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:ResAverageLicConnectedUsers
    a :Class ;
    rdfs:comment "Connected Users"@en ;
    rdfs:label "Connected Users"@en ;
    rdfs:subClassOf m3-lite:Communication .

m3-lite:Restaurant
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Restaurant"@en ;
    rdfs:subClassOf m3-lite:Place .

m3-lite:RetERabDrop
    a :Class ;
    rdfs:comment "ERAB Drop"@en ;
    rdfs:label "ERAB Drop"@en ;
    rdfs:subClassOf m3-lite:Communication .

m3-lite:RevolutionsPerMinute
    a :Class ;
    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." ;
    rdfs:label "Revolutions Per Minute"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:RoadOccupancy
    a :Class ;
    rdfs:comment "Ratio of time on which a road lane section is occupied by vehicles within a given period of time." ;
    rdfs:label "Road Occupancy"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:RoadSurfaceThermometer
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/thermometer.png> ;
    a :Class ;
    rdfs:comment "Road Surface Thermometer"@en ;
    rdfs:label "Road Surface Thermometer"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:RoadTemperature
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Road Temperature"@en ;
    rdfs:subClassOf m3-lite:Temperature .

m3-lite:RoomTemperature
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Room Temperature"@en ;
    rdfs:seeAlso dogont:TemperatureMeasurementMNotification, home:RoomTemperature ;
    rdfs:subClassOf m3-lite:BuildingTemperature .

m3-lite:RotationalSpeed
    a :Class ;
    rdfs:label "Rotational Speed"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:RotationalSpeedEngine
    a :Class ;
    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." ;
    rdfs:label "Rotational Speed Engine"@en ;
    rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/quantity#rotationalSpeed" ;
    rdfs:subClassOf m3-lite:RotationalSpeed .

m3-lite:SO2Sensor
    a :Class ;
    rdfs:comment "Sulphur Dioxide (SO2) Sensor"@en ;
    rdfs:label "Sulphur Dioxide (SO2) Sensor"@en ;
    rdfs:subClassOf m3-lite:GaseousPollutantSensor .

m3-lite:SPO2
    a :Class ;
    rdfs:comment "SPO2 Measurement"@en ;
    rdfs:label "SPO2"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:Salinity
    a :Class ;
    rdfs:comment "Salinity"@en ;
    rdfs:label "Salinity"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:SaltMeter
    a :Class ;
    rdfs:comment "Salt meter, salinity can be used in the fishery domain [Xiang Su et al. 2014]"@en ;
    rdfs:label "Salt Meter"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Environment
    ] .

m3-lite:Scale
    a :Class ;
    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." ;
    rdfs:label "Scale"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:SeatBeltTensionSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/seatBelt.png> ;
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Seat Belt Tension Actuator (on/off)"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:SecondAngle
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Second Angle"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:SecondTime
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Second Time"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:Seismometer
    a :Class ;
    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 ;
    rdfs:subClassOf ssn:SensingDevice .

m3-lite:ShakeSensor
    a :Class ;
    rdfs:comment "Shake sensors can deduce the quality of the road, earthquakes."@en ;
    rdfs:label "Shake Sensor"@en ;
    rdfs:seeAlso cose:ShakeSensor ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Environment
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:Shower
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the shower."@en ;
    rdfs:label "Shower"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Sink
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the sink."@en ;
    rdfs:label "Sink"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Sirens
    a :Class ;
    rdfs:comment "Source of the sound were sirens either from ambulence, police car or factory etc"@en ;
    rdfs:label "Sirens"@en ;
    rdfs:subClassOf m3-lite:SoundSource .

m3-lite:SkinConductance
    dc:description "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 ;
    a :Class ;
    rdfs:comment "Skin conductance (or GSR: Galvanic Skin Response)"@en ;
    rdfs:label "Skin conductance, GSR"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:SkinConductanceSensor
    a :Class ;
    rdfs:comment "Skin Conductance Sensor"@en ;
    rdfs:label "Skin Conductance Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Emotion
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Health
    ] .

m3-lite:SmokeDetector
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/smoke.png> ;
    a :Class ;
    rdfs:comment "Smoke detectors/Fire Alarms can detect if there is a fire, the smoke."@en ;
    rdfs:label "Smoke Detector"@en ;
    rdfs:seeAlso cose:SmokeAlarm ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:SnowChains
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/snowChain.png> ;
    a :Class ;
    rdfs:comment "The actuator Snow chains (on/off)"@en ;
    rdfs:label "Snow Chains"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:Sodium
    a :Class ;
    rdfs:comment "Blood Sodium level"@en ;
    rdfs:label "Sodium"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:Soil
    a :Class ;
    rdfs:comment "Environment"@en ;
    rdfs:label "Soil"@en ;
    rdfs:subClassOf m3-lite:Environment .

m3-lite:SoilHumidity
    a :Class ;
    rdfs:comment "Soil Humidity"@en ;
    rdfs:label "Soil Humidity"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:SoilHumiditySensor
    a :Class ;
    rdfs:comment "Soil Humidity sensor, Soil moisture, Hygrometer are an instrument used for measuring the soil moisture."@en ;
    rdfs:label "Soil Humidity Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Agriculture
    ] .

m3-lite:SoilMoistureTension
    a :Class ;
    rdfs:comment "The force per unit area required to remove film water from soil." ;
    rdfs:label "Soil Moisture Tension"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:SoilTemperature
    a :Class ;
    rdfs:comment "Soil temperature is the bulk temperature of the soil, not the surface (skin) temperature."@en ;
    rdfs:label "Soil Temperature"@en ;
    rdfs:subClassOf m3-lite:Temperature .

m3-lite:SolarRadiation
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Solar Radiation Measurement, PAR Measurement (Photosynthetically Active Radiation)"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:SolarRadiationSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/solarRadiation.png> ;
    a :Class ;
    rdfs:comment "Solar Radiation Sensor. PAR (Photosynthetically Active Radiation) Sensor, Sun Light. Unit watts per square meter (w/m2)"@en ;
    rdfs:label "Solar Radiation Sensor"@en ;
    rdfs:seeAlso aws:RadiationSensor, spitfire:Light ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Agriculture
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Weather
    ] .

m3-lite:Sound
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Sound, Noise Level"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:SoundPressureLevel
    a :Class ;
    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." ;
    rdfs:label "Sound Pressure Level"@en ;
    rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/quantity#soundPressure" ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:SoundPressureLevelAmbient
    a :Class ;
    rdfs:label "Sound Pressure Level Ambient"@en ;
    rdfs:subClassOf m3-lite:SoundPressureLevel .

m3-lite:SoundSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/noise.png> ;
    a :Class ;
    rdfs:comment "Sound Sensor, Noise level Sensor, Volume sensor, Microphone"@en ;
    rdfs:label "Sound Sensor"@en ;
    rdfs:seeAlso cose:Microphone ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:SoundSource
    a :Class ;
    rdfs:comment "Source where the sound originated"@en ;
    rdfs:label "Sound Source"@en ;
    rdfs:subClassOf m3-lite:Source .

m3-lite:Source
    a :Class ;
    rdfs:comment "Environmental Source"@en ;
    rdfs:label "Source"@en .

m3-lite:Speed
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Speed"@en ;
    rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/quantity#speed" ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:SpeedAverage
    a :Class ;
    rdfs:comment "A measure of the average rate of motion of an object." ;
    rdfs:label "Speed Average"@en ;
    rdfs:subClassOf m3-lite:Speed .

m3-lite:SpeedInstantaneous
    a :Class ;
    rdfs:comment "A measure of the instantaneous rate of motion of an object." ;
    rdfs:label "Speed Instantaneous"@en ;
    rdfs:subClassOf m3-lite:Speed .

m3-lite:SpeedMedian
    a :Class ;
    rdfs:comment "A measure of the median rate of motion of an object." ;
    rdfs:label "Speed Median"@en ;
    rdfs:subClassOf m3-lite:Speed .

m3-lite:SpeedSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/speed.png> ;
    a :Class ;
    rdfs:comment "Car Speed Sensor, speedometer or Velocity used in a car"@en ;
    rdfs:label "Car Speed Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:SunPositionDirection
    a :Class ;
    rdfs:comment "To detect sun from north eastm, south or west. Unit Degree"@en ;
    rdfs:label "Sun Position Direction"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:SunPositionDirectionSensor
    a :Class ;
    rdfs:comment "To detect sun from north eastm, south or west. Unit Degree"@en ;
    rdfs:label "Sun Position Direction Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Weather
    ] .

m3-lite:SunPositionElevation
    a :Class ;
    rdfs:comment "To detect sun state (day, twilight, night, etc). Unit Degree"@en ;
    rdfs:label "Sun Position Elevation"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:SunPositionElevationSensor
    a :Class ;
    rdfs:comment "To detect sun state (day, twilight, night, etc). Unit Degree"@en ;
    rdfs:label "Sun Position Elevation Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Weather
    ] .

m3-lite:SystolicBloodPressure
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Systolic Blood Pressure"@en ;
    rdfs:subClassOf m3-lite:BloodPressure .

m3-lite:TV
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the television."@en ;
    rdfs:label "TV"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Telephone
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the Telephone."@en ;
    rdfs:label "Telephone"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Temperature
    a :Class ;
    rdfs:comment "By defaut, Air temperature"@en ;
    rdfs:label "Temperature"@en ;
    rdfs:seeAlso <http://archive.knoesis.org/research/semsci/application_domain/sem_sensor/ont/sensor-observation.owlTemperatureProperty>, openIoT:Temperature, aws:air_temperature ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:TemperatureEngine
    a :Class ;
    rdfs:comment "The temperature of a vehicle engine." ;
    rdfs:label "Temperature Engine" ;
    rdfs:subClassOf m3-lite:Temperature .

m3-lite:TemperatureWasteContainer
    a :Class ;
    rdfs:comment "The temperature of the air that would be indicated by a thermometer exposed to the air inside a waste container." ;
    rdfs:label "Temperature Waste Container" ;
    rdfs:subClassOf m3-lite:Temperature .

m3-lite:Tesla
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Tesla"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:Thermometer
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/thermometer.png> ;
    a :Class ;
    rdfs:comment "A thermometer to measure the temperature in a room or outside"@en ;
    rdfs:label "Thermometer"@en ;
    rdfs:seeAlso cose:TempuratureSensor, aws:TemperatureSensor ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:EnergyFOI
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Environment
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Weather
    ] .

m3-lite:ThrottleSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/throttle.png> ;
    a :Class ;
    rdfs:comment "Throttle Position Sensor is used in cars."@en ;
    rdfs:label "Throttle Position Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:Time
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Time"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:TimeRelatedState
    a :Class ;
    rdfs:label "Time Related State"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:TimeRelatedStateDriver
    a :Class ;
    rdfs:label "Time Related State Driver"@en ;
    rdfs:subClassOf m3-lite:TimeRelatedState .

m3-lite:TimeRelatedStateDriver1
    a :Class ;
    rdfs:comment "Indicates if the first driver approaches or exceeds working time limits (or other limits)." ;
    rdfs:label "Time Related State Driver 1"@en ;
    rdfs:subClassOf m3-lite:TimeRelatedStateDriver .

m3-lite:TimeRelatedStateDriver2
    a :Class ;
    rdfs:comment "Indicates if the second driver approaches or exceeds working time limits (or other limits)." ;
    rdfs:label "Time Related State Driver 2"@en ;
    rdfs:subClassOf m3-lite:TimeRelatedStateDriver .

m3-lite:Timestamp
    a :Class ;
    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." ;
    rdfs:label "Timestamp"@en ;
    rdfs:seeAlso "http://sweet.jpl.nasa.gov/2.3/propTime.owl#Timestamp" ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:Toll
    a :Class ;
    rdfs:comment "An RFID tag is embedded on electronic toll system."@en ;
    rdfs:label "Toll"@en ;
    rdfs:subClassOf m3-lite:RFIDQuantityKind .

m3-lite:Tonne
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Tonne"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:TouchSensor
    a :Class ;
    rdfs:comment "Touch Sensor (suggested by INRIA experiment)"@en ;
    rdfs:label "Touch Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

m3-lite:Tourism
    a :Class ;
    rdfs:comment "Tourism as an Internet of Things (IoT) applicative domain."@en ;
    rdfs:label "Tourism"@en ;
    rdfs:subClassOf m3-lite:DomainOfInterest .

m3-lite:TrackingAnimal
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Tracking Animal"@en ;
    rdfs:subClassOf m3-lite:TrackingGood .

m3-lite:TrackingBook
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Tracking Book"@en ;
    rdfs:subClassOf m3-lite:TrackingGood .

m3-lite:TrackingCD
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Tracking CD"@en ;
    rdfs:subClassOf m3-lite:TrackingGood .

m3-lite:TrackingClothing
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Tracking Clothing"@en ;
    rdfs:subClassOf m3-lite:TrackingGood .

m3-lite:TrackingDVD
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Tracking DVD"@en ;
    rdfs:subClassOf m3-lite:TrackingGood .

m3-lite:TrackingFood
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Tracking Food"@en ;
    rdfs:subClassOf m3-lite:TrackingGood .

m3-lite:TrackingGood
    a :Class ;
    rdfs:comment "Tracking RFID Goods as an Internet of Things (IoT) applicative domain."@en ;
    rdfs:label "Tracking RFID Goods"@en ;
    rdfs:subClassOf m3-lite:DomainOfInterest .

m3-lite:TrackingLuggage
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Tracking Luggage"@en ;
    rdfs:subClassOf m3-lite:TrackingGood .

m3-lite:TrackingParkingSpace
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Tracking Parking Space"@en ;
    rdfs:subClassOf m3-lite:TrackingGood .

m3-lite:TrackingPassport
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Tracking Passport"@en ;
    rdfs:subClassOf m3-lite:TrackingGood .

m3-lite:TrackingPaymentCard
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Tracking Payment Card"@en ;
    rdfs:subClassOf m3-lite:TrackingGood .

m3-lite:TrackingToll
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Tracking Toll"@en ;
    rdfs:subClassOf m3-lite:TrackingGood .

m3-lite:TrackingTransitPass
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Tracking Transit Pass"@en ;
    rdfs:subClassOf m3-lite:TrackingGood .

m3-lite:Traffic
    a :Class ;
    rdfs:comment "Source of the sound was traffic"@en ;
    rdfs:label "Traffic"@en ;
    rdfs:subClassOf m3-lite:SoundSource .

m3-lite:TrafficCongestion
    a :Class ;
    rdfs:comment "Descriptive level of road traffic congestion within a defined area." ;
    rdfs:label "Traffic Congestion"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:TrafficIntensity
    a :Class ;
    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" ;
    rdfs:label "Traffic Intensity"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:TrafficJam
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Traffic Jam"@en ;
    rdfs:subClassOf m3-lite:Transportation .

m3-lite:TransitPass
    a :Class ;
    rdfs:comment "CommutationTicket/ Transit pass"@en ;
    rdfs:label "Transit Pass"@en ;
    rdfs:subClassOf m3-lite:RFIDQuantityKind .

m3-lite:Transportation
    a :Class ;
    rdfs:comment "Transportation, Smart Car/Vehicle, Intelligent Transport System (ITS) as an Internet of Things (IoT) applicative domain"@en ;
    rdfs:label "Transportation"@en ;
    rdfs:subClassOf m3-lite:DomainOfInterest .

m3-lite:UltrasonicSensor
    a :Class ;
    rdfs:comment "Ultrasonic sensors are used to deduce human posture in smart home for example."@en ;
    rdfs:label "Ultrasonic Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:VehicleCountSensor
    a :Class ;
    rdfs:comment "To count the number of vehicles (e.g., used within the Citypulse project)"@en ;
    rdfs:label "Vehicle Count Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:VehicleOverspeedState
    a :Class ;
    rdfs:comment "Indicates whether the vehicle is exceeding the legal speed limit." ;
    rdfs:label "Vehicle Overspeed State"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:VehiclesPerMinute
    a :Class ;
    rdfs:comment "Number of vehicles that traverse a concrete region of the space in one minute." ;
    rdfs:label "Vehicles Per Minute"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:Ventilation
    a :Class ;
    rdfs:comment "An actuator to automatically open/close the ventilation."@en ;
    rdfs:label "Ventilation"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:Visibility
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Visibility"@en ;
    rdfs:seeAlso openIoT:AtmosphereVisibility ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:VisibilitySensor
    a :Class ;
    rdfs:comment "Visibility sensor to detect fog"@en ;
    rdfs:label "Visibility Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Transportation
    ] .

m3-lite:Volt
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Volt"@en ;
    rdfs:seeAlso sweet_unit:volt ;
    rdfs:subClassOf qu:Unit .

m3-lite:VoltAmpereReactive
    a :Class ;
    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." ;
    rdfs:label "Volt Ampere Reactive, VAR", "var" ;
    rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#var" ;
    rdfs:subClassOf qu:Unit .

m3-lite:VoltageSensor
    a :Class ;
    rdfs:comment "The Com4Innov testbed is providing voltage sensor."@en ;
    rdfs:label "Voltage Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

m3-lite:WashingMachine
    a :Class ;
    rdfs:comment "An actuator to automatically switch on/off the washing machine."@en ;
    rdfs:label "Washing Machine"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:WaterFlow
    a :Class ;
    rdfs:comment "Water flow to detect if sinks, showers, baths or flushing are used."@en ;
    rdfs:label "Water Flow"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:WaterLevel
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Water Level"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:WaterTemperature
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Water Temperature"@en ;
    rdfs:subClassOf m3-lite:Temperature .

m3-lite:Watt
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Watt (W)"@en ;
    rdfs:seeAlso sweet_unit:watt ;
    rdfs:subClassOf qu:Unit .

m3-lite:WattPerMeterSquare
    a :Class ;
    rdfs:label "Watt Per Meter Square"@en ;
    rdfs:subClassOf qu:Unit .

m3-lite:WattPerSquareMeter
    a :Class ;
    rdfs:comment "Unit to measure solar radiation"@en ;
    rdfs:label "Watt Per Square Metre, Watt Per Square Meter"@en ;
    rdfs:seeAlso "http://purl.oclc.org/NET/ssnx/qu/unit#wattPerSquareMetre" ;
    rdfs:subClassOf qu:Unit .

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

m3-lite:WeatherLuminosity
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Weather Luminosity"@en ;
    rdfs:subClassOf m3-lite:Illuminance .

m3-lite:WeatherPrecipitation
    a :Class ;
    rdfs:comment ""@en ;
    rdfs:label "Weather Precipitation"@en ;
    rdfs:subClassOf m3-lite:Precipitation .

m3-lite:Weight
    a :Class ;
    rdfs:comment "Weight"@en ;
    rdfs:label "Weight"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:WeightSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/weight.png> ;
    a :Class ;
    rdfs:comment "Weight Sensor can be used to weigh a person."@en ;
    rdfs:label "Weight Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Health
    ] .

m3-lite:Wind
    a :Class ;
    rdfs:comment "Wind"@en ;
    rdfs:label "Wind"@en ;
    rdfs:subClassOf m3-lite:Environment .

m3-lite:WindChill
    a :Class ;
    rdfs:comment "Wind chill"@en ;
    rdfs:label "Wind Chill"@en ;
    rdfs:seeAlso openIoT:WindChill ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:WindChillSensor
    a :Class ;
    rdfs:comment "Wind Chill Sensor"@en ;
    rdfs:label "Wind Chill Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Weather
    ] .

m3-lite:WindDirection
    a :Class ;
    rdfs:comment "The geodetic azimuth of the direction from which the wind is blowing."@en ;
    rdfs:label "Wind Direction"@en ;
    rdfs:seeAlso shw:DirectionalWind ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:WindDirectionSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/windDirection.png> ;
    a :Class ;
    rdfs:comment "Wind Direction Sensor, unit in Degree"@en ;
    rdfs:label "Wind Direction Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Weather
    ] .

m3-lite:WindSpeed
    a :Class ;
    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 openIoT:WindSpeed ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:WindSpeedSensor
    txn:hasImage <http://sensormeasurement.appspot.com/images/sensor/wind.png> ;
    a :Class ;
    rdfs:comment "Wind Speed Sensor, Anemometer or Wind Velocity Sensor is used to measure the wind speed."@en ;
    rdfs:label "Wind Speed Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Agriculture
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Environment
    ], [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:Weather
    ] .

m3-lite:Window
    a :Class ;
    rdfs:comment "An actuator to automatically open/close the window."@en ;
    rdfs:label "Window"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a :Restriction ;
        :onProperty m3-lite:hasDomainOfInterest ;
        :someValuesFrom m3-lite:BuildingAutomation
    ] .

m3-lite:WorkingState
    a :Class ;
    rdfs:label "Working State"@en ;
    rdfs:subClassOf qu:QuantityKind .

m3-lite:WorkingStateDriver
    a :Class ;
    rdfs:label "Working State Driver"@en ;
    rdfs:subClassOf m3-lite:WorkingState .

m3-lite:WorkingStateDriver1
    a :Class ;
    rdfs:comment "State of work of the first driver as defined in the FMS standard." ;
    rdfs:label "Working State Driver 1"@en ;
    rdfs:subClassOf m3-lite:WorkingStateDriver .

m3-lite:WorkingStateDriver2
    a :Class ;
    rdfs:comment "State of work of the second driver as defined in the FMS standard." ;
    rdfs:label "Working State Driver 2"@en ;
    rdfs:subClassOf m3-lite:WorkingStateDriver .

m3-lite:Wout
    a :Class ;
    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 ;
    rdfs:subClassOf qu:Unit .

m3-lite:Year
    a :Class ;
    rdfs:comment "Year"@en ;
    rdfs:label "Year"@en ;
    rdfs:seeAlso sweet_unit:year ;
    rdfs:subClassOf qu:Unit .

m3-lite:chemicalAgentAtmosphericConcentrationO3
    a :Class ;
    rdfs:comment "The concentration of ozone (O3) gas suspended in an atmosphere." ;
    rdfs:label "Chemical Agent Atmospheric Concentration O3"@en ;
    rdfs:subClassOf m3-lite:ChemicalAgentAtmosphericConcentration .

m3-lite:hasDirection
    a :ObjectProperty ;
    rdfs:range m3-lite:Direction .

m3-lite:hasDomainOfInterest
    a :ObjectProperty ;
    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 ;
    rdfs:range m3-lite:DomainOfInterest .

m3-lite:hasMeasurementType
    a :ObjectProperty ;
    rdfs:range [
        a :Restriction ;
        :onClass m3-lite:MeasurementType ;
        :onProperty m3-lite:hasMeasurementType ;
        :qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ] .

m3-lite:hasSoundSource
    a :ObjectProperty ;
    rdfs:domain m3-lite:Sound ;
    rdfs:range m3-lite:SoundSource ;
    rdfs:subPropertyOf m3-lite:hasSource .

m3-lite:hasSource
    a :ObjectProperty ;
    rdfs:domain qu:QuantityKind ;
    rdfs:range m3-lite:Source .

m3-lite:intDlThroughputKbps
    a :Class ;
    rdfs:comment "Downlink Throughput"@en ;
    rdfs:label "Downlink Throughput"@en ;
    rdfs:subClassOf m3-lite:Communication .

m3-lite:intUlPacketLoss
    a :Class ;
    rdfs:comment "Uplink Packet Loss"@en ;
    rdfs:label "Uplink Packet Loss"@en ;
    rdfs:subClassOf m3-lite:Communication .

m3-lite:intUlThroughputKbps
    a :Class ;
    rdfs:comment "Uplink Throughput"@en ;
    rdfs:label "Uplink Throughput"@en ;
    rdfs:subClassOf m3-lite:Communication .

vann:preferredNamespacePrefix
    a :AnnotationProperty .

vann:preferredNamespaceUri
    a :AnnotationProperty .

rdfs:comment
    a :AnnotationProperty .

:equivalentClass
    a :AnnotationProperty .

vs:term_status
    a :AnnotationProperty .

foaf:name
    a :AnnotationProperty .

