Generic Ontology for IoT Platforms

GOIoTP and GOIoTPex online documentation

Unofficial Draft

Editor:
Paweł Szmeja, Systems Research Institute, Polish Academy of Sciences
Author:
Paweł Szmeja, Systems Research Institute, Polish Academy of Sciences
INTER-IoT Ontologies:
GOIoTP
GOIoTPex
INTER-IoT Documentation:
Landing page
Git wiki (requires login)
INTER-IoT registries:
Maven Nexus
INTER-IoT code repositories:
Git
INTER-IoT contacts:
Project coordinator

Abstract

Generic Ontology for IoT Platforms (GOIoTP) is a core ontology for IoT. Developed as part of the INTER-IoT project, it offers modular data structures for description of entities most commonly appearing in IoT in the context of interoperating various different IoT artifacts (platforms, devices, services, etc). At the same time, GOIoTP is the reference meta-data model proposed by INTER-IoT.

Generic Ontology for IoT Platforms Extended (GOIoTPex) is an extension, and a vertical module that imports the GOIoTP ontology, both developed as part of the INTER-IoT project. GOIoTPex extends and "fills" select stub classes from GOIoTP with more specific classes, properties and individuals. In short, GOIoTPex ontology extends GOIoTP with terms required in the concrete instantiation and implementation in the INTER-IoT project.

For more information, please refer to INTER-IoT deliverables (specifically D4.2 and D4.1).

The namespace for GOIoTP terms is http://inter-iot.eu/goiotp#
The namespace for GOIoTPex terms is http://inter-iot.eu/goiotpex#

The preferred prefix for the GOIoTP namespace is iiot.
The preferred prefix for the GOIoTPex namespace is iiotex.

The GOIoTP and GOIoTPex ontology files are available below in RDF/XML and TTL formats:

GOIoTP RDF/XML GOIoTP TTL

GOIoTPex RDX/XML GOIoTPex TTL

INTER-IoT is a R&D project which has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 687283.

GOIoTP is not officially endorsed by W3C, nor is it a recommendation, draft recommendation, proposal, or any other official W3C document or standard.

Some styles used in this documentation were copied (and modified) from the styles of SSN/SOSA documentation.

This documentation was generated using ReSpec and INTER-IoT Ontology Documentation Tool. If you would like to use the same tool for your documentation, send an email inquiry to the editors of this file (listed on top of the page).

1. Introduction

This section is non-normative.

The INTER-IoT ontology named GOIoTP (Generic Ontology for IoT Platforms) was engineered to fulfill the requirements put forth by INTER-IoT, but also to offer a core ontology for any artifact in the IoT domain. While reusing existing standardized and established ontologies used in IoT (most notably SSN and SOSA), GOIoTP proposes its own extensions, in order to provide a complete, modular ontology, useful in a wide range of IoT use cases.

GOIoTP is a core ontology, and, as such, it defines some stub classes - i.e. classes that do not have a robust definition, or subclasses. This is a design decision intended to enable different extensions, for those stub concepts, depending on particular needs of an implementation, and follows the usual design patterns for top-level ontologies. Other than offering less restrictions on implementers, stub classes are also easier to align to, and from, other core IoT ontologies.

In order to offer a more complete interoperability solution, we have also defined an extension to GOIoTP that expands the definitions and "stubs" in GOIoTP taxonomy. GOIoTPex is the multi-module ontology that extends the reference model of GOIoTP with concrete entities. It completes GOIoTP and is suitable for scenarios, in which a user is looking for a complete modeling solution.

The details of conception of GOIoTP and GOIoTPex, as well as its place in INTER-IoT are explained in INTER-IoT deliverables. WP4 deliverables (D4.2 and D4.1) focus on the INTER-IoT meta-data model (i.e. the ontologies) and reference architecture, while WP3 deliverables (D3.1, D3.2, and D3.3) contain implementation details, including information about usage of GOIoTP and GOIoTPex in INTER-IoT software.

GOIoTP and GOIoTPex import or use parts of the following ontologies:

The full list of used ontologies can be found in section 7.1 URI prefixes.


The key for all ontology structure diagrams can be found in section 7.2 Ontology diagrams key.

2. Ontology structure

GOIoTP and GOIoTPex are conceptually divided into interconnected horizontal modules that together offer a fully-fledged IoT ontology. Each module is responsible for a specific subset of annotations, and the modules used in GOIoTP are mirrored in GOIoTPex.The defined modules are as follows:

The following sections of this document contain descriptions of each module.

GOIoTP and GOIoTPex modules
Figure 1 GOIoTP and GOIoTPex modules.

2.1 Device module

The device module lies at the core of GOIoTP and, although the modules can be used independently, this one was the starting point of the ontology design. Other models often offer connections to this one i.e. properties that connect their entities to classes from the deivce module. The module itself models the core part of IoT, which is the device and its operation. It is centered around 4 classes -- iiot:IoTDevice, sosa:Sensor, sosa:Actuator and sosa:Sampler.

The most significant, from the modeling perspective, is the iiot:IoTDevice class. As a subclass of sosa:Platform it hosts entities of type sosa:System. It is a class that represents a collection that includes any kind of smart device (physical or virtual) connected to IoT, for instance mobile phones, tablets, wireless keyboards, light fixtures, traffic gates, parking meters, thermometers, smart medical equipment, and so on.

The most informative classes are sosa:Sensor and sosa:Actuator, which signify the purpose of a sosa:System in an IoT ecosystem. Both are subclasses of sosa:System, and can therefore be hosted on a iiot:IoTDevice (or any other sosa:Platform). Any sosa:System can have subsystems. Informally speaking, sensors and actuators \textit{usually} serve a smaller purpose than a whole IoT device -- e.g. detection of change in a single observable property (e.g. air temperature).

Finally, GOIoTP does not place any special importance on sosa:Sampler, which is a new introduction to SSN/SOSA since SSNX. It is, as a principle, supported by GOIoTP and INTER-IoT, but we have not found any specific use case during our work that would include it. It is technically part of GOIoTP, because the whole SSN/SOSA is imported into it.

The device model of GOIoTP offers two ways to think of IoT devices. First one, closer to the original vision of SSNX, is that an iiot:IoTDevice does not offer any sensing or actuating capabilities itself, instead being a platform that groups together (i.e. hosts) systems of sensors and actuators. Those systems offer sensing, or actuating, and are smaller and more granular than the whole device, and may have subsystems of their own. The second way to look at an IoT device, is to treat an IoT device as a single-purpose machine, i.e. an instance of both iiot:IoTDevice and a sosa:Sensor (or sosa:Actuator). This approach is suitable for specialized devices, such as a single purpose sensor measuring air quality. Because such sensor does not offer any other capability, we treat the whole device, as if it was a sensor itself.

To summarize, an instance of an iiot:IoTDevice can be a host for multiple systems, but it can also be a single purpose sosa:Sensor or sosa:Actuator itself. We have found that in our initial implementations of INTER-IoT software, the latter case appeared much more often. Formally, not every sosa:Sensor or sosa:Actuator is an iiot:IoTDevice. An iiot:IoTDevice \textit{usually} either is a sosa:Sensor (or sosa:Actuator), or hosts at least one sosa:Sensor or sosa:Actuator.

Technically, an instance of iiot:IoTDevice and a sosa:Sensor is at the same time a ssn:System and a sosa:Platform (which is inferred from SSN/SOSA taxonomy). This is a callback to the device model in SSNX, where oldssn:Device was a subclass of oldssn:System and oldssn:Platform. Unfortunately, a device class, as such, does not exist in SSN/SOSA, and introduction of iiot:IoTDevice is a rectification of that fact.

GOIoTP device module
Figure 2 GOIoTP device module.

Most important entities of the Device module:

2.2 Platform module

The platform module extends the SOSA sosa:Platform description and defines a new class of iiot:SoftwarePlatform. Platforms in GOIoTP can have explicitly defined semantics, asserted via the iiot:hasSemantics property, with the range including instances of iiot:Semantics, or its subclass iiot:Ontology. The iiot:hasSemantics property and iiot:Semantics class are meant to store descriptions of any kind of semantics (ontology, vocabluary, etc.) that is used, implemented, or supported by the platform. It is used in INTER-IoT to handle information relevant to semantic interoperability, and to know if two platforms are semantically compatible, or if they need to be aligned. Although, technically, an instance of iiot:Ontology can also have the type of owl:Ontology, it is discouraged. A iiot:Ontology may have additional annotations that are relevant in context of an interoperability system. Using owl:Ontology instead would complicate knowledge management, because one would always have to remember that the annotations about a well-known owl:Ontology are most probably non-authoritative i.e. the user making such annotations is not authorized to provide official information about the particular instance of an owl:Ontology. If one instead uses iiot:Ontology as description of semantics for a iiot:SoftwarePlatform, then they are in "full control" over any extra annotations.

A iiot:SoftwarePlatform has components (instances of iiot:PlatformComponent, or its subclass iiot:Middleware), akin to subsystems of ssn:System. GOIoTPex defines a collection of subclasses of iiot:Middleware that represent IoT middleware software used in INTER-IoT demo and pilot implementations, e.g. iiotex:FIWARE, iiotex:WSO2, or iiotex:UniversAAL. The GOIoTPex taxonomy of middlewares does not presume to represent an exhaustive list of most prevalent IoT platforms, and may be extended in the future.

The platform module and the device module are connected via the sosa:Platform, which is a superclass to both iiot:IoTDevice and iiot:SoftwarePlatform.

GOIoTP platform module
Figure 3 GOIoTP platform module.

Most important entities of the Platform module:

2.3 Observation and actuation module

Observation and actuation module defines data structures that represent information which is either gathered by a sensor, or produced by an actuator, with the intention to act on the world. Instances of both sosa:Actuation and sosa:Observation can be connected with an instance of a sosa:Result, which is the entity that holds the information most relevant to sensing or actuation. GOIoTP extends the SSN/SOSA model of results by defining the iiot:hasResultValue property that holds the literal value of the observation or actuation.

In GOIoTP a single observation (or actuation) may have more than one result. This is done to account for the fact that some results of observations may be connected and may make sense only in the context of each other. For instance a blood pressure measurement that produces information about systolic and diastolic blood pressure of a patient would be modeled in GOIoTP as a single observation with multiple results.

The SSN/SOSA model of observations, actuations and results is itself quite verbose, as it includes information about time, observed (or acted upon) properties and features of interest, and is well connected to the device module of SSN/SOSA. Because of that the observation and actuation module of GOIoTP does not introduce much new information or changes into it. Note, however, that other GOIoTP modules i.e. location, user, and units offer additional properties that enhance observations, actuations and results (see further subsections in this chapter for details). As stated before, in our opinion GOIoTP modules work best when all of them are utilized, and the ontology itself should be used as a whole, as opposed to selecting single modules.

The observation and actuation module is attached to the device module by the sosa:madeActuation and sosa:madeObservation for sosa:Actuators and sosa:Sensors respectively.

GOIoTP observation module
Figure 4 GOIoTP observation and actuation module.

Most important entities of the Observation and actuation module:

2.4 Units and measurements module

The units and measurements module makes use of the class of sweet_units:Unit to attach information about unit of measurement to instances of sosa:Result (from the observations module). This is a very simple, but also much needed information that puts a valuable context on the value of any sosa:Result. The class of iiot:MeasurementKind subclasses ssn:Property and its instances are intended to store information about the kind, or type, of measurement or unit (e.g. mass, length, etc).

The generic model of GOIoTP allows for any system of units to be used under sweet_units:Unit and iiot:MeasurementKind. GOIoTPex implements this idea by utilizing a full suite of units and measurement kinds from both the SI system in general, and the SI units defined in SWEET Units ontology. Subclasses of iiot:MeasurementKind are defined, such as iiotex:Volume, iiotex:Mass, iiotex:Luminance and many others; and organized under a basic SI taxonomy (e.g. iiotex:SIBaseMK for base SI units, iiotex:SIDerivedMK for derived units and so on). Instances that represent concrete SI units, such as sweet_units:kilogram, or sweet_units:ampere are also included in GOIoTPex under the taxonomy defined in SWEET Units ontology.

GOIoTP units and measurements module
Figure 5 GOIoTP units and measurements module.

Most important entities of the Units module:

2.5 Location module

The geolocation module proposes a model centered around the class of iiot:Location, which describes any physical location, such as a building, a specific room, or a city. The geographical coordinates are attached to a iiot:Location with the geosparql:asWKT property, whose value is a geosparql:wtkLiteral (WKT stands for ``well known text''). WKT is a string format that allows declaration of geographical points (e.g. "POINT[31.2543139, -24.2584805]"), lines and areas bounded by many different shapes. Although WKT also allows for textual descriptions, like "AREA['Netherlands offshore.']", they are optional, and we recommend to put any textual information relevant to ontological entities in annotation properties, as opposed to the value of the geosparql:asWKT property. WKT also allows for definition of (optional) "vertical extent" i.e. a height range, and even a temporal extent i.e. a time range over which the geoposition is relevant. Because of how complicated a WKT description can become, we advise that the way in which it is actually used is explicitly documented, when using GOIoTP. For instance, if a software system only parses geopositional information, without any additional information (i.e. the optional textual, temporal and vertical descriptions), it should be made clear in the documentation. More information about GeoSPARQL and WKT is available in their respective online documentations.

GOIoTP does not define any other location-specific properties, such as address, or country code information. The geolocation module connects to device, observation and platform modules through iiot:hasLocation and iiot:hasCoverage properties, applicable to sosa:Result, ssn:System and sosa:Platform. The first property informs about a physical location of an entity, while the latter defines a point, or an area inside which the functionalities or capabilities of an entity are offered. For instance, a temperature sensor that covers a whole room (iiot:hasCoverage) can be placed in one specific corner of that room (iiot:hasLocation). Note that the value of both properties is a iiot:Location, so the iiot:hasLocation property value is not limited to a description of a point, and may be use any allowed geosparql:asWKT value, including an area. In such cases the property informs about an approximate location (e.g. an entity in a building), as opposed to a precise point.

GOIoTP location module
Figure 6 GOIoTP service module.

Most important entities of the Location module:

2.6 Service module

The service module offers a model for services offered by platforms, or smart devices. An instance of a iiot:Service (which can be offered by any sosa:Platform, including iiot:IoTDevice and iiot:SoftwarePlatform) has an interface (i.e. iiot:ServiceInterface). The interface, is a description of a way of accessing the service, with a formal definition via iiot:hasServiceDefinition (e.g. a WSDL file), an input (iiot:ServiceInput) with an URL endpoint (at which the service is accessed), and an output (iiot:ServiceOutput). Both iiot:ServiceInput and iiot:ServiceInput can specify a iiot:DataFormat - for instance JSON.

GOIoTPex defines subclasses and instances for the service module. It offers specific subclasses of iiot:Service, such as iiotex:CEPWebService for complex event processing webservices; subclasses of iiot:ServiceInterface such as iiotex:REST, and subclasses of iiot:DataFormat, e.g. iiotex:JSON. Very specific data formats, such as FIWARE NGSIv2 JSON are included in GOIoTPex as instances (e.g. iiotex:NGSIv2JSON).

The service module connects to the platform module through the capability of platforms to offer services via the iiot:offersService property.

GOIoTP service module
Figure 7 GOIoTP service module.

Most important entities of the Service module:

2.7 User module

The user module is centered around the iiot:User class that is a subclass of the sosa:FeatureOfInterest class. It describes human or software that uses, or is a client in the context of an IoT system.

The user module connects to the device, observation, services and platform modules via iiot:hasUser and iiot:orderedByUser properties. The iiot:hasUser is a generic connection between a user and an entity. When a device has a user, it means that its capabilities or functionalities are being used by a particular user. This property is very general in meaning and GOIoTP does not put many constraints on the way it is meant to be used. The iiot:orderedByUser property, on the other hand, describes that an observation or actuation was ordered to be done by a user. It can be used, for example, to inform that a particular doctor ordered a measurement of patients blood pressure, or that a software agent decided that an actuation needs to be performed by a smart gate sensor, in order to close the gate.

Because of the connection to SSN/SOSA iiot:User can be used like any other sosa:FeatureOfInterest to connect users to observations, or actuations (e.g. to say that an observation was made about a users ssn:Property).

GOIoTPex extends the user module with a very simple subclass of ssn:Property, namely iiotex:AuthenticationData. Instances of this class are meant to store information known to the user and required to access some system or platform, for instance, a password and login pair. GOIoTPex does not place any restrictions on iiotex:AuthenticationData (e.g. passwords can be plain-text, encrypted, or not required/present at all), so it needs to be extended before usage.

Note that although iiot:Users can be human, GOIoTP does not define properties that would usually be attached to a human user, such as first and last name, age, nationality, address of residence, and so on. If such properties are required, we recommend using well-known and standardized vocabularies, such as schema.org.

GOIoTP user module
Figure 8 GOIoTP user module.

Most important entities of the User module:

2.8 A note about provenance

GOIoTP does not define its own dedicated provenance classes or properties, instead reusing select few from existing ontologies. Dublin Core properties are used to annotate the ontology itself (e.g. dc:creator). We recommend Dublin Core for annotating the basic provenance information. If a more complex provenance description is needed, we recommend the PROV-O ontology. It defines a very robust provenance model, and has an official alignment to SSN/SOSA available online, so it can be easily used with GOIoTP. In our experience, the PROV-O model offers a model that is simply too verbose for a general IoT use-case, so we did not explicitly include it in our ontology.

GOIoTPex defines only one provenance-like property iiotex:hasLocalID. Applicable to any iiot:User or iiot:IoTDevice this property stores information about identifiers that are valid within some local system, but not necessarily globally unique. This property is of particular significance to INTER-IoT, and possibly other interoperability systems. INTER-IoT on the middleware level, and higher levels of interoperability, manages entities (devices in particular) that come from different systems (middlewares), and already have an identity within those systems. In order to preserve uniqueness of identifiers INTER-IoT uses its own RDF URI-based identification system. The iiotex:hasLocalID property lets platforms that use INTER-MW (INTER-IoT middleware interoperability software) attach information about their local identifier, without the need to change its own internal (i.e. local) identification scheme to suit INTER-IoT. Instead, this information is treated as something relevant only in the scope of a particular identifier system, and not as a globally unique identifier.

3. Axiomization

This section contrains descriptions of new entities introduced in GOIoTP or GOIoTPex. Additionally section 4. Additional Axiomization describes entities that come from other ontologies, but are used by, or have additional axioms attached in INTER-IoT ontologies.

3.1 GOIoTP Classes

3.1.1 iiot:DataFormat

C

IRI: http://inter-iot.eu/GOIoTP#DataFormat

OWL Class

DataFormat
Sub class of owl:Thing
Defined in: http://inter-iot.eu/GOIoTP#

3.1.2 iiot:DomainOfInterest

C

IRI: http://inter-iot.eu/GOIoTP#DomainOfInterest

OWL Class

DomainOfInterest - A domain in which an IoT artifact operates.
Example Healthcare, AAL (ambient assisted living), transportation, smart city.
Sub class of owl:Thing
Defined in: http://inter-iot.eu/GOIoTP#

3.1.3 iiot:IoTDevice

C

IRI: http://inter-iot.eu/GOIoTP#IoTDevice

OWL Class

IoTDevice - A physical or virtual entity that is the basic unit of an IoT system. An IoT Device is a Platform, and can serve as a host for multiple Sensors, Actuators, or Samplers.
Sub class of sosa:Platform
Defined in: http://inter-iot.eu/GOIoTP#

3.1.4 iiot:Location

C

IRI: http://inter-iot.eu/GOIoTP#Location

OWL Class

Location - Any physical entity that can be thought of as a location that contains other entities. The geoposition of the Location is (optionally) given in Well Known Text by the geosparql:asWKT property.
Example A room or a floor in a building; a specific point in a city, a city as a whole.
Sub class of geosparql:Geometry
Restrictions geosparql:asWKT only geosparql:wktLiteral
Defined in: http://inter-iot.eu/GOIoTP#

3.1.5 iiot:MeasurementKind

C

IRI: http://inter-iot.eu/GOIoTP#MeasurementKind

OWL Class

MeasurementKind - A kind or class of measurement.
Example Length, mass, time.
Sub class of ssn:Property
Defined in: http://inter-iot.eu/GOIoTP#

3.1.6 iiot:Middleware

C

IRI: http://inter-iot.eu/GOIoTP#Middleware

OWL Class

Middleware
Sub class of iiot:PlatformComponent
Restrictions iiot:hasBaseEndpoint some rdfs:Literal
Defined in: http://inter-iot.eu/GOIoTP#

3.1.7 iiot:Ontology

C

IRI: http://inter-iot.eu/GOIoTP#Ontology

OWL Class

Ontology - A specific description of concepts, entities, properties and relations between them, expressed in a formalized way.
Example GOIoTP ontology.
Sub class of iiot:Semantics
Restrictions iiot:hasURI some xsd:anyURI
iiot:hasVersion some rdfs:Literal
Defined in: http://inter-iot.eu/GOIoTP#

3.1.8 iiot:PlatformComponent

C

IRI: http://inter-iot.eu/GOIoTP#PlatformComponent

OWL Class

PlatformComponent
Sub class of ssn:System
Defined in: http://inter-iot.eu/GOIoTP#

3.1.9 iiot:Semantics

C

IRI: http://inter-iot.eu/GOIoTP#Semantics

OWL Class

Semantics
Example A description of the meaning of data terms and data structure.
Sub class of owl:Thing
Defined in: http://inter-iot.eu/GOIoTP#

3.1.10 iiot:Service

C

IRI: http://inter-iot.eu/GOIoTP#Service

OWL Class

Service - The provision of a function in an IoT ecosystem. note that a Service is not a Procedure, as understood by SOSA ontology.
Example A webservice.
Sub class of owl:Thing
Restrictions iiot:hasDescription some rdfs:Literal
iiot:hasName some rdfs:Literal
iiot:hasServiceInterface some iiot:ServiceInterface
ssn:implements some sosa:Procedure
Defined in: http://inter-iot.eu/GOIoTP#

3.1.11 iiot:ServiceInput

C

IRI: http://inter-iot.eu/GOIoTP#ServiceInput

OWL Class

ServiceInput
Sub class of owl:Thing
Restrictions iiot:hasBaseEndpoint some xsd:anyURI
iiot:hasDataFormat some iiot:DataFormat
Defined in: http://inter-iot.eu/GOIoTP#

3.1.12 iiot:ServiceInterface

C

IRI: http://inter-iot.eu/GOIoTP#ServiceInterface

OWL Class

ServiceInterface - A way of accessing the function offered by the Service.
Sub class of owl:Thing
Restrictions iiot:hasServiceInput some iiot:ServiceInput
iiot:hasServiceOutput some iiot:ServiceOutput
iiot:hasServiceDefinition some xsd:anyURI
Defined in: http://inter-iot.eu/GOIoTP#

3.1.13 iiot:ServiceOutput

C

IRI: http://inter-iot.eu/GOIoTP#ServiceOutput

OWL Class

ServiceOutput
Sub class of owl:Thing
Restrictions iiot:hasDataFormat some iiot:DataFormat
Defined in: http://inter-iot.eu/GOIoTP#

3.1.14 iiot:SoftwarePlatform

C

IRI: http://inter-iot.eu/GOIoTP#SoftwarePlatform

OWL Class

SoftwarePlatform
Sub class of sosa:Platform
Restrictions iiot:hasComponent some iiot:PlatformComponent
Defined in: http://inter-iot.eu/GOIoTP#

3.1.15 iiot:User

C

IRI: http://inter-iot.eu/GOIoTP#User

OWL Class

User
Sub class of sosa:FeatureOfInterest
Defined in: http://inter-iot.eu/GOIoTP#

3.2 GOIoTPex Classes

3.2.1 iiotex:AbsorbedDoseRate

C

IRI: http://inter-iot.eu/GOIoTPex#AbsorbedDoseRate

OWL Class

AbsorbedDoseRate
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.2 iiotex:Acceleration

C

IRI: http://inter-iot.eu/GOIoTPex#Acceleration

OWL Class

Acceleration
Sub class of iiotex:SIDerivedMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.3 iiotex:ActivityOfRadionuclide

C

IRI: http://inter-iot.eu/GOIoTPex#ActivityOfRadionuclide

OWL Class

ActivityOfRadionuclide
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.4 iiotex:AmountOfSubstance

C

IRI: http://inter-iot.eu/GOIoTPex#AmountOfSubstance

OWL Class

AmountOfSubstance
Sub class of iiotex:SIBaseMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.5 iiotex:AmountOfSubstanceConcentration

C

IRI: http://inter-iot.eu/GOIoTPex#AmountOfSubstanceConcentration

OWL Class

AmountOfSubstanceConcentration
Sub class of iiotex:SIDerivedMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.6 iiotex:AngularAcceleration

C

IRI: http://inter-iot.eu/GOIoTPex#AngularAcceleration

OWL Class

AngularAcceleration
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.7 iiotex:AngularVelocity

C

IRI: http://inter-iot.eu/GOIoTPex#AngularVelocity

OWL Class

AngularVelocity
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.8 iiotex:Area

C

IRI: http://inter-iot.eu/GOIoTPex#Area

OWL Class

Area
Sub class of iiotex:SIDerivedMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.9 iiotex:AuthenticationData

C

IRI: http://inter-iot.eu/GOIoTPex#AuthenticationData

OWL Class

AuthenticationData
Sub class of
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.10 iiotex:Azure

C

IRI: http://inter-iot.eu/GOIoTPex#Azure

OWL Class

Azure
Sub class of iiot:Middleware
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.11 iiotex:Capacitance

C

IRI: http://inter-iot.eu/GOIoTPex#Capacitance

OWL Class

Capacitance
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.12 iiotex:CatalyticActivity

C

IRI: http://inter-iot.eu/GOIoTPex#CatalyticActivity

OWL Class

CatalyticActivity
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.13 iiotex:CatalyticActivityConcentration

C

IRI: http://inter-iot.eu/GOIoTPex#CatalyticActivityConcentration

OWL Class

CatalyticActivityConcentration
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.14 iiotex:CEPWebService

C

IRI: http://inter-iot.eu/GOIoTPex#CEPWebService

OWL Class

CEPWebService - Complex Event Processing Service.
Sub class of iiotex:WebService
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.15 iiotex:CurrentDensity

C

IRI: http://inter-iot.eu/GOIoTPex#CurrentDensity

OWL Class

CurrentDensity
Sub class of iiotex:SIDerivedMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.16 iiotex:Depth

C

IRI: http://inter-iot.eu/GOIoTPex#Depth

OWL Class

Depth
Sub class of iiotex:Distance
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.17 iiotex:Distance

C

IRI: http://inter-iot.eu/GOIoTPex#Distance

OWL Class

Distance
Sub class of iiotex:SIBaseMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.18 iiotex:DoseEquivalent

C

IRI: http://inter-iot.eu/GOIoTPex#DoseEquivalent

OWL Class

DoseEquivalent
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.19 iiotex:DynamicViscosity

C

IRI: http://inter-iot.eu/GOIoTPex#DynamicViscosity

OWL Class

DynamicViscosity
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.20 iiotex:EclipseOM2M

C

IRI: http://inter-iot.eu/GOIoTPex#EclipseOM2M

OWL Class

EclipseOM2M
Sub class of iiot:Middleware
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.21 iiotex:ElectricCharge

C

IRI: http://inter-iot.eu/GOIoTPex#ElectricCharge

OWL Class

ElectricCharge
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.22 iiotex:ElectricChargeDensity

C

IRI: http://inter-iot.eu/GOIoTPex#ElectricChargeDensity

OWL Class

ElectricChargeDensity
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.23 iiotex:Electricconductance

C

IRI: http://inter-iot.eu/GOIoTPex#Electricconductance

OWL Class

Electricconductance
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.24 iiotex:ElectricCurrent

C

IRI: http://inter-iot.eu/GOIoTPex#ElectricCurrent

OWL Class

ElectricCurrent
Sub class of iiotex:SIBaseMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.25 iiotex:ElectricFieldStrength

C

IRI: http://inter-iot.eu/GOIoTPex#ElectricFieldStrength

OWL Class

ElectricFieldStrength
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.26 iiotex:ElectricFluxDensity

C

IRI: http://inter-iot.eu/GOIoTPex#ElectricFluxDensity

OWL Class

ElectricFluxDensity
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.27 iiotex:ElectricPotentialDifference

C

IRI: http://inter-iot.eu/GOIoTPex#ElectricPotentialDifference

OWL Class

ElectricPotentialDifference
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.28 iiotex:ElectricResistance

C

IRI: http://inter-iot.eu/GOIoTPex#ElectricResistance

OWL Class

ElectricResistance
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.29 iiotex:Energy

C

IRI: http://inter-iot.eu/GOIoTPex#Energy

OWL Class

Energy
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.30 iiotex:EnergyDensity

C

IRI: http://inter-iot.eu/GOIoTPex#EnergyDensity

OWL Class

EnergyDensity
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.31 iiotex:FIWARE

C

IRI: http://inter-iot.eu/GOIoTPex#FIWARE

OWL Class

FIWARE
Sub class of iiot:Middleware
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.32 iiotex:Force

C

IRI: http://inter-iot.eu/GOIoTPex#Force

OWL Class

Force
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.33 iiotex:Frequency

C

IRI: http://inter-iot.eu/GOIoTPex#Frequency

OWL Class

Frequency
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.34 iiotex:HeatCapacity

C

IRI: http://inter-iot.eu/GOIoTPex#HeatCapacity

OWL Class

HeatCapacity
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.35 iiotex:HeatFluxDensity

C

IRI: http://inter-iot.eu/GOIoTPex#HeatFluxDensity

OWL Class

HeatFluxDensity
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.36 iiotex:Height

C

IRI: http://inter-iot.eu/GOIoTPex#Height

OWL Class

Height
Sub class of iiotex:Distance
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.37 iiotex:Illuminance

C

IRI: http://inter-iot.eu/GOIoTPex#Illuminance

OWL Class

Illuminance
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.38 iiotex:Inductance

C

IRI: http://inter-iot.eu/GOIoTPex#Inductance

OWL Class

Inductance
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.39 iiotex:JSON

C

IRI: http://inter-iot.eu/GOIoTPex#JSON

OWL Class

JSON
Sub class of iiot:DataFormat
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.40 iiotex:JSON-LD

C

IRI: http://inter-iot.eu/GOIoTPex#JSON-LD

OWL Class

JSON-LD
Sub class of iiotex:JSON
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.41 iiotex:Kerma

C

IRI: http://inter-iot.eu/GOIoTPex#Kerma

OWL Class

Kerma
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.42 iiotex:Length

C

IRI: http://inter-iot.eu/GOIoTPex#Length

OWL Class

Length
Sub class of iiotex:Distance
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.43 iiotex:Luminance

C

IRI: http://inter-iot.eu/GOIoTPex#Luminance

OWL Class

Luminance
Sub class of iiotex:SIDerivedMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.44 iiotex:LuminousFlux

C

IRI: http://inter-iot.eu/GOIoTPex#LuminousFlux

OWL Class

LuminousFlux
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.45 iiotex:LuminousIntensity

C

IRI: http://inter-iot.eu/GOIoTPex#LuminousIntensity

OWL Class

LuminousIntensity
Sub class of iiotex:SIBaseMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.46 iiotex:MagneticFieldStrength

C

IRI: http://inter-iot.eu/GOIoTPex#MagneticFieldStrength

OWL Class

MagneticFieldStrength
Sub class of iiotex:SIDerivedMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.47 iiotex:MagneticFlux

C

IRI: http://inter-iot.eu/GOIoTPex#MagneticFlux

OWL Class

MagneticFlux
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.48 iiotex:MagneticFluxDensity

C

IRI: http://inter-iot.eu/GOIoTPex#MagneticFluxDensity

OWL Class

MagneticFluxDensity
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.49 iiotex:Mass

C

IRI: http://inter-iot.eu/GOIoTPex#Mass

OWL Class

Mass
Sub class of iiotex:SIBaseMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.50 iiotex:MassDensity

C

IRI: http://inter-iot.eu/GOIoTPex#MassDensity

OWL Class

MassDensity
Sub class of iiotex:SIDerivedMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.51 iiotex:MassFraction

C

IRI: http://inter-iot.eu/GOIoTPex#MassFraction

OWL Class

MassFraction
Sub class of iiotex:SIDerivedMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.52 iiotex:MolarEnergy

C

IRI: http://inter-iot.eu/GOIoTPex#MolarEnergy

OWL Class

MolarEnergy
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.53 iiotex:MolarEntropy

C

IRI: http://inter-iot.eu/GOIoTPex#MolarEntropy

OWL Class

MolarEntropy
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.54 iiotex:MomentOfForce

C

IRI: http://inter-iot.eu/GOIoTPex#MomentOfForce

OWL Class

MomentOfForce
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.55 iiotex:OneM2M

C

IRI: http://inter-iot.eu/GOIoTPex#OneM2M

OWL Class

OneM2M
Sub class of iiot:Middleware
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.56 iiotex:OpenIoT

C

IRI: http://inter-iot.eu/GOIoTPex#OpenIoT

OWL Class

OpenIoT
Sub class of iiot:Middleware
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.57 iiotex:Permeability

C

IRI: http://inter-iot.eu/GOIoTPex#Permeability

OWL Class

Permeability
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.58 iiotex:Permittivity

C

IRI: http://inter-iot.eu/GOIoTPex#Permittivity

OWL Class

Permittivity
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.59 iiotex:PlaneAngle

C

IRI: http://inter-iot.eu/GOIoTPex#PlaneAngle

OWL Class

PlaneAngle
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.60 iiotex:Power

C

IRI: http://inter-iot.eu/GOIoTPex#Power

OWL Class

Power
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.61 iiotex:Pressure

C

IRI: http://inter-iot.eu/GOIoTPex#Pressure

OWL Class

Pressure
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.62 iiotex:Radiance

C

IRI: http://inter-iot.eu/GOIoTPex#Radiance

OWL Class

Radiance
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.63 iiotex:RadiantIntensity

C

IRI: http://inter-iot.eu/GOIoTPex#RadiantIntensity

OWL Class

RadiantIntensity
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.64 iiotex:RayExposure

C

IRI: http://inter-iot.eu/GOIoTPex#RayExposure

OWL Class

RayExposure
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.65 iiotex:RDF

C

IRI: http://inter-iot.eu/GOIoTPex#RDF

OWL Class

RDF
Sub class of iiot:DataFormat
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.66 iiotex:REST

C

IRI: http://inter-iot.eu/GOIoTPex#REST

OWL Class

REST
Sub class of iiot:ServiceInterface
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.67 iiotex:SIBaseMK

C

IRI: http://inter-iot.eu/GOIoTPex#SIBaseMK

OWL Class

SIBaseMK - The SI is founded on seven SI base units for seven base quantities assumed to be mutually independent.Class of basic SI measurement kinds.

Sub class of iiot:MeasurementKind
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.68 iiotex:SIDerivedMK

C

IRI: http://inter-iot.eu/GOIoTPex#SIDerivedMK

OWL Class

SIDerivedMK - Quantities other than base, called derived quantities, are defined in terms of the seven base quantities via a system of quantity equations. The SI derived units for these derived quantities are obtained from these equations and the seven SI base units.Class of derived SI measurement kinds.

Sub class of iiot:MeasurementKind
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.69 iiotex:SIDerivedSpecialInclusiveMK

C

IRI: http://inter-iot.eu/GOIoTPex#SIDerivedSpecialInclusiveMK

OWL Class

SIDerivedSpecialInclusiveMK - The special names and symbols of the 22 SI derived units with special names and symbols may themselves be included in the names and symbols of other SI derived units.SI derived units whose names and symbols include SI derived units with special names and symbols.

Sub class of iiot:MeasurementKind
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.70 iiotex:SIDerivedSpecialMK

C

IRI: http://inter-iot.eu/GOIoTPex#SIDerivedSpecialMK

OWL Class

SIDerivedSpecialMK - SI derived units with special names and symbols.For ease of understanding and convenience, 22 SI derived units have been given special names and symbols.

Sub class of iiot:MeasurementKind
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.71 iiotex:SOAP

C

IRI: http://inter-iot.eu/GOIoTPex#SOAP

OWL Class

SOAP
Sub class of iiot:ServiceInterface
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.72 iiotex:SolidAngle

C

IRI: http://inter-iot.eu/GOIoTPex#SolidAngle

OWL Class

SolidAngle
Sub class of iiotex:SIDerivedSpecialMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.73 iiotex:SpecificEnergy

C

IRI: http://inter-iot.eu/GOIoTPex#SpecificEnergy

OWL Class

SpecificEnergy
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.74 iiotex:SpecificHeatCapacity

C

IRI: http://inter-iot.eu/GOIoTPex#SpecificHeatCapacity

OWL Class

SpecificHeatCapacity
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.75 iiotex:SpecificVolume

C

IRI: http://inter-iot.eu/GOIoTPex#SpecificVolume

OWL Class

SpecificVolume
Sub class of iiotex:SIDerivedMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.76 iiotex:SurfaceTension

C

IRI: http://inter-iot.eu/GOIoTPex#SurfaceTension

OWL Class

SurfaceTension
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.77 iiotex:Temperature

C

IRI: http://inter-iot.eu/GOIoTPex#Temperature

OWL Class

Temperature
Sub class of iiotex:SIBaseMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.78 iiotex:ThermalConductivity

C

IRI: http://inter-iot.eu/GOIoTPex#ThermalConductivity

OWL Class

ThermalConductivity
Sub class of iiotex:SIDerivedSpecialInclusiveMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.79 iiotex:Time

C

IRI: http://inter-iot.eu/GOIoTPex#Time

OWL Class

Time
Sub class of iiotex:SIBaseMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.80 iiotex:UniversAAL

C

IRI: http://inter-iot.eu/GOIoTPex#UniversAAL

OWL Class

UniversAAL
Sub class of iiot:Middleware
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.81 iiotex:Velocity

C

IRI: http://inter-iot.eu/GOIoTPex#Velocity

OWL Class

Velocity
Sub class of iiotex:SIDerivedMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.82 iiotex:Volume

C

IRI: http://inter-iot.eu/GOIoTPex#Volume

OWL Class

Volume
Sub class of iiotex:SIDerivedMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.83 iiotex:WaveNumber

C

IRI: http://inter-iot.eu/GOIoTPex#WaveNumber

OWL Class

WaveNumber
Sub class of iiotex:SIDerivedMK
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.84 iiotex:WebService

C

IRI: http://inter-iot.eu/GOIoTPex#WebService

OWL Class

WebService
Sub class of iiot:Service
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.85 iiotex:Width

C

IRI: http://inter-iot.eu/GOIoTPex#Width

OWL Class

Width
Sub class of iiotex:Distance
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.86 iiotex:WSO2

C

IRI: http://inter-iot.eu/GOIoTPex#WSO2

OWL Class

WSO2
Sub class of iiot:Middleware
Defined in: http://inter-iot.eu/GOIoTPex#

3.2.87 iiotex:XML

C

IRI: http://inter-iot.eu/GOIoTPex#XML

OWL Class

XML
Sub class of iiot:DataFormat
Defined in: http://inter-iot.eu/GOIoTPex#

3.3 GOIoTP Object Properties

3.3.1 iiot:hasComponent

OP

IRI: http://inter-iot.eu/GOIoTP#hasComponent

OWL Object Property

hasComponent
Range iiot:PlatformComponent
Defined in: http://inter-iot.eu/GOIoTP#

3.3.2 iiot:hasCoverage

OP

IRI: http://inter-iot.eu/GOIoTP#hasCoverage

OWL Object Property

hasCoverage - Denotes a physical location in which an entity (e.g. IoTDevice, SoftwarePlatform, Sensor) operates. Any functionality or capability of an entity should be restricted to the locations included in its coverage.
Range iiot:Location
Defined in: http://inter-iot.eu/GOIoTP#

3.3.3 iiot:hasDataFormat

OP

IRI: http://inter-iot.eu/GOIoTP#hasDataFormat

OWL Object Property

hasDataFormat
Range iiot:DataFormat
Defined in: http://inter-iot.eu/GOIoTP#

3.3.4 iiot:hasDomainOfInterest

OP

IRI: http://inter-iot.eu/GOIoTP#hasDomainOfInterest

OWL Object Property

hasDomainOfInterest
Range iiot:DomainOfInterest
Defined in: http://inter-iot.eu/GOIoTP#

3.3.5 iiot:hasLocation

OP

IRI: http://inter-iot.eu/GOIoTP#hasLocation

OWL Object Property

hasLocation - Denotes last known physical location of an entity.
Range iiot:Location
Defined in: http://inter-iot.eu/GOIoTP#

3.3.6 iiot:hasMeasurementKind

OP

IRI: http://inter-iot.eu/GOIoTP#hasMeasurementKind

OWL Object Property

hasMeasurementKind
Range iiot:MeasurementKind
Defined in: http://inter-iot.eu/GOIoTP#

3.3.7 iiot:hasOwner

OP

IRI: http://inter-iot.eu/GOIoTP#hasOwner

OWL Object Property

hasOwner - Denotes an ownership relation between two entities.
Inverse of iiot:isOwnerOf
Defined in: http://inter-iot.eu/GOIoTP#

3.3.8 iiot:hasSemantics

OP

IRI: http://inter-iot.eu/GOIoTP#hasSemantics

OWL Object Property

hasSemantics
Range iiot:Semantics
Defined in: http://inter-iot.eu/GOIoTP#

3.3.9 iiot:hasServiceInput

OP

IRI: http://inter-iot.eu/GOIoTP#hasServiceInput

OWL Object Property

hasServiceInput
Domain iiot:ServiceInterface
Range iiot:ServiceInput
Defined in: http://inter-iot.eu/GOIoTP#

3.3.10 iiot:hasServiceInterface

OP

IRI: http://inter-iot.eu/GOIoTP#hasServiceInterface

OWL Object Property

hasServiceInterface
Domain iiot:Service
Range iiot:ServiceInterface
Defined in: http://inter-iot.eu/GOIoTP#

3.3.11 iiot:hasServiceOutput

OP

IRI: http://inter-iot.eu/GOIoTP#hasServiceOutput

OWL Object Property

hasServiceOutput
Domain iiot:ServiceInterface
Range iiot:ServiceOutput
Defined in: http://inter-iot.eu/GOIoTP#

3.3.12 iiot:hasUnit

OP

IRI: http://inter-iot.eu/GOIoTP#hasUnit

OWL Object Property

hasUnit
Range sweet_units:Unit
Defined in: http://inter-iot.eu/GOIoTP#

3.3.13 iiot:hasUser

OP

IRI: http://inter-iot.eu/GOIoTP#hasUser

OWL Object Property

hasUser - Denotes that the subject entity is used by another entity.
Inverse of iiot:isUserOf
Range iiot:User
Defined in: http://inter-iot.eu/GOIoTP#

3.3.14 iiot:isOwnerOf

OP

IRI: http://inter-iot.eu/GOIoTP#isOwnerOf

OWL Object Property

isOwnerOf - Denotes an ownership relation between two entities.
Inverse of iiot:hasOwner
Defined in: http://inter-iot.eu/GOIoTP#

3.3.15 iiot:isUserOf

OP

IRI: http://inter-iot.eu/GOIoTP#isUserOf

OWL Object Property

isUserOf - Denotes that the subject entity uses another entity.
Example A User uses a Device, which means that observations coming from that device may be relevant to the user.
Inverse of iiot:hasUser
Domain iiot:User
Defined in: http://inter-iot.eu/GOIoTP#

3.3.16 iiot:offersService

OP

IRI: http://inter-iot.eu/GOIoTP#offersService

OWL Object Property

offersService
Domain sosa:Platform
Range iiot:Service
Defined in: http://inter-iot.eu/GOIoTP#

3.3.17 iiot:orderedByUser

OP

IRI: http://inter-iot.eu/GOIoTP#orderedByUser

OWL Object Property

orderedByUser - An activity (an Observation or an Actuation) can be ordered by a User, in which case the device performing the activity is responsible for carrying it out, but the User is responsible for making the decision to do so. Ordering an activity may involve more than making a decision, i.e. actually using the device to perform an Actuation, or an Observation by handling the device physically, or controlling it remotely.
An anonymous device will not have a User that orderd its activity, itself being responsible for making the decision to perform it.

Example A port operator that moves a port crane orders an actuation that is then made by the crane device.
A doctor that uses a smart thermometer to measure a patients temperature orders the temperature observation carried out by the thermometer. A truck driver that sets the preferred fuel usage in a smart car orders it to make an actuation, making the smart truck controller device change the state of the smart truck and recalculate route data (e.g. estimated time of arrival).
Range iiot:User
Defined in: http://inter-iot.eu/GOIoTP#

3.4 GOIoTPex Object Properties

3.4.1 iiotex:hasAuthenticationData

OP

IRI: http://inter-iot.eu/GOIoTPex#hasAuthenticationData

OWL Object Property

hasAuthenticationData
Range iiotex:AuthenticationData
Defined in: http://inter-iot.eu/GOIoTPex#

3.5 GOIoTP Data Properties

3.5.1 iiot:hasBaseEndpoint

DP

IRI: http://inter-iot.eu/GOIoTP#hasBaseEndpoint

OWL Data Property

hasBaseEndpoint - A primary (default, base) endpoint at which an entity is accessible e.g. a REST URL.
Defined in: http://inter-iot.eu/GOIoTP#

3.5.2 iiot:hasDescription

DP

IRI: http://inter-iot.eu/GOIoTP#hasDescription

OWL Data Property

hasDescription - A human-readable description of an IoT entity.
Defined in: http://inter-iot.eu/GOIoTP#

3.5.3 iiot:hasName

DP

IRI: http://inter-iot.eu/GOIoTP#hasName

OWL Data Property

hasName - A generic property describing a name of any entity in the context of IoT.
Defined in: http://inter-iot.eu/GOIoTP#

3.5.4 iiot:hasResultValue

DP

IRI: http://inter-iot.eu/GOIoTP#hasResultValue

OWL Data Property

hasResultValue
Domain sosa:Result
Defined in: http://inter-iot.eu/GOIoTP#

3.5.5 iiot:hasServiceDefinition

DP

IRI: http://inter-iot.eu/GOIoTP#hasServiceDefinition

OWL Data Property

hasServiceDefinition - Specifies an address under which a technical and formal definition of a Service is accessible.
Example For webservices: a WSDL file, a WADL file, an OpenAPI specification file.
Domain iiot:Service
Range xsd:anyURI
Defined in: http://inter-iot.eu/GOIoTP#

3.5.6 iiot:hasURI

DP

IRI: http://inter-iot.eu/GOIoTP#hasURI

OWL Data Property

hasURI
Range xsd:anyURI
Defined in: http://inter-iot.eu/GOIoTP#

3.5.7 iiot:hasVersion

DP

IRI: http://inter-iot.eu/GOIoTP#hasVersion

OWL Data Property

hasVersion
Defined in: http://inter-iot.eu/GOIoTP#

3.6 GOIoTPex Data Properties

3.6.1 iiotex:hasLocalID

DP

IRI: http://inter-iot.eu/GOIoTPex#hasLocalID

OWL Data Property

hasLocalID - A value used to identify an entity locally, i.e. within a scope of an IoT artifact, e.g. a platform. Whether this identifier is unique, and what is its format depends on the IoT artifact that manages the identifier system, to which this loacl ID belongs.
The local ID should not be used to uniquely identify entities in an IoT ecosystem that manages multiple platforms, each with its own, independent, ID system.

Defined in: http://inter-iot.eu/GOIoTPex#

3.7 GOIoTP Individuals

3.7.1 iiot:

NI

IRI: http://inter-iot.eu/GOIoTP#

OWL Named Individual


Type voaf:Vocabulary
Defined in: http://inter-iot.eu/GOIoTP#

3.8 GOIoTPex Individuals

3.8.1 iiotex:genericJSON

NI

IRI: http://inter-iot.eu/GOIoTPex#genericJSON

OWL Named Individual

genericJSON - A Java Script Object Notation format.
Type iiotex:JSON
Defined in: http://inter-iot.eu/GOIoTPex#

3.8.2 iiotex:genericJSON-LD

NI

IRI: http://inter-iot.eu/GOIoTPex#genericJSON-LD

OWL Named Individual

genericJSON-LD - A Java Script Object Notation for Linked Data format.
Type iiotex:JSON-LD
Defined in: http://inter-iot.eu/GOIoTPex#

3.8.3 iiotex:genericRDF

NI

IRI: http://inter-iot.eu/GOIoTPex#genericRDF

OWL Named Individual

genericRDF - A Resource Description Framework format.
Type iiotex:RDF
Defined in: http://inter-iot.eu/GOIoTPex#

3.8.4 iiotex:genericXML

NI

IRI: http://inter-iot.eu/GOIoTPex#genericXML

OWL Named Individual

genericXML - An Extensible Markup Language format.
Type iiotex:XML
Defined in: http://inter-iot.eu/GOIoTPex#

3.8.5 iiotex:iiotJSON

NI

IRI: http://inter-iot.eu/GOIoTPex#iiotJSON

OWL Named Individual

iiotJSON - A Java Script Object Notation for Linked Data format compliant with INTER-IoT JSON-LD definition.
iiotJSON is used in INTER-MW and IPSM components of INTER-IoT.

Type iiotex:JSON-LD
Defined in: http://inter-iot.eu/GOIoTPex#

3.8.6 iiotex:NGSIv1JSON

NI

IRI: http://inter-iot.eu/GOIoTPex#NGSIv1JSON

OWL Named Individual

NGSIv1JSON - A Java Script Object Notation format compliant with FIWARE NGSI (Next Generation Service Interface) version 1.
Type iiotex:JSON
Defined in: http://inter-iot.eu/GOIoTPex#

3.8.7 iiotex:NGSIv2JSON

NI

IRI: http://inter-iot.eu/GOIoTPex#NGSIv2JSON

OWL Named Individual

NGSIv2JSON - A Java Script Object Notation format compliant with FIWARE NGSI (Next Generation Service Interface) version 2.
Type iiotex:JSON
Defined in: http://inter-iot.eu/GOIoTPex#

4. Additional Axiomization

This section contrains descriptions of entities that are used in GOIoTP or GOIoTPex ontologies, that optionally have additional axioms attached to them. For more detailed descriptions, please refer to the documentation files of the ontologies of origin, for each entity. Section 3. Axiomization contains descriptions of new entities introduced in GOIoTP or GOIoTPex.

4.1 GOIoTP Classes

4.1.1 sosa:Actuation

C

IRI: http://www.w3.org/ns/sosa/Actuation

Official SOSA documentation for sosa:Actuation

OWL Class

Actuation
Sub class of owl:Thing
Restrictions sosa:madeByActuator only sosa:Actuator
sosa:hasResult min 1 owl:Thing
sosa:hasFeatureOfInterest only sosa:FeatureOfInterest
sosa:resultTime exactly 1 rdfs:Literal
sosa:actsOnProperty min 1 owl:Thing
iiot:orderedByUser some iiot:User
sosa:madeByActuator exactly 1 owl:Thing
sosa:hasResult only sosa:Result
iiot:hasLocation only iiot:Location
sosa:usedProcedure only sosa:Procedure
sosa:actsOnProperty only sosa:ActuatableProperty
sosa:hasFeatureOfInterest exactly 1 owl:Thing
Used in: http://inter-iot.eu/GOIoTP#

4.1.2 sosa:FeatureOfInterest

C

IRI: http://www.w3.org/ns/sosa/FeatureOfInterest

Official SOSA documentation for sosa:FeatureOfInterest

OWL Class

FeatureOfInterest
Sub class of owl:Thing
Restrictions ssn:hasProperty only ssn:Property
ssn:hasProperty min 1 owl:Thing
sosa:hasSample only sosa:Sample
Used in: http://inter-iot.eu/GOIoTP#

4.1.3 geosparql:Geometry

C

IRI: http://www.opengis.net/ont/geosparql#Geometry

OWL Class

Geometry
Sub class of geosparql:SpatialObject
Used in: http://inter-iot.eu/GOIoTP#

4.1.4 sosa:Observation

C

IRI: http://www.w3.org/ns/sosa/Observation

Official SOSA documentation for sosa:Observation

OWL Class

Observation
Sub class of owl:Thing
Restrictions sosa:resultTime exactly 1 rdfs:Literal
sosa:phenomenonTime exactly 1 owl:Thing
sosa:hasFeatureOfInterest only sosa:FeatureOfInterest
sosa:observedProperty exactly 1 owl:Thing
sosa:hasResult only sosa:Result
ssn:wasOriginatedBy only ssn:Stimulus
sosa:usedProcedure only sosa:Procedure
sosa:observedProperty only sosa:ObservableProperty
sosa:hasResult min 1 owl:Thing
ssn:wasOriginatedBy exactly 1 owl:Thing
iiot:orderedByUser some iiot:User
sosa:phenomenonTime only time:TemporalEntity
sosa:madeBySensor exactly 1 owl:Thing
sosa:madeBySensor only sosa:Sensor
iiot:hasLocation only iiot:Location
sosa:hasFeatureOfInterest exactly 1 owl:Thing
Used in: http://inter-iot.eu/GOIoTP#

4.1.5 foaf:Person

C

IRI: http://xmlns.com/foaf/0.1/Person

OWL Class

Person
Sub class of owl:Thing
Used in: http://inter-iot.eu/GOIoTP#

4.1.6 sosa:Platform

C

IRI: http://www.w3.org/ns/sosa/Platform

Official SOSA documentation for sosa:Platform

OWL Class

Platform
Sub class of owl:Thing
Restrictions sosa:hosts only ssn:System
iiot:hasCoverage some iiot:Location
iiot:offersService some iiot:Service
iiot:hasLocation only iiot:Location
ssn:inDeployment only ssn:Deployment
iiot:hasSemantics some iiot:Semantics
Used in: http://inter-iot.eu/GOIoTP#

4.1.7 sosa:Procedure

C

IRI: http://www.w3.org/ns/sosa/Procedure

Official SOSA documentation for sosa:Procedure

OWL Class

Procedure
Sub class of owl:Thing
Restrictions ssn:implementedBy only ssn:System
ssn:hasOutput only ssn:Output
ssn:hasInput only ssn:Input
Used in: http://inter-iot.eu/GOIoTP#

4.1.8 ssn:Property

C

IRI: http://www.w3.org/ns/ssn/Property

Official SSN documentation for ssn:Property

OWL Class

Property
Sub class of owl:Thing
Restrictions ssn:isPropertyOf only sosa:FeatureOfInterest
Used in: http://inter-iot.eu/GOIoTP#

4.1.9 sosa:Result

C

IRI: http://www.w3.org/ns/sosa/Result

Official SOSA documentation for sosa:Result

OWL Class

Result
Sub class of owl:Thing
Restrictions sosa:isResultOf min 1 owl:Thing
iiot:hasUnit some sweet_units:Unit
iiot:hasResultValue some rdfs:Literal
Used in: http://inter-iot.eu/GOIoTP#

4.1.10 sosa:Sensor

C

IRI: http://www.w3.org/ns/sosa/Sensor

Official SOSA documentation for sosa:Sensor

OWL Class

Sensor
Sub class of ssn:System
Restrictions ssn:implements min 1 owl:Thing
sosa:observes only sosa:ObservableProperty
ssn:detects only ssn:Stimulus
iiot:hasUnit some sweet_units:Unit
sosa:madeObservation only sosa:Observation
Used in: http://inter-iot.eu/GOIoTP#

4.1.11 geosparql:SpatialObject

C

IRI: http://www.opengis.net/ont/geosparql#SpatialObject

OWL Class

SpatialObject -
The class spatial-object represents everything that can have a spatial representation. It is superclass of feature and geometry.

Sub class of owl:Thing

Other annotations:
rdfs:isDefinedBy http://www.opengis.net/spec/geosparql/1.0
skos:prefLabel SpatialObject
dc:creator OGC GeoSPARQL 1.0 Standard Working Group
dc:description The class spatial-object represents everything that can have a spatial representation. It is superclass of feature and geometry.
rdfs:isDefinedBy http://www.opengis.net/ont/geosparql
dc:date 2011-06-16
dc:contributor Matthew Perry
Used in: http://inter-iot.eu/GOIoTP#

4.1.12 ssn:System

C

IRI: http://www.w3.org/ns/ssn/System

Official SSN documentation for ssn:System

OWL Class

System
Sub class of owl:Thing
Restrictions ssn:hasSubSystem only ssn:System
iiot:hasCoverage some iiot:Location
ssn:implements only sosa:Procedure
sosa:isHostedBy only sosa:Platform
inverse (
ssn:hasSubSystem) only ssn:System
iiot:hasLocation only iiot:Location
ssn:hasDeployment only ssn:Deployment
Used in: http://inter-iot.eu/GOIoTP#

4.1.13 time:TemporalEntity

C

IRI: http://www.w3.org/2006/time#TemporalEntity

OWL Class

TemporalEntity
Sub class of owl:Thing
Used in: http://inter-iot.eu/GOIoTP#

4.1.14 sweet_units:Unit

C

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#Unit

OWL Class

Unit
Sub class of owl:Thing
Used in: http://inter-iot.eu/GOIoTP#

4.1.15 voaf:Vocabulary

C

IRI: http://purl.org/vocommons/voaf#Vocabulary

OWL Class

Vocabulary
Sub class of owl:Thing
Used in: http://inter-iot.eu/GOIoTP#

4.2 GOIoTPex Classes

4.2.1 sweet_units:BaseUnit

C

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#BaseUnit

OWL Class

BaseUnit
Sub class of sweet_units:Unit
Used in: http://inter-iot.eu/GOIoTPex#

4.2.2 sweet_units:ComplexUnit

C

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ComplexUnit

OWL Class

ComplexUnit
Sub class of sweet_units:Unit
Used in: http://inter-iot.eu/GOIoTPex#

4.2.3 iiot:DataFormat

C

IRI: http://inter-iot.eu/GOIoTP#DataFormat

OWL Class

DataFormat
Sub class of owl:Thing
Used in: http://inter-iot.eu/GOIoTPex#

4.2.4 iiot:IoTDevice

C

IRI: http://inter-iot.eu/GOIoTP#IoTDevice

OWL Class

IoTDevice
Sub class of owl:Thing
Restrictions iiotex:hasLocalID some rdfs:Literal
Used in: http://inter-iot.eu/GOIoTPex#

4.2.5 sweet_repr:LogarithmicScale

C

IRI: http://sweet.jpl.nasa.gov/2.3/repr.owl#LogarithmicScale

OWL Class

LogarithmicScale
Sub class of owl:Thing
Used in: http://inter-iot.eu/GOIoTPex#

4.2.6 sweet_units:LogarithmicUnit

C

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#LogarithmicUnit

OWL Class

LogarithmicUnit
Sub class of sweet_units:Unit
Restrictions sweet_mrela:hasScale only sweet_repr:LogarithmicScale
Used in: http://inter-iot.eu/GOIoTPex#

4.2.7 sweet_repr:Measurement

C

IRI: http://sweet.jpl.nasa.gov/2.3/repr.owl#Measurement

OWL Class

Measurement
Sub class of owl:Thing
Used in: http://inter-iot.eu/GOIoTPex#

4.2.8 iiot:MeasurementKind

C

IRI: http://inter-iot.eu/GOIoTP#MeasurementKind

OWL Class

MeasurementKind
Sub class of owl:Thing
Used in: http://inter-iot.eu/GOIoTPex#

4.2.9 iiot:Middleware

C

IRI: http://inter-iot.eu/GOIoTP#Middleware

OWL Class

Middleware
Sub class of owl:Thing
Used in: http://inter-iot.eu/GOIoTPex#

4.2.10 foaf:Person

C

IRI: http://xmlns.com/foaf/0.1/Person

OWL Class

Person
Sub class of owl:Thing
Used in: http://inter-iot.eu/GOIoTPex#

4.2.11 sweet_units:Prefix

C

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#Prefix

OWL Class

Prefix
Sub class of sweet_repr:Measurement
Used in: http://inter-iot.eu/GOIoTPex#

4.2.12 sweet_oper:Product

C

IRI: http://sweet.jpl.nasa.gov/2.3/reprMathOperation.owl#Product

OWL Class

Product
Sub class of owl:Thing
Used in: http://inter-iot.eu/GOIoTPex#

4.2.13 ssn:Property

C

IRI: http://www.w3.org/ns/ssn/Property

Official SSN documentation for ssn:Property

OWL Class

Property
Sub class of owl:Thing
Used in: http://inter-iot.eu/GOIoTPex#

4.2.14 iiot:Service

C

IRI: http://inter-iot.eu/GOIoTP#Service

OWL Class

Service
Sub class of owl:Thing
Used in: http://inter-iot.eu/GOIoTPex#

4.2.15 iiot:ServiceInterface

C

IRI: http://inter-iot.eu/GOIoTP#ServiceInterface

OWL Class

ServiceInterface
Sub class of owl:Thing
Used in: http://inter-iot.eu/GOIoTPex#

4.2.16 sweet_units:Unit

C

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#Unit

OWL Class

Unit
Sub class of sweet_repr:Measurement
Used in: http://inter-iot.eu/GOIoTPex#

4.2.17 sweet_units:UnitDefinedByProduct

C

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#UnitDefinedByProduct

OWL Class

UnitDefinedByProduct
Sub class of sweet_units:ComplexUnitsweet_oper:Product
Used in: http://inter-iot.eu/GOIoTPex#

4.2.18 sweet_units:UnitDerivedByRaisingToPower

C

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#UnitDerivedByRaisingToPower

OWL Class

UnitDerivedByRaisingToPower
Sub class of sweet_units:ComplexUnit
Used in: http://inter-iot.eu/GOIoTPex#

4.2.19 sweet_units:UnitDerivedByScaling

C

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#UnitDerivedByScaling

OWL Class

UnitDerivedByScaling
Sub class of sweet_units:ComplexUnit
Used in: http://inter-iot.eu/GOIoTPex#

4.2.20 sweet_units:UnitDerivedByShifting

C

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#UnitDerivedByShifting

OWL Class

UnitDerivedByShifting
Sub class of sweet_units:ComplexUnit
Used in: http://inter-iot.eu/GOIoTPex#

4.2.21 iiot:User

C

IRI: http://inter-iot.eu/GOIoTP#User

OWL Class

User
Sub class of owl:Thing
Restrictions iiotex:hasAuthenticationData some iiotex:AuthenticationData
iiotex:hasLocalID some rdfs:Literal
Used in: http://inter-iot.eu/GOIoTPex#

4.3 GOIoTP Object Properties

4.3.1 ssn:implements

OP

IRI: http://www.w3.org/ns/ssn/implements

Official SSN documentation for ssn:implements

OWL Object Property

implements
Inverse of ssn:implementedBy
Used in: http://inter-iot.eu/GOIoTP#

4.3.2 sosa:phenomenonTime

OP

IRI: http://www.w3.org/ns/sosa/phenomenonTime

Official SOSA documentation for sosa:phenomenonTime

OWL Object Property

phenomenonTime
Used in: http://inter-iot.eu/GOIoTP#

4.3.3 owl:topObjectProperty

OP

IRI: http://www.w3.org/2002/07/owl#topObjectProperty

OWL Object Property

topObjectProperty
Used in: http://inter-iot.eu/GOIoTP#

4.4 GOIoTPex Object Properties

4.4.1 sweet_mrela:hasScale

OP

IRI: http://sweet.jpl.nasa.gov/2.3/relaMath.owl#hasScale

OWL Object Property

hasScale
Used in: http://inter-iot.eu/GOIoTPex#

4.4.2 owl:topObjectProperty

OP

IRI: http://www.w3.org/2002/07/owl#topObjectProperty

OWL Object Property

topObjectProperty
Used in: http://inter-iot.eu/GOIoTPex#

4.5 GOIoTP Data Properties

4.5.1 geosparql:asWKT

DP

IRI: http://www.opengis.net/ont/geosparql#asWKT

OWL Data Property

asWKT -
The WKT serialization of a geometry

Domain geosparql:Geometry
Range geosparql:wktLiteral

Other annotations:
dc:date 2011-06-16
rdfs:isDefinedBy http://www.opengis.net/ont/geosparql
dc:contributor Matthew Perry
dc:description The WKT serialization of a geometry
skos:prefLabel asWKT
rdfs:isDefinedBy http://www.opengis.net/spec/geosparql/1.0
dc:creator OGC GeoSPARQL 1.0 Standard Working Group
Used in: http://inter-iot.eu/GOIoTP#

4.6 GOIoTPex Data Properties

4.7 GOIoTP Individuals

4.8 GOIoTPex Individuals

4.8.1 sweet_units:ampere

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ampere

OWL Named Individual

ampere
Type sweet_units:BaseUnit

Other annotations:
sweet_screla:hasSymbol a
Used in: http://inter-iot.eu/GOIoTPex#

4.8.2 sweet_units:amperePerMeter

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#amperePerMeter

OWL Named Individual

amperePerMeter
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ampere
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeter
Used in: http://inter-iot.eu/GOIoTPex#

4.8.3 sweet_units:amperePerMeterSquared

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#amperePerMeterSquared

OWL Named Individual

amperePerMeterSquared
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ampere
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterSquared
Used in: http://inter-iot.eu/GOIoTPex#

4.8.4 sweet_units:ampereSquared

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ampereSquared

OWL Named Individual

ampereSquared
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_mrela:toThePower 2.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ampere
Used in: http://inter-iot.eu/GOIoTPex#

4.8.5 sweet_units:arcminute

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#arcminute

OWL Named Individual

arcminute
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 2.909E-4
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radian
Used in: http://inter-iot.eu/GOIoTPex#

4.8.6 sweet_units:arcsecond

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#arcsecond

OWL Named Individual

arcsecond
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radian
sweet_mrela:hasScalingNumber 4.848E-6
Used in: http://inter-iot.eu/GOIoTPex#

4.8.7 sweet_units:candela

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#candela

OWL Named Individual

candela
Type sweet_units:BaseUnit

Other annotations:
sweet_screla:hasSymbol cd
Used in: http://inter-iot.eu/GOIoTPex#

4.8.8 sweet_units:candelaPerMeterSquared

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#candelaPerMeterSquared

OWL Named Individual

candelaPerMeterSquared
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#candela
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterSquared
Used in: http://inter-iot.eu/GOIoTPex#

4.8.9 sweet_units:centi

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#centi

OWL Named Individual

centi
Type sweet_units:Prefix

Other annotations:
sweet_screla:hasSymbol c
sweet_screla:hasNumericValue 0.01
Used in: http://inter-iot.eu/GOIoTPex#

4.8.10 sweet_units:centimeter

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#centimeter

OWL Named Individual

centimeter
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 0.01
sweet_screla:hasPrefix http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#centi
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
Used in: http://inter-iot.eu/GOIoTPex#

4.8.11 sweet_units:century

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#century

OWL Named Individual

century
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
sweet_mrela:hasScalingNumber 3.1556926E9
Used in: http://inter-iot.eu/GOIoTPex#

4.8.12 sweet_units:coulomb

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#coulomb

OWL Named Individual

coulomb
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
sweet_screla:hasSymbol C
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ampere
Used in: http://inter-iot.eu/GOIoTPex#

4.8.13 sweet_units:coulombMeter

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#coulombMeter

OWL Named Individual

coulombMeter
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#coulomb
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
Used in: http://inter-iot.eu/GOIoTPex#

4.8.14 sweet_units:coulombPerMeterCubed

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#coulombPerMeterCubed

OWL Named Individual

coulombPerMeterCubed
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#coulomb
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterCubed
Used in: http://inter-iot.eu/GOIoTPex#

4.8.15 sweet_units:coulombPerMeterSquared

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#coulombPerMeterSquared

OWL Named Individual

coulombPerMeterSquared
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#coulomb
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterSquared
Used in: http://inter-iot.eu/GOIoTPex#

4.8.16 sweet_units:day

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#day

OWL Named Individual

day
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 86400.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
Used in: http://inter-iot.eu/GOIoTPex#

4.8.17 sweet_units:db

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#db

OWL Named Individual

db
Type sweet_units:LogarithmicUnit
Used in: http://inter-iot.eu/GOIoTPex#

4.8.18 sweet_units:deca

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#deca

OWL Named Individual

deca
Type sweet_units:Prefix

Other annotations:
sweet_screla:hasNumericValue 10.0
sweet_screla:hasSymbol da
Used in: http://inter-iot.eu/GOIoTPex#

4.8.19 sweet_units:decade

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#decade

OWL Named Individual

decade
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 3.1556926E8
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
Used in: http://inter-iot.eu/GOIoTPex#

4.8.20 sweet_units:degreeC

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#degreeC

OWL Named Individual

degreeC
Type sweet_units:UnitDerivedByShifting

Other annotations:
sweet_screla:hasSymbol C
sweet_mrela:hasShiftingNumber -273.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kelvin
Used in: http://inter-iot.eu/GOIoTPex#

4.8.21 sweet_units:degreeF

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#degreeF

OWL Named Individual

degreeF
Type sweet_units:UnitDerivedByShifting

Other annotations:
sweet_mrela:hasShiftingNumber 32.0
sweet_mrela:hasScalingNumber 1.8
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#degreeC
Used in: http://inter-iot.eu/GOIoTPex#

4.8.22 sweet_units:degrees

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#degrees

OWL Named Individual

degrees
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 57.2957795
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radian
Used in: http://inter-iot.eu/GOIoTPex#

4.8.23 sweet_units:dimensionlessUnit

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#dimensionlessUnit

OWL Named Individual

dimensionlessUnit
Type sweet_units:BaseUnit
Used in: http://inter-iot.eu/GOIoTPex#

4.8.24 sweet_units:exa

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#exa

OWL Named Individual

exa
Type sweet_units:Prefix

Other annotations:
sweet_screla:hasNumericValue 1.0E18
sweet_screla:hasSymbol E
Used in: http://inter-iot.eu/GOIoTPex#

4.8.25 sweet_units:farad

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#farad

OWL Named Individual

farad
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perVolt
sweet_screla:hasSymbol F
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#coulomb
Used in: http://inter-iot.eu/GOIoTPex#

4.8.26 sweet_units:faradPerMeter

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#faradPerMeter

OWL Named Individual

faradPerMeter
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#farad
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeter
Used in: http://inter-iot.eu/GOIoTPex#

4.8.27 sweet_units:FNU

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#FNU

OWL Named Individual

FNU
Type sweet_units:Unit
Used in: http://inter-iot.eu/GOIoTPex#

4.8.28 sweet_units:FormazinTurbidityUnit

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#FormazinTurbidityUnit

OWL Named Individual

FormazinTurbidityUnit
Type sweet_units:Unit
Used in: http://inter-iot.eu/GOIoTPex#

4.8.29 sweet_units:FTU

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#FTU

OWL Named Individual

FTU
Type sweet_units:Unit
Used in: http://inter-iot.eu/GOIoTPex#

4.8.30 sweet_units:giga

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#giga

OWL Named Individual

giga
Type sweet_units:Prefix

Other annotations:
sweet_screla:hasNumericValue 1.0E9
sweet_screla:hasSymbol G
Used in: http://inter-iot.eu/GOIoTPex#

4.8.31 sweet_units:gigahertz

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#gigahertz

OWL Named Individual

gigahertz
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#hertz
sweet_screla:hasPrefix http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#giga
sweet_mrela:hasScalingNumber 1.0E9
Used in: http://inter-iot.eu/GOIoTPex#

4.8.32 sweet_units:hecto

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#hecto

OWL Named Individual

hecto
Type sweet_units:Prefix

Other annotations:
sweet_screla:hasSymbol h
sweet_screla:hasNumericValue 100.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.33 sweet_units:henry

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#henry

OWL Named Individual

henry
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquared
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogram
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecondSquared
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perAmpereSquared
Used in: http://inter-iot.eu/GOIoTPex#

4.8.34 sweet_units:henryPerMeter

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#henryPerMeter

OWL Named Individual

henryPerMeter
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeter
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#henry
Used in: http://inter-iot.eu/GOIoTPex#

4.8.35 sweet_units:hertz

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#hertz

OWL Named Individual

hertz
Type sweet_units:UnitDerivedByRaisingToPower
Used in: http://inter-iot.eu/GOIoTPex#

4.8.36 sweet_units:hour

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#hour

OWL Named Individual

hour
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 3600.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
Used in: http://inter-iot.eu/GOIoTPex#

4.8.37 sweet_units:joule

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joule

OWL Named Individual

joule
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecondSquared
sweet_screla:hasSymbol J
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogram
Used in: http://inter-iot.eu/GOIoTPex#

4.8.38 sweet_units:joulePerKelvin

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joulePerKelvin

OWL Named Individual

joulePerKelvin
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKelvin
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joule
Used in: http://inter-iot.eu/GOIoTPex#

4.8.39 sweet_units:joulePerKilogram

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joulePerKilogram

OWL Named Individual

joulePerKilogram
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKilogram
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joule
Used in: http://inter-iot.eu/GOIoTPex#

4.8.40 sweet_units:joulePerKilogramPerKelvin

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joulePerKilogramPerKelvin

OWL Named Individual

joulePerKilogramPerKelvin
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKelvin
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joule
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKilogram
Used in: http://inter-iot.eu/GOIoTPex#

4.8.41 sweet_units:joulePerMeterCubedPerKelvin

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joulePerMeterCubedPerKelvin

OWL Named Individual

joulePerMeterCubedPerKelvin
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterCubed
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joule
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKelvin
Used in: http://inter-iot.eu/GOIoTPex#

4.8.42 sweet_units:joulePerMeterSquared

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joulePerMeterSquared

OWL Named Individual

joulePerMeterSquared
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterSquared
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joule
Used in: http://inter-iot.eu/GOIoTPex#

4.8.43 sweet_units:joulePerMolePerKelvin

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joulePerMolePerKelvin

OWL Named Individual

joulePerMolePerKelvin
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKelvin
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMole
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joule
Used in: http://inter-iot.eu/GOIoTPex#

4.8.44 sweet_units:joulePerTesla

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joulePerTesla

OWL Named Individual

joulePerTesla
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joule
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perTesla
Used in: http://inter-iot.eu/GOIoTPex#

4.8.45 sweet_units:jouleSecond

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#jouleSecond

OWL Named Individual

jouleSecond
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joule
Used in: http://inter-iot.eu/GOIoTPex#

4.8.46 sweet_units:kelvin

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kelvin

OWL Named Individual

kelvin
Type sweet_units:BaseUnit

Other annotations:
sweet_screla:hasSymbol K
Used in: http://inter-iot.eu/GOIoTPex#

4.8.47 sweet_units:kelvinPerMeter

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kelvinPerMeter

OWL Named Individual

kelvinPerMeter
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kelvin
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeter
Used in: http://inter-iot.eu/GOIoTPex#

4.8.48 sweet_units:kilo

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilo

OWL Named Individual

kilo
Type sweet_units:Prefix

Other annotations:
sweet_screla:hasNumericValue 1000.0
sweet_screla:hasSymbol k
Used in: http://inter-iot.eu/GOIoTPex#

4.8.49 sweet_units:kilogram

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogram

OWL Named Individual

kilogram
Type sweet_units:BaseUnit

Other annotations:
sweet_screla:hasSymbol kg
Used in: http://inter-iot.eu/GOIoTPex#

4.8.50 sweet_units:kilogramMeterPerSecond

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogramMeterPerSecond

OWL Named Individual

kilogramMeterPerSecond
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogram
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecond
Used in: http://inter-iot.eu/GOIoTPex#

4.8.51 sweet_units:kilogramPerMeterCubed

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogramPerMeterCubed

OWL Named Individual

kilogramPerMeterCubed
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterCubed
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogram
Used in: http://inter-iot.eu/GOIoTPex#

4.8.52 sweet_units:kilogramPerMeterSquared

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogramPerMeterSquared

OWL Named Individual

kilogramPerMeterSquared
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterSquared
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogram
Used in: http://inter-iot.eu/GOIoTPex#

4.8.53 sweet_units:kilogramRadianPerSecond

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogramRadianPerSecond

OWL Named Individual

kilogramRadianPerSecond
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecond
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radian
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogram
Used in: http://inter-iot.eu/GOIoTPex#

4.8.54 sweet_units:kilohertz

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilohertz

OWL Named Individual

kilohertz
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 1000.0
sweet_screla:hasPrefix http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilo
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#hertz
Used in: http://inter-iot.eu/GOIoTPex#

4.8.55 sweet_units:kilometer

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilometer

OWL Named Individual

kilometer
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_screla:hasPrefix http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilo
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
sweet_mrela:hasScalingNumber 1000.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.56 sweet_units:kilometerPerHour

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilometerPerHour

OWL Named Individual

kilometerPerHour
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 0.27777777
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterPerSecond
Used in: http://inter-iot.eu/GOIoTPex#

4.8.57 sweet_units:lumen

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#lumen

OWL Named Individual

lumen
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#steradian
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#candela
Used in: http://inter-iot.eu/GOIoTPex#

4.8.58 sweet_units:lux

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#lux

OWL Named Individual

lux
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#lumen
sweet_screla:hasSymbol Lx
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#candela
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterSquared
Used in: http://inter-iot.eu/GOIoTPex#

4.8.59 sweet_units:mega

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#mega

OWL Named Individual

mega
Type sweet_units:Prefix

Other annotations:
sweet_screla:hasSymbol M
sweet_screla:hasNumericValue 1000000.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.60 sweet_units:megahertz

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#megahertz

OWL Named Individual

megahertz
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_screla:hasPrefix http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#mega
sweet_mrela:hasScalingNumber 1000000.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#hertz
Used in: http://inter-iot.eu/GOIoTPex#

4.8.61 sweet_units:meter

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter

OWL Named Individual

meter
Type sweet_units:BaseUnit

Other annotations:
sweet_screla:hasSymbol m
Used in: http://inter-iot.eu/GOIoTPex#

4.8.62 sweet_units:meterCubed

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterCubed

OWL Named Individual

meterCubed
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_mrela:toThePower 3.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
Used in: http://inter-iot.eu/GOIoTPex#

4.8.63 sweet_units:meterCubedPerKelvin

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterCubedPerKelvin

OWL Named Individual

meterCubedPerKelvin
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKelvin
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterCubed
Used in: http://inter-iot.eu/GOIoTPex#

4.8.64 sweet_units:meterCubedPerKilogram

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterCubedPerKilogram

OWL Named Individual

meterCubedPerKilogram
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKilogram
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterCubed
Used in: http://inter-iot.eu/GOIoTPex#

4.8.65 sweet_units:meterCubedPerSecond

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterCubedPerSecond

OWL Named Individual

meterCubedPerSecond
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterCubed
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecond
Used in: http://inter-iot.eu/GOIoTPex#

4.8.66 sweet_units:meterPerKelvin

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterPerKelvin

OWL Named Individual

meterPerKelvin
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKelvin
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
Used in: http://inter-iot.eu/GOIoTPex#

4.8.67 sweet_units:meterPerSecond

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterPerSecond

OWL Named Individual

meterPerSecond
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecond
Used in: http://inter-iot.eu/GOIoTPex#

4.8.68 sweet_units:meterPerSecondSquared

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterPerSecondSquared

OWL Named Individual

meterPerSecondSquared
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecondSquared
Used in: http://inter-iot.eu/GOIoTPex#

4.8.69 sweet_units:meterSquared

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquared

OWL Named Individual

meterSquared
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
sweet_mrela:toThePower 2.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.70 sweet_units:meterSquaredPerKilogram

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquaredPerKilogram

OWL Named Individual

meterSquaredPerKilogram
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKilogram
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquared
Used in: http://inter-iot.eu/GOIoTPex#

4.8.71 sweet_units:meterSquaredPerSecond

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquaredPerSecond

OWL Named Individual

meterSquaredPerSecond
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecond
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquared
Used in: http://inter-iot.eu/GOIoTPex#

4.8.72 sweet_units:meterSquaredPerSecondSquared

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquaredPerSecondSquared

OWL Named Individual

meterSquaredPerSecondSquared
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecondSquared
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquared
Used in: http://inter-iot.eu/GOIoTPex#

4.8.73 sweet_units:metre

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#metre

OWL Named Individual

metre
Type sweet_units:BaseUnit
Used in: http://inter-iot.eu/GOIoTPex#

4.8.74 sweet_units:MHz

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#MHz

OWL Named Individual

MHz
Type sweet_units:UnitDerivedByScaling
Used in: http://inter-iot.eu/GOIoTPex#

4.8.75 sweet_units:micro

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#micro

OWL Named Individual

micro
Type sweet_units:Prefix

Other annotations:
sweet_screla:hasNumericValue 1.0E-6
Used in: http://inter-iot.eu/GOIoTPex#

4.8.76 sweet_units:micrometer

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#micrometer

OWL Named Individual

micrometer
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
sweet_mrela:hasScalingNumber 1.0E-6
sweet_screla:hasPrefix http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#micro
Used in: http://inter-iot.eu/GOIoTPex#

4.8.77 sweet_units:micron

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#micron

OWL Named Individual

micron
Type sweet_units:UnitDerivedByScaling
Used in: http://inter-iot.eu/GOIoTPex#

4.8.78 sweet_units:millenium

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#millenium

OWL Named Individual

millenium
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 1000.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#year
Used in: http://inter-iot.eu/GOIoTPex#

4.8.79 sweet_units:milli

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#milli

OWL Named Individual

milli
Type sweet_units:Prefix

Other annotations:
sweet_screla:hasNumericValue 0.001
sweet_screla:hasSymbol m
Used in: http://inter-iot.eu/GOIoTPex#

4.8.80 sweet_units:millimeter

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#millimeter

OWL Named Individual

millimeter
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_screla:hasPrefix http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#milli
sweet_mrela:hasScalingNumber 0.001
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
Used in: http://inter-iot.eu/GOIoTPex#

4.8.81 sweet_units:million_km2

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#million_km2

OWL Named Individual

million_km2
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 1.0E-12
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquared
Used in: http://inter-iot.eu/GOIoTPex#

4.8.82 sweet_units:million_km3

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#million_km3

OWL Named Individual

million_km3
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 1.0E-15
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterCubed
Used in: http://inter-iot.eu/GOIoTPex#

4.8.83 sweet_units:minute

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#minute

OWL Named Individual

minute
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 60.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
Used in: http://inter-iot.eu/GOIoTPex#

4.8.84 sweet_units:mole

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#mole

OWL Named Individual

mole
Type sweet_units:BaseUnit

Other annotations:
sweet_screla:hasSymbol mol
Used in: http://inter-iot.eu/GOIoTPex#

4.8.85 sweet_units:month

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#month

OWL Named Individual

month
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
sweet_mrela:hasScalingNumber 2629744.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.86 sweet_units:MYA

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#MYA

OWL Named Individual

MYA
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 1000.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#year
Used in: http://inter-iot.eu/GOIoTPex#

4.8.87 sweet_units:nano

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#nano

OWL Named Individual

nano
Type sweet_units:Prefix

Other annotations:
sweet_screla:hasNumericValue 1.0E-9
sweet_screla:hasSymbol n
Used in: http://inter-iot.eu/GOIoTPex#

4.8.88 sweet_units:nanometer

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#nanometer

OWL Named Individual

nanometer
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
sweet_mrela:hasScalingNumber 1.0E-9
sweet_screla:hasPrefix http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#nano
Used in: http://inter-iot.eu/GOIoTPex#

4.8.89 sweet_units:newton

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#newton

OWL Named Individual

newton
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogram
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecondSquared
sweet_screla:hasSymbol N
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
Used in: http://inter-iot.eu/GOIoTPex#

4.8.90 sweet_units:newtonMeter

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#newtonMeter

OWL Named Individual

newtonMeter
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#newton
Used in: http://inter-iot.eu/GOIoTPex#

4.8.91 sweet_units:newtonPerMeter

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#newtonPerMeter

OWL Named Individual

newtonPerMeter
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#newton
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeter
Used in: http://inter-iot.eu/GOIoTPex#

4.8.92 sweet_units:normalizedUnit

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#normalizedUnit

OWL Named Individual

normalizedUnit
Type sweet_units:BaseUnit
Used in: http://inter-iot.eu/GOIoTPex#

4.8.93 sweet_units:ohm

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ohm

OWL Named Individual

ohm
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogram
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquared
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perAmpereSquared
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecondCubed
Used in: http://inter-iot.eu/GOIoTPex#

4.8.94 sweet_units:ohmMeter

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ohmMeter

OWL Named Individual

ohmMeter
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ohm
Used in: http://inter-iot.eu/GOIoTPex#

4.8.95 sweet_units:pascal

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#pascal

OWL Named Individual

pascal
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterSquared
sweet_screla:hasSymbol Pa
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#newton
Used in: http://inter-iot.eu/GOIoTPex#

4.8.96 sweet_units:pascalPerSecond

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#pascalPerSecond

OWL Named Individual

pascalPerSecond
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_screla:hasSymbol pa/s
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#pascal
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecond
Used in: http://inter-iot.eu/GOIoTPex#

4.8.97 sweet_units:pascalSecond

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#pascalSecond

OWL Named Individual

pascalSecond
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#pascal
Used in: http://inter-iot.eu/GOIoTPex#

4.8.98 sweet_units:perAmpere

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perAmpere

OWL Named Individual

perAmpere
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_mrela:toThePower -1.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ampere
Used in: http://inter-iot.eu/GOIoTPex#

4.8.99 sweet_units:perAmpereSquared

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perAmpereSquared

OWL Named Individual

perAmpereSquared
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ampere
sweet_mrela:toThePower -2.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.100 sweet_units:perCandela

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perCandela

OWL Named Individual

perCandela
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#candela
sweet_mrela:toThePower -1.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.101 sweet_units:percent

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#percent

OWL Named Individual

percent
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 0.01
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ratio
Used in: http://inter-iot.eu/GOIoTPex#

4.8.102 sweet_units:perKelvin

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKelvin

OWL Named Individual

perKelvin
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kelvin
sweet_mrela:toThePower -1.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.103 sweet_units:perKilogram

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKilogram

OWL Named Individual

perKilogram
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogram
sweet_mrela:toThePower -1.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.104 sweet_units:perKilogramMeterSquaredPerSecondKelvin

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKilogramMeterSquaredPerSecondKelvin

OWL Named Individual

perKilogramMeterSquaredPerSecondKelvin
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecond
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKilogram
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquared
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kelvin
Used in: http://inter-iot.eu/GOIoTPex#

4.8.105 sweet_units:perKilogramMole

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKilogramMole

OWL Named Individual

perKilogramMole
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#mole
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKilogram
Used in: http://inter-iot.eu/GOIoTPex#

4.8.106 sweet_units:perMeter

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeter

OWL Named Individual

perMeter
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
sweet_mrela:toThePower -1.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.107 sweet_units:perMeterCubed

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterCubed

OWL Named Individual

perMeterCubed
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_mrela:toThePower -3.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
Used in: http://inter-iot.eu/GOIoTPex#

4.8.108 sweet_units:perMeterSquared

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterSquared

OWL Named Individual

perMeterSquared
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_mrela:toThePower -2.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
Used in: http://inter-iot.eu/GOIoTPex#

4.8.109 sweet_units:permil

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#permil

OWL Named Individual

permil
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 0.001
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ratio
Used in: http://inter-iot.eu/GOIoTPex#

4.8.110 sweet_units:perMil

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMil

OWL Named Individual

perMil
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ratio
sweet_mrela:hasScalingNumber 0.001
Used in: http://inter-iot.eu/GOIoTPex#

4.8.111 sweet_units:perMole

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMole

OWL Named Individual

perMole
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#mole
sweet_mrela:toThePower -1.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.112 sweet_units:perPascal

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perPascal

OWL Named Individual

perPascal
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#pascal
sweet_mrela:toThePower -1.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.113 sweet_units:perRadian

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perRadian

OWL Named Individual

perRadian
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_mrela:toThePower -1.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radian
Used in: http://inter-iot.eu/GOIoTPex#

4.8.114 sweet_units:perSecond

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecond

OWL Named Individual

perSecond
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
sweet_screla:hasSymbol Hz
sweet_mrela:toThePower -1.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.115 sweet_units:perSecondCubed

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecondCubed

OWL Named Individual

perSecondCubed
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_mrela:toThePower -3.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
Used in: http://inter-iot.eu/GOIoTPex#

4.8.116 sweet_units:perSecondSquared

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecondSquared

OWL Named Individual

perSecondSquared
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_mrela:toThePower -2.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
Used in: http://inter-iot.eu/GOIoTPex#

4.8.117 sweet_units:perSteradian

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSteradian

OWL Named Individual

perSteradian
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#steradian
sweet_mrela:toThePower -1.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.118 sweet_units:perTesla

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perTesla

OWL Named Individual

perTesla
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_mrela:toThePower -1.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#tesla
Used in: http://inter-iot.eu/GOIoTPex#

4.8.119 sweet_units:perVolt

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perVolt

OWL Named Individual

perVolt
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#volt
sweet_mrela:toThePower -1.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.120 sweet_units:peta

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#peta

OWL Named Individual

peta
Type sweet_units:Prefix

Other annotations:
sweet_screla:hasNumericValue 1.0E15
sweet_screla:hasSymbol P
Used in: http://inter-iot.eu/GOIoTPex#

4.8.121 sweet_units:ppb

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ppb

OWL Named Individual

ppb
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ratio
sweet_mrela:hasScalingNumber 1.0E-9
Used in: http://inter-iot.eu/GOIoTPex#

4.8.122 sweet_units:ppbv

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ppbv

OWL Named Individual

ppbv
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 1.0E-9
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#volumeRatio
Used in: http://inter-iot.eu/GOIoTPex#

4.8.123 sweet_units:ppm

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ppm

OWL Named Individual

ppm
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ratio
sweet_mrela:hasScalingNumber 1.0E-6
Used in: http://inter-iot.eu/GOIoTPex#

4.8.124 sweet_units:ppmv

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ppmv

OWL Named Individual

ppmv
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 1.0E-6
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#volumeRatio
Used in: http://inter-iot.eu/GOIoTPex#

4.8.125 sweet_units:ppt

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ppt

OWL Named Individual

ppt
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 1.0E-12
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ratio
Used in: http://inter-iot.eu/GOIoTPex#

4.8.126 sweet_units:pptv

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#pptv

OWL Named Individual

pptv
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#volumeRatio
sweet_mrela:hasScalingNumber 1.0E-12
Used in: http://inter-iot.eu/GOIoTPex#

4.8.127 sweet_units:radian

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radian

OWL Named Individual

radian
Type sweet_units:BaseUnit

Other annotations:
sweet_screla:hasSymbol rad
Used in: http://inter-iot.eu/GOIoTPex#

4.8.128 sweet_units:radianPerSecond

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radianPerSecond

OWL Named Individual

radianPerSecond
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radian
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecond
Used in: http://inter-iot.eu/GOIoTPex#

4.8.129 sweet_units:radianPerSecondSquared

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radianPerSecondSquared

OWL Named Individual

radianPerSecondSquared
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radian
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecondSquared
Used in: http://inter-iot.eu/GOIoTPex#

4.8.130 sweet_units:ratio

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ratio

OWL Named Individual

ratio
Type sweet_units:BaseUnit
Used in: http://inter-iot.eu/GOIoTPex#

4.8.131 sweet_units:season

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#season

OWL Named Individual

season
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 7889232.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
Used in: http://inter-iot.eu/GOIoTPex#

4.8.132 sweet_units:second

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second

OWL Named Individual

second
Type sweet_units:BaseUnit

Other annotations:
sweet_screla:hasSymbol s
Used in: http://inter-iot.eu/GOIoTPex#

4.8.133 sweet_units:secondSquared

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#secondSquared

OWL Named Individual

secondSquared
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
sweet_mrela:toThePower 2.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.134 sweet_units:siemens

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#siemens

OWL Named Individual

siemens
Type sweet_units:UnitDerivedByRaisingToPower

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ohm
sweet_screla:hasSymbol G
sweet_mrela:toThePower -1.0
Used in: http://inter-iot.eu/GOIoTPex#

4.8.135 sweet_units:siemensPerKilogram

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#siemensPerKilogram

OWL Named Individual

siemensPerKilogram
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#siemens
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKilogram
Used in: http://inter-iot.eu/GOIoTPex#

4.8.136 sweet_units:siemensPerMeter

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#siemensPerMeter

OWL Named Individual

siemensPerMeter
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeter
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#siemens
Used in: http://inter-iot.eu/GOIoTPex#

4.8.137 sweet_units:steradian

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#steradian

OWL Named Individual

steradian
Type sweet_units:BaseUnit

Other annotations:
sweet_screla:hasSymbol sr
Used in: http://inter-iot.eu/GOIoTPex#

4.8.138 sweet_units:tera

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#tera

OWL Named Individual

tera
Type sweet_units:Prefix

Other annotations:
sweet_screla:hasSymbol T
sweet_screla:hasNumericValue 1.0E12
Used in: http://inter-iot.eu/GOIoTPex#

4.8.139 sweet_units:terahertz

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#terahertz

OWL Named Individual

terahertz
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#hertz
sweet_mrela:hasScalingNumber 1.0E12
sweet_screla:hasPrefix http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#tera
Used in: http://inter-iot.eu/GOIoTPex#

4.8.140 sweet_units:tesla

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#tesla

OWL Named Individual

tesla
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterSquared
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#weber
Used in: http://inter-iot.eu/GOIoTPex#

4.8.141 sweet_units:volt

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#volt

OWL Named Individual

volt
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogram
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecondCubed
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquared
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perAmpere
sweet_screla:hasSymbol V
Used in: http://inter-iot.eu/GOIoTPex#

4.8.142 sweet_units:voltPerMeter

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#voltPerMeter

OWL Named Individual

voltPerMeter
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#volt
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeter
Used in: http://inter-iot.eu/GOIoTPex#

4.8.143 sweet_units:volumeRatio

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#volumeRatio

OWL Named Individual

volumeRatio
Type sweet_units:BaseUnit
Used in: http://inter-iot.eu/GOIoTPex#

4.8.144 sweet_units:watt

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#watt

OWL Named Individual

watt
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joule
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecond
Used in: http://inter-iot.eu/GOIoTPex#

4.8.145 sweet_units:wattPerMeterPerKelvin

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#wattPerMeterPerKelvin

OWL Named Individual

wattPerMeterPerKelvin
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKelvin
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeter
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#watt
Used in: http://inter-iot.eu/GOIoTPex#

4.8.146 sweet_units:wattPerMeterSquared

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#wattPerMeterSquared

OWL Named Individual

wattPerMeterSquared
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#watt
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterSquared
Used in: http://inter-iot.eu/GOIoTPex#

4.8.147 sweet_units:wattPerMeterSquaredPerKelvin

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#wattPerMeterSquaredPerKelvin

OWL Named Individual

wattPerMeterSquaredPerKelvin
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#wattPerMeterSquared
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKelvin
Used in: http://inter-iot.eu/GOIoTPex#

4.8.148 sweet_units:wattPerMeterSquaredPerSteradian

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#wattPerMeterSquaredPerSteradian

OWL Named Individual

wattPerMeterSquaredPerSteradian
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSteradian
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#wattPerMeterSquared
Used in: http://inter-iot.eu/GOIoTPex#

4.8.149 sweet_units:wattPerMeterSquaredPerSteradianPerWavelength

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#wattPerMeterSquaredPerSteradianPerWavelength

OWL Named Individual

wattPerMeterSquaredPerSteradianPerWavelength
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSteradian
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeter
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#wattPerMeterSquared
Used in: http://inter-iot.eu/GOIoTPex#

4.8.150 sweet_units:weber

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#weber

OWL Named Individual

weber
Type sweet_units:UnitDefinedByProduct

Other annotations:
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquared
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perAmpere
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogram
sweet_mrela:hasOperand http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecondSquared
Used in: http://inter-iot.eu/GOIoTPex#

4.8.151 sweet_units:week

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#week

OWL Named Individual

week
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 604800.0
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
Used in: http://inter-iot.eu/GOIoTPex#

4.8.152 sweet_units:year

NI

IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#year

OWL Named Individual

year
Type sweet_units:UnitDerivedByScaling

Other annotations:
sweet_mrela:hasScalingNumber 3.1556926E7
sweet_screla:hasBaseUnit http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
Used in: http://inter-iot.eu/GOIoTPex#

5. Turtle axiomization

This section contains excerpts from the GOIoTP and GOIoTPex ontologies, in Turtle format.

5.1 GOIoTP Classes

5.1.1 iiot:DataFormat


###  http://inter-iot.eu/GOIoTP#DataFormat
iiot:DataFormat rdf:type owl:Class .


5.1.2 iiot:DomainOfInterest


###  http://inter-iot.eu/GOIoTP#DomainOfInterest
iiot:DomainOfInterest rdf:type owl:Class ;
                      rdfs:comment "A domain in which an IoT artifact operates."@en ;
                       "Healthcare, AAL (ambient assisted living), transportation, smart city."@en .


5.1.3 iiot:IoTDevice


###  http://inter-iot.eu/GOIoTP#IoTDevice
iiot:IoTDevice rdf:type owl:Class ;
               rdfs:subClassOf sosa:Platform ;
               rdfs:comment "A physical or virtual entity that is the basic unit of an IoT system. An IoT Device is a Platform, and can serve as a host for multiple Sensors, Actuators, or Samplers."@en .


5.1.4 iiot:Location


###  http://inter-iot.eu/GOIoTP#Location
iiot:Location rdf:type owl:Class ;
              rdfs:subClassOf geosparql:Geometry ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty geosparql:asWKT ;
                                owl:allValuesFrom geosparql:wktLiteral
                              ] ;
              rdfs:comment "Any physical entity that can be thought of as a location that contains other entities. The geoposition of the Location is (optionally) given in Well Known Text by the geosparql:asWKT property."@en ;
               "A room or a floor in a building; a specific point in a city, a city as a whole."@en .


5.1.5 iiot:MeasurementKind


###  http://inter-iot.eu/GOIoTP#MeasurementKind
iiot:MeasurementKind rdf:type owl:Class ;
                     rdfs:subClassOf ssn:Property ;
                     rdfs:comment "A kind or class of measurement."@en ;
                      "Length, mass, time."@en .


5.1.6 iiot:Middleware


###  http://inter-iot.eu/GOIoTP#Middleware
iiot:Middleware rdf:type owl:Class ;
                rdfs:subClassOf iiot:PlatformComponent ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty iiot:hasBaseEndpoint ;
                                  owl:someValuesFrom rdfs:Literal
                                ] .


5.1.7 iiot:Ontology


###  http://inter-iot.eu/GOIoTP#Ontology
iiot:Ontology rdf:type owl:Class ;
              rdfs:subClassOf iiot:Semantics ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty iiot:hasURI ;
                                owl:someValuesFrom xsd:anyURI
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty iiot:hasVersion ;
                                owl:someValuesFrom rdfs:Literal
                              ] ;
              rdfs:comment "A specific description of concepts, entities, properties and relations between them, expressed in a formalized way."@en ;
               "GOIoTP ontology."@en .


5.1.8 iiot:PlatformComponent


###  http://inter-iot.eu/GOIoTP#PlatformComponent
iiot:PlatformComponent rdf:type owl:Class ;
                       rdfs:subClassOf ssn:System .


5.1.9 iiot:Semantics


###  http://inter-iot.eu/GOIoTP#Semantics
iiot:Semantics rdf:type owl:Class ;
                "A description of the meaning of data terms and data structure."@en .


5.1.10 iiot:Service


###  http://inter-iot.eu/GOIoTP#Service
iiot:Service rdf:type owl:Class ;
             rdfs:subClassOf [ rdf:type owl:Restriction ;
                               owl:onProperty iiot:hasServiceInterface ;
                               owl:someValuesFrom iiot:ServiceInterface
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty ssn:implements ;
                               owl:someValuesFrom sosa:Procedure
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty iiot:hasDescription ;
                               owl:someValuesFrom rdfs:Literal
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty iiot:hasName ;
                               owl:someValuesFrom rdfs:Literal
                             ] ;
             rdfs:comment "The provision of a function in an IoT ecosystem. note that a Service is not a Procedure, as understood by SOSA ontology."@en ;
              "A webservice."@en .


5.1.11 iiot:ServiceInput


###  http://inter-iot.eu/GOIoTP#ServiceInput
iiot:ServiceInput rdf:type owl:Class ;
                  rdfs:subClassOf [ rdf:type owl:Restriction ;
                                    owl:onProperty iiot:hasDataFormat ;
                                    owl:someValuesFrom iiot:DataFormat
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty iiot:hasBaseEndpoint ;
                                    owl:someValuesFrom xsd:anyURI
                                  ] .


5.1.12 iiot:ServiceInterface


###  http://inter-iot.eu/GOIoTP#ServiceInterface
iiot:ServiceInterface rdf:type owl:Class ;
                      rdfs:subClassOf [ rdf:type owl:Restriction ;
                                        owl:onProperty iiot:hasServiceInput ;
                                        owl:someValuesFrom iiot:ServiceInput
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty iiot:hasServiceOutput ;
                                        owl:someValuesFrom iiot:ServiceOutput
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty iiot:hasServiceDefinition ;
                                        owl:someValuesFrom xsd:anyURI
                                      ] ;
                      rdfs:comment "A way of accessing the function offered by the Service."@en .


5.1.13 iiot:ServiceOutput


###  http://inter-iot.eu/GOIoTP#ServiceOutput
iiot:ServiceOutput rdf:type owl:Class ;
                   rdfs:subClassOf [ rdf:type owl:Restriction ;
                                     owl:onProperty iiot:hasDataFormat ;
                                     owl:someValuesFrom iiot:DataFormat
                                   ] .


5.1.14 iiot:SoftwarePlatform


###  http://inter-iot.eu/GOIoTP#SoftwarePlatform
iiot:SoftwarePlatform rdf:type owl:Class ;
                      rdfs:subClassOf sosa:Platform ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty iiot:hasComponent ;
                                        owl:someValuesFrom iiot:PlatformComponent
                                      ] .


5.1.15 iiot:User


###  http://inter-iot.eu/GOIoTP#User
iiot:User rdf:type owl:Class ;
          rdfs:subClassOf sosa:FeatureOfInterest .


5.2 GOIoTPex Classes

5.2.1 iiotex:AbsorbedDoseRate


###  http://inter-iot.eu/GOIoTPex#AbsorbedDoseRate
iiotex:AbsorbedDoseRate rdf:type owl:Class ;
                        rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.2 iiotex:Acceleration


###  http://inter-iot.eu/GOIoTPex#Acceleration
iiotex:Acceleration rdf:type owl:Class ;
                    rdfs:subClassOf iiotex:SIDerivedMK .


5.2.3 iiotex:ActivityOfRadionuclide


###  http://inter-iot.eu/GOIoTPex#ActivityOfRadionuclide
iiotex:ActivityOfRadionuclide rdf:type owl:Class ;
                              rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.4 iiotex:AmountOfSubstance


###  http://inter-iot.eu/GOIoTPex#AmountOfSubstance
iiotex:AmountOfSubstance rdf:type owl:Class ;
                         rdfs:subClassOf iiotex:SIBaseMK .


5.2.5 iiotex:AmountOfSubstanceConcentration


###  http://inter-iot.eu/GOIoTPex#AmountOfSubstanceConcentration
iiotex:AmountOfSubstanceConcentration rdf:type owl:Class ;
                                      rdfs:subClassOf iiotex:SIDerivedMK .


5.2.6 iiotex:AngularAcceleration


###  http://inter-iot.eu/GOIoTPex#AngularAcceleration
iiotex:AngularAcceleration rdf:type owl:Class ;
                           rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.7 iiotex:AngularVelocity


###  http://inter-iot.eu/GOIoTPex#AngularVelocity
iiotex:AngularVelocity rdf:type owl:Class ;
                       rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.8 iiotex:Area


###  http://inter-iot.eu/GOIoTPex#Area
iiotex:Area rdf:type owl:Class ;
            rdfs:subClassOf iiotex:SIDerivedMK .


5.2.9 iiotex:AuthenticationData


###  http://inter-iot.eu/GOIoTPex#AuthenticationData
iiotex:AuthenticationData rdf:type owl:Class ;
                          rdfs:subClassOf  .


5.2.10 iiotex:Azure


###  http://inter-iot.eu/GOIoTPex#Azure
iiotex:Azure rdf:type owl:Class ;
             rdfs:subClassOf iiot:Middleware .


5.2.11 iiotex:CEPWebService


###  http://inter-iot.eu/GOIoTPex#CEPWebService
iiotex:CEPWebService rdf:type owl:Class ;
                     rdfs:subClassOf iiotex:WebService ;
                     rdfs:comment "Complex Event Processing Service."@en .


5.2.12 iiotex:Capacitance


###  http://inter-iot.eu/GOIoTPex#Capacitance
iiotex:Capacitance rdf:type owl:Class ;
                   rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.13 iiotex:CatalyticActivity


###  http://inter-iot.eu/GOIoTPex#CatalyticActivity
iiotex:CatalyticActivity rdf:type owl:Class ;
                         rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.14 iiotex:CatalyticActivityConcentration


###  http://inter-iot.eu/GOIoTPex#CatalyticActivityConcentration
iiotex:CatalyticActivityConcentration rdf:type owl:Class ;
                                      rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.15 iiotex:CurrentDensity


###  http://inter-iot.eu/GOIoTPex#CurrentDensity
iiotex:CurrentDensity rdf:type owl:Class ;
                      rdfs:subClassOf iiotex:SIDerivedMK .


5.2.16 iiotex:Depth


###  http://inter-iot.eu/GOIoTPex#Depth
iiotex:Depth rdf:type owl:Class ;
             rdfs:subClassOf iiotex:Distance .


5.2.17 iiotex:Distance


###  http://inter-iot.eu/GOIoTPex#Distance
iiotex:Distance rdf:type owl:Class ;
                rdfs:subClassOf iiotex:SIBaseMK .


5.2.18 iiotex:DoseEquivalent


###  http://inter-iot.eu/GOIoTPex#DoseEquivalent
iiotex:DoseEquivalent rdf:type owl:Class ;
                      rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.19 iiotex:DynamicViscosity


###  http://inter-iot.eu/GOIoTPex#DynamicViscosity
iiotex:DynamicViscosity rdf:type owl:Class ;
                        rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.20 iiotex:EclipseOM2M


###  http://inter-iot.eu/GOIoTPex#EclipseOM2M
iiotex:EclipseOM2M rdf:type owl:Class ;
                   rdfs:subClassOf iiot:Middleware .


5.2.21 iiotex:ElectricCharge


###  http://inter-iot.eu/GOIoTPex#ElectricCharge
iiotex:ElectricCharge rdf:type owl:Class ;
                      rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.22 iiotex:ElectricChargeDensity


###  http://inter-iot.eu/GOIoTPex#ElectricChargeDensity
iiotex:ElectricChargeDensity rdf:type owl:Class ;
                             rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.23 iiotex:ElectricCurrent


###  http://inter-iot.eu/GOIoTPex#ElectricCurrent
iiotex:ElectricCurrent rdf:type owl:Class ;
                       rdfs:subClassOf iiotex:SIBaseMK .


5.2.24 iiotex:ElectricFieldStrength


###  http://inter-iot.eu/GOIoTPex#ElectricFieldStrength
iiotex:ElectricFieldStrength rdf:type owl:Class ;
                             rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.25 iiotex:ElectricFluxDensity


###  http://inter-iot.eu/GOIoTPex#ElectricFluxDensity
iiotex:ElectricFluxDensity rdf:type owl:Class ;
                           rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.26 iiotex:ElectricPotentialDifference


###  http://inter-iot.eu/GOIoTPex#ElectricPotentialDifference
iiotex:ElectricPotentialDifference rdf:type owl:Class ;
                                   rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.27 iiotex:ElectricResistance


###  http://inter-iot.eu/GOIoTPex#ElectricResistance
iiotex:ElectricResistance rdf:type owl:Class ;
                          rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.28 iiotex:Electricconductance


###  http://inter-iot.eu/GOIoTPex#Electricconductance
iiotex:Electricconductance rdf:type owl:Class ;
                           rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.29 iiotex:Energy


###  http://inter-iot.eu/GOIoTPex#Energy
iiotex:Energy rdf:type owl:Class ;
              rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.30 iiotex:EnergyDensity


###  http://inter-iot.eu/GOIoTPex#EnergyDensity
iiotex:EnergyDensity rdf:type owl:Class ;
                     rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.31 iiotex:FIWARE


###  http://inter-iot.eu/GOIoTPex#FIWARE
iiotex:FIWARE rdf:type owl:Class ;
              rdfs:subClassOf iiot:Middleware .


5.2.32 iiotex:Force


###  http://inter-iot.eu/GOIoTPex#Force
iiotex:Force rdf:type owl:Class ;
             rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.33 iiotex:Frequency


###  http://inter-iot.eu/GOIoTPex#Frequency
iiotex:Frequency rdf:type owl:Class ;
                 rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.34 iiotex:HeatCapacity


###  http://inter-iot.eu/GOIoTPex#HeatCapacity
iiotex:HeatCapacity rdf:type owl:Class ;
                    rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.35 iiotex:HeatFluxDensity


###  http://inter-iot.eu/GOIoTPex#HeatFluxDensity
iiotex:HeatFluxDensity rdf:type owl:Class ;
                       rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.36 iiotex:Height


###  http://inter-iot.eu/GOIoTPex#Height
iiotex:Height rdf:type owl:Class ;
              rdfs:subClassOf iiotex:Distance .


5.2.37 iiotex:Illuminance


###  http://inter-iot.eu/GOIoTPex#Illuminance
iiotex:Illuminance rdf:type owl:Class ;
                   rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.38 iiotex:Inductance


###  http://inter-iot.eu/GOIoTPex#Inductance
iiotex:Inductance rdf:type owl:Class ;
                  rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.39 iiotex:JSON


###  http://inter-iot.eu/GOIoTPex#JSON
iiotex:JSON rdf:type owl:Class ;
            rdfs:subClassOf iiot:DataFormat .


5.2.40 iiotex:JSON-LD


###  http://inter-iot.eu/GOIoTPex#JSON-LD
iiotex:JSON-LD rdf:type owl:Class ;
               rdfs:subClassOf iiotex:JSON .


5.2.41 iiotex:Kerma


###  http://inter-iot.eu/GOIoTPex#Kerma
iiotex:Kerma rdf:type owl:Class ;
             rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.42 iiotex:Length


###  http://inter-iot.eu/GOIoTPex#Length
iiotex:Length rdf:type owl:Class ;
              rdfs:subClassOf iiotex:Distance .


5.2.43 iiotex:Luminance


###  http://inter-iot.eu/GOIoTPex#Luminance
iiotex:Luminance rdf:type owl:Class ;
                 rdfs:subClassOf iiotex:SIDerivedMK .


5.2.44 iiotex:LuminousFlux


###  http://inter-iot.eu/GOIoTPex#LuminousFlux
iiotex:LuminousFlux rdf:type owl:Class ;
                    rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.45 iiotex:LuminousIntensity


###  http://inter-iot.eu/GOIoTPex#LuminousIntensity
iiotex:LuminousIntensity rdf:type owl:Class ;
                         rdfs:subClassOf iiotex:SIBaseMK .


5.2.46 iiotex:MagneticFieldStrength


###  http://inter-iot.eu/GOIoTPex#MagneticFieldStrength
iiotex:MagneticFieldStrength rdf:type owl:Class ;
                             rdfs:subClassOf iiotex:SIDerivedMK .


5.2.47 iiotex:MagneticFlux


###  http://inter-iot.eu/GOIoTPex#MagneticFlux
iiotex:MagneticFlux rdf:type owl:Class ;
                    rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.48 iiotex:MagneticFluxDensity


###  http://inter-iot.eu/GOIoTPex#MagneticFluxDensity
iiotex:MagneticFluxDensity rdf:type owl:Class ;
                           rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.49 iiotex:Mass


###  http://inter-iot.eu/GOIoTPex#Mass
iiotex:Mass rdf:type owl:Class ;
            rdfs:subClassOf iiotex:SIBaseMK .


5.2.50 iiotex:MassDensity


###  http://inter-iot.eu/GOIoTPex#MassDensity
iiotex:MassDensity rdf:type owl:Class ;
                   rdfs:subClassOf iiotex:SIDerivedMK .


5.2.51 iiotex:MassFraction


###  http://inter-iot.eu/GOIoTPex#MassFraction
iiotex:MassFraction rdf:type owl:Class ;
                    rdfs:subClassOf iiotex:SIDerivedMK .


5.2.52 iiotex:MolarEnergy


###  http://inter-iot.eu/GOIoTPex#MolarEnergy
iiotex:MolarEnergy rdf:type owl:Class ;
                   rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.53 iiotex:MolarEntropy


###  http://inter-iot.eu/GOIoTPex#MolarEntropy
iiotex:MolarEntropy rdf:type owl:Class ;
                    rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.54 iiotex:MomentOfForce


###  http://inter-iot.eu/GOIoTPex#MomentOfForce
iiotex:MomentOfForce rdf:type owl:Class ;
                     rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.55 iiotex:OneM2M


###  http://inter-iot.eu/GOIoTPex#OneM2M
iiotex:OneM2M rdf:type owl:Class ;
              rdfs:subClassOf iiot:Middleware .


5.2.56 iiotex:OpenIoT


###  http://inter-iot.eu/GOIoTPex#OpenIoT
iiotex:OpenIoT rdf:type owl:Class ;
               rdfs:subClassOf iiot:Middleware .


5.2.57 iiotex:Permeability


###  http://inter-iot.eu/GOIoTPex#Permeability
iiotex:Permeability rdf:type owl:Class ;
                    rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.58 iiotex:Permittivity


###  http://inter-iot.eu/GOIoTPex#Permittivity
iiotex:Permittivity rdf:type owl:Class ;
                    rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.59 iiotex:PlaneAngle


###  http://inter-iot.eu/GOIoTPex#PlaneAngle
iiotex:PlaneAngle rdf:type owl:Class ;
                  rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.60 iiotex:Power


###  http://inter-iot.eu/GOIoTPex#Power
iiotex:Power rdf:type owl:Class ;
             rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.61 iiotex:Pressure


###  http://inter-iot.eu/GOIoTPex#Pressure
iiotex:Pressure rdf:type owl:Class ;
                rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.62 iiotex:RDF


###  http://inter-iot.eu/GOIoTPex#RDF
iiotex:RDF rdf:type owl:Class ;
           rdfs:subClassOf iiot:DataFormat .


5.2.63 iiotex:REST


###  http://inter-iot.eu/GOIoTPex#REST
iiotex:REST rdf:type owl:Class ;
            rdfs:subClassOf iiot:ServiceInterface .


5.2.64 iiotex:Radiance


###  http://inter-iot.eu/GOIoTPex#Radiance
iiotex:Radiance rdf:type owl:Class ;
                rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.65 iiotex:RadiantIntensity


###  http://inter-iot.eu/GOIoTPex#RadiantIntensity
iiotex:RadiantIntensity rdf:type owl:Class ;
                        rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.66 iiotex:RayExposure


###  http://inter-iot.eu/GOIoTPex#RayExposure
iiotex:RayExposure rdf:type owl:Class ;
                   rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.67 iiotex:SIBaseMK


###  http://inter-iot.eu/GOIoTPex#SIBaseMK
iiotex:SIBaseMK rdf:type owl:Class ;
                rdfs:subClassOf iiot:MeasurementKind ;
                rdfs:comment "Class of basic SI measurement kinds."@en ,
                             "The SI is founded on seven SI base units for seven base quantities assumed to be mutually independent."@en .


5.2.68 iiotex:SIDerivedMK


###  http://inter-iot.eu/GOIoTPex#SIDerivedMK
iiotex:SIDerivedMK rdf:type owl:Class ;
                   rdfs:subClassOf iiot:MeasurementKind ;
                   rdfs:comment "Class of derived SI measurement kinds."@en ,
                                "Quantities other than base, called derived quantities, are defined in terms of the seven base quantities via a system of quantity equations. The SI derived units for these derived quantities are obtained from these equations and the seven SI base units."@en .


5.2.69 iiotex:SIDerivedSpecialInclusiveMK


###  http://inter-iot.eu/GOIoTPex#SIDerivedSpecialInclusiveMK
iiotex:SIDerivedSpecialInclusiveMK rdf:type owl:Class ;
                                   rdfs:subClassOf iiot:MeasurementKind ;
                                   rdfs:comment "SI derived units whose names and symbols include SI derived units with special names and symbols."@en ,
                                                "The special names and symbols of the 22 SI derived units with special names and symbols may themselves be included in the names and symbols of other SI derived units."@en .


5.2.70 iiotex:SIDerivedSpecialMK


###  http://inter-iot.eu/GOIoTPex#SIDerivedSpecialMK
iiotex:SIDerivedSpecialMK rdf:type owl:Class ;
                          rdfs:subClassOf iiot:MeasurementKind ;
                          rdfs:comment "For ease of understanding and convenience, 22 SI derived units have been given special names and symbols."@en ,
                                       "SI derived units with special names and symbols."@en .


5.2.71 iiotex:SOAP


###  http://inter-iot.eu/GOIoTPex#SOAP
iiotex:SOAP rdf:type owl:Class ;
            rdfs:subClassOf iiot:ServiceInterface .


5.2.72 iiotex:SolidAngle


###  http://inter-iot.eu/GOIoTPex#SolidAngle
iiotex:SolidAngle rdf:type owl:Class ;
                  rdfs:subClassOf iiotex:SIDerivedSpecialMK .


5.2.73 iiotex:SpecificEnergy


###  http://inter-iot.eu/GOIoTPex#SpecificEnergy
iiotex:SpecificEnergy rdf:type owl:Class ;
                      rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.74 iiotex:SpecificHeatCapacity


###  http://inter-iot.eu/GOIoTPex#SpecificHeatCapacity
iiotex:SpecificHeatCapacity rdf:type owl:Class ;
                            rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.75 iiotex:SpecificVolume


###  http://inter-iot.eu/GOIoTPex#SpecificVolume
iiotex:SpecificVolume rdf:type owl:Class ;
                      rdfs:subClassOf iiotex:SIDerivedMK .


5.2.76 iiotex:SurfaceTension


###  http://inter-iot.eu/GOIoTPex#SurfaceTension
iiotex:SurfaceTension rdf:type owl:Class ;
                      rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.77 iiotex:Temperature


###  http://inter-iot.eu/GOIoTPex#Temperature
iiotex:Temperature rdf:type owl:Class ;
                   rdfs:subClassOf iiotex:SIBaseMK .


5.2.78 iiotex:ThermalConductivity


###  http://inter-iot.eu/GOIoTPex#ThermalConductivity
iiotex:ThermalConductivity rdf:type owl:Class ;
                           rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .


5.2.79 iiotex:Time


###  http://inter-iot.eu/GOIoTPex#Time
iiotex:Time rdf:type owl:Class ;
            rdfs:subClassOf iiotex:SIBaseMK .


5.2.80 iiotex:UniversAAL


###  http://inter-iot.eu/GOIoTPex#UniversAAL
iiotex:UniversAAL rdf:type owl:Class ;
                  rdfs:subClassOf iiot:Middleware .


5.2.81 iiotex:Velocity


###  http://inter-iot.eu/GOIoTPex#Velocity
iiotex:Velocity rdf:type owl:Class ;
                rdfs:subClassOf iiotex:SIDerivedMK .


5.2.82 iiotex:Volume


###  http://inter-iot.eu/GOIoTPex#Volume
iiotex:Volume rdf:type owl:Class ;
              rdfs:subClassOf iiotex:SIDerivedMK .


5.2.83 iiotex:WSO2


###  http://inter-iot.eu/GOIoTPex#WSO2
iiotex:WSO2 rdf:type owl:Class ;
            rdfs:subClassOf iiot:Middleware .


5.2.84 iiotex:WaveNumber


###  http://inter-iot.eu/GOIoTPex#WaveNumber
iiotex:WaveNumber rdf:type owl:Class ;
                  rdfs:subClassOf iiotex:SIDerivedMK .


5.2.85 iiotex:WebService


###  http://inter-iot.eu/GOIoTPex#WebService
iiotex:WebService rdf:type owl:Class ;
                  rdfs:subClassOf iiot:Service .


5.2.86 iiotex:Width


###  http://inter-iot.eu/GOIoTPex#Width
iiotex:Width rdf:type owl:Class ;
             rdfs:subClassOf iiotex:Distance .


5.2.87 iiotex:XML


###  http://inter-iot.eu/GOIoTPex#XML
iiotex:XML rdf:type owl:Class ;
           rdfs:subClassOf iiot:DataFormat .


5.3 Properties

5.3.1 GOIoTP Object Properties

5.3.1.1 iiot:hasComponent

###  http://inter-iot.eu/GOIoTP#hasComponent
iiot:hasComponent rdf:type owl:ObjectProperty ;
                  rdfs:range iiot:PlatformComponent .


5.3.1.2 iiot:hasCoverage

###  http://inter-iot.eu/GOIoTP#hasCoverage
iiot:hasCoverage rdf:type owl:ObjectProperty ;
                 rdfs:range iiot:Location ;
                 rdfs:comment "Denotes a physical location in which an entity (e.g. IoTDevice, SoftwarePlatform, Sensor) operates. Any functionality or capability of an entity should be restricted to the locations included in its coverage."@en .


5.3.1.3 iiot:hasDataFormat

###  http://inter-iot.eu/GOIoTP#hasDataFormat
iiot:hasDataFormat rdf:type owl:ObjectProperty ;
                   rdfs:range iiot:DataFormat .


5.3.1.4 iiot:hasDomainOfInterest

###  http://inter-iot.eu/GOIoTP#hasDomainOfInterest
iiot:hasDomainOfInterest rdf:type owl:ObjectProperty ;
                         rdfs:range iiot:DomainOfInterest .


5.3.1.5 iiot:hasLocation

###  http://inter-iot.eu/GOIoTP#hasLocation
iiot:hasLocation rdf:type owl:ObjectProperty ;
                 rdfs:range iiot:Location ;
                 rdfs:comment "Denotes last known physical location of an entity."@en .


5.3.1.6 iiot:hasMeasurementKind

###  http://inter-iot.eu/GOIoTP#hasMeasurementKind
iiot:hasMeasurementKind rdf:type owl:ObjectProperty ;
                        rdfs:range iiot:MeasurementKind .


5.3.1.7 iiot:hasOwner

###  http://inter-iot.eu/GOIoTP#hasOwner
iiot:hasOwner rdf:type owl:ObjectProperty ;
              owl:inverseOf iiot:isOwnerOf ;
              rdfs:comment "Denotes an ownership relation between two entities."@en .


5.3.1.8 iiot:hasSemantics

###  http://inter-iot.eu/GOIoTP#hasSemantics
iiot:hasSemantics rdf:type owl:ObjectProperty ;
                  rdfs:range iiot:Semantics .


5.3.1.9 iiot:hasServiceInput

###  http://inter-iot.eu/GOIoTP#hasServiceInput
iiot:hasServiceInput rdf:type owl:ObjectProperty ;
                     rdfs:domain iiot:ServiceInterface ;
                     rdfs:range iiot:ServiceInput .


5.3.1.10 iiot:hasServiceInterface

###  http://inter-iot.eu/GOIoTP#hasServiceInterface
iiot:hasServiceInterface rdf:type owl:ObjectProperty ;
                         rdfs:domain iiot:Service ;
                         rdfs:range iiot:ServiceInterface .


5.3.1.11 iiot:hasServiceOutput

###  http://inter-iot.eu/GOIoTP#hasServiceOutput
iiot:hasServiceOutput rdf:type owl:ObjectProperty ;
                      rdfs:domain iiot:ServiceInterface ;
                      rdfs:range iiot:ServiceOutput .


5.3.1.12 iiot:hasUnit

###  http://inter-iot.eu/GOIoTP#hasUnit
iiot:hasUnit rdf:type owl:ObjectProperty ;
             rdfs:range sweet_units:Unit .


5.3.1.13 iiot:hasUser

###  http://inter-iot.eu/GOIoTP#hasUser
iiot:hasUser rdf:type owl:ObjectProperty ;
             owl:inverseOf iiot:isUserOf ;
             rdfs:range iiot:User ;
             rdfs:comment "Denotes that the subject entity is used by another entity."@en .


5.3.1.14 iiot:isOwnerOf

###  http://inter-iot.eu/GOIoTP#isOwnerOf
iiot:isOwnerOf rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf owl:topObjectProperty ;
               rdfs:comment "Denotes an ownership relation between two entities."@en .


5.3.1.15 iiot:isUserOf

###  http://inter-iot.eu/GOIoTP#isUserOf
iiot:isUserOf rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf owl:topObjectProperty ;
              rdfs:domain iiot:User ;
              rdfs:comment "Denotes that the subject entity uses another entity."@en ;
               "A User uses a Device, which means that observations coming from that device may be relevant to the user."@en .


5.3.1.16 iiot:offersService

###  http://inter-iot.eu/GOIoTP#offersService
iiot:offersService rdf:type owl:ObjectProperty ;
                   rdfs:domain sosa:Platform ;
                   rdfs:range iiot:Service .


5.3.1.17 iiot:orderedByUser

###  http://inter-iot.eu/GOIoTP#orderedByUser
iiot:orderedByUser rdf:type owl:ObjectProperty ;
                   rdfs:range iiot:User ;
                   rdfs:comment """An activity (an Observation or an Actuation) can be ordered by a User, in which case the device performing the activity is responsible for carrying it out, but the User is responsible for making the decision to do so. Ordering an activity may involve more than making a decision, i.e. actually using the device to perform an Actuation, or an Observation by handling the device physically, or controlling it remotely.

An anonymous device will not have a User that orderd its activity, itself being responsible for making the decision to perform it."""@en ;
                    """A port operator that moves a port crane orders an actuation that is then made by the crane device.

A doctor that uses a smart thermometer to measure a patients temperature orders the temperature observation carried out by the thermometer.

A truck driver that sets the preferred fuel usage in a smart car orders it to make an actuation, making the smart truck controller device change the state of the smart truck and recalculate route data (e.g. estimated time of arrival)."""@en .


5.3.2 GOIoTPex Object Properties

5.3.2.1 iiotex:hasAuthenticationData

###  http://inter-iot.eu/GOIoTPex#hasAuthenticationData
iiotex:hasAuthenticationData rdf:type owl:ObjectProperty ;
                             rdfs:subPropertyOf owl:topObjectProperty ;
                             rdfs:range iiotex:AuthenticationData .


5.3.3 GOIoTP Data Properties

5.3.3.1 iiot:hasBaseEndpoint

###  http://inter-iot.eu/GOIoTP#hasBaseEndpoint
iiot:hasBaseEndpoint rdf:type owl:DatatypeProperty ;
                     rdfs:comment "A primary (default, base) endpoint at which an entity is accessible e.g. a REST URL."@en .


5.3.3.2 iiot:hasDescription

###  http://inter-iot.eu/GOIoTP#hasDescription
iiot:hasDescription rdf:type owl:DatatypeProperty ;
                    rdfs:comment "A human-readable description of an IoT entity."@en .


5.3.3.3 iiot:hasName

###  http://inter-iot.eu/GOIoTP#hasName
iiot:hasName rdf:type owl:DatatypeProperty ;
             rdfs:comment "A generic property describing a name of any entity in the context of IoT."@en .


5.3.3.4 iiot:hasResultValue

###  http://inter-iot.eu/GOIoTP#hasResultValue
iiot:hasResultValue rdf:type owl:DatatypeProperty ;
                    rdfs:domain sosa:Result .


5.3.3.5 iiot:hasServiceDefinition

###  http://inter-iot.eu/GOIoTP#hasServiceDefinition
iiot:hasServiceDefinition rdf:type owl:DatatypeProperty ;
                          rdfs:domain iiot:Service ;
                          rdfs:range xsd:anyURI ;
                          rdfs:comment "Specifies an address  under which a technical and formal definition of a Service is accessible."@en ;
                           "For webservices: a WSDL file, a WADL file, an OpenAPI specification file."@en .


5.3.3.6 iiot:hasURI

###  http://inter-iot.eu/GOIoTP#hasURI
iiot:hasURI rdf:type owl:DatatypeProperty ;
            rdfs:range xsd:anyURI .


5.3.3.7 iiot:hasVersion

###  http://inter-iot.eu/GOIoTP#hasVersion
iiot:hasVersion rdf:type owl:DatatypeProperty .


5.3.4 GOIoTPex Data Properties

5.3.4.1 iiotex:hasLocalID

###  http://inter-iot.eu/GOIoTPex#hasLocalID
iiotex:hasLocalID rdf:type owl:DatatypeProperty ;
                  rdfs:comment """A value used to identify an entity locally, i.e. within a scope of an IoT artifact, e.g. a platform. Whether this identifier is unique, and what is its format depends on the IoT artifact that manages the identifier system, to which this loacl ID belongs.

The local ID should not be used to uniquely identify entities in an IoT ecosystem that manages multiple platforms, each with its own, independent, ID system."""@en .


5.4 GOIoTPex Individuals

5.4.1 iiotex:NGSIv1JSON


###  http://inter-iot.eu/GOIoTPex#NGSIv1JSON
iiotex:NGSIv1JSON rdf:type owl:NamedIndividual ,
                           iiotex:JSON ;
                  rdfs:comment "A Java Script Object Notation format compliant with FIWARE NGSI (Next Generation Service Interface) version 1."@en .


5.4.2 iiotex:NGSIv2JSON


###  http://inter-iot.eu/GOIoTPex#NGSIv2JSON
iiotex:NGSIv2JSON rdf:type owl:NamedIndividual ,
                           iiotex:JSON ;
                  rdfs:comment "A Java Script Object Notation format compliant with FIWARE NGSI (Next Generation Service Interface) version 2."@en .


5.4.3 iiotex:genericJSON


###  http://inter-iot.eu/GOIoTPex#genericJSON
iiotex:genericJSON rdf:type owl:NamedIndividual ,
                            iiotex:JSON ;
                   rdfs:comment "A Java Script Object Notation format."@en .


5.4.4 iiotex:genericJSON-LD


###  http://inter-iot.eu/GOIoTPex#genericJSON-LD
iiotex:genericJSON-LD rdf:type owl:NamedIndividual ,
                               iiotex:JSON-LD ;
                      rdfs:comment "A Java Script Object Notation for Linked Data format."@en .


5.4.5 iiotex:genericRDF


###  http://inter-iot.eu/GOIoTPex#genericRDF
iiotex:genericRDF rdf:type owl:NamedIndividual ,
                           iiotex:RDF ;
                  rdfs:comment "A Resource Description Framework format."@en .


5.4.6 iiotex:genericXML


###  http://inter-iot.eu/GOIoTPex#genericXML
iiotex:genericXML rdf:type owl:NamedIndividual ,
                           iiotex:XML ;
                  rdfs:comment "An Extensible Markup Language format."@en .


5.4.7 iiotex:iiotJSON


###  http://inter-iot.eu/GOIoTPex#iiotJSON
iiotex:iiotJSON rdf:type owl:NamedIndividual ,
                         iiotex:JSON-LD ;
                rdfs:comment """A Java Script Object Notation for Linked Data format compliant with INTER-IoT JSON-LD definition.

iiotJSON is used in INTER-MW and IPSM components of INTER-IoT."""@en .


6. Examples

6.1 Blood Pressure sensor

An instance of a blood pressure sensor - a small device managed by an instance of a BodyCloud platform, that measures systolic and diastolic blood pressure of a single patient.
Download example in TTL
@prefix rdf:   .
@prefix rdfs: .
@prefix xsd:   .
@prefix sosa:  .
@prefix time: .
@prefix iiot:  .
@prefix iiotex:  .
@prefix sweet_units:  .

#A generic namespace for an IoT platform that manages devices, has users, and offers services
@prefix ex:  .
#A namespace for terms specific to healthcare domain
@prefix medex:  .

#An examle of a device (blood pressure meter) that in itself is a sensor, and can make observations
 a iiot:IoTDevice, sosa:Sensor ;
	#iiot:hasName, and iiot:hasDescription are meant to be human readable
	iiot:hasName "BodyCloud BC_1" ;
  	iiot:hasDescription "BodyCloud blood pressure sensor, INTER-IoT pilot batch" ;

  	#The label has a very similar function to iiot:hasName, but the latter is explicitly meant to be displayed in end-user applications.
  	#If this function of iiothasName is already fulfilled by rdfs:label, INTER-IoT offers alignment mechanism to transform one into the other (see "INTER-IoT IPSM")
	rdfs:label "BodyCloud Sensor BC_1"@en ;

	#A local identifier, meaningful in context of BodyCloud platform. In any oher system, the entity URI should be used instead.
  	iiotex:hasLocalID "BC_1" .

#The device makes observations that have 2 results - systolic and diastolic blood pressure
 a sosa:Observation ;

  sosa:observedProperty  ;
  sosa:hasFeatureOfInterest  ;

  sosa:madeBySensor  ;
  sosa:resultTime "2018-01-05T12:34:56Z"^^xsd:dateTime ;
  #The two results are connected to a single observation
  sosa:hasResult [
  	iiot:hasResultValue "90"^^xsd:double;
  	iiot:hasUnit  ;
    rdf:type medex:SysstolicBloodPressure ;
     ] ;
  sosa:hasResult [
  	iiot:hasResultValue "140"^^xsd:double;
  	iiot:hasUnit  ;
    rdf:type medex:DiastolicBloodPressure ;
     ] ;
   sosa:phenomenonTime [
    rdf:type time:Instant ;
    time:inXSDDateTimeStamp "2018-01-05T12:34:56Z"^^xsd:dateTimeStamp ] .

#A medical unit of measurement is defined under the medical extension namespace
 a sweet_units:Unit .

6.2 INTER-IoT JSON-LD

7. Appendices

7.1 URI prefixes

Name prefix URI
GOIoTP iiot http://inter-iot.eu/GOIoTP#
GOIoTPex iiotex http://inter-iot.eu/GOIoTPex#
SSN ssn http://www.w3.org/ns/ssn/
SOSA sosa http://www.w3.org/ns/sosa/
SSNX oldssn http://purl.oclc.org/NET/ssnx/ssn#
Open Geospatial URI base ogc http://www.opengis.net/
OGC simple feature geometries sf http://www.opengis.net/ont/sf#
OGC geometries gml http://www.opengis.net/ont/gml#
GeoSPARQL geosparql http://www.opengis.net/ont/geosparql#
GeoSPARQL functions geosparqlf http://www.opengis.net/def/function/geosparql/
GeoSPARQL rules geosparqlr http://www.opengis.net/def/rule/geosparql/
NASA SWEET units sweet_units http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#
NASA SWEET mathematical operations sweet_oper http://sweet.jpl.nasa.gov/2.3/reprMathOperation.owl#
NASA SWEET representation sweet_repr http://sweet.jpl.nasa.gov/2.3/repr.owl#
NASA SWEET mathematical relations sweet_mrela http://sweet.jpl.nasa.gov/2.3/relaMath.owl#
NASA SWEET scientific relations sweet_screla http://sweet.jpl.nasa.gov/2.3/relaSci.owl#
W3C time time http://www.w3.org/2006/time#
Vocabluary annotation vann http://purl.org/vocab/vann/
Vocabluary of a Friend voaf http://purl.org/vocommons/voaf#
Friend of a friend foaf http://xmlns.com/foaf/0.1/
Dublin Core elements dc http://purl.org/dc/elements/1.1/
Dublin Core dcterms http://purl.org/dc/terms/
Semantic Web Status vs http://www.w3.org/2003/06/sw-vocab-status/ns#
OWL owl http://www.w3.org/2002/07/owl#
RDF rdf http://www.w3.org/1999/02/22-rdf-syntax-ns#
RDF schema rdfs http://www.w3.org/2000/01/rdf-schema#
XML xml http://www.w3.org/XML/1998/namespace
XML datatypes xsd http://www.w3.org/2001/XMLSchema#

7.2 Ontology diagrams key

GOIoTP ontology diagram key
Figure 9 GOIoTP ontology diagram key.

7.3 Table of Figures