diff --git a/OnToology/ontology/wot.ttl/documentation/ontology.nt b/OnToology/ontology/wot.ttl/documentation/ontology.nt index 811b551..80213f8 100644 --- a/OnToology/ontology/wot.ttl/documentation/ontology.nt +++ b/OnToology/ontology/wot.ttl/documentation/ontology.nt @@ -5,10 +5,11 @@ . . . + "2018-03-14" . "wot" . "http://iot.linkeddata.es/def/wot" . "This ontology aims to model the Web of Things domain according to the W3C Interest Group (http://w3c.github.io/wot/)"@en . - "0.0.8" . + "0.0.9" . # # # ################################################################# @@ -18,6 +19,9 @@ # ################################################################# # # +# http://purl.org/dc/terms/modified + . +# # http://www.w3.org/2003/06/sw-vocab-status/ns#term_status . # @@ -200,6 +204,10 @@ _:genid1 . _:genid2 . _:genid2 . + _:genid3 . +_:genid3 . +_:genid3 . +_:genid3 . "The Action interaction pattern targets changes or processes on a Thing that take a certain time to complete (i.e., actions cannot be applied instantaneously like property writes). Examples include an LED fade in, moving a robot, brewing a cup of coffee, etc. Usually, ongoing Actions are modelled as Task resources, which are created when an Action invocation is received by the Thing. (Definition taken from http://w3c.github.io/wot/current-practices/wot-practices#action)"@en . "Action"@en . # @@ -211,14 +219,14 @@ _:genid2 . - _:genid3 . -_:genid3 . -_:genid3 . -_:genid3 . _:genid4 . _:genid4 . -_:genid4 . -_:genid4 . +_:genid4 . +_:genid4 . + _:genid5 . +_:genid5 . +_:genid5 . +_:genid5 . "N-ary class defined to allow the representation of pairs (data type, unit of measure) that are expected as input data or output data of a given interaction pattern."@en . "Data schema"@en . # @@ -231,40 +239,40 @@ _:genid4 . . - _:genid5 . -_:genid5 . -_:genid5 . -_:genid5 . + _:genid6 . +_:genid6 . +_:genid6 . +_:genid6 . "The Event interaction pattern enables a mechanism to be notified by a Thing on a certain condition. (Description taken from http://w3c.github.io/wot/current-practices/wot-practices#event)"@en . "Event"@en . # # http://iot.linkeddata.es/def/wot#InteractionPattern . - _:genid6 . -_:genid6 . -_:genid6 . -_:genid6 . _:genid7 . _:genid7 . -_:genid7 . -_:genid7 . +_:genid7 . +_:genid7 . + _:genid8 . +_:genid8 . +_:genid8 . +_:genid8 . "An interaction in the context of the Web of Things is an exchange of data between a Web client and a Thing. This data can be either given as input by the client, returned as output by the Thing or both. Three interaction patterns have been defined so far: Property, Action and Event. (Definition taken from http://w3c.github.io/wot/current-practices/wot-practices#interaction-patterns)"@en . "Interaction pattern"@en . # # http://iot.linkeddata.es/def/wot#Link . - _:genid8 . -_:genid8 . -_:genid8 . -_:genid8 . _:genid9 . _:genid9 . -_:genid9 . -_:genid9 . +_:genid9 . +_:genid9 . _:genid10 . _:genid10 . -_:genid10 . -_:genid10 . +_:genid10 . +_:genid10 . + _:genid11 . +_:genid11 . +_:genid11 . +_:genid11 . "A URL where a service can be accessed by a client application. A service might have more than one link."@en . "Link"@en . # @@ -277,22 +285,22 @@ _:genid10 . . - _:genid11 . -_:genid11 . -_:genid11 . -_:genid11 . _:genid12 . _:genid12 . _:genid12 . -_:genid12 . +_:genid12 . _:genid13 . _:genid13 . -_:genid13 . -_:genid13 . +_:genid13 . +_:genid13 . _:genid14 . _:genid14 . -_:genid14 . +_:genid14 . _:genid14 . + _:genid15 . +_:genid15 . +_:genid15 . +_:genid15 . "Property provides readable and/or writeable data that can be static (e.g., supported mode, rated output voltage, etc.) or dynamic (e.g., current fill level of water, minimum recorded temperature, etc.). (Definition taken from http://w3c.github.io/wot/current-practices/wot-practices#property)"@en . "Property"@en . # @@ -304,14 +312,14 @@ _:genid14 . - _:genid15 . -_:genid15 . -_:genid15 . -_:genid15 . _:genid16 . _:genid16 . -_:genid16 . -_:genid16 . +_:genid16 . +_:genid16 . + _:genid17 . +_:genid17 . +_:genid17 . +_:genid17 . "An thing is anything (both physical and non-physical) which has a distinct and independent existence. Every thing has a unique identity. (Definition adapted from \nISO/IEC CC 30141. Information technology - Internet of Things Reference architecutre (IoT RA))"@en . "The abstract concept of a physical entity that can either be a real-world artifact, such as a device, or a virtual entity that represents physicality, such as a room or group of devices"@en . "Thing"@en . diff --git a/OnToology/ontology/wot.ttl/documentation/ontology.ttl b/OnToology/ontology/wot.ttl/documentation/ontology.ttl index 5250648..94ef800 100644 --- a/OnToology/ontology/wot.ttl/documentation/ontology.ttl +++ b/OnToology/ontology/wot.ttl/documentation/ontology.ttl @@ -13,15 +13,20 @@ , ; ; + "2018-03-14"^^xsd:string ; "wot"^^xsd:string ; "http://iot.linkeddata.es/def/wot"^^xsd:string ; rdfs:comment "This ontology aims to model the Web of Things domain according to the W3C Interest Group (http://w3c.github.io/wot/)"@en ; - owl:versionInfo "0.0.8"^^xsd:string . + owl:versionInfo "0.0.9"^^xsd:string . ################################################################# # Annotation properties ################################################################# +### http://purl.org/dc/terms/modified + rdf:type owl:AnnotationProperty . + + ### http://www.w3.org/2003/06/sw-vocab-status/ns#term_status rdf:type owl:AnnotationProperty . @@ -212,6 +217,10 @@ [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom xsd:boolean ] ; rdfs:comment "The Action interaction pattern targets changes or processes on a Thing that take a certain time to complete (i.e., actions cannot be applied instantaneously like property writes). Examples include an LED fade in, moving a robot, brewing a cup of coffee, etc. Usually, ongoing Actions are modelled as Task resources, which are created when an Action invocation is received by the Thing. (Definition taken from http://w3c.github.io/wot/current-practices/wot-practices#action)"@en ; rdfs:label "Action"@en . diff --git a/OnToology/ontology/wot.ttl/documentation/ontology.xml b/OnToology/ontology/wot.ttl/documentation/ontology.xml index 467e9b5..1fd0eb8 100644 --- a/OnToology/ontology/wot.ttl/documentation/ontology.xml +++ b/OnToology/ontology/wot.ttl/documentation/ontology.xml @@ -17,10 +17,11 @@ + 2018-03-14 wot http://iot.linkeddata.es/def/wot This ontology aims to model the Web of Things domain according to the W3C Interest Group (http://w3c.github.io/wot/) - 0.0.8 + 0.0.9 @@ -37,6 +38,13 @@ + + + + + + + @@ -353,6 +361,12 @@ + + + + + + The Action interaction pattern targets changes or processes on a Thing that take a certain time to complete (i.e., actions cannot be applied instantaneously like property writes). Examples include an LED fade in, moving a robot, brewing a cup of coffee, etc. Usually, ongoing Actions are modelled as Task resources, which are created when an Action invocation is received by the Thing. (Definition taken from http://w3c.github.io/wot/current-practices/wot-practices#action) Action diff --git a/OnToology/ontology/wot.ttl/documentation/sections/crossref-en.html b/OnToology/ontology/wot.ttl/documentation/sections/crossref-en.html index 70ade8a..f748736 100644 --- a/OnToology/ontology/wot.ttl/documentation/sections/crossref-en.html +++ b/OnToology/ontology/wot.ttl/documentation/sections/crossref-en.html @@ -74,6 +74,12 @@

Actionc Data schema c +
+ is queueable + dp + only + boolean +