IRI:
https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl
Version IRI:
https://git.onem2m.org/MAS/BaseOntology/raw/3_6_0/base_ontology.owl
Other visualisation:
Ontology source

Abstract

This file contains the Base Ontology of oneM2M as specified in TS-0012 ========================================= Copyright Notification The oneM2M Partners authorize you to copy this document, provided that you retain all copyright and other proprietary notices contained in the original materials on any copies of the materials and that you comply strictly with these terms. This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document. (c) 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved. Notice of Disclaimer and Limitation of Liability The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. No recommendation as to products or vendors is made or should be implied. NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE,GOVERNMENTAL RULE OR EGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR ON SEQUENTIAL DAMAGES. oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER. =========================================

Table of Content

  1. Classes
  2. Object Properties
  3. Data Properties
  4. Annotation Properties
  5. Namespace Declarations

Classes

area networkc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#AreaNetwork

An AreaNetwork (Class: AreaNetwork) is a Network that provides data transport services between an Interworked Device and the oneM2M System. Different area Networks can use heterogeneous network technologies that may or may not support IP access.
is in domain of
net technology communication protocoldp, net technology physical standarddp, net technology profiledp
is in range of
is part ofop

aspectc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#Aspect

An Aspect (Class: Aspect) describes the real-world aspect that a functionality relates to. Aspect is also used to describe the quality or kind OperationInput- or OperationOutput variables. The Aspect could be a (physical or non-physical) entity or it could be a quality
is in range of
describesop, refers toop

commandc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#Command

A Command (Class: Command) represents an action that can be performed to support the Functionality. A Command is the human understandable name of that action that is invoked in a device or is reported by the device. An Operation exposes a Command to the network. OperationInput and OperationOutput of the related Operation can parameterize the command. e.g. the Functionality "dimming-functionality" of a light switch that remotely controls a light could have a Command "setLightIntensity", with a parameter that has values 0 - 100 %. - Also InputDataPoints and OutputDataPoints expose Commands to the network. When a Device communicates in a RESTful way then changing (UPDATEing) an InputDataPoint triggers an action in the Device once the Device has read out the data from the InputDataPoint. - Similarly, when a Device sets the data of an OutputDataPoint then it provides state information about the Device. Note: In RESTful systems the names of Input- and OutputDataPoints are usually chosen in such a way that they express the Command, i.e. the human-understandable meaning (e.g. a binary InputDataPoint of a lightswitch could have a name "Set_Light_Status"). In such a case the Command coincides with the DataPoint.
has super-classes
has input data pointop only input data pointc
has output data pointop only output data pointc
has outputop only operation outputc
has inputop only operation inputc
is in range of
exposes commandop, has commandop

controlling functionc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#ControllingFunction

A ControllingFunctionality (Class: ControllingFunctionality) represents a functionality that has impacts on the real world, but does not gather data. In general a ControllingFunctionality has Commands (and/or Operations of its related Services) that receives Input data E.g. a thermostat would have "temperature-adjustment" as a ControllingFunctionality
has super-classes
functionc

devicec back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#Device

A Device (Class: Device) is a object designed to accomplish a particular task. A Device contains some logic and is producer and/or consumer of data that are exchanged via its Services with other oneM2M entities (Devices, Things) in the network. A Device may be a physical or non-physical entity. In the context of oneM2M a Device is always assumed to be capable of communicating electronically via a network. - In order to accomplish its task, the device performs one or more functionalities - These functionalities are exposed in the network as Services of the Device. - A Device can be composed of several (sub-) Devices - Each Device (including sub-Devices) needs to be individually addressable in the network.
has super-classes
thingc
has serviceop only servicec
has functionop min 1 functionc
has sub-classes
interworked devicec
is in domain of
consists ofop, has functionop, has serviceop
is in range of
consists ofop

functionc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#Function

A Functionality (Class: Functionality) represents the functionality necessary to accomplish the task for which a Device is designed. A device can be designed to perform more than one functionality. The functionality exhibits the – human understandable – meaning what the device "does". A Functionality refers to (e.g. observes or influences) some real-world aspect(s), that can be modelled as a Class: Aspect. E.g. considering a "light switch" then a related Functionality could be "Controlling_ON_OFF" or "Controlling Brightness". These functionalities would refer to an Aspect "light-control". A Functionality of a Device can be influenced / observed by a human user through the Commands that this Functionality has and that are offered to the user
has sub-classes
controlling functionc, measuring functionc
is in domain of
has commandop, refers toop
is in range of
exposes functionop, has functionop

g e t input data pointc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#GET_InputDataPoint

GET_InputDataPoint (Class: GET_InputDataPoint) is an Operation that may be offered by a Device to trigger the device to retrieve the data of an InputDataPoint (e.g. outside of the schedule when the device normally retrieves data from that DataPoint)
has super-classes
operationc

input data pointc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#InputDataPoint

InputDataPoint (Class: InputDataPoint) is a Variable of a Service that is accessed by a RESTful Device in its environment and that the Device reads out autonomously (e.g. at periodic times). To enable a third party to instruct the device to retrieve (out of schedule) the current value of a InputputDataPoint devices often also offer a GET_InputDataPoint Operation to trigger the device to retrieve the data from the InputDataPoint
has super-classes
variablec
is in range of
has input data pointop

interworked devicec back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#InterworkedDevice

An InterworkedDevice (Class: InterworkedDevice) is a Device – e.g. in an Area Network – that does not support oneM2M interfaces and can only be accessed from the oneM2M System by communicating with a "proxied" (virtual) device that has been created by an Interworking Proxy Entity
has super-classes
devicec
is in domain of
is part ofop

measuring functionc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#MeasuringFunction

A MeasuringFunctionality (Class: MeasuringFunctionality) represents a functionality that has no impacts on the real world, but only gathers data. In general a MeasuringFunctionality has Commands (and/or Operations of its related Services) that generate Output data E.g. a temperature sensor would have "temperature-sensing" as a MeasuringFunctionality
has super-classes
functionc

meta datac back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#MetaData

MetaData (Class: MetaData) contain data (like units, precision-ranges …) about a Variable or about an Aspect. E.g. the indoor temperature could have meta data: "Degrees Celsius"
is in range of
has meta dataop

operationc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#Operation

An Operation (Class: Operation) is the means of a Service to communicate in a procedure-type manner over the network (i.e. transmit data to/from other devices). It is the –machine interpretable- exposure of a –human understandable- Command to a network. An Operation is transient. I.e. an Operation can be invoked, possibly produces output and is finished. - A non-oneM2M Device or a oneM2M entity (e.g. an AE) can invoke an Operation of the Device (oneM2M Device or InterworkedDevice) and that invocation can trigger some action in the Device. If an Operation has input data it may receive input data from - InputDataPoints (persistent resources) and/or - OperationInput (transient resources, that are deleted when the Operation finished) and potentially produce output data into - OutputDataPoints (persistent resources) and/or - OperationOutput (transient resources, that are deleted when the Operation finished) An Operation correlates the output data of the Operation to the input data that were used at Operation invokation.
has super-classes
has outputop only operation outputc
has inputop only operation inputc
exposes commandop only commandc
has sub-classes
g e t input data pointc, s e t output data pointc
is in range of
has operationop

operation inputc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#OperationInput

OperationInput (Class: OperationInput) describes an input of an Operation of a Service. OperationInput also describes the input of an Command.
has super-classes
variablec
is in range of
has inputop

operation outputc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#OperationOutput

OperationOutput (Class: OperationOutput) describes an output of an Operation. OperationOutput also describes the output of a Command. - An Operation/Command may have multiple OperationInputs and/or OperationOutputs
has super-classes
variablec
is in range of
has outputop

output data pointc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#OutputDataPoint

OutputDataPoint (Class: OutputDataPoint) is a Variable of a Service that is set by a RESTful Device in its environment and that the Device updates autonomously (e.g. at periodic times). To enable a third party to instruct the device to update (out of schedule) the current value of a OutputputDataPoint devices often also offer a SET_OutputDataPoint Operation to trigger the device to update the data of the OutputDataPoint
has super-classes
variablec
is in range of
has output data pointop

s e t output data pointc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#SET_OutputDataPoint

SET_OutputDataPoint (Class: SET_OutputDataPoint) is an Operation that may be offered by a Device to trigger the device to update the data of an OutputDataPoint (e.g. outside of the schedule when the device normally updates that DataPoint)
has super-classes
operationc

servicec back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#Service

A Service (Class: Service) is a electronic representation of a Functionality in a network. The Service exposes the Functionality to the network and makes it discoverable, registerable and remotely controllable in the network. A Service is offered by a device that wants (a certain set of) its Functionalities to be discoverable, registerable, remotely controllable by other devices in the network. A Service can expose one or more Functionalities and a Functionality can be exposed by one or more Services. The (names of) Input- and Output DataPoints and Operations are only unique within a Service. The Service to which they belong differentiates how they are addressed in the Device (e.g. via a port specific to the Service). NOTE: While a Functionality describes the – human understandable – meaning of a Service of the device the Service is used to describe how such functionality is represented in a communication network and can be accessed by electronic means. The Service and its Operations is therefore dependent on the technology of the network, hard- and software of the device.
has super-classes
has output data pointop only output data pointc
exposes functionop some functionc
has operationop only operationc
has input data pointop only input data pointc
is in domain of
exposes functionop, has input data pointop, has operationop, has output data pointop, has sub serviceop
is in range of
has serviceop, has sub serviceop

simple type variablec back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#SimpleTypeVariable

SimpleTypeVariable (Class: SimpleTypeVariable) is a sub-class of class:Variable that only consists of Variables of simple xml types like xsd:integer, xsd:string…, potentially including lists and restrictions The simple datatypes and –restrictions contained in 'https://www.w3.org/TR/xmlschema11-2' shall be referred to using the prefix: xs
has super-classes
variablec
has data typedp exactly 1
has data restrictiondp only plain literal
is in domain of
has data restrictiondp, has data restriction lengthdp, has data restriction max exclusivedp, has data restriction max inclusivedp, has data restriction max lengthdp, has data restriction min exclusivedp, has data restriction min inclusivedp, has data restriction min lengthdp, has data restriction patterndp, has data typedp, has valuedp, is data listdp, one m2 m attributedp
is disjoint with
structured type variablec

structured type variablec back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#StructuredTypeVariable

Structured type variables are variables that are not SimpleType Variables
has super-classes
variablec
has sub structureop min 1 variablec
is in domain of
has sub structureop
is disjoint with
simple type variablec

thingc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#Thing

A Thing in oneM2M (Class: Thing) is an entity that can be identified in the oneM2M System. A Thing that is not a Device is not able to conmmunicate electronically with its environment. However, the sub-class of Thing that is able to interact electronically is called a "Device". A Thing may have ThingProperties (Object Property: hasThingProperty). A Thing can have relations to other things (Object Property: hasThingRelation). Since a Thing that is not a Device is not able to conmmunicate electronically it cannot influence the value of its ThingProperties or being influenced by it. Similarly a Thing cannot document its - real-world - relationships (via hasThingRelation) to other Things. E.g. A room that is modelled in oneM2M would be a Thing that could have a room-temperature as a ThingProperty and could have a relationship "isAdjacentTo" to another room
has super-classes
has thing propertyop only thing propertyc
has sub-classes
devicec
is in domain of
has thing annotationdp, has thing propertyop, has thing relationop
is in range of
has thing relationop

thing propertyc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#ThingProperty

A Variable that quantifies a property of a Thing. A ThingProperty can e.g. be observed or influenced by devices, or it constitutes static data about a Thing. E.g. the indoor temperature of the room could be a ThingProperty of a Thing "room". A ThingProperty of a Thing can concern a certain Aspect, e.g. the indoor temperature concerns the Aspect "Temperature" that could be measured by a temperature sensor. A ThingProperty of a Thing can have meta data
has super-classes
variablec
is in range of
has thing propertyop

variablec back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#Variable

A Variable (Class: Variable) constitutes a super class to the following classes: ThingProperty, OperationInput, OperationOutput, OperationState, InputDataPoint, OutputDataPoint, SimpleTypeVariable. Its members are entities that store some data (e.g. integers, text, or structured data) that can change over time. These data of the Variable usually describe some real-world Aspects (e.g. a temperature) and can have MetaData (e.g. units, precision..)
has sub-classes
input data pointc, operation inputc, operation outputc, output data pointc, simple type variablec, structured type variablec, thing propertyc
is in domain of
describesop, has conversionop
is in range of
converts toop, has sub structureop

variable conversionc back to ToC or Class ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#VariableConversion

A VariableConversion (Class: VariableConversion) represents a conversion rule from the value range of one Variable into the value range of another Variable. The plain text specification of that rule is contained in the annotation property rdfs:comment
is in domain of
converts toop
is in range of
has conversionop

Object Properties

consists ofop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#consistsOf

A Device can consist of (i.e. be composed) of several (sub-) Devices
has domain
devicec
has range
devicec

converts toop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#convertsTo

The conversion rule (the VariableConversion in the domain of Object Property: hasConversion) converts the value range of a given Variable (see 6.2.22 Object Property: hasConversion) into the value range of another Variable (the Variable in the range of Object Property: convertsTo)
has domain
variable conversionc
has range
variablec

describesop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#describes

A Variable describes an Aspect (a quality or kind)
has domain
variablec
has range
aspectc

exposes commandop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#exposesCommand

A –machine interpretable- Operation or an Input/OutputDataPoint of a Service exposes a –human understandable- Command to a network

exposes functionop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#exposesFunction

A Service exposes a Functionality to the network and makes it discoverable, registerable and remotely controllable in the network
has domain
servicec
has range
functionc

has commandop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasCommand

A Functionality of a Device can be influenced / observed by a human user through the Commands that this Functionality has and that are offered to the user
has domain
functionc
has range
commandc

has conversionop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasConversion

A Variable (in the domain of Object Property: hasConversion) can have a conversion rule (the VariableConversion in the range of Object Property: hasConversion) to convert the value range of the Variable into the value range of another Variable
has domain
variablec
has range
variable conversionc

has functionop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasFunction

In order to accomplish its task, a Device performs one or more Functionalities
has domain
devicec
has range
functionc

has inputop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasInput

An Operation of a Service of the Device or a Command of a Functionality of the Device can have transient OperationInput data.
has domain
commandc or operationc
has range
operation inputc

has input data pointop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasInputDataPoint

Note: If an InputDataPoint is mandatory for a Service or Operation then the cardinality of hasInputDataPoint must be - min 1.
has domain
servicec
has range
input data pointc

has meta dataop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasMetaData

A Value of a Thing can have MetaData (like units, precision-ranges).
has domain
aspectc or variablec
has range
meta datac

has operationop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasOperation

A Service communicates by means of Operations over the network to transmit data to/from other devices
has domain
servicec
has range
operationc

has outputop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasOutput

An Operation of a Service of the Device or a Command of a Functionality of the Device can have transient OperationOutput data.
has domain
commandc or operationc
has range
operation outputc

has output data pointop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasOutputDataPoint

A Service or an Operation of a Service of the Device can have OutputDataPoints. The Device writes data into OutputDataPoints at times according to an internal schedule and the communicating entitis retrieves the data. - An OutputDataPoint is a persistent resource
has domain
servicec
has range
output data pointc

has serviceop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasService

The Functionalities of a Device are exposed in the network as Services of the Device
has domain
devicec
has range
servicec

has sub serviceop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasSubService

Note: If an Service constist of at least one sub-Service then the cardinality of hasSubService must be - min 1.
has domain
servicec
has range
servicec

has sub structureop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasSubStructure

A structured Variable can be composed of (sub-)Variables

has thing propertyop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasThingProperty

A Thing may have properties that can be described by Values
has domain
thingc
has range
thing propertyc

has thing relationop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasThingRelation

A Thing may have relations to itself or to other Things (e-g. a Thing "Room" could have a relation "has_Door" with a Thing "Door")
has domain
thingc
has range
thingc

is part ofop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#isPartOf

An InterworkedDevice constitutes a part of an AreaNetwork
has domain
interworked devicec
has range
area networkc

refers toop back to ToC or Object Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#refersTo

A Functionality of a Device can refer to a certain Aspect (a quality or kind) that is measured or controlled by that Functionality. e.g. a temperature sensor would refer to the Aspect "Temperature" that it measures
has domain
functionc
has range
aspectc

Data Properties

has data restrictiondp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasDataRestriction

This Data Property specifies the restrictions on the data type of the SimpleTypeVariable. The Data Property "hasDataRestriction" shall always be sub-classed

has data restriction lengthdp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasDataRestriction_length

This Data Property specifies the exact number of characters or list items allowed of the SimpleTypeVariable. Must be equal to or greater than zero. it applies to: - xs:string
has super-properties
has data restrictiondp
has domain
simple type variablec
has range
non negative integer

has data restriction max exclusivedp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasDataRestriction_maxExclusive

This Data Property specifies the upper bounds for numeric values (the value must be less than this value) allowed for the SimpleTypeVariable. It applies to: - xs:integer - xs:float
has super-properties
has data restrictiondp
has domain
simple type variablec
has range
float or integer

has data restriction max inclusivedp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasDataRestriction_maxInclusive

This Data Property specifies the upper bounds for numeric values (the value must be less than or equal to this value) allowed for the SimpleTypeVariable. It applies to: - xs:integer - xs:float
has super-properties
has data restrictiondp
has domain
simple type variablec
has range
float or integer

has data restriction max lengthdp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasDataRestriction_maxLength

This Data Property specifies the maximum number of characters or list items allowed of the SimpleTypeVariable. Must be equal to or greater than zero. it applies to: - xs:string
has super-properties
has data restrictiondp
has domain
simple type variablec
has range
non negative integer

has data restriction min exclusivedp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasDataRestriction_minExclusive

This Data Property specifies the lower bounds for numeric values (the value must be greater than this value) allowed for the SimpleTypeVariable. It applies to: - xs:integer - xs:float
has super-properties
has data restrictiondp
has domain
simple type variablec
has range
float or integer

has data restriction min inclusivedp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasDataRestriction_minInclusive

This Data Property specifies the lower bounds for numeric values (the value must be greater than or equal to this value) allowed for the SimpleTypeVariable. It applies to: - xs:integer - xs:float
has super-properties
has data restrictiondp
has domain
simple type variablec
has range
float or integer

has data restriction min lengthdp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasDataRestriction_minLength

This Data Property specifies the minimum number of characters or list items allowed of the SimpleTypeVariable. Must be equal to or greater than zero. it applies to: - xs:string
has super-properties
has data restrictiondp
has domain
simple type variablec
has range
non negative integer

has data restriction patterndp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasDataRestriction_pattern

This Data Property specifies the restrictions of the SimpleTypeVariable to a subset of strings containing the exact sequence of characters that are acceptable it applies to: - xs:string
has super-properties
has data restrictiondp
has domain
simple type variablec
has range
string

has data typedp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasDataType

This Data Property specifies the data type of the SimpleTypeVariable as text string
has domain
simple type variablec
has range
{ "xs:NCName" , "xs:anySimpleType" , "xs:anyType" , "xs:anyURI" , "xs:base64Binary" , "xs:boolean" , "xs:dateTime" , "xs:decimal" , "xs:double" , "xs:duration" , "xs:float" , "xs:hexBinary" , "xs:integer" , "xs:language" , "xs:nonNegativeInteger" , "xs:normalizedString" , "xs:positiveInteger" , "xs:string" , "xs:token" , "xs:unsignedInt" , "xs:unsignedLong" , "xs:unsignedShort" }

has thing annotationdp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasThingAnnotation

This data property contains a description of a Thing. Note: Data Property: hasThingAnnotation should be used in cases where the annotation data do not change very often and/or where they are usually not the subject of semantic operations (e.g. semantic discovery). Otherwise Object Propety: hasThingPropery should be used E.g. a certain type of Device could have the model (as a numeric description) or the name of the manufacturer (as a textual annotation)
has domain
thingc
has range
literal

has valuedp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#hasValue

This data property contains the value of the Variable if that value is part of the semantic description and is not contained in a different resource (identified by the oneM2MTargetURI data property). Storing the value of a Variable in a semantic description (i.e. as part of the RDF description in the semanticDescriptor resource) is useful for values that are relatively static (e.g. the name of the manufacturer). - Data properties "hasValue" and "oneM2MTargetURI" are mutually exclusive. Only one of the two shall be instantiated.
has domain
simple type variablec
has range
literal

is data listdp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#isDataList

has domain
simple type variablec
has range
boolean

net technology communication protocoldp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#netTechnologyCommunicationProtocol

Identification of a communication protocol (e.g. ZigBee_1_0)
has domain
area networkc
has range
plain literal

net technology physical standarddp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#netTechnologyPhysicalStandard

Identification of the physical properties of a Area Network technology (e.g. IEEE_802_15_4_2003_2_4GHz).
has domain
area networkc
has range
plain literal

net technology profiledp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#netTechnologyProfile

Identification of a profile (e.g. ZigBee_HA) of a Area Network technology.
has domain
area networkc
has range
plain literal

one m2 m attributedp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#oneM2MAttribute

This Data Property contains the name of the attribute of the oneM2M resource of type <flexContainer> or the the child resource of the oneM2M resource of type <container> that is referenced with the oneM2MTargetURI and that stores the value of the SimpleTypeVariable - if the resource-type of the oneM2M resource that is referenced with the oneM2MTargetURI is <container> then this Data Property shall contain the text string "#latest"
has domain
simple type variablec
has range
plain literal

one m2 m methoddp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#oneM2MMethod

This data property contains a oneM2M CRUD Method through which the oneM2M instantiation of the value of the Variable can be manipulated by the communicating entity. - It contains the string "RETRIEVE" for retrieving the variable when the oneM2M resource is of type <container> or <flexContainer>. This applies to sub-classes: OperationOutput, OutputDatapoint, ThingProperty and OperationState - It contains the string "CREATE" for updating the variable when the oneM2M resource is of type <container>. This applies to sub-classes: OperationInput, InputDatapoint, ThingProperty - It contains the string "UPDATE" for updationg the variable when the oneM2M resource is of type <flexContainer>. This applies to sub-classes: OperationInput, InputDatapoint, ThingProperty
has domain
operationc or variablec
has range
plain literal

one m2 m target u r idp back to ToC or Data Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#oneM2MTargetURI

oneM2MTargetURI (range data type: rdfs: Literal) This data property contains the URI of a oneM2M resource (<container> or <flexContainer>) through which the oneM2M instantiation of the value of the Variable can be manipulated by the communicating entity. It can contain an absolute address or an address relative to the <semanticDescriptor> resource that holds the RDF description of the Variable. That address could be e.g. - The value of the parentID for the <container> or <flexContainer> of a Input- or OutputDataPoint which has child-resource of type <semanticDescriptor> that holds the RDF description of the DataPoint
has domain
operationc or variablec
has range
literal

Annotation Properties

resource descriptor linkap back to ToC or Annotation Property ToC

IRI: https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#resourceDescriptorLink

The resourceDescriptorLink annotation property is used to refer to a semanticDescriptor resource that contains more information about its subject. Its subject may be any individual and the range shall be the data literal or URI reference that represents the address of the semanticDescriptor
has domain
thingc
has range
any u r i

Namespace Declarations back to ToC

default namespace
https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#
3-6-0
https://git.onem2m.org/MAS/BaseOntology/raw/3_6_0/
base_ontology
https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#
master
https://git.onem2m.org/MAS/BaseOntology/raw/master/
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.