@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://purl.org/iot/vocab/m3-lite#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix qu: <http://purl.org/NET/ssnx/qu/qu#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ssn: <http://purl.oclc.org/NET/ssnx/ssn#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix qudt: <http://data.qudt.org/qudt/owl/1.0.0/unit.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix iot-lite: <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#> .

iot-lite:ActuatingDevice
    a owl:Class ;
    rdfs:comment "Device that can actuate over an object or QuantityKind (e.g., switch on/off the light)."@en ;
    rdfs:label "Actuating Device"@en ;
    rdfs:subClassOf ssn:Device .

iot-lite:TagDevice
    a owl:Class ;
    rdfs:comment "Device that can redirect to a resource with information (i.e. RFID, NFC, QR-codes, bar-codes)."@en ;
    rdfs:label "Tagging Device"@en ;
    rdfs:subClassOf ssn:Device .

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

ssn:Platform
    dc:source """skos:exactMatch 'platform' [SensorML OGC-0700]
                                  http://www.opengeospatial.org/standards/sensorml""" ;
    a owl:Class ;
    rdfs:comment "An Entity to which other Entities can be attached - particularly Sensors and other Platforms.  For example, a post might act as the Platform, a buoy might act as a Platform, or a fish might act as a Platform for an attached sensor." ;
    rdfs:label "Platform"@en ;
    rdfs:seeAlso "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#PlatformSite" .

ssn:SensingDevice
    a owl:Class ;
    rdfs:comment "A sensing device is a device that implements sensing."@en ;
    rdfs:label "Sensing Device"@en ;
    rdfs:subClassOf ssn:Device .

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

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

dc:contributor
    a owl:AnnotationProperty .

dc:creator
    a owl:AnnotationProperty .

dc:description
    a owl:AnnotationProperty .

dc:rights
    a owl:AnnotationProperty .

dc:source
    a owl:AnnotationProperty .

dc:title
    a owl:AnnotationProperty .

dcterms:issued
    a owl:AnnotationProperty .

dcterms:modified
    a owl:AnnotationProperty .

<http://purl.org/iot/vocab/m3-lite#>
    dc:contributor "Amelie Gyrard, NUIG, Galway"@en, "David Gomez, UC, Santander"@en, "Garvita Bajaj, Inria, Paris (Past)"@en, "Jorge Lanza, UC, Santander"@en, "Luis Sanchez, UC, Santander"@en, "Rachit Agarwal, Inria, Paris"@en, "Tarek Elsaleh, UNIS, Surrey"@en ;
    dc:description """M3-lite taxonomy is designed for the EU H2020 FIESTA-IoT project. It is a lite version of M3 ontology. M3-lite contains taxonomy for various QuantityKinds (commonly known as physical and environmental phenomena), Unit of measurements, different types of sensor and different types of domain of interests. M3-lite has evolved to serve the purpose of several testbeds that want to be part of federation provided by FIESTA-IoT. Most relevant testbeds integrated using M3-lite are EU FP7's SmartSantander testbed, UniS's (UK) SmartICS testbed, Inria's (France) Soundcity/Ambiciti testbed, KETI's (South Korea) Mobius testbed and EGM's (France) 4G testbed. More information on the above testbeds  along with those that have joined at the FIESTA-IoT platform is available via http://fiesta-iot.eu/index.php/fiesta-testbeds/. Intially, this taxonomy was a light weight version of M3 ontology and since 2016 has found its own separate way. 

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

        """@en ;
    dc:rights "Copyright EU H2020 FIESTA-IoT" ;
    dc:title "The M3-lite Taxonomy"@en ;
    dcterms:issued "2015-07-02"^^xsd:date ;
    dcterms:modified "2019-11-04"^^xsd:decimal ;
    vann:preferredNamespacePrefix "m3-lite" ;
    vann:preferredNamespaceUri "http://purl.org/iot/vocab/m3-lite#" ;
    a owl:Ontology ;
    rdfs:comment "The M3-lite is a taxonomy that enables testbeds to semantically annotate the IoT data produced by heterogeneous devices and store them in a federated datastore such as FIESTA-IoT. In this taxonomy, we classify devices, the domain of interests (health, smart home, smart kitchen, environmental monitoring, etc.), phenomena and unit of measurements."@en ;
    owl:versionInfo 3.2 .

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

:AccInitialERabEstabSuccRate
    a owl:Class ;
    rdfs:comment "Initial E-UTRAN Radio Access Bearer establishment success rate."@en ;
    rdfs:label "Initial E-RAB Establishment Success Rate"@en ;
    rdfs:subClassOf :Communication .

:AccInitialERabSetupSuccRate
    a owl:Class ;
    rdfs:comment "Initial E-UTRAN Radio Access Bearer setup success rate."@en ;
    rdfs:label "Initial E-RAB Setup Success Rate"@en ;
    rdfs:subClassOf :Communication .

:AccRrcConnSetupSuccRate
    a owl:Class ;
    rdfs:comment "Radio Resource Control connection setup success rate."@en ;
    rdfs:label "RRC Connection Setup Success Rate"@en ;
    rdfs:subClassOf :Communication .

:AccS1SigEstabSuccRate
    a owl:Class ;
    rdfs:comment "S1 (S1 standardized interface between eNB and Evolved Packet Core) signalling establishment success rate."@en ;
    rdfs:label "S1 Signalling Establishment Success Rate"@en ;
    rdfs:subClassOf :Communication .

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

:AccelerationInstantaneous
    a owl:Class ;
    rdfs:comment "The acceleration at a given instant of time."@en ;
    rdfs:label "Instantaneous Acceleration"@en ;
    rdfs:subClassOf :Acceleration .

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

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

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

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

:AirHumiditySensor
    a owl:Class ;
    rdfs:comment "Sensor used to measure air humidity."@en ;
    rdfs:label "Air Humidity Sensor"@en ;
    rdfs:subClassOf :HumiditySensor, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Environment
    ] .

:AirPollutantSensor
    a owl:Class ;
    rdfs:comment "Air Pollutant Sensor are devices that detect and monitor the presence of air pollution in the surrounding area (source Wikipedia)."@en ;
    rdfs:label "Air Pollutant Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Environment
    ] .

:AirPollution
    a owl:Class ;
    rdfs:comment "Usually measured using Air Quality Index (AQI), it is the measure of Air Pollution in the environment. It is similar to Air Quality."@en ;
    rdfs:label "Air Pollution Quantity Kind"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

:AirTemperature
    a owl: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 <http://openiot.eu/ontology/ns/AirTemperature>, <http://paul.staroch.name/thesis/SmartHomeWeather.owl#Temperature> ;
    rdfs:subClassOf :Temperature .

:AirThermometer
    a owl:Class ;
    rdfs:comment "Device to measure the Air temperature of either indoor or outdoor atmosphere."@en ;
    rdfs:label "Air Thermometer"@en ;
    rdfs:subClassOf :Thermometer .

:AlarmSystem
    a owl:Class ;
    rdfs:comment "An actuator to automatically switch on/off the alarm system."@en ;
    rdfs:label "Alarm System Actuating Device"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice .

:AlcoholLevel
    a owl:Class ;
    rdfs:comment "Measure of Alcohol Level in the system."@en ;
    rdfs:label "Alcohol Level Quantity Kind"@en ;
    rdfs:subClassOf qu:QuantityKind .

:AlcoholLevelSensor
    a owl:Class ;
    rdfs:comment "Device used to detect and measure Alcohol Level in the system."@en ;
    rdfs:label "Alcohol Level Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Transportation
    ] .

:Ampere
    a owl: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:Ampere, <http://sweet.jpl.nasa.gov/ontology/units.owl#ampere>, "http://purl.oclc.org/NET/ssnx/qu/unit#ampere" ;
    rdfs:subClassOf qu:Unit .

:AngularSpeed
    a owl:Class ;
    rdfs:comment "It is the rate of change of angular displacement and is a vector quantity (more precisely, a pseudovector) that specifies the angular speed (rotational speed) of an object and the axis about which the object is rotating. (Source Wikipedia)."@en ;
    rdfs:label "Angular Speed"@en ;
    rdfs:subClassOf qu:QuantityKind .

:Animals
    a owl:Class ;
    rdfs:comment "when the source of the sound were animals."@en ;
    rdfs:label "Animals as Sound Source"@en ;
    rdfs:subClassOf :SoundSource .

:AtmosphericPressure
    a owl: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 <http://openiot.eu/ontology/ns/AtmospherePressure>, <http://paul.staroch.name/thesis/SmartHomeWeather.owl#AtmosphericPressure>, "http://purl.oclc.org/NET/ssnx/qu/quantity#atmosphericPressure" ;
    rdfs:subClassOf :Pressure .

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

:AutomaticSensing
    a owl:Class ;
    rdfs:comment "When the devices are set to take the observations Automatically without any external aid."@en ;
    rdfs:label "Automatic Measurement Type"@en ;
    rdfs:subClassOf :MeasurementType .

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

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

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

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

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

:BloodCoagulation
    dc:description "Blood Coagulation is the process by which blood changes from  liquid to gel to form a blood clot. It allows the cessation of blood loss from an injury."@en ;
    a owl:Class ;
    rdfs:label "Blood Coagulation"@en ;
    rdfs:subClassOf qu:QuantityKind .

:BloodGlucose
    a owl:Class ;
    rdfs:comment "Measure of Blood glucose level or blood sugar level."@en ;
    rdfs:label "Blood Glucose Quantity Kind"@en ;
    rdfs:subClassOf qu:QuantityKind .

:BloodPressure
    a owl:Class ;
    rdfs:comment "Measure of the pressure in your blood vessels when your heart rests between beats."@en ;
    rdfs:label "Blood Pressure"@en ;
    rdfs:subClassOf :Pressure .

:BloodPressureSensor
    a owl:Class ;
    rdfs:comment "Device used to measure Blood Pressure."@en ;
    rdfs:label "Blood Pressure Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Health
    ] .

:BoardTemperature
    a owl:Class ;
    rdfs:comment "Measure of board temperature."@en ;
    rdfs:label "Board Temperature"@en ;
    rdfs:subClassOf :Temperature .

:BoardThermometer
    a owl:Class ;
    rdfs:comment "Device used to measure board temperature."@en ;
    rdfs:label "Board Thermometer"@en ;
    rdfs:subClassOf :Thermometer .

:BoardVoltageSensor
    a owl:Class ;
    rdfs:comment "Sensor used to measure board input voltage."@en ;
    rdfs:label "Board Voltage Sensor"@en ;
    rdfs:subClassOf :VoltageSensor .

:BodyTemperature
    a owl:Class ;
    rdfs:comment "Measure of body temperature."@en ;
    rdfs:label "Body Temperature"@en ;
    rdfs:subClassOf :Temperature .

:BodyThermometer
    a owl:Class ;
    rdfs:comment "Device used to measure body temperature."@en ;
    rdfs:label "Body Thermometer"@en ;
    rdfs:subClassOf :Thermometer, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Health
    ] .

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

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

:BuildingTemperature
    a owl:Class ;
    rdfs:comment "Measure of building or room temperature."@en ;
    rdfs:label "Building/Room Temperature"@en ;
    rdfs:subClassOf :Temperature .

:Bus
    a owl:Class ;
    rdfs:comment "A large motor vehicle carrying passengers by road, typically one serving the public on a fixed route and for a fare."@en ;
    rdfs:label "Bus"@en ;
    rdfs:subClassOf ssn:Platform .

:CO2
    a owl:Class ;
    rdfs:comment "Carbon Dioxide (CO2) measure in the atmosphere."@en ;
    rdfs:label "Carbon Dioxide (CO2) Quantity Kind"@en ;
    rdfs:subClassOf qu:QuantityKind .

:CO2Sensor
    a owl:Class ;
    rdfs:comment "Carbon Dioxide (CO2) Sensor used to measure level of CO2 in the atmosphere."@en ;
    rdfs:label "Carbon Dioxide (CO2) Sensor"@en ;
    rdfs:subClassOf :GaseousPollutantSensor, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Agriculture
    ], [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Environment
    ] .

:COSensor
    a owl:Class ;
    rdfs:comment "Device to detect Carbon Monoxide (CO) in the environment."@en ;
    rdfs:label "Carbon Monoxide (CO) Sensor"@en ;
    rdfs:subClassOf :GaseousPollutantSensor .

:Calcium
    a owl:Class ;
    rdfs:comment "Measure of blood calcium level."@en ;
    rdfs:label "Calcium Quantity Kind"@en ;
    rdfs:subClassOf qu:QuantityKind .

:CalibrationSensing
    a owl:Class ;
    rdfs:comment "If the measurement was taken when the sensor was being calibrated."@en ;
    rdfs:label "Calibration Measurement Type"@en ;
    rdfs:subClassOf :MeasurementType .

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

:Capacitance
    a owl:Class ;
    rdfs:comment "Measure of the ability of a system to store an electric charge."@en ;
    rdfs:label "Capacitance"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

:Centimetre
    a owl:Class ;
    rdfs:comment "A metric unit of length, equal to one hundredth of a metre."@en ;
    rdfs:label "Centimetre, Centimeter"@en ;
    rdfs:subClassOf :Metre .

:ChemicalAgentAtmosphericConcentration
    a owl:Class ;
    rdfs:comment "Measure of Chemical Agent Atmospheric Concentration"@en ;
    rdfs:label "Chemical Agent Atmospheric Concentration Quantity Kind"@en ;
    rdfs:subClassOf :ChemicalAgentConcentration .

:ChemicalAgentAtmosphericConcentrationAirParticles
    a owl:Class ;
    rdfs:comment "Measure of the concentration of chemical particles suspended in the atmosphere."@en ;
    rdfs:label "Air Particles Chemical Agent Atmospheric Concentration"@en ;
    rdfs:subClassOf :ChemicalAgentAtmosphericConcentration .

:ChemicalAgentAtmosphericConcentrationCO
    a owl:Class ;
    rdfs:comment "Measure of the concentration of Carbon Monoxide (CO) gas suspended in the atmosphere."@en ;
    rdfs:label "Carbon Monoxide (CO) Chemical Agent Atmospheric Concentration"@en ;
    rdfs:subClassOf :ChemicalAgentAtmosphericConcentration .

:ChemicalAgentAtmosphericConcentrationDust
    a owl:Class ;
    rdfs:comment "Measure of the concentration of dust suspended in the air."@en ;
    rdfs:label "Chemical Agent Atmospheric Concentration Dust"@en ;
    rdfs:subClassOf :ChemicalAgentAtmosphericConcentration .

:ChemicalAgentAtmosphericConcentrationNH3
    a owl:Class ;
    rdfs:comment "Measure of the concentration of Ammonia (NH3) gas suspended in the atmosphere."@en ;
    rdfs:label "Ammonia (NH3) Chemical Agent Atmospheric Concentration"@en ;
    rdfs:subClassOf :ChemicalAgentAtmosphericConcentration .

:ChemicalAgentAtmosphericConcentrationNO
    a owl:Class ;
    rdfs:comment "Measure of the concentration of Carbon Monoxide (CO) gas suspended in the atmosphere."@en ;
    rdfs:label "Nitrogen Monoxide (NO) Chemical Agent Atmospheric Concentration"@en ;
    rdfs:subClassOf :ChemicalAgentAtmosphericConcentration .

:ChemicalAgentAtmosphericConcentrationNO2
    a owl:Class ;
    rdfs:comment "Measure of the concentration of NO2 gas suspended in the atmosphere."@en ;
    rdfs:label "NO2 Chemical Agent Atmospheric Concentration"@en ;
    rdfs:subClassOf :ChemicalAgentAtmosphericConcentration .

:ChemicalAgentAtmosphericConcentrationO3
    a owl:Class ;
    rdfs:comment "The concentration of ozone (O3) gas suspended in the atmosphere."@en ;
    rdfs:label "Chemical Agent Atmospheric Concentration O3"@en ;
    rdfs:subClassOf :ChemicalAgentAtmosphericConcentration .

:ChemicalAgentAtmosphericConcentrationSO2
    a owl:Class ;
    rdfs:comment "Measure of the concentration of Sulphur dioxide (SO2) gas suspended in the atmosphere."@en ;
    rdfs:label "Sulphur dioxide (SO2) Chemical Agent Atmospheric Concentration"@en ;
    rdfs:subClassOf :ChemicalAgentAtmosphericConcentration .

:ChemicalAgentAtmosphericConcentrationVOC
    a owl:Class ;
    rdfs:comment "Measure of the concentration of Volatile Organic Compound gas suspended in the atmosphere."@en ;
    rdfs:label "Volatile Organic Compound Chemical Agent Atmospheric Concentration"@en ;
    rdfs:subClassOf :ChemicalAgentAtmosphericConcentration .

:ChemicalAgentConcentration
    a owl:Class ;
    rdfs:comment "Measure of Chemical Agent Concentration"@en ;
    rdfs:label "Chemical Agent Concentration Quantity Kind"@en ;
    rdfs:subClassOf qu:QuantityKind .

:ChemicalAgentWaterConcentration
    a owl:Class ;
    rdfs:comment "Measure of Chemical Agent Concentration in Water "@en ;
    rdfs:label "Chemical Agent Water Concentration Quantity Kind"@en ;
    rdfs:subClassOf :ChemicalAgentConcentration .

:ChemicalAgentWaterConcentrationNH4Ion
    a owl:Class ;
    rdfs:comment "Measure of NH4 ion concentration in Water "@en ;
    rdfs:label "Ammonium ion (NH4+) Chemical Agent Water Concentration"@en ;
    rdfs:subClassOf :ChemicalAgentWaterConcentration .

:ChemicalAgentWaterConcentrationNO3Ion
    a owl:Class ;
    rdfs:comment "Measure of NO3 ion concentration in Water "@en ;
    rdfs:label "Nitrate Ion (NO3-) Chemical Agent Water Concentration"@en ;
    rdfs:subClassOf :ChemicalAgentWaterConcentration .

:ChemicalAgentWaterConcentrationO2
    a owl:Class ;
    rdfs:comment "Measure of O2 concentration in Water "@en ;
    rdfs:label "Oxygen (O2) Chemical Agent Water Concentration"@en ;
    rdfs:subClassOf :ChemicalAgentWaterConcentration .

:Cholesterol
    a owl:Class ;
    rdfs:comment "Measure of the cholesterol level in a system."@en ;
    rdfs:label "Cholesterol Quantity Kind"@en ;
    rdfs:subClassOf qu:QuantityKind .

:CholesterolSensor
    a owl:Class ;
    rdfs:comment "Device used to measure the cholesterol level in a system."@en ;
    rdfs:label "Cholesterol Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Health
    ] .

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

:Clock
    a owl:Class ;
    rdfs:comment "sensor that measures time"@en ;
    rdfs:label "Clock"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:CloudCover
    a owl:Class ;
    rdfs:comment "Measure of cloud cover at a certain time. "@en ;
    rdfs:label "Cloud Cover Quantity Kind"@en ;
    rdfs:subClassOf qu:QuantityKind .

:CloudCoverSensor
    a owl:Class ;
    rdfs:comment "Cloud Cover Sensor is used to detect whether it is sunny, cloudy, etc."@en ;
    rdfs:label "Cloud Cover Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Weather
    ] .

:Coagulometer
    dc:description "Coagulometer is a medical device used for measuring the coagulation of a patient's blood and testing of the hemostasis system." ;
    a owl:Class ;
    rdfs:label "Coagulometer" ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Health
    ] .

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

:Communication
    a owl:Class ;
    rdfs:comment "Communication related properties."@en ;
    rdfs:label "Communication Related Quantity Kind"@en ;
    rdfs:subClassOf qu:QuantityKind .

:Computer
    a owl:Class ;
    rdfs:comment "Actuating devices for Computer or PC."@en ;
    rdfs:label "Computer, PC Actuating Device"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice .

:Conductivity
    a owl:Class ;
    rdfs:comment "Measure of ability to conduct electricity. It is measured in siemens per metre (S/m)."@en ;
    rdfs:label "Conductivity"@en ;
    rdfs:subClassOf qu:QuantityKind .

:ConductivitySensor
    a owl:Class ;
    rdfs:comment "Device used to measure the conductivity of a system."@en ;
    rdfs:label "Conductivity Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:ConstructionWork
    a owl:Class ;
    rdfs:comment "When the source of the sound was a construction work."@en ;
    rdfs:label "Construction Work Sound Source"@en ;
    rdfs:subClassOf :SoundSource .

:Coordinates
    a owl:Class ;
    rdfs:comment "Triples for location in the (Latitude, Longitude, Altitude) format."@en ;
    rdfs:label "Coordinates"@en ;
    rdfs:subClassOf qu:Unit .

:Coulomb
    a owl:Class ;
    rdfs:comment "SI unit of electric charge."@en ;
    rdfs:label "Coulomb"@en ;
    rdfs:seeAlso <http://sweet.jpl.nasa.gov/ontology/units.owl#coulomb> ;
    rdfs:subClassOf qu:Unit .

:Count
    a owl:Class ;
    rdfs:comment "Number of available particular things."@en ;
    rdfs:label "Count"@en ;
    rdfs:subClassOf qu:QuantityKind .

:CountAvailableBicycles
    a owl:Class ;
    rdfs:comment "Number of available bicycles at a particular bicycle docking station."@en ;
    rdfs:label "Count Available Bicycles"@en ;
    rdfs:subClassOf :Count .

:CountAvailableTaxis
    a owl:Class ;
    rdfs:comment "Number of taxis available at a particular taxi stop."@en ;
    rdfs:label "Count Available Taxis"@en ;
    rdfs:subClassOf :Count .

:CountEmptyDockingPoints
    a owl:Class ;
    rdfs:comment "Number of empty docking points at a particular bicycle docking station."@en ;
    rdfs:label "Count Empty Docking Points"@en ;
    rdfs:subClassOf :Count .

:CountPeople
    a owl:Class ;
    rdfs:comment "Number of people within a particular area"@en ;
    rdfs:label "Count People"@en ;
    rdfs:subClassOf :Count .

:CountPeopleMoving
    a owl:Class ;
    rdfs:comment "Number of people that moved outside an area towards another area during a time window."@en ;
    rdfs:label "Count People Moving"@en ;
    rdfs:subClassOf :CountPeople .

:CountPeopleStaying
    a owl:Class ;
    rdfs:comment "Number of people that stayed within an area for more than a threshold of time."@en ;
    rdfs:label "Count People Staying"@en ;
    rdfs:subClassOf :CountPeople .

:CountStatellitesSignalReceived
    a owl:Class ;
    rdfs:comment "Count of satellites from which a signal is received"@en ;
    rdfs:label "Count Statellites Signal Received"@en ;
    rdfs:subClassOf :Count .

:Counter
    a owl:Class ;
    rdfs:comment "Sensors that reckons occurrences or repetitions of physical objects, phenomena or events."@en ;
    rdfs:label "Counter"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:Crowd
    a owl:Class ;
    rdfs:comment "When the source of the sound was crowd."@en ;
    rdfs:label "Crowd Sound Source"@en ;
    rdfs:subClassOf :SoundSource .

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

:CurrentSensor
    a owl:Class ;
    rdfs:comment "A current sensor is a device that detects electric current in a wire, and generates a signal proportional to that current."@en ;
    rdfs:label "Current Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

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

:Day
    a owl:Class ;
    rdfs:comment "Day is a unit of time."@en ;
    rdfs:label "Day"@en ;
    rdfs:subClassOf :SecondTime .

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

:DecibelA
    a owl:Class ;
    rdfs:comment "Sound pressure sensed by the human ear."@en ;
    rdfs:label "DecibelA (dB(A))"@en ;
    rdfs:subClassOf :Decibel .

:DecibelMilliwatt
    a owl:Class ;
    rdfs:comment "It describes power ratio in decibels of the measured power referenced to one milliwatt."@en ;
    rdfs:label "Decibel Milliwatt"@en ;
    rdfs:subClassOf :Decibel .

:Degree
    a owl:Class ;
    rdfs:comment "Degree."@en ;
    rdfs:label "Degree"@en ;
    rdfs:subClassOf qu:Unit .

:DegreeAngle
    a owl: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 :Degree .

:DegreeCelsius
    a owl: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:DegreeCelsius, <http://purl.oclc.org/NET/ssnx/qu/unit#degreeCelsius>, <http://sweet.jpl.nasa.gov/ontology/units.owl#degreeC> ;
    rdfs:subClassOf :Degree .

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

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

:DeltaDewPointSensor
    a owl:Class ;
    rdfs:comment "Device that measures the difference between Dewpoint and surface temperatures."@en ;
    rdfs:label "Delta Dew Point Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:DeviceUptime
    a owl:Class ;
    rdfs:comment "Time a device is working and is available"@en ;
    rdfs:label "Device Uptime"@en ;
    rdfs:subClassOf qu:QuantityKind .

:DeviceUptimeClock
    a owl:Class ;
    rdfs:comment "Sensor that measures time a device is working and is available."@en ;
    rdfs:label "Device Uptime Clock"@en ;
    rdfs:subClassOf :Clock .

:DewPoint
    a owl:Class ;
    rdfs:comment "It is the temperature to which air must be cooled at constant pressure to condense to form liquid."@en ;
    rdfs:label "Dew Point"@en ;
    rdfs:subClassOf qu:QuantityKind .

:DewPointSensor
    a owl:Class ;
    rdfs:comment "Device that measures dew point."@en ;
    rdfs:label "Dew Point Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

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

:DiastolicBloodPressure
    a owl:Class ;
    rdfs:comment " Measure of the pressure in the arteries when the heart rests between beats."@en ;
    rdfs:label "Diastolic Blood Pressure"@en ;
    rdfs:subClassOf :BloodPressure .

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

:Direction
    a owl:Class ;
    rdfs:comment "Measurements of sensors are affected by the direction of the sensing device. This concept is used to reflect it."@en ;
    rdfs:label "Direction"@en .

:DirectionAzimuth
    a owl:Class ;
    rdfs:comment "The geodetic azimuth of the direction towards which an object is point to."@en ;
    rdfs:label "Direction Azimuth"@en ;
    rdfs:subClassOf :Direction .

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

:DirectionOfArrival
    a owl:Class ;
    rdfs:comment "The azimuth direction of a  source relative to the azimuth direction of the DOA sensor."@en ;
    rdfs:label "Direction Of Arrival"@en ;
    rdfs:subClassOf qu:QuantityKind .

:DirectionOfArrivalSensor
    a owl:Class ;
    rdfs:comment "Sensor that estimates the azimuth direction of sources relative to the sensor’s position."@en ;
    rdfs:label "Direction Of Arrival (DOA) Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

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

:Distance
    a owl:Class ;
    rdfs:comment "Measure of how far apart objects are."@en ;
    rdfs:label "Distance"@en ;
    rdfs:subClassOf qu:QuantityKind .

:DistanceNextBus
    a owl:Class ;
    rdfs:comment "Estimated driving distance (in meters) between a bus and the next bus stop. "@en ;
    rdfs:label "Driving distance between a bus and the next bus stop"@en ;
    rdfs:subClassOf :Distance .

:DistanceNextBusSensor
    a owl:Class ;
    rdfs:comment " Virtual device that represents a bus stop X and a bus line Y; it measures the driving distance between the next bus (belonging to line Y) and the bus stop X. "@en ;
    rdfs:label "Sensor measuring the driving distance between a bus and the next bus stop"@en ;
    rdfs:subClassOf :DistanceSensor .

:DistanceSensor
    a owl:Class ;
    rdfs:comment "Distance Sensor is used to detect distance between two objects for example:  the safety distance with other cars. Distance sensor can be a laser."@en ;
    rdfs:label "Distance Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Transportation
    ] .

:DomainOfInterest
    a owl:Class ;
    rdfs:comment "Application Domain for example: health, environment, etc."@en ;
    rdfs:label "Domain Of Interest"@en .

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

:DoorStateSensor
    a owl:Class ;
    rdfs:comment "This sensor detects if a door is in the state of OPEN or CLOSED."@en ;
    rdfs:label "Door State Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:DoorStatus
    a owl:Class ;
    rdfs:comment "Describes if a door is OPEN or CLOSED."@en ;
    rdfs:label "Door Status"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

:DustSensor
    a owl:Class ;
    rdfs:comment "A sensing device that measures dust particle concentration."@en ;
    rdfs:label "Dust Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:EAQI
    a owl:Class ;
    rdfs:comment "Unit to measure Air Quality in European cities."@en ;
    rdfs:label "European Air Quality Index (EAQI)"@en ;
    rdfs:subClassOf qu:Unit .

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

:ESP
    a owl:Class ;
    rdfs:comment "The actuator for turning ESP on/off."@en ;
    rdfs:label "ESP (Electronic Stability Program) Actuating device"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Transportation
    ] .

:ElectricCharge
    a owl:Class ;
    rdfs:comment "It is the physical property of matter that causes it to experience a force when placed in an electromagnetic field. (Source Wikipedia)."@en ;
    rdfs:label "Electric Charge"@en ;
    rdfs:subClassOf qu:QuantityKind .

:ElectricCurrent
    a owl: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 .

:ElectricField
    a owl:Class ;
    rdfs:comment "Electric field is the electric force per unit charge."@en ;
    rdfs:label "Electric Field"@en ;
    rdfs:seeAlso "http://qudt.org/vocab/quantity#ElectricField" ;
    rdfs:subClassOf qu:QuantityKind .

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

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

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

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

:ElectricFieldSensor
    a owl:Class ;
    rdfs:comment "Scientific instrument for measuring electromagnetic fields (EMF). Most of them measure the electromagnetic radiation flux density (DC fields) or the change in an electromagnetic field over time (AC fields)."@en ;
    rdfs:label "Electric Field Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:ElectricPotential
    a owl: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 .

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

:ElectricalSensor
    a owl:Class ;
    rdfs:comment "Sensor that measures the changes in electrical or magnetic signals based on an environmental input."@en ;
    rdfs:label "Electrical Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

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

:Energy
    a owl:Class ;
    rdfs:comment "Energy is the property that must be transferred to an object in order to perform work on. (Source Wikipedia)."@en ;
    rdfs:label "Energy"@en ;
    rdfs:subClassOf qu:QuantityKind .

:EnergyDOI
    a owl:Class ;
    rdfs:comment "Energy or Smart Grid as an Internet of Things (IoT) applicative domain."@en ;
    rdfs:label "Energy DOI"@en ;
    rdfs:subClassOf :DomainOfInterest .

:EnergyMeter
    a owl:Class ;
    rdfs:comment "Sensor to measure power or energy consumption."@en ;
    rdfs:label "Energy Meter"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :EnergyDOI
    ] .

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

:Experiment
    a owl:Class ;
    rdfs:comment "Experiment based measurements."@en ;
    rdfs:label "Experiment Measurement Type"@en ;
    rdfs:subClassOf :MeasurementType .

:FallDetector
    a owl:Class ;
    rdfs:comment "Device to detect is a person has fallen."@en ;
    rdfs:label "Fall Detector"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :BuildingAutomation
    ] .

:FallState
    dc:description "The event at which a fall is detected. The measure of such an event can be based on a Boolean value."@en ;
    a owl:Class ;
    rdfs:label "Fall State"@en ;
    rdfs:subClassOf qu:QuantityKind .

:Fan
    a owl:Class ;
    rdfs:comment "When the source of the sound was Fan."@en ;
    rdfs:label "Fan Sound Source"@en ;
    rdfs:subClassOf :SoundSource .

:Farad
    a owl:Class ;
    rdfs:comment "SI unit of electrical capacitance."@en ;
    rdfs:label "Farad"@en ;
    rdfs:seeAlso <http://sweet.jpl.nasa.gov/ontology/units.owl#farad> ;
    rdfs:subClassOf qu:Unit .

:FillLevel
    a owl:Class ;
    rdfs:comment "Property used to determine the level a certain object such as waste bin is filled upto."@en ;
    rdfs:label "Fill Level"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

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

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

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

:FloorSensor
    dc:description "A floor sensor is a set of sensors covering a floor that can be used for measuring load and proximity. By using this information the floor sensor can be also used for detecting activity in a room" ;
    a owl:Class ;
    rdfs:label "FloorSensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :BuildingAutomation
    ] .

:FogLamp
    a owl:Class ;
    rdfs:comment "The actuator for turning on or off the fog lamp."@en ;
    rdfs:label "Fog Lamp Actuating Device"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Transportation
    ] .

:FoodTemperature
    a owl:Class ;
    rdfs:comment "Measure of temperature of the food."@en ;
    rdfs:label "Food Temperature"@en ;
    rdfs:subClassOf :Temperature .

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

:Frequency
    a owl:Class ;
    rdfs:comment "Frequency is the number of occurrences of a repeating event per unit time."@en ;
    rdfs:label "Frequency"@en ;
    rdfs:subClassOf qu:QuantityKind .

:FrequencySensor
    a owl:Class ;
    rdfs:comment "Device used to detect the frequency."@en ;
    rdfs:label "Frequency Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

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

:FuelConsumption
    a owl:Class ;
    rdfs:comment "The amount of fuel a vehicle uses to travel a particular distance at a particular speed."@en ;
    rdfs:label "Fuel Consumption Quantity Kind"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

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

:FuelLevel
    a owl:Class ;
    rdfs:comment "Device used to detect fuel level in a system such a car."@en ;
    rdfs:label "Fuel Level Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Transportation
    ] .

:GPSSensor
    a owl:Class ;
    rdfs:comment "Device that allows an object to localize itself."@en ;
    rdfs:label "GPS Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:GasDetector
    a owl:Class ;
    rdfs:comment "Device that detects the presence of gases in an area, often as part of a safety system."@en ;
    rdfs:label "Gas Detector"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:GaseousPollutantSensor
    a owl:Class ;
    rdfs:comment "Device used to detect poisonous gaseous in the environment."@en ;
    rdfs:label "Gaseous Pollutant Sensor"@en ;
    rdfs:subClassOf :AirPollutantSensor .

:Gauss
    a owl:Class ;
    rdfs:comment "Gauss is the CGS unit of measurement of magnetic flux density (or magnetic induction) (B) (Source Wikipedia)"@en ;
    rdfs:label "Gauss"@en ;
    rdfs:subClassOf qu:Unit .

:Glucometer
    a owl:Class ;
    rdfs:comment "Device used to detect glucometer, blood sugar, blood glucose level."@en ;
    rdfs:label "Glucometer Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Health
    ] .

:Gram
    a owl:Class ;
    rdfs:comment "It is a metric system unit of mass" ;
    rdfs:label "Gram (g)" ;
    rdfs:subClassOf qu:Unit .

:GramPerCubicMetre
    a owl:Class ;
    rdfs:comment "It is defined by mass in grams divided by volume in cubic metres."@en ;
    rdfs:label "Gram Per Cubic Metre, Gram Per Cubic Meter"@en ;
    rdfs:subClassOf qu:Unit .

:GramPerLitre
    a owl:Class ;
    rdfs:comment "It shows how many grams of a certain substance are present in one litre of a usually liquid or gaseous mixture."@en ;
    rdfs:label "Gram Per Litre, Gram Per Liter (g/L)"@en ;
    rdfs:subClassOf qu:Unit .

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

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

:H2SSensor
    a owl:Class ;
    rdfs:comment "Device used to measure of hydrogen sulphide in the environment."@en ;
    rdfs:label "H2S Sensor"@en ;
    rdfs:subClassOf :GaseousPollutantSensor .

:HDOP
    a owl:Class ;
    rdfs:comment "Describes the preceision of the GPS signal. Smaller the value is, more precise the signal is."@en ;
    rdfs:label "Horizontal Dilution of Precision"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

:HeartBeat
    a owl:Class ;
    rdfs:comment "The number of times your heart beats each minute (bpm)."@en ;
    rdfs:label "Heart Beat"@en ;
    rdfs:subClassOf qu:QuantityKind .

:HeartBeatSensor
    a owl:Class ;
    rdfs:comment "Device to count heart beats per minute."@en ;
    rdfs:label "Heart Beat Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Health
    ] .

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

:Hertz
    a owl:Class ;
    rdfs:comment "The SI unit of frequency, equal to one cycle per second."@en ;
    rdfs:label "Hertz"@en ;
    rdfs:subClassOf qu:Unit .

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

:HouseholdApplianceTemperature
    a owl:Class ;
    rdfs:comment "Measure of Household Appliance Temperature."@en ;
    rdfs:label "Household Appliance Temperature"@en ;
    rdfs:subClassOf :Temperature .

:HumanPresenceDetector
    a owl:Class ;
    rdfs:comment "Device used to detect if an object (vehicle, room, place, etc.) is occupied by Human."@en ;
    rdfs:label " Human Presence Detector"@en ;
    rdfs:subClassOf :PresenceDetector .

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

:HumiditySensor
    a owl: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 <http://purl.oclc.org/NET/ssnx/meteo/aws#HumiditySensor> ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Agriculture
    ], [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Environment
    ], [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Weather
    ] .

:Hydrophone
    a owl: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 .

:IEEE802154InterfaceEnergyMeter
    a owl:Class ;
    rdfs:comment "Sensor that measures the power consumption of the IEEE802.15.4 interface nodes."@en ;
    rdfs:label "IEEE802.15.4 Interface Energy Meter"@en ;
    rdfs:subClassOf :EnergyMeter .

:INR
    dc:description """A system established by the World Health Organization (WHO) and the International Committee on Thrombosis and Hemostasis for reporting the results of blood coagulation (clotting) tests. Abbreviated INR. Under the INR system, all results are standardized. For example, a person taking the anticoagulant warfarin (brand name: Coumadin) would regularly have blood tested to measure the INR. The INR permits patients on anticoagulants to travel and obtain comparable test results wherever they are.

Medical Definition of International normalized ratio, MedicineNet
https://www.medicinenet.com/script/main/art.asp?articlekey=9184"""@en ;
    a owl:Class ;
    rdfs:label "International Normalized Ratio"@en ;
    rdfs:subClassOf qu:Unit .

:Illuminance
    a owl: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 .

:ImageSensor
    a owl:Class ;
    rdfs:comment "Sensor that detects and conveys the information that constitutes an image."@en ;
    rdfs:label "Image Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:Inch
    a owl:Class ;
    rdfs:comment "Length in inches."@en ;
    rdfs:label "Inch"@en ;
    rdfs:subClassOf :Metre .

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

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

:IntDlThroughputKbps
    a owl:Class ;
    rdfs:comment "Downlink Throughput."@en ;
    rdfs:label "Downlink Throughput"@en ;
    rdfs:subClassOf :Communication .

:IntUlPacketLoss
    a owl:Class ;
    rdfs:comment "Uplink Packet Loss."@en ;
    rdfs:label "Uplink Packet Loss"@en ;
    rdfs:subClassOf :Communication .

:IntUlThroughputKbps
    a owl:Class ;
    rdfs:comment "Uplink Throughput."@en ;
    rdfs:label "Uplink Throughput"@en ;
    rdfs:subClassOf :Communication .

:Invalid
    a owl:Class ;
    rdfs:comment "If the measurement was tagged invalid."@en ;
    rdfs:label "Invalid Measurement Type"@en ;
    rdfs:subClassOf :MeasurementType .

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

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

:Item
    a owl:Class ;
    rdfs:comment "Each of the accountable elements within a group."@en ;
    rdfs:label "Item"@en ;
    rdfs:subClassOf qu:Unit .

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

:KiloWattHour
    a owl:Class ;
    rdfs:comment "Measure of electrical energy equivalent to a power consumption of one thousand watts for one hour."@en ;
    rdfs:label "Kilo Watt Hour"@en ;
    rdfs:seeAlso qudt:KiloWatthour ;
    rdfs:subClassOf qu:Unit .

:KilobitsPerSecond
    a owl:Class ;
    rdfs:comment "It is a unit of data transfer rate equal to: 1,000 bits per second."@en ;
    rdfs:label "Kilobits Per Second"@en ;
    rdfs:subClassOf qu:Unit .

:Kilogram
    a owl: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 :Gram .

:KilogramPerCubicMetre
    a owl:Class ;
    rdfs:comment "It is SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres."@en ;
    rdfs:label "Kilogram Per Cubic Metre, Kilogram Per Cubic Meter"@en ;
    rdfs:subClassOf :GramPerCubicMetre .

:Kilometre
    a owl:Class ;
    rdfs:comment "A metric unit of measurement equal to 1,000 metres (approx 0.62 miles)."@en ;
    rdfs:label "Kilometre, Kilometer"@en ;
    rdfs:subClassOf :Metre .

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

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

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

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

:LeafWetnessSensor
    a owl: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 owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Agriculture
    ] .

:LightSensor
    a owl:Class ;
    rdfs:comment "Light/Illuminance Sensor is used to adjust the brightness of the surface."@en ;
    rdfs:label "Light Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :BuildingAutomation
    ], [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Transportation
    ], [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Weather
    ] .

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

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

:LoRaInterface
    a owl:Class ;
    rdfs:comment "This device is used for long range low power wireless communications. We can use this device to report network metrics (SNR, latence, etc.)"@en ;
    rdfs:label "LoRa Interface"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:LoRaInterfaceEnergyMeter
    a owl:Class ;
    rdfs:comment "Measure the average power consumption of the LoRa interface nodes."@en ;
    rdfs:label "LoRa Interface Energy Meter"@en ;
    rdfs:subClassOf :EnergyMeter .

:LocationQK
    a owl:Class ;
    rdfs:comment "A particular place or position."@en ;
    rdfs:label "Location Quantity Kind"@en ;
    rdfs:seeAlso geo:SpatialThing ;
    rdfs:subClassOf qu:QuantityKind .

:Lumen
    a owl: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 .

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

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

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

:MagneticField
    a owl:Class ;
    rdfs:comment "A region around a magnetic material or a moving electric charge within which the force of magnetism acts."@en ;
    rdfs:label "Magnetic Field"@en ;
    rdfs:subClassOf qu:QuantityKind .

:MagneticFluxDensity
    a owl:Class ;
    rdfs:comment "It is the magnetic flux  through a surface is the surface integral of the normal component of the magnetic field (B) passing through that surface. The SI unit of magnetic flux is the weber (Wb). (Source Wikipedia)."@en ;
    rdfs:label "Magnetic Flux Density"@en ;
    rdfs:subClassOf qu:QuantityKind .

:Magnetometer
    a owl:Class ;
    rdfs:comment "A magnetometer is an device that measures magnetism—either magnetization of magnetic material like a ferromagnet, or the strength and, in some cases, direction of the magnetic field at a point in space. (Source Wikipedia)."@en ;
    rdfs:label "Magnetometer"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :BuildingAutomation
    ] .

:Manual
    a owl:Class ;
    rdfs:comment "If the measurement was taken when human effort was involved."@en ;
    rdfs:label "Manual Measurement Type"@en ;
    rdfs:subClassOf :MeasurementType .

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

:MeasurementType
    a owl:Class ;
    rdfs:comment "Type of Measurement done using a device."@en ;
    rdfs:label "Measurement Type"@en .

:MethaneSensor
    a owl:Class ;
    rdfs:comment "Device used to detect Methane in the environment."@en ;
    rdfs:label "Methane (CH4) Sensor"@en ;
    rdfs:subClassOf :GaseousPollutantSensor .

:Metre
    a owl:Class ;
    rdfs:comment "It is the unit of length."@en ;
    rdfs:label "Metre, Meter"@en ;
    rdfs:seeAlso qudt:Meter, <http://sweet.jpl.nasa.gov/ontology/units.owl#meter> ;
    rdfs:subClassOf qu:Unit .

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

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

:Microampere
    a owl:Class ;
    rdfs:comment "It is a unit of electric current, or amount of electric charge per second."@en ;
    rdfs:label "Microampere (uA)"@en ;
    rdfs:subClassOf :Ampere .

:Microgram
    a owl:Class ;
    rdfs:comment "It is a unit of mass equal to one billionth (1×10^−9) of a kilogram."@en ;
    rdfs:label "Microgram (ug)"@en ;
    rdfs:subClassOf :Gram .

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

:Microvolt
    a owl:Class ;
    rdfs:comment "It is a unit of electromotive force or potential difference equal to one millionth of a volt. "@en ;
    rdfs:label "Microvolt (uV)"@en ;
    rdfs:subClassOf :Volt .

:Microwatt
    a owl:Class ;
    rdfs:comment "It is a unit of power."@en ;
    rdfs:label "Microwatt (uW)"@en ;
    rdfs:subClassOf :Watt .

:MicrowattPerSquareCentimetre
    a owl:Class ;
    rdfs:comment "It is one of the unit for radiative and other energy fluxes."@en ;
    rdfs:label "Microwatt Per Square Centimetre, Microwatt Per Square Centimeter"@en ;
    rdfs:subClassOf :WattPerSquareMetre .

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

:Mileage
    a owl:Class ;
    rdfs:comment "Measure of the number of miles or the average distance that a vehicle can travel on a specified quantity of fuel"@en ;
    rdfs:label "Mileage"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

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

:Miles
    a owl:Class ;
    rdfs:comment "It is a unit of length that is equal to 1,760 yards (approx. 1.609 kilometres)."@en ;
    rdfs:label "Miles"@en ;
    rdfs:subClassOf :Metre .

:Milliampere
    a owl:Class ;
    rdfs:comment "One thousandth of an ampere."@en ;
    rdfs:label "Milliampere (mA)"@en ;
    rdfs:subClassOf :Ampere .

:Millibar
    a owl:Class ;
    rdfs:comment "One thousandth of a bar."@en ;
    rdfs:label "Millibar"@en ;
    rdfs:subClassOf :Bar .

:Milligram
    a owl:Class ;
    rdfs:comment "One thousandth of a gram."@en ;
    rdfs:label "Milligram (mg)"@en ;
    rdfs:subClassOf :Gram .

:MilligramPerCubicMetre
    a owl:Class ;
    rdfs:comment "It is a density measurement unit."@en ;
    rdfs:label "Milligram Per Cubic Metre, Milligram Per Cubic Meter"@en ;
    rdfs:subClassOf :GramPerCubicMetre .

:MilligramPerLitre
    a owl:Class ;
    rdfs:comment "Level of Dissolved substance in liquid measured in mg per litre."@en ;
    rdfs:label "Milligram Per Litre, Milligram Per Liter"@en ;
    rdfs:subClassOf :GramPerLitre .

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

:Millilitre
    a owl:Class ;
    rdfs:comment "One thousandth of a litre (0.002 pint)."@en ;
    rdfs:label "Millilitre, Milliliter"@en ;
    rdfs:subClassOf :Litre .

:Millimetre
    a owl:Class ;
    rdfs:comment "One thousandth of a metre (0.039 in)."@en ;
    rdfs:label "Millimetre, Millimeter"@en ;
    rdfs:subClassOf :Metre .

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

:Millisecond
    a owl:Class ;
    rdfs:comment "One thousandth of a second."@en ;
    rdfs:label "Millisecond"@en ;
    rdfs:subClassOf :SecondTime .

:Millivolt
    a owl:Class ;
    rdfs:comment "One thousandth of a volt."@en ;
    rdfs:label "Millivolt (mV)"@en ;
    rdfs:subClassOf :Volt .

:MillivoltPerMetre
    a owl:Class ;
    rdfs:comment "It is a measure of the intensity of the signal of a radio transmitter."@en ;
    rdfs:label "Millivolt Per Metre, Millivolt Per Meter"@en ;
    rdfs:subClassOf qu:Unit .

:Milliwatt
    a owl:Class ;
    rdfs:comment "A unit of power equal to one thousandth of a watt."@en ;
    rdfs:label "Milliwatt (mW)"@en ;
    rdfs:subClassOf :Watt .

:MinuteAngle
    a owl:Class ;
    rdfs:comment "A Minute of Angle (MOA) is an angular measurement. A MOA is 1/60th of a degree."@en ;
    rdfs:label "Minute Angle"@en ;
    rdfs:subClassOf qu:Unit .

:MinuteTime
    a owl:Class ;
    rdfs:comment "A unit of time equal to 60 seconds or 1/60th of an hour."@en ;
    rdfs:label "Minute Time"@en ;
    rdfs:subClassOf :SecondTime .

:MmHg
    a owl:Class ;
    rdfs:comment "A millimetre of mercury is a manometric unit of pressure, formerly defined as the extra pressure generated by a column of mercury one millimetre high and now defined as precisely 133.322387415 pascals. It is denoted by the symbol mmHg. It  is used to measure blood pressure measurements (systolic and diastolic)."@en ;
    rdfs:label "MmHg"@en ;
    rdfs:subClassOf qu:Unit .

:MmolPerLitre
    a owl:Class ;
    rdfs:comment "It is the amount of a substance that corresponds to its formula mass in milligrams. MmolPerLitre is used to measure cholesterol."@en ;
    rdfs:label "Mmol Per Litre, Mmol Per Liter"@en ;
    rdfs:subClassOf qu:Unit .

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

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

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

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

:MotionState
    a owl:Class ;
    rdfs:comment "Indicator of whether a person (or object) is detected upon his/her/its movement."@en ;
    rdfs:label "Motion State"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

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

:NH3Sensor
    a owl:Class ;
    rdfs:comment "Device used to detect NH3 level in the environment."@en ;
    rdfs:label "NH3 Sensor"@en ;
    rdfs:subClassOf :GaseousPollutantSensor .

:NO2Sensor
    a owl:Class ;
    rdfs:comment "Sensor detecting levels of Nitrogen Dioxide (NO2) in the environment."@en ;
    rdfs:label "Nitrogen Dioxide (NO2) Sensor"@en ;
    rdfs:subClassOf :GaseousPollutantSensor, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Environment
    ] .

:NOSensor
    a owl:Class ;
    rdfs:comment "Device used to detect Nitrogen Oxide (NO) in the environment."@en ;
    rdfs:label "Nitrogen Oxide (NO) Sensor"@en ;
    rdfs:subClassOf :GaseousPollutantSensor .

:Neighbours
    a owl:Class ;
    rdfs:comment "When the source of the sound were noisy neighbours."@en ;
    rdfs:label "Neighbours Sound Source"@en ;
    rdfs:subClassOf :SoundSource .

:O3Sensor
    a owl:Class ;
    rdfs:comment "Device used to detect Ozone (O3) in the environment."@en ;
    rdfs:label "Ozone (O3) Sensor"@en ;
    rdfs:subClassOf :GaseousPollutantSensor .

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

:Ohm
    a owl:Class ;
    rdfs:comment "Ohm is the unit of electrical resistance."@en ;
    rdfs:label "Ohm"@en ;
    rdfs:seeAlso <http://sweet.jpl.nasa.gov/ontology/units.owl#ohm> ;
    rdfs:subClassOf qu:Unit .

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

:OpticalDustSensor
    a owl:Class ;
    rdfs:comment "A sensing device that measures dust particle concentration using optical sensing mean."@en ;
    rdfs:label "Optical Dust Sensor"@en ;
    rdfs:subClassOf :DustSensor .

:Others
    a owl: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, :MeasurementType, :SoundSource, :Source .

:OxidationReductionPotentialSensor
    a owl:Class ;
    rdfs:comment "Measures the Water Oxidation Reduction Potential (ORP) as the tendency of a chemical species to acquire electrons and thereby be reduced."@en ;
    rdfs:label "Oxidation Reduction Potential (ORP) Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:OxygenSensor
    a owl:Class ;
    rdfs:comment "Device used to detect Oxygen (O2) in the environment."@en ;
    rdfs:label "Oxygen Sensor"@en ;
    rdfs:subClassOf :GaseousPollutantSensor .

:PH
    a owl:Class ;
    rdfs:comment "It is a numeric scale used to specify the acidity or basicity of an aqueous solution."@en ;
    rdfs:label "PH"@en ;
    rdfs:subClassOf qu:QuantityKind .

:PHSensor
    a owl:Class ;
    rdfs:comment "Device used to detect PH level."@en ;
    rdfs:label "PH Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Agriculture
    ], [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Environment
    ] .

:PPM
    a owl:Class ;
    rdfs:comment "It describes the concentration of something in water or soil."@en ;
    rdfs:label "PPM (parts per million)"@en ;
    rdfs:subClassOf qu:Unit .

:PartsPerBillion
    a owl:Class ;
    rdfs:comment "It describes the concentration of something in parts per billion parts of water or soil, expressed in any (but common) unit of measurement."@en ;
    rdfs:label "Parts Per Billion"@en ;
    rdfs:subClassOf :PPM .

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

:Pedometer
    a owl: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 owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Health
    ] .

:PeopleCountSensor
    a owl:Class ;
    rdfs:comment "Device used to count the number of people (eg., used within an indoor area)."@en ;
    rdfs:label "People Count Sensor"@en ;
    rdfs:subClassOf :Counter .

:PeopleFlowCountSensor
    a owl:Class ;
    rdfs:comment "Device used to count the number of people the moves from an area towards another area during a time window."@en ;
    rdfs:label "People Flow Count Sensor"@en ;
    rdfs:subClassOf :PeopleCountSensor .

:PeopleStayDurationAverage
    a owl:Class ;
    rdfs:comment "Average time people stays within an area."@en ;
    rdfs:label "People Stay Duration Average "@en ;
    rdfs:subClassOf qu:QuantityKind .

:PeopleStayDurationSensor
    a owl:Class ;
    rdfs:comment "Device used to measure the time people stays within an area."@en ;
    rdfs:label "People Stay Duration Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:Percent
    a owl:Class ;
    rdfs:comment "It is the amount in or for every hundred."@en ;
    rdfs:label "Percent"@en ;
    rdfs:seeAlso qudt:Percent, <http://sweet.jpl.nasa.gov/ontology/units.owl#percent> ;
    rdfs:subClassOf qu:Unit .

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

:Potassium
    a owl:Class ;
    rdfs:comment "It is the measure of Blood Potassium Level."@en ;
    rdfs:label "Potassium"@en ;
    rdfs:subClassOf qu:QuantityKind .

:Pound
    a owl:Class ;
    rdfs:comment "A unit of weight equal to 16 oz. 1 pound= 453.592 grams"@en ;
    rdfs:label "Pound"@en ;
    rdfs:subClassOf :Gram .

:Power
    a owl:Class ;
    rdfs:comment "It is the rate, per unit time, at which electrical energy is transferred by an electric circuit."@en ;
    rdfs:label "Power"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

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

:Presence
    a owl:Class ;
    rdfs:comment "Measure to know if an object is present. It is usually boolean."@en ;
    rdfs:label "Presence"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

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

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

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

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

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

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

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

:PressureSensor
    a owl:Class ;
    rdfs:comment "A device used to detect pressure. For example, it can be attached on the bed to infer if the user is lying, sleeping, sitting, bed occupancy, etc."@en ;
    rdfs:label "Pressure Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :BuildingAutomation
    ] .

:Proximity
    a owl:Class ;
    rdfs:comment "Measure to detect proximity."@en ;
    rdfs:label "Proximity"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

:PublicTransit
    a owl:Class ;
    rdfs:comment "When the source of the sound was public transit."@en ;
    rdfs:label "Public Transit Sound Source"@en ;
    rdfs:subClassOf :SoundSource .

:PulseOxymeter
    a owl: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 owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Health
    ] .

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

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

:RSSI
    a owl:Class ;
    rdfs:comment "Received Signal Strength Indicator is the signal strength in a wireless network environment."@en ;
    rdfs:label "Received Signal Strength Indicator"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

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

:RadiationParticleDetector
    a owl:Class ;
    rdfs:comment "A particle detector, also known as a radiation detector or Geiger counter, is a device used to detect, track, and/or identify ionising particles, such as those produced by nuclear decay, cosmic radiation, or reactions in a particle accelerator."@en ;
    rdfs:label "Radiation Particle Detector"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:RadiationParticlesPerMinute
    a owl:Class ;
    rdfs:comment "The number of ionizing events detected in one minute."@en ;
    rdfs:label "Radiation Particles Per Minute"@en ;
    rdfs:subClassOf qu:Unit .

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

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

:RecognizedActivity
    a owl:Class ;
    rdfs:comment "Activity Recognized. This is usually made available as a part of analysis done by Google. The available activities recognized are IN_VEHICLE, ON_BICYCLE, ON_FOOT, RUNNING, STILL, TILTING, UNKNOWN, and WALKING."@en ;
    rdfs:label "Recognized Activity"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

:ResAverageLicConnectedUsers
    a owl:Class ;
    rdfs:comment "Connected Users to a communication channel/platform"@en ;
    rdfs:label "Connected Users"@en ;
    rdfs:subClassOf :Communication .

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

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

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

:RoadSurfaceThermometer
    a owl:Class ;
    rdfs:comment "Device used to measure the road Surface temperature."@en ;
    rdfs:label "Road Surface Thermometer"@en ;
    rdfs:subClassOf :Thermometer, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Transportation
    ] .

:RoadTemperature
    a owl:Class ;
    rdfs:comment "Temperature of the road."@en ;
    rdfs:label "Road Temperature"@en ;
    rdfs:subClassOf :Temperature .

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

:RotationalSpeed
    a owl:Class ;
    rdfs:comment "Rotational speed (or speed of revolution) of an object rotating around an axis is the number of turns of the object divided by time, specified as revolutions per minute (rpm), revolutions per second (rev/s), or radians per second (rad/s). (Source Wikipedia)"@en ;
    rdfs:label "Rotational Speed"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

:SNR
    a owl:Class ;
    rdfs:comment "Compares the level of a desired signal to the level of noise. "@en ;
    rdfs:label "Signal to Noise Ratio"@en ;
    rdfs:subClassOf qu:QuantityKind .

:SO2Sensor
    a owl:Class ;
    rdfs:comment "Device use to detect Sulphur Dioxide (SO2) level in the environment."@en ;
    rdfs:label "Sulphur Dioxide (SO2) Sensor"@en ;
    rdfs:subClassOf :GaseousPollutantSensor .

:SPO2
    a owl:Class ;
    rdfs:comment "It is a measure of the amount of oxygenated haemoglobin in the blood."@en ;
    rdfs:label "SPO2"@en ;
    rdfs:subClassOf qu:QuantityKind .

:Salinity
    a owl:Class ;
    rdfs:comment "It is the measure of all the salts dissolved in water."@en ;
    rdfs:label "Salinity"@en ;
    rdfs:subClassOf qu:QuantityKind .

:SaltMeter
    a owl:Class ;
    rdfs:comment "Device use to detect salinity of water."@en ;
    rdfs:label "Salt Meter"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Environment
    ] .

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

:SeatBeltTensionSensor
    a owl:Class ;
    rdfs:comment " Actuator used to turn Seat Belt Tension Actuator on or off. "@en ;
    rdfs:label "Seat Belt Tension Actuating Device"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Transportation
    ] .

:SecondAngle
    a owl:Class ;
    rdfs:comment "It is a unit of angular measurement equal to 1/60 of one degree."@en ;
    rdfs:label "Second Angle"@en ;
    rdfs:subClassOf qu:Unit .

:SecondTime
    a owl:Class ;
    rdfs:comment "Qualitatively defined as the second division of the hour by sixty, the first division by sixty being the minute. SI definition of second is \"the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en ;
    rdfs:label "Second Time"@en ;
    rdfs:subClassOf qu:Unit .

:Seismometer
    a owl: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 .

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

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

:SiemensPerMetre
    a owl:Class ;
    rdfs:comment "Conductivity is measured in Siemens per metre (S/m)."@en ;
    rdfs:label "Siemens Per Metre, Siemens Per Meter"@en ;
    rdfs:subClassOf qu:Unit .

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

:Sirens
    a owl:Class ;
    rdfs:comment "When source of the sound were sirens either from ambulance, police car or factory etc."@en ;
    rdfs:label "Sirens Sound Source"@en ;
    rdfs:subClassOf :SoundSource .

:SkinConductance
    a owl:Class ;
    rdfs:comment "Electroderal activity (also known as skin conductance or galvanic skin response) directly correlates to the sympathetic nervous system activity and thus provides a powerful tool for monitoring arousal and certain aspects of autonomic regulation."@en ;
    rdfs:label "Skin conductance, GSR"@en ;
    rdfs:subClassOf qu:QuantityKind .

:SkinConductanceSensor
    a owl:Class ;
    rdfs:comment "Device used to detect Skin Conductance."@en ;
    rdfs:label "Skin Conductance Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Emotion
    ], [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Health
    ] .

:SleepDetector
    a owl:Class ;
    rdfs:comment """A sleep detector sensor which detects whether the human falls asleep or wakes up.

https://www.tizen.org/feature/sensor.sleep_monitor"""@en ;
    rdfs:label "Sleep Detector"@en ;
    rdfs:subClassOf :SleepSensor .

:SleepMonitor
    a owl:Class ;
    rdfs:comment """A sleep monitor sensor which tracks the human sleep state. 

https://www.tizen.org/feature/sensor.sleep_monitor"""@en ;
    rdfs:label "Sleep Monitor"@en ;
    rdfs:subClassOf :SleepSensor .

:SleepSensor
    a owl:Class ;
    rdfs:label "Sleep Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Health
    ] .

:SleepState
    dc:description "The event at which a person or animal sleep state has been detected. This could be measured as a Boolean, or labels if the state is not binary"@en ;
    a owl:Class ;
    rdfs:label "Sleep State"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

:SnowChains
    a owl:Class ;
    rdfs:comment "The actuator that turn Snow chains on/off."@en ;
    rdfs:label "Snow Chains Actuating Device"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Transportation
    ] .

:Sodium
    a owl:Class ;
    rdfs:comment "Measure of Blood Sodium level."@en ;
    rdfs:label "Sodium"@en ;
    rdfs:subClassOf qu:QuantityKind .

:SoilHumidity
    a owl:Class ;
    rdfs:comment "It is the quantity of water contained in a material, such as soil. "@en ;
    rdfs:label "Soil Humidity"@en ;
    rdfs:subClassOf qu:QuantityKind .

:SoilHumiditySensor
    a owl:Class ;
    rdfs:comment "Soil Humidity sensor, Soil moisture, Hygrometer are an instrument used for measuring the soil moisture or soil humidity."@en ;
    rdfs:label "Soil Humidity Sensor"@en ;
    rdfs:subClassOf :HumiditySensor, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Agriculture
    ] .

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

:SoilTemperature
    a owl: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 :Temperature .

:SoilThermometer
    a owl:Class ;
    rdfs:comment "This sensor reports Soil temperature."@en ;
    rdfs:label "Soil Thermometer"@en ;
    rdfs:subClassOf :Thermometer .

:SolarRadiation
    a owl:Class ;
    rdfs:comment "It is the power per unit area received from the Sun in the form of electromagnetic radiation in the wavelength range of the measuring instrument. (Source Wikipedia)."@en ;
    rdfs:label "Solar Radiation Measurement, PAR Measurement (Photosynthetically Active Radiation)"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

:Sound
    a owl:Class ;
    rdfs:comment "Measure of noise level in the environment"@en ;
    rdfs:label "Sound, Noise Level"@en ;
    rdfs:subClassOf qu:QuantityKind .

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

:SoundPressureLevelAmbient
    a owl:Class ;
    rdfs:comment "Similar to Sound."@en ;
    rdfs:label "Sound Pressure Level Ambient"@en ;
    rdfs:subClassOf :SoundPressureLevel .

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

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

:Source
    a owl:Class ;
    rdfs:comment "Environmental Origin of a particular observation. With respect to one kind of Source (Sound source), it can be coming from traffic, siren of a police car, etc."@en ;
    rdfs:label "Source"@en .

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

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

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

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

:SpeedSensor
    a owl:Class ;
    rdfs:comment "Sensor used to detect speed."@en ;
    rdfs:label "Speed Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Transportation
    ] .

:StayingPeopleCountSensor
    a owl:Class ;
    rdfs:comment "Device used to count the number of people that stays within an area for more than a threshold of time."@en ;
    rdfs:label "Staying People Count Sensor"@en ;
    rdfs:subClassOf :PeopleCountSensor .

:Step
    a owl:Class ;
    rdfs:comment "It is a measure of number of Step taken."@en ;
    rdfs:label "Step"@en ;
    rdfs:subClassOf qu:Unit .

:SunPositionDirection
    a owl:Class ;
    rdfs:comment "The position of the Sun in the sky is a function of both time and the geographic coordinates of the observer on the surface of the Earth. (Source Wikipedia)."@en ;
    rdfs:label "Sun Position Direction"@en ;
    rdfs:subClassOf qu:QuantityKind .

:SunPositionDirectionSensor
    a owl:Class ;
    rdfs:comment "Sensor used to detect sun position."@en ;
    rdfs:label "Sun Position Direction Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Weather
    ] .

:SunPositionElevation
    a owl:Class ;
    rdfs:comment "It is the altitude of the sun, the angle between the horizon and the centre of the sun's disc."@en ;
    rdfs:label "Sun Position Elevation"@en ;
    rdfs:subClassOf qu:QuantityKind .

:SunPositionElevationSensor
    a owl:Class ;
    rdfs:comment "Device used to detect sun elevation."@en ;
    rdfs:label "Sun Position Elevation Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Weather
    ] .

:SystolicBloodPressure
    a owl:Class ;
    rdfs:comment "It is the pressure when the heart beats while pumping blood."@en ;
    rdfs:label "Systolic Blood Pressure"@en ;
    rdfs:subClassOf :BloodPressure .

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

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

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

:TemperatureEngine
    a owl:Class ;
    rdfs:comment "The temperature of a vehicle engine."@en ;
    rdfs:label "Temperature Engine"@en ;
    rdfs:subClassOf :Temperature .

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

:Tesla
    a owl:Class ;
    rdfs:comment "It is the SI unit of magnetic flux density."@en ;
    rdfs:label "Tesla"@en ;
    rdfs:subClassOf qu:Unit .

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

:ThrottleSensor
    a owl:Class ;
    rdfs:comment "It is a device used to monitor the throttle position of a vehicle."@en ;
    rdfs:label "Throttle Position Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Transportation
    ] .

:TimeOfArrival
    a owl:Class ;
    rdfs:comment "Estimated time till an object is arriving to a specific location (typically used in transportation)."@en ;
    rdfs:label "Time of arrival"@en ;
    rdfs:subClassOf qu:QuantityKind .

:TimeOfArrivalNextBus
    a owl:Class ;
    rdfs:comment "Estimated time (in seconds) till a bus will arrive at a specific bus stop. "@en ;
    rdfs:label "Time of arrival for the next bus"@en ;
    rdfs:subClassOf :TimeOfArrival .

:TimeOfArrivalNextBusSensor
    a owl:Class ;
    rdfs:comment "Virtual device that represents a bus stop X and a bus line Y; it estimates the remaining time the next bus (belonging to line Y) will arrive at bus stop X. "@en ;
    rdfs:label "Time of arrival sensor for the next bus"@en ;
    rdfs:subClassOf :TimeOfArrivalSensor .

:TimeOfArrivalSensor
    a owl:Class ;
    rdfs:comment "Virtual device that estimates the remaining time for an object to arrive at a specific location."@en ;
    rdfs:label "Time of Arrival Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:TimeRelatedState
    a owl:Class ;
    rdfs:comment "Indicator of whether a person (or object) has overpassed a particular time threshold (e.g. maximum number of hours driving, etc.)"@en ;
    rdfs:label "Time Related State"@en ;
    rdfs:subClassOf qu:QuantityKind .

:TimeRelatedStateDriver
    a owl:Class ;
    rdfs:comment "Indicator of whether the driver of a vehicle approaches or exceeds his/her working time limits."@en ;
    rdfs:label "Time Related State Driver"@en ;
    rdfs:subClassOf :TimeRelatedState .

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

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

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

:Tonne
    a owl:Class ;
    rdfs:comment "It is a non-SI metric unit of mass equal to 1,000 kilograms."@en ;
    rdfs:label "Tonne"@en ;
    rdfs:subClassOf :Gram .

:TouchSensor
    a owl:Class ;
    rdfs:comment "Device that captures and records physical touch or embrace on a device and/or object."@en ;
    rdfs:label "Touch Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

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

:Traffic
    a owl:Class ;
    rdfs:comment "When the source of the sound was traffic."@en ;
    rdfs:label "Traffic"@en ;
    rdfs:subClassOf :SoundSource .

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

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

:UltrasonicSensor
    a owl: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 owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :BuildingAutomation
    ] .

:VOCSensor
    a owl:Class ;
    rdfs:comment "Sensor that detects levels of Volatile Organic Components (VOC) in the environment."@en ;
    rdfs:label "Volatile Organic Compound (VOC) Sensor"@en ;
    rdfs:subClassOf :GaseousPollutantSensor .

:VehicleCountSensor
    a owl:Class ;
    rdfs:comment "Device used to count the number of vehicles (e.g., used within the Citypulse project)."@en ;
    rdfs:label "Vehicle Count Sensor"@en ;
    rdfs:subClassOf :Counter, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Transportation
    ] .

:VehicleOverspeedState
    a owl:Class ;
    rdfs:comment "Measure to indicates whether the vehicle is exceeding the legal speed limit."@en ;
    rdfs:label "Vehicle Overspeed State"@en ;
    rdfs:subClassOf qu:QuantityKind .

:VehiclePresenceDetector
    a owl:Class ;
    rdfs:comment "Device used to detect if an vehicle is present at a place."@en ;
    rdfs:label " Vehicle Presence Detector"@en ;
    rdfs:subClassOf :PresenceDetector .

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

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

:Visibility
    a owl:Class ;
    rdfs:comment "The state of being able to see or be seen."@en ;
    rdfs:label "Visibility"@en ;
    rdfs:seeAlso <http://openiot.eu/ontology/ns/AtmosphereVisibility> ;
    rdfs:subClassOf qu:QuantityKind .

:VisibilitySensor
    a owl:Class ;
    rdfs:comment "Device used to detect Visibility."@en ;
    rdfs:label "Visibility Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Transportation
    ] .

:VoiceCommand
    a owl:Class ;
    rdfs:comment "A voice command to control a voice controlled system or environment, such as a smart home."@en ;
    rdfs:label "Voice Command"@en ;
    rdfs:subClassOf qu:QuantityKind .

:VoiceCommandController
    a owl:Class ;
    rdfs:comment "An actuating device called  that allows to semi-control the environment of the Voice Command Sensor."@en ;
    rdfs:label "Voice Command Controller"@en ;
    rdfs:subClassOf iot-lite:ActuatingDevice .

:VoiceCommandSensor
    a owl:Class ;
    rdfs:comment "Sensor that uses automatic speech recognition technology to match or reject a recorded voice command according to a specified set of available voice commands."@en ;
    rdfs:label "Voice Command Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

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

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

:Voltage
    a owl:Class ;
    rdfs:comment "An electromotive force or potential difference expressed in volts (Source Google)."@en ;
    rdfs:label "Voltage"@en ;
    rdfs:subClassOf qu:QuantityKind .

:VoltageSensor
    a owl:Class ;
    rdfs:comment "Device which can measure the difference in electric potential energy between two points per unit electric charge."@en ;
    rdfs:label "Voltage Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

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

:WaterConductivitySensor
    a owl:Class ;
    rdfs:comment "Device used to measure the conductivity of water."@en ;
    rdfs:label "Water Conductivity Sensor"@en ;
    rdfs:subClassOf :ConductivitySensor .

:WaterLevel
    a owl:Class ;
    rdfs:comment "The height reached by the water in a reservoir, river, storage tank, or similar."@en ;
    rdfs:label "Water Level"@en ;
    rdfs:subClassOf qu:QuantityKind .

:WaterNH4IonSensor
    a owl:Class ;
    rdfs:comment "Sensor used to measure NH4 concentration level in the water."@en ;
    rdfs:label "Water NH4 Ion Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:WaterNO3IonSensor
    a owl:Class ;
    rdfs:comment "Sensor used to measure NO3 concentration level in the water."@en ;
    rdfs:label "Water NO3 Ion Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:WaterO2IonSensor
    a owl:Class ;
    rdfs:comment "Sensor used to measure O2 concentration level in the water."@en ;
    rdfs:label "Water O2 Ion Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice .

:WaterPHSensor
    a owl:Class ;
    rdfs:comment "Device used to detect PH level of water."@en ;
    rdfs:label "Water PH Sensor"@en ;
    rdfs:subClassOf :PHSensor .

:WaterTemperature
    a owl:Class ;
    rdfs:comment "Sea surface temperature (SST) is the water temperature close to the ocean's surface."@en ;
    rdfs:label "Water Temperature"@en ;
    rdfs:subClassOf :Temperature .

:WaterThermometer
    a owl:Class ;
    rdfs:comment "This sensor reports Water temperature."@en ;
    rdfs:label "Water Thermometer"@en ;
    rdfs:subClassOf :Thermometer .

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

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

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

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

:WeatherPrecipitation
    a owl:Class ;
    rdfs:comment "Weather Precipitation."@en ;
    rdfs:label "Weather Precipitation"@en ;
    rdfs:subClassOf :Precipitation .

:Weight
    a owl:Class ;
    rdfs:comment "A body's relative mass or the quantity of matter contained by it, giving rise to a downward force; the heaviness of a person or thing."@en ;
    rdfs:label "Weight"@en ;
    rdfs:subClassOf qu:QuantityKind .

:WeightSensor
    a owl:Class ;
    rdfs:comment "Device used to weight an object."@en ;
    rdfs:label "Weight Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Health
    ] .

:WiFiInterfaceEnergyMeter
    a owl:Class ;
    rdfs:comment "Measure the average power consumption of the WiFi interface nodes."@en ;
    rdfs:label "WiFi Interface Energy Meter"@en ;
    rdfs:subClassOf :EnergyMeter .

:WindChill
    a owl:Class ;
    rdfs:comment "The cooling effect of wind blowing on a surface."@en ;
    rdfs:label "Wind Chill"@en ;
    rdfs:seeAlso <http://openiot.eu/ontology/ns/WindChill> ;
    rdfs:subClassOf qu:QuantityKind .

:WindChillSensor
    a owl:Class ;
    rdfs:comment "Device used to detect Wind Chill."@en ;
    rdfs:label "Wind Chill Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Weather
    ] .

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

:WindDirectionSensor
    a owl:Class ;
    rdfs:comment "Device used to detect wind direction."@en ;
    rdfs:label "Wind Direction Sensor"@en ;
    rdfs:subClassOf ssn:SensingDevice, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Weather
    ] .

:WindSpeed
    a owl: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 <http://openiot.eu/ontology/ns/WindSpeed> ;
    rdfs:subClassOf qu:QuantityKind .

:WindSpeedSensor
    a owl: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 :SpeedSensor, [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Environment
    ], [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Weather
    ], [
        a owl:Restriction ;
        owl:onProperty :hasDomainOfInterest ;
        owl:someValuesFrom :Agriculture
    ] .

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

:WorkingState
    a owl:Class ;
    rdfs:comment "Indicator of whether a person (or object) is working or not"@en ;
    rdfs:label "Working State"@en ;
    rdfs:subClassOf qu:QuantityKind .

:WorkingStateDriver
    a owl:Class ;
    rdfs:comment "Indicator of whether the driver of a vehicle is present or not"@en ;
    rdfs:label "Working State Driver"@en ;
    rdfs:subClassOf :WorkingState .

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

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

:Wout
    a owl: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 .

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

:hasDirection
    a owl:ObjectProperty ;
    rdfs:comment "The observations made by the sensors are affected by the direction of the sensing device. This property allows observations of the sensor to be associated to the Direction concept."@en ;
    rdfs:label "has Direction"@en ;
    rdfs:range [
        a owl:Restriction ;
        owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
        owl:onClass :Direction ;
        owl:onProperty :hasDirection
    ] .

:hasDomainOfInterest
    a owl: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 :DomainOfInterest .

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

:hasSoundSource
    a owl:ObjectProperty ;
    rdfs:comment "This property links sound to its environmental source."@en ;
    rdfs:domain :Sound ;
    rdfs:label "has Sound Source"@en ;
    rdfs:range :SoundSource ;
    rdfs:subPropertyOf :hasSource .

:hasSource
    a owl:ObjectProperty ;
    rdfs:comment "This property links sensed phenomena to its environmental source."@en ;
    rdfs:domain qu:QuantityKind ;
    rdfs:label "has Source"@en ;
    rdfs:range :Source .

vann:preferredNamespacePrefix
    a owl:AnnotationProperty .

vann:preferredNamespaceUri
    a owl:AnnotationProperty .

rdfs:comment
    a owl:AnnotationProperty .

rdfs:isDefinedBy
    a owl:AnnotationProperty .

rdfs:label
    a owl:AnnotationProperty .

rdfs:seeAlso
    a owl:AnnotationProperty .

owl:equivalentClass
    a owl:AnnotationProperty .

owl:versionInfo
    a owl:AnnotationProperty .

