This document is licensed under a Creative Commons Attribution 3.0 License.
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:
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).
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.
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.
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.
Most important entities of the Device 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.
Most important entities of the Platform 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.
Most important entities of the Observation and actuation module:
sosa:Actuation, sosa:Observation, sosa:ActuatableProperty, sosa:ObservableProperty, sosa:FeatureOfInterest, sosa:Result, sosa:hasFeatureOfInterest, sosa:madeByActuator, sosa:madeActuation, sosa:actsOnProperty, sosa:observedProperty, sosa:madeBySensor, sosa:madeObservation, sosa:phenomenonTime, sosa:resultTime, sosa:hasResult, iiot:hasResultValue
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.
Most important entities of the Units 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.
Most important entities of the Location 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.
Most important entities of the Service 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.
Most important entities of the User module:
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.
IRI: http://inter-iot.eu/GOIoTP#DataFormat
OWL Class
DataFormatSub class of | owl:Thing |
---|
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 |
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 |
---|
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 |
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 |
IRI: http://inter-iot.eu/GOIoTP#Middleware
OWL Class
MiddlewareSub class of | iiot:PlatformComponent |
---|---|
Restrictions | iiot:hasBaseEndpoint some rdfs:Literal |
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 |
IRI: http://inter-iot.eu/GOIoTP#PlatformComponent
OWL Class
PlatformComponentSub class of | ssn:System |
---|
IRI: http://inter-iot.eu/GOIoTP#Semantics
OWL Class
SemanticsExample | A description of the meaning of data terms and data structure. |
---|---|
Sub class of | owl:Thing |
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 |
IRI: http://inter-iot.eu/GOIoTP#ServiceInput
OWL Class
ServiceInputSub class of | owl:Thing |
---|---|
Restrictions | iiot:hasBaseEndpoint some xsd:anyURI iiot:hasDataFormat some iiot:DataFormat |
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 |
IRI: http://inter-iot.eu/GOIoTP#ServiceOutput
OWL Class
ServiceOutputSub class of | owl:Thing |
---|---|
Restrictions | iiot:hasDataFormat some iiot:DataFormat |
IRI: http://inter-iot.eu/GOIoTP#SoftwarePlatform
OWL Class
SoftwarePlatformSub class of | sosa:Platform |
---|---|
Restrictions | iiot:hasComponent some iiot:PlatformComponent |
IRI: http://inter-iot.eu/GOIoTP#User
OWL Class
UserSub class of | sosa:FeatureOfInterest |
---|
IRI: http://inter-iot.eu/GOIoTPex#AbsorbedDoseRate
OWL Class
AbsorbedDoseRateSub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Acceleration
OWL Class
AccelerationSub class of | iiotex:SIDerivedMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#ActivityOfRadionuclide
OWL Class
ActivityOfRadionuclideSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#AmountOfSubstance
OWL Class
AmountOfSubstanceSub class of | iiotex:SIBaseMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#AmountOfSubstanceConcentration
OWL Class
AmountOfSubstanceConcentrationSub class of | iiotex:SIDerivedMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#AngularAcceleration
OWL Class
AngularAccelerationSub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#AngularVelocity
OWL Class
AngularVelocitySub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Area
OWL Class
AreaSub class of | iiotex:SIDerivedMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#AuthenticationData
OWL Class
AuthenticationDataSub class of |
---|
IRI: http://inter-iot.eu/GOIoTPex#Azure
OWL Class
AzureSub class of | iiot:Middleware |
---|
IRI: http://inter-iot.eu/GOIoTPex#Capacitance
OWL Class
CapacitanceSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#CatalyticActivity
OWL Class
CatalyticActivitySub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#CatalyticActivityConcentration
OWL Class
CatalyticActivityConcentrationSub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#CEPWebService
OWL Class
CEPWebService - Complex Event Processing Service.Sub class of | iiotex:WebService |
---|
IRI: http://inter-iot.eu/GOIoTPex#CurrentDensity
OWL Class
CurrentDensitySub class of | iiotex:SIDerivedMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Depth
OWL Class
DepthSub class of | iiotex:Distance |
---|
IRI: http://inter-iot.eu/GOIoTPex#Distance
OWL Class
DistanceSub class of | iiotex:SIBaseMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#DoseEquivalent
OWL Class
DoseEquivalentSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#DynamicViscosity
OWL Class
DynamicViscositySub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#EclipseOM2M
OWL Class
EclipseOM2MSub class of | iiot:Middleware |
---|
IRI: http://inter-iot.eu/GOIoTPex#ElectricCharge
OWL Class
ElectricChargeSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#ElectricChargeDensity
OWL Class
ElectricChargeDensitySub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Electricconductance
OWL Class
ElectricconductanceSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#ElectricCurrent
OWL Class
ElectricCurrentSub class of | iiotex:SIBaseMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#ElectricFieldStrength
OWL Class
ElectricFieldStrengthSub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#ElectricFluxDensity
OWL Class
ElectricFluxDensitySub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#ElectricPotentialDifference
OWL Class
ElectricPotentialDifferenceSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#ElectricResistance
OWL Class
ElectricResistanceSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Energy
OWL Class
EnergySub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#EnergyDensity
OWL Class
EnergyDensitySub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#FIWARE
OWL Class
FIWARESub class of | iiot:Middleware |
---|
IRI: http://inter-iot.eu/GOIoTPex#Force
OWL Class
ForceSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Frequency
OWL Class
FrequencySub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#HeatCapacity
OWL Class
HeatCapacitySub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#HeatFluxDensity
OWL Class
HeatFluxDensitySub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Height
OWL Class
HeightSub class of | iiotex:Distance |
---|
IRI: http://inter-iot.eu/GOIoTPex#Illuminance
OWL Class
IlluminanceSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Inductance
OWL Class
InductanceSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#JSON
OWL Class
JSONSub class of | iiot:DataFormat |
---|
IRI: http://inter-iot.eu/GOIoTPex#JSON-LD
OWL Class
JSON-LDSub class of | iiotex:JSON |
---|
IRI: http://inter-iot.eu/GOIoTPex#Kerma
OWL Class
KermaSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Length
OWL Class
LengthSub class of | iiotex:Distance |
---|
IRI: http://inter-iot.eu/GOIoTPex#Luminance
OWL Class
LuminanceSub class of | iiotex:SIDerivedMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#LuminousFlux
OWL Class
LuminousFluxSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#LuminousIntensity
OWL Class
LuminousIntensitySub class of | iiotex:SIBaseMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#MagneticFieldStrength
OWL Class
MagneticFieldStrengthSub class of | iiotex:SIDerivedMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#MagneticFlux
OWL Class
MagneticFluxSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#MagneticFluxDensity
OWL Class
MagneticFluxDensitySub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Mass
OWL Class
MassSub class of | iiotex:SIBaseMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#MassDensity
OWL Class
MassDensitySub class of | iiotex:SIDerivedMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#MassFraction
OWL Class
MassFractionSub class of | iiotex:SIDerivedMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#MolarEnergy
OWL Class
MolarEnergySub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#MolarEntropy
OWL Class
MolarEntropySub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#MomentOfForce
OWL Class
MomentOfForceSub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#OneM2M
OWL Class
OneM2MSub class of | iiot:Middleware |
---|
IRI: http://inter-iot.eu/GOIoTPex#OpenIoT
OWL Class
OpenIoTSub class of | iiot:Middleware |
---|
IRI: http://inter-iot.eu/GOIoTPex#Permeability
OWL Class
PermeabilitySub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Permittivity
OWL Class
PermittivitySub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#PlaneAngle
OWL Class
PlaneAngleSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Power
OWL Class
PowerSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Pressure
OWL Class
PressureSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Radiance
OWL Class
RadianceSub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#RadiantIntensity
OWL Class
RadiantIntensitySub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#RayExposure
OWL Class
RayExposureSub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#RDF
OWL Class
RDFSub class of | iiot:DataFormat |
---|
IRI: http://inter-iot.eu/GOIoTPex#REST
OWL Class
RESTSub class of | iiot:ServiceInterface |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
IRI: http://inter-iot.eu/GOIoTPex#SOAP
OWL Class
SOAPSub class of | iiot:ServiceInterface |
---|
IRI: http://inter-iot.eu/GOIoTPex#SolidAngle
OWL Class
SolidAngleSub class of | iiotex:SIDerivedSpecialMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#SpecificEnergy
OWL Class
SpecificEnergySub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#SpecificHeatCapacity
OWL Class
SpecificHeatCapacitySub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#SpecificVolume
OWL Class
SpecificVolumeSub class of | iiotex:SIDerivedMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#SurfaceTension
OWL Class
SurfaceTensionSub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Temperature
OWL Class
TemperatureSub class of | iiotex:SIBaseMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#ThermalConductivity
OWL Class
ThermalConductivitySub class of | iiotex:SIDerivedSpecialInclusiveMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Time
OWL Class
TimeSub class of | iiotex:SIBaseMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#UniversAAL
OWL Class
UniversAALSub class of | iiot:Middleware |
---|
IRI: http://inter-iot.eu/GOIoTPex#Velocity
OWL Class
VelocitySub class of | iiotex:SIDerivedMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#Volume
OWL Class
VolumeSub class of | iiotex:SIDerivedMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#WaveNumber
OWL Class
WaveNumberSub class of | iiotex:SIDerivedMK |
---|
IRI: http://inter-iot.eu/GOIoTPex#WebService
OWL Class
WebServiceSub class of | iiot:Service |
---|
IRI: http://inter-iot.eu/GOIoTPex#Width
OWL Class
WidthSub class of | iiotex:Distance |
---|
IRI: http://inter-iot.eu/GOIoTPex#WSO2
OWL Class
WSO2Sub class of | iiot:Middleware |
---|
IRI: http://inter-iot.eu/GOIoTPex#XML
OWL Class
XMLSub class of | iiot:DataFormat |
---|
IRI: http://inter-iot.eu/GOIoTP#hasComponent
OWL Object Property
hasComponentRange | iiot:PlatformComponent |
---|
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 |
---|
IRI: http://inter-iot.eu/GOIoTP#hasDataFormat
OWL Object Property
hasDataFormatRange | iiot:DataFormat |
---|
IRI: http://inter-iot.eu/GOIoTP#hasDomainOfInterest
OWL Object Property
hasDomainOfInterestRange | iiot:DomainOfInterest |
---|
IRI: http://inter-iot.eu/GOIoTP#hasLocation
OWL Object Property
hasLocation - Denotes last known physical location of an entity.Range | iiot:Location |
---|
IRI: http://inter-iot.eu/GOIoTP#hasMeasurementKind
OWL Object Property
hasMeasurementKindRange | iiot:MeasurementKind |
---|
IRI: http://inter-iot.eu/GOIoTP#hasOwner
OWL Object Property
hasOwner - Denotes an ownership relation between two entities.Inverse of | iiot:isOwnerOf |
---|
IRI: http://inter-iot.eu/GOIoTP#hasSemantics
OWL Object Property
hasSemanticsRange | iiot:Semantics |
---|
IRI: http://inter-iot.eu/GOIoTP#hasServiceInput
OWL Object Property
hasServiceInputDomain | iiot:ServiceInterface |
---|---|
Range | iiot:ServiceInput |
IRI: http://inter-iot.eu/GOIoTP#hasServiceInterface
OWL Object Property
hasServiceInterfaceDomain | iiot:Service |
---|---|
Range | iiot:ServiceInterface |
IRI: http://inter-iot.eu/GOIoTP#hasServiceOutput
OWL Object Property
hasServiceOutputDomain | iiot:ServiceInterface |
---|---|
Range | iiot:ServiceOutput |
IRI: http://inter-iot.eu/GOIoTP#hasUnit
OWL Object Property
hasUnitRange | sweet_units:Unit |
---|
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 |
IRI: http://inter-iot.eu/GOIoTP#isOwnerOf
OWL Object Property
isOwnerOf - Denotes an ownership relation between two entities.Inverse of | iiot:hasOwner |
---|
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 |
IRI: http://inter-iot.eu/GOIoTP#offersService
OWL Object Property
offersServiceDomain | sosa:Platform |
---|---|
Range | iiot:Service |
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.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 |
IRI: http://inter-iot.eu/GOIoTPex#hasAuthenticationData
OWL Object Property
hasAuthenticationDataRange | iiotex:AuthenticationData |
---|
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.IRI: http://inter-iot.eu/GOIoTP#hasDescription
OWL Data Property
hasDescription - A human-readable description of an IoT entity.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.IRI: http://inter-iot.eu/GOIoTP#hasResultValue
OWL Data Property
hasResultValueDomain | sosa:Result |
---|
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 |
IRI: http://inter-iot.eu/GOIoTP#hasURI
OWL Data Property
hasURIRange | xsd:anyURI |
---|
IRI: http://inter-iot.eu/GOIoTP#hasVersion
OWL Data Property
hasVersionIRI: 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.IRI: http://inter-iot.eu/GOIoTP#
OWL Named Individual
Type | voaf:Vocabulary |
---|
IRI: http://inter-iot.eu/GOIoTPex#genericJSON
OWL Named Individual
genericJSON - A Java Script Object Notation format.Type | iiotex:JSON |
---|
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 |
---|
IRI: http://inter-iot.eu/GOIoTPex#genericRDF
OWL Named Individual
genericRDF - A Resource Description Framework format.Type | iiotex:RDF |
---|
IRI: http://inter-iot.eu/GOIoTPex#genericXML
OWL Named Individual
genericXML - An Extensible Markup Language format.Type | iiotex:XML |
---|
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.Type | iiotex:JSON-LD |
---|
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 |
---|
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 |
---|
IRI: http://www.w3.org/ns/sosa/Actuation
Official SOSA documentation for sosa:Actuation
OWL Class
ActuationIRI: http://www.w3.org/ns/sosa/FeatureOfInterest
Official SOSA documentation for sosa:FeatureOfInterest
OWL Class
FeatureOfInterestSub class of | owl:Thing |
---|---|
Restrictions | ssn:hasProperty only ssn:Property ssn:hasProperty min 1 owl:Thing sosa:hasSample only sosa:Sample |
IRI: http://www.opengis.net/ont/geosparql#Geometry
OWL Class
GeometrySub class of | geosparql:SpatialObject |
---|
IRI: http://www.w3.org/ns/sosa/Observation
Official SOSA documentation for sosa:Observation
OWL Class
ObservationIRI: http://xmlns.com/foaf/0.1/Person
OWL Class
PersonSub class of | owl:Thing |
---|
IRI: http://www.w3.org/ns/sosa/Platform
Official SOSA documentation for sosa:Platform
OWL Class
PlatformSub 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 |
IRI: http://www.w3.org/ns/sosa/Procedure
Official SOSA documentation for sosa:Procedure
OWL Class
ProcedureSub class of | owl:Thing |
---|---|
Restrictions | ssn:implementedBy only ssn:System ssn:hasOutput only ssn:Output ssn:hasInput only ssn:Input |
IRI: http://www.w3.org/ns/ssn/Property
Official SSN documentation for ssn:Property
OWL Class
PropertySub class of | owl:Thing |
---|---|
Restrictions | ssn:isPropertyOf only sosa:FeatureOfInterest |
IRI: http://www.w3.org/ns/sosa/Result
Official SOSA documentation for sosa:Result
OWL Class
ResultSub class of | owl:Thing |
---|---|
Restrictions | sosa:isResultOf min 1 owl:Thing iiot:hasUnit some sweet_units:Unit iiot:hasResultValue some rdfs:Literal |
IRI: http://www.w3.org/ns/sosa/Sensor
Official SOSA documentation for sosa:Sensor
OWL Class
SensorIRI: http://www.opengis.net/ont/geosparql#SpatialObject
OWL Class
SpatialObject -Sub class of | owl:Thing |
---|
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 |
IRI: http://www.w3.org/ns/ssn/System
Official SSN documentation for ssn:System
OWL Class
SystemIRI: http://www.w3.org/2006/time#TemporalEntity
OWL Class
TemporalEntitySub class of | owl:Thing |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#Unit
OWL Class
UnitSub class of | owl:Thing |
---|
IRI: http://purl.org/vocommons/voaf#Vocabulary
OWL Class
VocabularySub class of | owl:Thing |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#BaseUnit
OWL Class
BaseUnitSub class of | sweet_units:Unit |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ComplexUnit
OWL Class
ComplexUnitSub class of | sweet_units:Unit |
---|
IRI: http://inter-iot.eu/GOIoTP#DataFormat
OWL Class
DataFormatSub class of | owl:Thing |
---|
IRI: http://inter-iot.eu/GOIoTP#IoTDevice
OWL Class
IoTDeviceSub class of | owl:Thing |
---|---|
Restrictions | iiotex:hasLocalID some rdfs:Literal |
IRI: http://sweet.jpl.nasa.gov/2.3/repr.owl#LogarithmicScale
OWL Class
LogarithmicScaleSub class of | owl:Thing |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#LogarithmicUnit
OWL Class
LogarithmicUnitSub class of | sweet_units:Unit |
---|---|
Restrictions | sweet_mrela:hasScale only sweet_repr:LogarithmicScale |
IRI: http://sweet.jpl.nasa.gov/2.3/repr.owl#Measurement
OWL Class
MeasurementSub class of | owl:Thing |
---|
IRI: http://inter-iot.eu/GOIoTP#MeasurementKind
OWL Class
MeasurementKindSub class of | owl:Thing |
---|
IRI: http://inter-iot.eu/GOIoTP#Middleware
OWL Class
MiddlewareSub class of | owl:Thing |
---|
IRI: http://xmlns.com/foaf/0.1/Person
OWL Class
PersonSub class of | owl:Thing |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#Prefix
OWL Class
PrefixSub class of | sweet_repr:Measurement |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprMathOperation.owl#Product
OWL Class
ProductSub class of | owl:Thing |
---|
IRI: http://www.w3.org/ns/ssn/Property
Official SSN documentation for ssn:Property
OWL Class
PropertySub class of | owl:Thing |
---|
IRI: http://inter-iot.eu/GOIoTP#Service
OWL Class
ServiceSub class of | owl:Thing |
---|
IRI: http://inter-iot.eu/GOIoTP#ServiceInterface
OWL Class
ServiceInterfaceSub class of | owl:Thing |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#Unit
OWL Class
UnitSub class of | sweet_repr:Measurement |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#UnitDefinedByProduct
OWL Class
UnitDefinedByProductSub class of | sweet_units:ComplexUnitsweet_oper:Product |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#UnitDerivedByRaisingToPower
OWL Class
UnitDerivedByRaisingToPowerSub class of | sweet_units:ComplexUnit |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#UnitDerivedByScaling
OWL Class
UnitDerivedByScalingSub class of | sweet_units:ComplexUnit |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#UnitDerivedByShifting
OWL Class
UnitDerivedByShiftingSub class of | sweet_units:ComplexUnit |
---|
IRI: http://inter-iot.eu/GOIoTP#User
OWL Class
UserSub class of | owl:Thing |
---|---|
Restrictions | iiotex:hasAuthenticationData some iiotex:AuthenticationData iiotex:hasLocalID some rdfs:Literal |
IRI: http://www.w3.org/ns/ssn/implements
Official SSN documentation for ssn:implements
OWL Object Property
implementsInverse of | ssn:implementedBy |
---|
IRI: http://www.w3.org/ns/sosa/phenomenonTime
Official SOSA documentation for sosa:phenomenonTime
OWL Object Property
phenomenonTimeIRI: http://www.w3.org/2002/07/owl#topObjectProperty
OWL Object Property
topObjectPropertyIRI: http://sweet.jpl.nasa.gov/2.3/relaMath.owl#hasScale
OWL Object Property
hasScaleIRI: http://www.w3.org/2002/07/owl#topObjectProperty
OWL Object Property
topObjectPropertyIRI: http://www.opengis.net/ont/geosparql#asWKT
OWL Data Property
asWKT -Domain | geosparql:Geometry |
---|---|
Range | geosparql:wktLiteral |
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ampere
OWL Named Individual
ampereType | sweet_units:BaseUnit |
---|
sweet_screla:hasSymbol | a |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#amperePerMeter
OWL Named Individual
amperePerMeterType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#amperePerMeterSquared
OWL Named Individual
amperePerMeterSquaredType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ampereSquared
OWL Named Individual
ampereSquaredType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_mrela:toThePower | 2.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ampere |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#arcminute
OWL Named Individual
arcminuteType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 2.909E-4 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radian |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#arcsecond
OWL Named Individual
arcsecondType | sweet_units:UnitDerivedByScaling |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radian |
---|---|
sweet_mrela:hasScalingNumber | 4.848E-6 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#candela
OWL Named Individual
candelaType | sweet_units:BaseUnit |
---|
sweet_screla:hasSymbol | cd |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#candelaPerMeterSquared
OWL Named Individual
candelaPerMeterSquaredType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#centi
OWL Named Individual
centiType | sweet_units:Prefix |
---|
sweet_screla:hasSymbol | c |
---|---|
sweet_screla:hasNumericValue | 0.01 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#centimeter
OWL Named Individual
centimeterType | sweet_units:UnitDerivedByScaling |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#century
OWL Named Individual
centuryType | sweet_units:UnitDerivedByScaling |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second |
---|---|
sweet_mrela:hasScalingNumber | 3.1556926E9 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#coulomb
OWL Named Individual
coulombType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#coulombMeter
OWL Named Individual
coulombMeterType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#coulombPerMeterCubed
OWL Named Individual
coulombPerMeterCubedType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#coulombPerMeterSquared
OWL Named Individual
coulombPerMeterSquaredType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#day
OWL Named Individual
dayType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 86400.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#db
OWL Named Individual
dbType | sweet_units:LogarithmicUnit |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#deca
OWL Named Individual
decaType | sweet_units:Prefix |
---|
sweet_screla:hasNumericValue | 10.0 |
---|---|
sweet_screla:hasSymbol | da |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#decade
OWL Named Individual
decadeType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 3.1556926E8 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#degreeC
OWL Named Individual
degreeCType | sweet_units:UnitDerivedByShifting |
---|
sweet_screla:hasSymbol | C |
---|---|
sweet_mrela:hasShiftingNumber | -273.0 |
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kelvin |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#degreeF
OWL Named Individual
degreeFType | sweet_units:UnitDerivedByShifting |
---|
sweet_mrela:hasShiftingNumber | 32.0 |
---|---|
sweet_mrela:hasScalingNumber | 1.8 |
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#degreeC |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#degrees
OWL Named Individual
degreesType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 57.2957795 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radian |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#dimensionlessUnit
OWL Named Individual
dimensionlessUnitType | sweet_units:BaseUnit |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#exa
OWL Named Individual
exaType | sweet_units:Prefix |
---|
sweet_screla:hasNumericValue | 1.0E18 |
---|---|
sweet_screla:hasSymbol | E |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#farad
OWL Named Individual
faradType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#faradPerMeter
OWL Named Individual
faradPerMeterType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#FNU
OWL Named Individual
FNUType | sweet_units:Unit |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#FormazinTurbidityUnit
OWL Named Individual
FormazinTurbidityUnitType | sweet_units:Unit |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#FTU
OWL Named Individual
FTUType | sweet_units:Unit |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#giga
OWL Named Individual
gigaType | sweet_units:Prefix |
---|
sweet_screla:hasNumericValue | 1.0E9 |
---|---|
sweet_screla:hasSymbol | G |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#gigahertz
OWL Named Individual
gigahertzType | sweet_units:UnitDerivedByScaling |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#hecto
OWL Named Individual
hectoType | sweet_units:Prefix |
---|
sweet_screla:hasSymbol | h |
---|---|
sweet_screla:hasNumericValue | 100.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#henry
OWL Named Individual
henryType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#henryPerMeter
OWL Named Individual
henryPerMeterType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#hertz
OWL Named Individual
hertzType | sweet_units:UnitDerivedByRaisingToPower |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#hour
OWL Named Individual
hourType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 3600.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joule
OWL Named Individual
jouleType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joulePerKelvin
OWL Named Individual
joulePerKelvinType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joulePerKilogram
OWL Named Individual
joulePerKilogramType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joulePerKilogramPerKelvin
OWL Named Individual
joulePerKilogramPerKelvinType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joulePerMeterCubedPerKelvin
OWL Named Individual
joulePerMeterCubedPerKelvinType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joulePerMeterSquared
OWL Named Individual
joulePerMeterSquaredType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joulePerMolePerKelvin
OWL Named Individual
joulePerMolePerKelvinType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#joulePerTesla
OWL Named Individual
joulePerTeslaType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#jouleSecond
OWL Named Individual
jouleSecondType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kelvin
OWL Named Individual
kelvinType | sweet_units:BaseUnit |
---|
sweet_screla:hasSymbol | K |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kelvinPerMeter
OWL Named Individual
kelvinPerMeterType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilo
OWL Named Individual
kiloType | sweet_units:Prefix |
---|
sweet_screla:hasNumericValue | 1000.0 |
---|---|
sweet_screla:hasSymbol | k |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogram
OWL Named Individual
kilogramType | sweet_units:BaseUnit |
---|
sweet_screla:hasSymbol | kg |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogramMeterPerSecond
OWL Named Individual
kilogramMeterPerSecondType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogramPerMeterCubed
OWL Named Individual
kilogramPerMeterCubedType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogramPerMeterSquared
OWL Named Individual
kilogramPerMeterSquaredType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogramRadianPerSecond
OWL Named Individual
kilogramRadianPerSecondType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilohertz
OWL Named Individual
kilohertzType | sweet_units:UnitDerivedByScaling |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilometer
OWL Named Individual
kilometerType | sweet_units:UnitDerivedByScaling |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilometerPerHour
OWL Named Individual
kilometerPerHourType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 0.27777777 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterPerSecond |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#lumen
OWL Named Individual
lumenType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#lux
OWL Named Individual
luxType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#mega
OWL Named Individual
megaType | sweet_units:Prefix |
---|
sweet_screla:hasSymbol | M |
---|---|
sweet_screla:hasNumericValue | 1000000.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#megahertz
OWL Named Individual
megahertzType | sweet_units:UnitDerivedByScaling |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter
OWL Named Individual
meterType | sweet_units:BaseUnit |
---|
sweet_screla:hasSymbol | m |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterCubed
OWL Named Individual
meterCubedType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_mrela:toThePower | 3.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterCubedPerKelvin
OWL Named Individual
meterCubedPerKelvinType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterCubedPerKilogram
OWL Named Individual
meterCubedPerKilogramType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterCubedPerSecond
OWL Named Individual
meterCubedPerSecondType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterPerKelvin
OWL Named Individual
meterPerKelvinType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterPerSecond
OWL Named Individual
meterPerSecondType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterPerSecondSquared
OWL Named Individual
meterPerSecondSquaredType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquared
OWL Named Individual
meterSquaredType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter |
---|---|
sweet_mrela:toThePower | 2.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquaredPerKilogram
OWL Named Individual
meterSquaredPerKilogramType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquaredPerSecond
OWL Named Individual
meterSquaredPerSecondType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquaredPerSecondSquared
OWL Named Individual
meterSquaredPerSecondSquaredType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#metre
OWL Named Individual
metreType | sweet_units:BaseUnit |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#MHz
OWL Named Individual
MHzType | sweet_units:UnitDerivedByScaling |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#micro
OWL Named Individual
microType | sweet_units:Prefix |
---|
sweet_screla:hasNumericValue | 1.0E-6 |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#micrometer
OWL Named Individual
micrometerType | sweet_units:UnitDerivedByScaling |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#micron
OWL Named Individual
micronType | sweet_units:UnitDerivedByScaling |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#millenium
OWL Named Individual
milleniumType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 1000.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#year |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#milli
OWL Named Individual
milliType | sweet_units:Prefix |
---|
sweet_screla:hasNumericValue | 0.001 |
---|---|
sweet_screla:hasSymbol | m |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#millimeter
OWL Named Individual
millimeterType | sweet_units:UnitDerivedByScaling |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#million_km2
OWL Named Individual
million_km2Type | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 1.0E-12 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterSquared |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#million_km3
OWL Named Individual
million_km3Type | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 1.0E-15 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meterCubed |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#minute
OWL Named Individual
minuteType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 60.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#mole
OWL Named Individual
moleType | sweet_units:BaseUnit |
---|
sweet_screla:hasSymbol | mol |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#month
OWL Named Individual
monthType | sweet_units:UnitDerivedByScaling |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second |
---|---|
sweet_mrela:hasScalingNumber | 2629744.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#MYA
OWL Named Individual
MYAType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 1000.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#year |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#nano
OWL Named Individual
nanoType | sweet_units:Prefix |
---|
sweet_screla:hasNumericValue | 1.0E-9 |
---|---|
sweet_screla:hasSymbol | n |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#nanometer
OWL Named Individual
nanometerType | sweet_units:UnitDerivedByScaling |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#newton
OWL Named Individual
newtonType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#newtonMeter
OWL Named Individual
newtonMeterType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#newtonPerMeter
OWL Named Individual
newtonPerMeterType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#normalizedUnit
OWL Named Individual
normalizedUnitType | sweet_units:BaseUnit |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ohm
OWL Named Individual
ohmType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ohmMeter
OWL Named Individual
ohmMeterType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#pascal
OWL Named Individual
pascalType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#pascalPerSecond
OWL Named Individual
pascalPerSecondType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#pascalSecond
OWL Named Individual
pascalSecondType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perAmpere
OWL Named Individual
perAmpereType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_mrela:toThePower | -1.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ampere |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perAmpereSquared
OWL Named Individual
perAmpereSquaredType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ampere |
---|---|
sweet_mrela:toThePower | -2.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perCandela
OWL Named Individual
perCandelaType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#candela |
---|---|
sweet_mrela:toThePower | -1.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#percent
OWL Named Individual
percentType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 0.01 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ratio |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKelvin
OWL Named Individual
perKelvinType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kelvin |
---|---|
sweet_mrela:toThePower | -1.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKilogram
OWL Named Individual
perKilogramType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#kilogram |
---|---|
sweet_mrela:toThePower | -1.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKilogramMeterSquaredPerSecondKelvin
OWL Named Individual
perKilogramMeterSquaredPerSecondKelvinType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perKilogramMole
OWL Named Individual
perKilogramMoleType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeter
OWL Named Individual
perMeterType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter |
---|---|
sweet_mrela:toThePower | -1.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterCubed
OWL Named Individual
perMeterCubedType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_mrela:toThePower | -3.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMeterSquared
OWL Named Individual
perMeterSquaredType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_mrela:toThePower | -2.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#meter |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#permil
OWL Named Individual
permilType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 0.001 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ratio |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMil
OWL Named Individual
perMilType | sweet_units:UnitDerivedByScaling |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ratio |
---|---|
sweet_mrela:hasScalingNumber | 0.001 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perMole
OWL Named Individual
perMoleType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#mole |
---|---|
sweet_mrela:toThePower | -1.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perPascal
OWL Named Individual
perPascalType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#pascal |
---|---|
sweet_mrela:toThePower | -1.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perRadian
OWL Named Individual
perRadianType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_mrela:toThePower | -1.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radian |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecond
OWL Named Individual
perSecondType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second |
---|---|
sweet_screla:hasSymbol | Hz |
sweet_mrela:toThePower | -1.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecondCubed
OWL Named Individual
perSecondCubedType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_mrela:toThePower | -3.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSecondSquared
OWL Named Individual
perSecondSquaredType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_mrela:toThePower | -2.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perSteradian
OWL Named Individual
perSteradianType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#steradian |
---|---|
sweet_mrela:toThePower | -1.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perTesla
OWL Named Individual
perTeslaType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_mrela:toThePower | -1.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#tesla |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#perVolt
OWL Named Individual
perVoltType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#volt |
---|---|
sweet_mrela:toThePower | -1.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#peta
OWL Named Individual
petaType | sweet_units:Prefix |
---|
sweet_screla:hasNumericValue | 1.0E15 |
---|---|
sweet_screla:hasSymbol | P |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ppb
OWL Named Individual
ppbType | sweet_units:UnitDerivedByScaling |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ratio |
---|---|
sweet_mrela:hasScalingNumber | 1.0E-9 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ppbv
OWL Named Individual
ppbvType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 1.0E-9 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#volumeRatio |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ppm
OWL Named Individual
ppmType | sweet_units:UnitDerivedByScaling |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ratio |
---|---|
sweet_mrela:hasScalingNumber | 1.0E-6 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ppmv
OWL Named Individual
ppmvType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 1.0E-6 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#volumeRatio |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ppt
OWL Named Individual
pptType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 1.0E-12 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ratio |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#pptv
OWL Named Individual
pptvType | sweet_units:UnitDerivedByScaling |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#volumeRatio |
---|---|
sweet_mrela:hasScalingNumber | 1.0E-12 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radian
OWL Named Individual
radianType | sweet_units:BaseUnit |
---|
sweet_screla:hasSymbol | rad |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radianPerSecond
OWL Named Individual
radianPerSecondType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#radianPerSecondSquared
OWL Named Individual
radianPerSecondSquaredType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ratio
OWL Named Individual
ratioType | sweet_units:BaseUnit |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#season
OWL Named Individual
seasonType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 7889232.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second
OWL Named Individual
secondType | sweet_units:BaseUnit |
---|
sweet_screla:hasSymbol | s |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#secondSquared
OWL Named Individual
secondSquaredType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second |
---|---|
sweet_mrela:toThePower | 2.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#siemens
OWL Named Individual
siemensType | sweet_units:UnitDerivedByRaisingToPower |
---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#ohm |
---|---|
sweet_screla:hasSymbol | G |
sweet_mrela:toThePower | -1.0 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#siemensPerKilogram
OWL Named Individual
siemensPerKilogramType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#siemensPerMeter
OWL Named Individual
siemensPerMeterType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#steradian
OWL Named Individual
steradianType | sweet_units:BaseUnit |
---|
sweet_screla:hasSymbol | sr |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#tera
OWL Named Individual
teraType | sweet_units:Prefix |
---|
sweet_screla:hasSymbol | T |
---|---|
sweet_screla:hasNumericValue | 1.0E12 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#terahertz
OWL Named Individual
terahertzType | sweet_units:UnitDerivedByScaling |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#tesla
OWL Named Individual
teslaType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#volt
OWL Named Individual
voltType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#voltPerMeter
OWL Named Individual
voltPerMeterType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#volumeRatio
OWL Named Individual
volumeRatioType | sweet_units:BaseUnit |
---|
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#watt
OWL Named Individual
wattType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#wattPerMeterPerKelvin
OWL Named Individual
wattPerMeterPerKelvinType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#wattPerMeterSquared
OWL Named Individual
wattPerMeterSquaredType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#wattPerMeterSquaredPerKelvin
OWL Named Individual
wattPerMeterSquaredPerKelvinType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#wattPerMeterSquaredPerSteradian
OWL Named Individual
wattPerMeterSquaredPerSteradianType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#wattPerMeterSquaredPerSteradianPerWavelength
OWL Named Individual
wattPerMeterSquaredPerSteradianPerWavelengthType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#weber
OWL Named Individual
weberType | sweet_units:UnitDefinedByProduct |
---|
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 |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#week
OWL Named Individual
weekType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 604800.0 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second |
IRI: http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#year
OWL Named Individual
yearType | sweet_units:UnitDerivedByScaling |
---|
sweet_mrela:hasScalingNumber | 3.1556926E7 |
---|---|
sweet_screla:hasBaseUnit | http://sweet.jpl.nasa.gov/2.3/reprSciUnits.owl#second |
### http://inter-iot.eu/GOIoTP#DataFormat
iiot:DataFormat rdf:type owl:Class .
### 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 .
### 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 .
### 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 .
### 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 .
### 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
] .
### 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 .
### http://inter-iot.eu/GOIoTP#PlatformComponent
iiot:PlatformComponent rdf:type owl:Class ;
rdfs:subClassOf ssn:System .
### http://inter-iot.eu/GOIoTP#Semantics
iiot:Semantics rdf:type owl:Class ;
"A description of the meaning of data terms and data structure."@en .
### 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 .
### 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
] .
### 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 .
### 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
] .
### 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
] .
### http://inter-iot.eu/GOIoTP#User
iiot:User rdf:type owl:Class ;
rdfs:subClassOf sosa:FeatureOfInterest .
### http://inter-iot.eu/GOIoTPex#AbsorbedDoseRate
iiotex:AbsorbedDoseRate rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#Acceleration
iiotex:Acceleration rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedMK .
### http://inter-iot.eu/GOIoTPex#ActivityOfRadionuclide
iiotex:ActivityOfRadionuclide rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#AmountOfSubstance
iiotex:AmountOfSubstance rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIBaseMK .
### http://inter-iot.eu/GOIoTPex#AmountOfSubstanceConcentration
iiotex:AmountOfSubstanceConcentration rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedMK .
### http://inter-iot.eu/GOIoTPex#AngularAcceleration
iiotex:AngularAcceleration rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#AngularVelocity
iiotex:AngularVelocity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#Area
iiotex:Area rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedMK .
### http://inter-iot.eu/GOIoTPex#AuthenticationData
iiotex:AuthenticationData rdf:type owl:Class ;
rdfs:subClassOf .
### http://inter-iot.eu/GOIoTPex#Azure
iiotex:Azure rdf:type owl:Class ;
rdfs:subClassOf iiot:Middleware .
### http://inter-iot.eu/GOIoTPex#CEPWebService
iiotex:CEPWebService rdf:type owl:Class ;
rdfs:subClassOf iiotex:WebService ;
rdfs:comment "Complex Event Processing Service."@en .
### http://inter-iot.eu/GOIoTPex#Capacitance
iiotex:Capacitance rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#CatalyticActivity
iiotex:CatalyticActivity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#CatalyticActivityConcentration
iiotex:CatalyticActivityConcentration rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#CurrentDensity
iiotex:CurrentDensity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedMK .
### http://inter-iot.eu/GOIoTPex#Depth
iiotex:Depth rdf:type owl:Class ;
rdfs:subClassOf iiotex:Distance .
### http://inter-iot.eu/GOIoTPex#Distance
iiotex:Distance rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIBaseMK .
### http://inter-iot.eu/GOIoTPex#DoseEquivalent
iiotex:DoseEquivalent rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#DynamicViscosity
iiotex:DynamicViscosity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#EclipseOM2M
iiotex:EclipseOM2M rdf:type owl:Class ;
rdfs:subClassOf iiot:Middleware .
### http://inter-iot.eu/GOIoTPex#ElectricCharge
iiotex:ElectricCharge rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#ElectricChargeDensity
iiotex:ElectricChargeDensity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#ElectricCurrent
iiotex:ElectricCurrent rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIBaseMK .
### http://inter-iot.eu/GOIoTPex#ElectricFieldStrength
iiotex:ElectricFieldStrength rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#ElectricFluxDensity
iiotex:ElectricFluxDensity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#ElectricPotentialDifference
iiotex:ElectricPotentialDifference rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#ElectricResistance
iiotex:ElectricResistance rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#Electricconductance
iiotex:Electricconductance rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#Energy
iiotex:Energy rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#EnergyDensity
iiotex:EnergyDensity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#FIWARE
iiotex:FIWARE rdf:type owl:Class ;
rdfs:subClassOf iiot:Middleware .
### http://inter-iot.eu/GOIoTPex#Force
iiotex:Force rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#Frequency
iiotex:Frequency rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#HeatCapacity
iiotex:HeatCapacity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#HeatFluxDensity
iiotex:HeatFluxDensity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#Height
iiotex:Height rdf:type owl:Class ;
rdfs:subClassOf iiotex:Distance .
### http://inter-iot.eu/GOIoTPex#Illuminance
iiotex:Illuminance rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#Inductance
iiotex:Inductance rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#JSON
iiotex:JSON rdf:type owl:Class ;
rdfs:subClassOf iiot:DataFormat .
### http://inter-iot.eu/GOIoTPex#JSON-LD
iiotex:JSON-LD rdf:type owl:Class ;
rdfs:subClassOf iiotex:JSON .
### http://inter-iot.eu/GOIoTPex#Kerma
iiotex:Kerma rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#Length
iiotex:Length rdf:type owl:Class ;
rdfs:subClassOf iiotex:Distance .
### http://inter-iot.eu/GOIoTPex#Luminance
iiotex:Luminance rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedMK .
### http://inter-iot.eu/GOIoTPex#LuminousFlux
iiotex:LuminousFlux rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#LuminousIntensity
iiotex:LuminousIntensity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIBaseMK .
### http://inter-iot.eu/GOIoTPex#MagneticFieldStrength
iiotex:MagneticFieldStrength rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedMK .
### http://inter-iot.eu/GOIoTPex#MagneticFlux
iiotex:MagneticFlux rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#MagneticFluxDensity
iiotex:MagneticFluxDensity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#Mass
iiotex:Mass rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIBaseMK .
### http://inter-iot.eu/GOIoTPex#MassDensity
iiotex:MassDensity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedMK .
### http://inter-iot.eu/GOIoTPex#MassFraction
iiotex:MassFraction rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedMK .
### http://inter-iot.eu/GOIoTPex#MolarEnergy
iiotex:MolarEnergy rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#MolarEntropy
iiotex:MolarEntropy rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#MomentOfForce
iiotex:MomentOfForce rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#OneM2M
iiotex:OneM2M rdf:type owl:Class ;
rdfs:subClassOf iiot:Middleware .
### http://inter-iot.eu/GOIoTPex#OpenIoT
iiotex:OpenIoT rdf:type owl:Class ;
rdfs:subClassOf iiot:Middleware .
### http://inter-iot.eu/GOIoTPex#Permeability
iiotex:Permeability rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#Permittivity
iiotex:Permittivity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#PlaneAngle
iiotex:PlaneAngle rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#Power
iiotex:Power rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#Pressure
iiotex:Pressure rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#RDF
iiotex:RDF rdf:type owl:Class ;
rdfs:subClassOf iiot:DataFormat .
### http://inter-iot.eu/GOIoTPex#REST
iiotex:REST rdf:type owl:Class ;
rdfs:subClassOf iiot:ServiceInterface .
### http://inter-iot.eu/GOIoTPex#Radiance
iiotex:Radiance rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#RadiantIntensity
iiotex:RadiantIntensity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#RayExposure
iiotex:RayExposure rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### 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 .
### 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 .
### 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 .
### 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 .
### http://inter-iot.eu/GOIoTPex#SOAP
iiotex:SOAP rdf:type owl:Class ;
rdfs:subClassOf iiot:ServiceInterface .
### http://inter-iot.eu/GOIoTPex#SolidAngle
iiotex:SolidAngle rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialMK .
### http://inter-iot.eu/GOIoTPex#SpecificEnergy
iiotex:SpecificEnergy rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#SpecificHeatCapacity
iiotex:SpecificHeatCapacity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#SpecificVolume
iiotex:SpecificVolume rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedMK .
### http://inter-iot.eu/GOIoTPex#SurfaceTension
iiotex:SurfaceTension rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#Temperature
iiotex:Temperature rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIBaseMK .
### http://inter-iot.eu/GOIoTPex#ThermalConductivity
iiotex:ThermalConductivity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedSpecialInclusiveMK .
### http://inter-iot.eu/GOIoTPex#Time
iiotex:Time rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIBaseMK .
### http://inter-iot.eu/GOIoTPex#UniversAAL
iiotex:UniversAAL rdf:type owl:Class ;
rdfs:subClassOf iiot:Middleware .
### http://inter-iot.eu/GOIoTPex#Velocity
iiotex:Velocity rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedMK .
### http://inter-iot.eu/GOIoTPex#Volume
iiotex:Volume rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedMK .
### http://inter-iot.eu/GOIoTPex#WSO2
iiotex:WSO2 rdf:type owl:Class ;
rdfs:subClassOf iiot:Middleware .
### http://inter-iot.eu/GOIoTPex#WaveNumber
iiotex:WaveNumber rdf:type owl:Class ;
rdfs:subClassOf iiotex:SIDerivedMK .
### http://inter-iot.eu/GOIoTPex#WebService
iiotex:WebService rdf:type owl:Class ;
rdfs:subClassOf iiot:Service .
### http://inter-iot.eu/GOIoTPex#Width
iiotex:Width rdf:type owl:Class ;
rdfs:subClassOf iiotex:Distance .
### http://inter-iot.eu/GOIoTPex#XML
iiotex:XML rdf:type owl:Class ;
rdfs:subClassOf iiot:DataFormat .
### http://inter-iot.eu/GOIoTP#hasComponent
iiot:hasComponent rdf:type owl:ObjectProperty ;
rdfs:range iiot:PlatformComponent .
### 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 .
### http://inter-iot.eu/GOIoTP#hasDataFormat
iiot:hasDataFormat rdf:type owl:ObjectProperty ;
rdfs:range iiot:DataFormat .
### http://inter-iot.eu/GOIoTP#hasDomainOfInterest
iiot:hasDomainOfInterest rdf:type owl:ObjectProperty ;
rdfs:range iiot:DomainOfInterest .
### 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 .
### http://inter-iot.eu/GOIoTP#hasMeasurementKind
iiot:hasMeasurementKind rdf:type owl:ObjectProperty ;
rdfs:range iiot:MeasurementKind .
### 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 .
### http://inter-iot.eu/GOIoTP#hasSemantics
iiot:hasSemantics rdf:type owl:ObjectProperty ;
rdfs:range iiot:Semantics .
### http://inter-iot.eu/GOIoTP#hasServiceInput
iiot:hasServiceInput rdf:type owl:ObjectProperty ;
rdfs:domain iiot:ServiceInterface ;
rdfs:range iiot:ServiceInput .
### http://inter-iot.eu/GOIoTP#hasServiceInterface
iiot:hasServiceInterface rdf:type owl:ObjectProperty ;
rdfs:domain iiot:Service ;
rdfs:range iiot:ServiceInterface .
### http://inter-iot.eu/GOIoTP#hasServiceOutput
iiot:hasServiceOutput rdf:type owl:ObjectProperty ;
rdfs:domain iiot:ServiceInterface ;
rdfs:range iiot:ServiceOutput .
### http://inter-iot.eu/GOIoTP#hasUnit
iiot:hasUnit rdf:type owl:ObjectProperty ;
rdfs:range sweet_units:Unit .
### 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 .
### 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 .
### 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 .
### http://inter-iot.eu/GOIoTP#offersService
iiot:offersService rdf:type owl:ObjectProperty ;
rdfs:domain sosa:Platform ;
rdfs:range iiot:Service .
### 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 .
### http://inter-iot.eu/GOIoTPex#hasAuthenticationData
iiotex:hasAuthenticationData rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty ;
rdfs:range iiotex:AuthenticationData .
### 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 .
### http://inter-iot.eu/GOIoTP#hasDescription
iiot:hasDescription rdf:type owl:DatatypeProperty ;
rdfs:comment "A human-readable description of an IoT entity."@en .
### 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 .
### http://inter-iot.eu/GOIoTP#hasResultValue
iiot:hasResultValue rdf:type owl:DatatypeProperty ;
rdfs:domain sosa:Result .
### 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 .
### http://inter-iot.eu/GOIoTP#hasURI
iiot:hasURI rdf:type owl:DatatypeProperty ;
rdfs:range xsd:anyURI .
### http://inter-iot.eu/GOIoTP#hasVersion
iiot:hasVersion rdf:type owl:DatatypeProperty .
### 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 .
### 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 .
### 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 .
### http://inter-iot.eu/GOIoTPex#genericJSON
iiotex:genericJSON rdf:type owl:NamedIndividual ,
iiotex:JSON ;
rdfs:comment "A Java Script Object Notation format."@en .
### 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 .
### http://inter-iot.eu/GOIoTPex#genericRDF
iiotex:genericRDF rdf:type owl:NamedIndividual ,
iiotex:RDF ;
rdfs:comment "A Resource Description Framework format."@en .
### http://inter-iot.eu/GOIoTPex#genericXML
iiotex:genericXML rdf:type owl:NamedIndividual ,
iiotex:XML ;
rdfs:comment "An Extensible Markup Language format."@en .
### 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 .
@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 .
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# |