diff --git a/base_ontology.owl b/base_ontology.owl index 2905c56525791f4f5178e9196f4f0f1d1c680a37..5c2361531ec2ee92cdb2ab6ddfd59b4568d33ecd 100644 --- a/base_ontology.owl +++ b/base_ontology.owl @@ -1,23 +1,14 @@ <?xml version="1.0"?> - - -<!DOCTYPE rdf:RDF [ - <!ENTITY owl "http://www.w3.org/2002/07/owl#" > - <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" > - <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" > - <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" > - <!ENTITY base_ontology "http://www.onem2m.org/ontology/Base_Ontology/base_ontology#" > -]> - - <rdf:RDF xmlns="http://www.w3.org/2002/07/owl#" xml:base="http://www.w3.org/2002/07/owl" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:owl="http://www.w3.org/2002/07/owl#" + xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:base_ontology="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <Ontology rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology"> + <versionIRI rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology-v3_2_0"/> <rdfs:comment>This file contains the Base Ontology of oneM2M as specified in TS-0012 ========================================= @@ -38,7 +29,6 @@ NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURA 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. =========================================</rdfs:comment> - <versionIRI rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology-v3_1_0"/> </Ontology> @@ -56,10 +46,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#resourceDescriptorLink --> - <AnnotationProperty rdf:about="&base_ontology;resourceDescriptorLink"> + <AnnotationProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#resourceDescriptorLink"> <rdfs:comment>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</rdfs:comment> - <rdfs:range rdf:resource="&xsd;anyURI"/> - <rdfs:domain rdf:resource="&owl;Thing"/> + <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/> + <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> </AnnotationProperty> @@ -77,250 +67,270 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#consistsOf --> - <ObjectProperty rdf:about="&base_ontology;consistsOf"> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#consistsOf"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Device"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Device"/> <rdfs:comment>A Device can consist of (i.e. be composed) of several (sub-) Devices</rdfs:comment> - <rdfs:domain rdf:resource="&base_ontology;Device"/> - <rdfs:range rdf:resource="&base_ontology;Device"/> + </ObjectProperty> + + + + <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#convertsTo --> + + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#convertsTo"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#VariableConversion"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> + <rdfs:comment>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)</rdfs:comment> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#describes --> - <ObjectProperty rdf:about="&base_ontology;describes"> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#describes"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Aspect"/> <rdfs:comment>A Variable describes an Aspect (a quality or kind)</rdfs:comment> - <rdfs:range rdf:resource="&base_ontology;Aspect"/> - <rdfs:domain rdf:resource="&base_ontology;Variable"/> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#exposesCommand --> - <ObjectProperty rdf:about="&base_ontology;exposesCommand"> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#exposesCommand"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Operation"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Command"/> <rdfs:comment>A –machine interpretable- Operation or an Input/OutputDataPoint of a Service exposes a –human understandable- Command to a network</rdfs:comment> - <rdfs:range rdf:resource="&base_ontology;Command"/> - <rdfs:domain rdf:resource="&base_ontology;Operation"/> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#exposesFunction --> - <ObjectProperty rdf:about="&base_ontology;exposesFunction"> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#exposesFunction"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Service"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Function"/> <rdfs:comment>A Service exposes a Functionality to the network and makes it discoverable, registerable and remotely controllable in the network</rdfs:comment> - <rdfs:range rdf:resource="&base_ontology;Function"/> - <rdfs:domain rdf:resource="&base_ontology;Service"/> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasCommand --> - <ObjectProperty rdf:about="&base_ontology;hasCommand"> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasCommand"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Function"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Command"/> <rdfs:comment>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</rdfs:comment> - <rdfs:range rdf:resource="&base_ontology;Command"/> - <rdfs:domain rdf:resource="&base_ontology;Function"/> + </ObjectProperty> + + + + <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasConversion --> + + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasConversion"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#VariableConversion"/> + <rdfs:comment>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</rdfs:comment> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasFunction --> - <ObjectProperty rdf:about="&base_ontology;hasFunction"> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasFunction"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Device"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Function"/> <rdfs:comment>In order to accomplish its task, a Device performs one or more Functionalities</rdfs:comment> - <rdfs:domain rdf:resource="&base_ontology;Device"/> - <rdfs:range rdf:resource="&base_ontology;Function"/> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasInput --> - <ObjectProperty rdf:about="&base_ontology;hasInput"> - <rdfs:comment>An Operation of a Service of the Device or a Command of a Functionality of the Device can have transient OperationInput data.</rdfs:comment> - <rdfs:range rdf:resource="&base_ontology;OperationInput"/> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasInput"> <rdfs:domain> <Class> <unionOf rdf:parseType="Collection"> - <rdf:Description rdf:about="&base_ontology;Command"/> - <rdf:Description rdf:about="&base_ontology;Operation"/> + <rdf:Description rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Command"/> + <rdf:Description rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Operation"/> </unionOf> </Class> </rdfs:domain> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OperationInput"/> + <rdfs:comment>An Operation of a Service of the Device or a Command of a Functionality of the Device can have transient OperationInput data.</rdfs:comment> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasInputDataPoint --> - <ObjectProperty rdf:about="&base_ontology;hasInputDataPoint"> - <rdfs:comment>A Service or an Operation of a Service of the Device can have InputDataPoints. Communicating entities write data into InputDataPoints and the Device retrieves the data at times according to an internal schedule. - - An InputDataPoint is a persistent resource</rdfs:comment> - <rdfs:comment>Note: -If an InputDataPoint is mandatory for a Service or Operation then -the cardinality of hasInputDataPoint must be - min 1.</rdfs:comment> - <rdfs:range rdf:resource="&base_ontology;InputDataPoint"/> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasInputDataPoint"> <rdfs:domain> <Class> <unionOf rdf:parseType="Collection"> - <rdf:Description rdf:about="&base_ontology;Operation"/> - <rdf:Description rdf:about="&base_ontology;Service"/> + <rdf:Description rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Operation"/> + <rdf:Description rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Service"/> </unionOf> </Class> </rdfs:domain> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#InputDataPoint"/> + <rdfs:comment>A Service or an Operation of a Service of the Device can have InputDataPoints. Communicating entities write data into InputDataPoints and the Device retrieves the data at times according to an internal schedule. + - An InputDataPoint is a persistent resource</rdfs:comment> + <rdfs:comment>Note: +If an InputDataPoint is mandatory for a Service or Operation then +the cardinality of hasInputDataPoint must be - min 1.</rdfs:comment> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasMetaData --> - <ObjectProperty rdf:about="&base_ontology;hasMetaData"> - <rdfs:comment>A Value of a Thing can have MetaData (like units, precision-ranges).</rdfs:comment> - <rdfs:range rdf:resource="&base_ontology;MetaData"/> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasMetaData"> <rdfs:domain> <Class> <unionOf rdf:parseType="Collection"> - <rdf:Description rdf:about="&base_ontology;Aspect"/> - <rdf:Description rdf:about="&base_ontology;Variable"/> + <rdf:Description rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Aspect"/> + <rdf:Description rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> </unionOf> </Class> </rdfs:domain> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#MetaData"/> + <rdfs:comment>A Value of a Thing can have MetaData (like units, precision-ranges).</rdfs:comment> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasOperation --> - <ObjectProperty rdf:about="&base_ontology;hasOperation"> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasOperation"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Service"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Operation"/> + <rdfs:comment>A Service communicates by means of Operations over the network to transmit data to/from other devices</rdfs:comment> <rdfs:comment>Note: If an Operation is mandatory for a Service then the cardinality of hasOperation must be - min 1.</rdfs:comment> - <rdfs:comment>A Service communicates by means of Operations over the network to transmit data to/from other devices</rdfs:comment> - <rdfs:range rdf:resource="&base_ontology;Operation"/> - <rdfs:domain rdf:resource="&base_ontology;Service"/> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasOperationState --> - <ObjectProperty rdf:about="&base_ontology;hasOperationState"> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasOperationState"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Operation"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OperationState"/> <rdfs:comment>An Operation may have an OperationState that is exposed</rdfs:comment> - <rdfs:domain rdf:resource="&base_ontology;Operation"/> - <rdfs:range rdf:resource="&base_ontology;OperationState"/> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasOutput --> - <ObjectProperty rdf:about="&base_ontology;hasOutput"> - <rdfs:comment>An Operation of a Service of the Device or a Command of a Functionality of the Device can have transient OperationOutput data.</rdfs:comment> - <rdfs:range rdf:resource="&base_ontology;OperationOutput"/> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasOutput"> <rdfs:domain> <Class> <unionOf rdf:parseType="Collection"> - <rdf:Description rdf:about="&base_ontology;Command"/> - <rdf:Description rdf:about="&base_ontology;Operation"/> + <rdf:Description rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Command"/> + <rdf:Description rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Operation"/> </unionOf> </Class> </rdfs:domain> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OperationOutput"/> + <rdfs:comment>An Operation of a Service of the Device or a Command of a Functionality of the Device can have transient OperationOutput data.</rdfs:comment> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasOutputDataPoint --> - <ObjectProperty rdf:about="&base_ontology;hasOutputDataPoint"> - <rdfs:comment>Note: -If an OutputDataPoint is mandatory for a Service or Operation then -the cardinality of hasOutputDataPoint must be - min 1.</rdfs:comment> - <rdfs:comment>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</rdfs:comment> - <rdfs:range rdf:resource="&base_ontology;OutputDataPoint"/> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasOutputDataPoint"> <rdfs:domain> <Class> <unionOf rdf:parseType="Collection"> - <rdf:Description rdf:about="&base_ontology;Operation"/> - <rdf:Description rdf:about="&base_ontology;Service"/> + <rdf:Description rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Operation"/> + <rdf:Description rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Service"/> </unionOf> </Class> </rdfs:domain> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OutputDataPoint"/> + <rdfs:comment>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</rdfs:comment> + <rdfs:comment>Note: +If an OutputDataPoint is mandatory for a Service or Operation then +the cardinality of hasOutputDataPoint must be - min 1.</rdfs:comment> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasService --> - <ObjectProperty rdf:about="&base_ontology;hasService"> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasService"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Device"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Service"/> <rdfs:comment>The Functionalities of a Device are exposed in the network as Services of the Device</rdfs:comment> - <rdfs:domain rdf:resource="&base_ontology;Device"/> - <rdfs:range rdf:resource="&base_ontology;Service"/> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasSubService --> - <ObjectProperty rdf:about="&base_ontology;hasSubService"> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasSubService"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Service"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Service"/> <rdfs:comment>A Service may be composed of smaller, independent (sub)Services, e.g. re-usable servicemodules</rdfs:comment> <rdfs:comment>Note: If an Service constist of at least one sub-Service then the cardinality of hasSubService must be - min 1.</rdfs:comment> - <rdfs:domain rdf:resource="&base_ontology;Service"/> - <rdfs:range rdf:resource="&base_ontology;Service"/> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasSubStructure --> - <ObjectProperty rdf:about="&base_ontology;hasSubStructure"> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasSubStructure"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> <rdfs:comment>A structured Variable can be composed of (sub-)Variables</rdfs:comment> - <rdfs:range rdf:resource="&base_ontology;Variable"/> - <rdfs:domain rdf:resource="&base_ontology;Variable"/> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasThingProperty --> - <ObjectProperty rdf:about="&base_ontology;hasThingProperty"> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasThingProperty"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Thing"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#ThingProperty"/> <rdfs:isDefinedBy>A Thing may have properties that can be described by Values</rdfs:isDefinedBy> - <rdfs:domain rdf:resource="&base_ontology;Thing"/> - <rdfs:range rdf:resource="&base_ontology;ThingProperty"/> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasThingRelation --> - <ObjectProperty rdf:about="&base_ontology;hasThingRelation"> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasThingRelation"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Thing"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Thing"/> <rdfs:isDefinedBy>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")</rdfs:isDefinedBy> - <rdfs:range rdf:resource="&base_ontology;Thing"/> - <rdfs:domain rdf:resource="&base_ontology;Thing"/> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#isPartOf --> - <ObjectProperty rdf:about="&base_ontology;isPartOf"> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#isPartOf"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#InterworkedDevice"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#AreaNetwork"/> <rdfs:isDefinedBy>An InterworkedDevice constitutes a part of an AreaNetwork</rdfs:isDefinedBy> - <rdfs:range rdf:resource="&base_ontology;AreaNetwork"/> - <rdfs:domain rdf:resource="&base_ontology;InterworkedDevice"/> </ObjectProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#refersTo --> - <ObjectProperty rdf:about="&base_ontology;refersTo"> + <ObjectProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#refersTo"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Function"/> + <rdfs:range rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Aspect"/> <rdfs:isDefinedBy>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</rdfs:isDefinedBy> - <rdfs:range rdf:resource="&base_ontology;Aspect"/> - <rdfs:domain rdf:resource="&base_ontology;Function"/> </ObjectProperty> @@ -338,219 +348,218 @@ e.g. a temperature sensor would refer to the Aspect "Temperature" that <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction --> - <DatatypeProperty rdf:about="&base_ontology;hasDataRestriction"> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#SimpleTypeVariable"/> + <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"/> <rdfs:comment>This Data Property specifies the restrictions on the data type of the SimpleTypeVariable. The Data Property "hasDataRestriction" shall always be sub-classed</rdfs:comment> - <rdfs:domain rdf:resource="&base_ontology;SimpleTypeVariable"/> - <rdfs:range rdf:resource="&rdf;PlainLiteral"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_langRange --> - <DatatypeProperty rdf:about="&base_ontology;hasDataRestriction_langRange"> - <rdfs:subPropertyOf rdf:resource="&base_ontology;hasDataRestriction"/> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_langRange"> + <rdfs:subPropertyOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_length --> - <DatatypeProperty rdf:about="&base_ontology;hasDataRestriction_length"> - <rdfs:subPropertyOf rdf:resource="&base_ontology;hasDataRestriction"/> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_length"> + <rdfs:subPropertyOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_maxExclusive --> - <DatatypeProperty rdf:about="&base_ontology;hasDataRestriction_maxExclusive"> - <rdfs:subPropertyOf rdf:resource="&base_ontology;hasDataRestriction"/> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_maxExclusive"> + <rdfs:subPropertyOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_maxInclusive --> - <DatatypeProperty rdf:about="&base_ontology;hasDataRestriction_maxInclusive"> - <rdfs:subPropertyOf rdf:resource="&base_ontology;hasDataRestriction"/> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_maxInclusive"> + <rdfs:subPropertyOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_maxLength --> - <DatatypeProperty rdf:about="&base_ontology;hasDataRestriction_maxLength"> - <rdfs:subPropertyOf rdf:resource="&base_ontology;hasDataRestriction"/> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_maxLength"> + <rdfs:subPropertyOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_minExclusive --> - <DatatypeProperty rdf:about="&base_ontology;hasDataRestriction_minExclusive"> - <rdfs:subPropertyOf rdf:resource="&base_ontology;hasDataRestriction"/> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_minExclusive"> + <rdfs:subPropertyOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_minInclusive --> - <DatatypeProperty rdf:about="&base_ontology;hasDataRestriction_minInclusive"> - <rdfs:subPropertyOf rdf:resource="&base_ontology;hasDataRestriction"/> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_minInclusive"> + <rdfs:subPropertyOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_minLength --> - <DatatypeProperty rdf:about="&base_ontology;hasDataRestriction_minLength"> - <rdfs:subPropertyOf rdf:resource="&base_ontology;hasDataRestriction"/> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_minLength"> + <rdfs:subPropertyOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_pattern --> - <DatatypeProperty rdf:about="&base_ontology;hasDataRestriction_pattern"> - <rdfs:subPropertyOf rdf:resource="&base_ontology;hasDataRestriction"/> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_pattern"> + <rdfs:subPropertyOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataType --> - <DatatypeProperty rdf:about="&base_ontology;hasDataType"> - <rdfs:comment>This Data Property specifies the data type of the SimpleTypeVariable as text string</rdfs:comment> - <rdfs:domain rdf:resource="&base_ontology;SimpleTypeVariable"/> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataType"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#SimpleTypeVariable"/> <rdfs:range> <rdfs:Datatype> <oneOf> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">owl:rational </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">owl:rational </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">owl:real </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">owl:real </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">rdf:PlainLiteral</rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">rdf:PlainLiteral</rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">rdf:XMLLiteral</rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">rdf:XMLLiteral</rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:NCName </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:NCName </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:NMTOKEN </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:NMTOKEN </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:Name </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:Name </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:anyURI</rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:anyURI</rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:base64Binary </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:base64Binary </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:boolean</rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:boolean</rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:byte </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:byte </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:dateTime </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:dateTime </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:dateTimeStamp </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:dateTimeStamp </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:decimal </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:decimal </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:hexBinary </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:hexBinary </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:int </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:int </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:integer </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:integer </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:language </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:language </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:long </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:long </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:negativeInteger </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:negativeInteger </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:nonNegativeInteger </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:nonNegativeInteger </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:nonPositiveInteger </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:nonPositiveInteger </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:normalizedString </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:normalizedString </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:positiveInteger </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:positiveInteger </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:short </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:short </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:string </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:string </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:token </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:token </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:unsignedByte </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:unsignedByte </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:unsignedInt </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:unsignedInt </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:unsignedLong </rdf:first> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:unsignedLong </rdf:first> <rdf:rest> <rdf:Description> - <rdf:type rdf:resource="&rdf;List"/> - <rdf:first rdf:datatype="&xsd;string">xsd:unsignedShort </rdf:first> - <rdf:rest rdf:resource="&rdf;nil"/> + <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xsd:unsignedShort </rdf:first> + <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> </rdf:Description> </rdf:rest> </rdf:Description> @@ -615,110 +624,111 @@ The Data Property "hasDataRestriction" shall always be sub-classed</rd </oneOf> </rdfs:Datatype> </rdfs:range> + <rdfs:comment>This Data Property specifies the data type of the SimpleTypeVariable as text string</rdfs:comment> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasThingAnnotation --> - <DatatypeProperty rdf:about="&base_ontology;hasThingAnnotation"> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasThingAnnotation"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Thing"/> + <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/> <rdfs:comment>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)</rdfs:comment> - <rdfs:domain rdf:resource="&base_ontology;Thing"/> - <rdfs:range rdf:resource="&rdfs;Literal"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasValue --> - <DatatypeProperty rdf:about="&base_ontology;hasValue"> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasValue"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#SimpleTypeVariable"/> + <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/> <rdfs:comment>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.</rdfs:comment> - <rdfs:domain rdf:resource="&base_ontology;SimpleTypeVariable"/> - <rdfs:range rdf:resource="&rdfs;Literal"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#netTechnologyCommunicationProtocol --> - <DatatypeProperty rdf:about="&base_ontology;netTechnologyCommunicationProtocol"> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#netTechnologyCommunicationProtocol"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#AreaNetwork"/> + <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"/> <rdfs:comment>Identification of a communication protocol (e.g. ZigBee_1_0)</rdfs:comment> - <rdfs:domain rdf:resource="&base_ontology;AreaNetwork"/> - <rdfs:range rdf:resource="&rdf;PlainLiteral"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#netTechnologyPhysicalStandard --> - <DatatypeProperty rdf:about="&base_ontology;netTechnologyPhysicalStandard"> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#netTechnologyPhysicalStandard"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#AreaNetwork"/> + <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"/> <rdfs:comment>Identification of the physical properties of a Area Network technology (e.g. IEEE_802_15_4_2003_2_4GHz).</rdfs:comment> - <rdfs:domain rdf:resource="&base_ontology;AreaNetwork"/> - <rdfs:range rdf:resource="&rdf;PlainLiteral"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#netTechnologyProfile --> - <DatatypeProperty rdf:about="&base_ontology;netTechnologyProfile"> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#netTechnologyProfile"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#AreaNetwork"/> + <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"/> <rdfs:comment>Identification of a profile (e.g. ZigBee_HA) of a Area Network technology.</rdfs:comment> - <rdfs:domain rdf:resource="&base_ontology;AreaNetwork"/> - <rdfs:range rdf:resource="&rdf;PlainLiteral"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#oneM2MAttribute --> - <DatatypeProperty rdf:about="&base_ontology;oneM2MAttribute"> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#oneM2MAttribute"> + <rdfs:domain rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#SimpleTypeVariable"/> + <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"/> <rdfs:comment>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"</rdfs:comment> - <rdfs:domain rdf:resource="&base_ontology;SimpleTypeVariable"/> - <rdfs:range rdf:resource="&rdf;PlainLiteral"/> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#oneM2MMethod --> - <DatatypeProperty rdf:about="&base_ontology;oneM2MMethod"> - <rdfs:comment>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</rdfs:comment> - <rdfs:range rdf:resource="&rdf;PlainLiteral"/> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#oneM2MMethod"> <rdfs:domain> <Class> <unionOf rdf:parseType="Collection"> - <rdf:Description rdf:about="&base_ontology;Operation"/> - <rdf:Description rdf:about="&base_ontology;Variable"/> + <rdf:Description rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Operation"/> + <rdf:Description rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> </unionOf> </Class> </rdfs:domain> + <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"/> + <rdfs:comment>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</rdfs:comment> </DatatypeProperty> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#oneM2MTargetURI --> - <DatatypeProperty rdf:about="&base_ontology;oneM2MTargetURI"> - <rdfs:comment>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</rdfs:comment> - <rdfs:range rdf:resource="&rdfs;Literal"/> + <DatatypeProperty rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#oneM2MTargetURI"> <rdfs:domain> <Class> <unionOf rdf:parseType="Collection"> - <rdf:Description rdf:about="&base_ontology;Operation"/> - <rdf:Description rdf:about="&base_ontology;Variable"/> + <rdf:Description rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Operation"/> + <rdf:Description rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> </unionOf> </Class> </rdfs:domain> + <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/> + <rdfs:comment>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</rdfs:comment> </DatatypeProperty> @@ -736,7 +746,7 @@ That address could be e.g. <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#AreaNetwork --> - <Class rdf:about="&base_ontology;AreaNetwork"> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#AreaNetwork"> <rdfs:comment>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</rdfs:comment> </Class> @@ -744,7 +754,7 @@ That address could be e.g. <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Aspect --> - <Class rdf:about="&base_ontology;Aspect"> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Aspect"> <rdfs:comment>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</rdfs:comment> </Class> @@ -753,29 +763,29 @@ The Aspect could be a (physical or non-physical) entity or it could be a quality <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Command --> - <Class rdf:about="&base_ontology;Command"> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Command"> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasOutputDataPoint"/> - <allValuesFrom rdf:resource="&base_ontology;OutputDataPoint"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasInput"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OperationInput"/> </Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasOutput"/> - <allValuesFrom rdf:resource="&base_ontology;OperationOutput"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasInputDataPoint"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#InputDataPoint"/> </Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasInput"/> - <allValuesFrom rdf:resource="&base_ontology;OperationInput"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasOutput"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OperationOutput"/> </Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasInputDataPoint"/> - <allValuesFrom rdf:resource="&base_ontology;InputDataPoint"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasOutputDataPoint"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OutputDataPoint"/> </Restriction> </rdfs:subClassOf> <rdfs:comment>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. @@ -789,8 +799,8 @@ Note: In RESTful systems the names of Input- and OutputDataPoints are usually ch <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#ControllingFunction --> - <Class rdf:about="&base_ontology;ControllingFunction"> - <rdfs:subClassOf rdf:resource="&base_ontology;Function"/> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#ControllingFunction"> + <rdfs:subClassOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Function"/> <rdfs:comment>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</rdfs:comment> </Class> @@ -799,25 +809,25 @@ E.g. a thermostat would have "temperature-adjustment" as a Controlling <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Device --> - <Class rdf:about="&base_ontology;Device"> - <rdfs:subClassOf rdf:resource="&base_ontology;Thing"/> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Device"> + <rdfs:subClassOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Thing"/> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasService"/> - <allValuesFrom rdf:resource="&base_ontology;Service"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#consistsOf"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Device"/> </Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasFunction"/> - <onClass rdf:resource="&base_ontology;Function"/> - <minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</minQualifiedCardinality> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasService"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Service"/> </Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;consistsOf"/> - <allValuesFrom rdf:resource="&base_ontology;Device"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasFunction"/> + <minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</minQualifiedCardinality> + <onClass rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Function"/> </Restriction> </rdfs:subClassOf> <rdfs:comment>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. @@ -832,7 +842,7 @@ In the context of oneM2M a Device is always assumed to be capable of communicati <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Function --> - <Class rdf:about="&base_ontology;Function"> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Function"> <priorVersion>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. @@ -845,8 +855,8 @@ A Functionality of a Device can be influenced / observed by a human user through <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#InputDataPoint --> - <Class rdf:about="&base_ontology;InputDataPoint"> - <rdfs:subClassOf rdf:resource="&base_ontology;Variable"/> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#InputDataPoint"> + <rdfs:subClassOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> <rdfs:comment>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</rdfs:comment> </Class> @@ -855,8 +865,8 @@ To enable a third party to instruct the device to retrieve (out of schedule) the <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#InterworkedDevice --> - <Class rdf:about="&base_ontology;InterworkedDevice"> - <rdfs:subClassOf rdf:resource="&base_ontology;Device"/> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#InterworkedDevice"> + <rdfs:subClassOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Device"/> <rdfs:comment>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</rdfs:comment> </Class> @@ -864,8 +874,8 @@ To enable a third party to instruct the device to retrieve (out of schedule) the <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#MeasuringFunction --> - <Class rdf:about="&base_ontology;MeasuringFunction"> - <rdfs:subClassOf rdf:resource="&base_ontology;Function"/> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#MeasuringFunction"> + <rdfs:subClassOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Function"/> <rdfs:comment>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</rdfs:comment> </Class> @@ -874,7 +884,7 @@ E.g. a temperature sensor would have "temperature-sensing" as a Measur <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#MetaData --> - <Class rdf:about="&base_ontology;MetaData"> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#MetaData"> <rdfs:comment>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"</rdfs:comment> </Class> @@ -883,29 +893,29 @@ E.g. the indoor temperature could have meta data: "Degrees Celsius"</r <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Operation --> - <Class rdf:about="&base_ontology;Operation"> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Operation"> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasInput"/> - <allValuesFrom rdf:resource="&base_ontology;OperationInput"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#exposesCommand"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Command"/> </Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasOperationState"/> - <allValuesFrom rdf:resource="&base_ontology;OperationState"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasInput"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OperationInput"/> </Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;exposesCommand"/> - <allValuesFrom rdf:resource="&base_ontology;Command"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasOperationState"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OperationState"/> </Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasOutput"/> - <allValuesFrom rdf:resource="&base_ontology;OperationOutput"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasOutput"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OperationOutput"/> </Restriction> </rdfs:subClassOf> <rdfs:comment>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. @@ -923,8 +933,8 @@ An Operation correlates the output data of the Operation to the input data that <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OperationInput --> - <Class rdf:about="&base_ontology;OperationInput"> - <rdfs:subClassOf rdf:resource="&base_ontology;Variable"/> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OperationInput"> + <rdfs:subClassOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> <rdfs:comment>OperationInput (Class: OperationInput) describes an input of an Operation of a Service. OperationInput also describes the input of an Command.</rdfs:comment> </Class> @@ -932,8 +942,8 @@ An Operation correlates the output data of the Operation to the input data that <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OperationOutput --> - <Class rdf:about="&base_ontology;OperationOutput"> - <rdfs:subClassOf rdf:resource="&base_ontology;Variable"/> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OperationOutput"> + <rdfs:subClassOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> <rdfs:comment>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</rdfs:comment> </Class> @@ -942,44 +952,44 @@ An Operation correlates the output data of the Operation to the input data that <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OperationState --> - <Class rdf:about="&base_ontology;OperationState"> - <rdfs:subClassOf rdf:resource="&base_ontology;SimpleTypeVariable"/> - <rdfs:subClassOf> - <Restriction> - <onProperty rdf:resource="&base_ontology;hasDataRestriction_pattern"/> - <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</qualifiedCardinality> - <onDataRange rdf:resource="&xsd;string"/> - </Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <Restriction> - <onProperty rdf:resource="&base_ontology;hasDataType"/> - <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</qualifiedCardinality> - <onDataRange rdf:resource="&xsd;string"/> - </Restriction> - </rdfs:subClassOf> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OperationState"> + <rdfs:subClassOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#SimpleTypeVariable"/> <rdfs:subClassOf> <Class> <unionOf rdf:parseType="Collection"> <Restriction> - <onProperty rdf:resource="&base_ontology;hasDataRestriction_pattern"/> - <hasValue rdf:datatype="&xsd;string">data_received_by_application</hasValue> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_pattern"/> + <hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#string">data_received_by_application</hasValue> </Restriction> <Restriction> - <onProperty rdf:resource="&base_ontology;hasDataRestriction_pattern"/> - <hasValue rdf:datatype="&xsd;string">data_transmitted_to_interworked_device</hasValue> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_pattern"/> + <hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#string">data_transmitted_to_interworked_device</hasValue> </Restriction> <Restriction> - <onProperty rdf:resource="&base_ontology;hasDataRestriction_pattern"/> - <hasValue rdf:datatype="&xsd;string">operation_ended</hasValue> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_pattern"/> + <hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#string">operation_ended</hasValue> </Restriction> <Restriction> - <onProperty rdf:resource="&base_ontology;hasDataRestriction_pattern"/> - <hasValue rdf:datatype="&xsd;string">operation_failed</hasValue> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_pattern"/> + <hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#string">operation_failed</hasValue> </Restriction> </unionOf> </Class> </rdfs:subClassOf> + <rdfs:subClassOf> + <Restriction> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction_pattern"/> + <qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</qualifiedCardinality> + <onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/> + </Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <Restriction> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataType"/> + <qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</qualifiedCardinality> + <onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/> + </Restriction> + </rdfs:subClassOf> <rdfs:comment>describes the current state during the lifetime of an Operation. The OperationState class represents all possible values for that state (enumerated individuals). The OperationState is set during the progress of the operation by the entity invoking the operation, the entity that is the target of the operation, e.g. a device (or for interworked devices by the IPE) and the CSE. It takes values like "data_received_by_application", "operation_ended", "operation_failed", "data_transmitted_to_interworked_device".</rdfs:comment> </Class> @@ -988,8 +998,8 @@ An Operation correlates the output data of the Operation to the input data that <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OutputDataPoint --> - <Class rdf:about="&base_ontology;OutputDataPoint"> - <rdfs:subClassOf rdf:resource="&base_ontology;Variable"/> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OutputDataPoint"> + <rdfs:subClassOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> <rdfs:comment>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</rdfs:comment> </Class> @@ -997,35 +1007,35 @@ An Operation correlates the output data of the Operation to the input data that <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Service --> - <Class rdf:about="&base_ontology;Service"> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Service"> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasOutputDataPoint"/> - <allValuesFrom rdf:resource="&base_ontology;OutputDataPoint"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#exposesFunction"/> + <someValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Function"/> </Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasSubService"/> - <allValuesFrom rdf:resource="&base_ontology;Service"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasInputDataPoint"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#InputDataPoint"/> </Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasOperation"/> - <allValuesFrom rdf:resource="&base_ontology;Operation"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasOperation"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Operation"/> </Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasInputDataPoint"/> - <allValuesFrom rdf:resource="&base_ontology;InputDataPoint"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasOutputDataPoint"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#OutputDataPoint"/> </Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;exposesFunction"/> - <someValuesFrom rdf:resource="&base_ontology;Function"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasSubService"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Service"/> </Restriction> </rdfs:subClassOf> <rdfs:comment>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. @@ -1039,26 +1049,26 @@ NOTE: While a Functionality describes the – human understandable – meaning <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#SimpleTypeVariable --> - <Class rdf:about="&base_ontology;SimpleTypeVariable"> - <rdfs:subClassOf rdf:resource="&base_ontology;Variable"/> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#SimpleTypeVariable"> + <rdfs:subClassOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasDataType"/> - <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</qualifiedCardinality> - <onDataRange rdf:resource="&rdf;PlainLiteral"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasSubStructure"/> + <qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</qualifiedCardinality> + <onClass rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> </Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasSubStructure"/> - <onClass rdf:resource="&base_ontology;Variable"/> - <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</qualifiedCardinality> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataRestriction"/> + <allValuesFrom rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"/> </Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasDataRestriction"/> - <allValuesFrom rdf:resource="&rdf;PlainLiteral"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasDataType"/> + <qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</qualifiedCardinality> + <onDataRange rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"/> </Restriction> </rdfs:subClassOf> <rdfs:comment>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 restrictions @@ -1070,17 +1080,17 @@ The simple datatypes and –restrictions contained in "OWL 2 Web Ontology L <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Thing --> - <Class rdf:about="&base_ontology;Thing"> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Thing"> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasThingRelation"/> - <allValuesFrom rdf:resource="&base_ontology;Thing"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasThingProperty"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#ThingProperty"/> </Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasThingProperty"/> - <allValuesFrom rdf:resource="&base_ontology;ThingProperty"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasThingRelation"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Thing"/> </Restriction> </rdfs:subClassOf> <rdfs:comment>A Thing in oneM2M (Class: Thing) is an entity that can be identified in the oneM2M System. @@ -1095,8 +1105,8 @@ E.g. A room that is modelled in oneM2M would be a Thing that could have a room-t <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#ThingProperty --> - <Class rdf:about="&base_ontology;ThingProperty"> - <rdfs:subClassOf rdf:resource="&base_ontology;Variable"/> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#ThingProperty"> + <rdfs:subClassOf rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> <rdfs:comment>A Value (Class: Value) denotes a property of a Thing. A Value 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 Value of a Thing "room". A Value 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. @@ -1107,19 +1117,27 @@ A Value of a Thing can have meta data</rdfs:comment> <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable --> - <Class rdf:about="&base_ontology;Variable"> + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"> <rdfs:subClassOf> <Restriction> - <onProperty rdf:resource="&base_ontology;hasSubStructure"/> - <allValuesFrom rdf:resource="&base_ontology;Variable"/> + <onProperty rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#hasSubStructure"/> + <allValuesFrom rdf:resource="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#Variable"/> </Restriction> </rdfs:subClassOf> <rdfs:comment>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..)</rdfs:comment> </Class> + + + + <!-- http://www.onem2m.org/ontology/Base_Ontology/base_ontology#VariableConversion --> + + <Class rdf:about="http://www.onem2m.org/ontology/Base_Ontology/base_ontology#VariableConversion"> + <rdfs:comment>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</rdfs:comment> + </Class> </rdf:RDF> -<!-- Generated by the OWL API (version 3.5.1) http://owlapi.sourceforge.net --> +<!-- Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi -->