w3c / EasierRDF

Making RDF easy enough for most developers
262 stars 13 forks source link

Relationship to the Web of Things #51

Open draggett opened 5 years ago

draggett commented 5 years ago

The Web of Thinks seeks to overcome the fragmentation of the IoT through an abstraction layer that sits well above the details of the myriad IoT technologies and standards.

wot-layers

The Web of Things associates URIs with things that stand for sensors, actuators or related information services. These URIs can be used for RDF/Linked Data descriptions of the kinds of things, their relationships and the context in which they reside. Things are exposed to applications as software objects with properties, actions and events, described in a platform neutral way using JSON-LD and JSON Schema. This decouples developers from the details of the underlying networking technologies.

This points to an opportunity to more closely connect RDF with object oriented descriptions, n-ary terms, and Property Graphs

Some observations:

Further work could address these limitations in a way that is easy to use by the vast majority of developers without the need to be aware of the details of the RDF core that underpins it.

VladimirAlexiev commented 5 years ago

@draggett you won me at the diagram :-) I wish there was some way for me to work on WoT