You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pieter Bonte edited this page Mar 23, 2021
·
8 revisions
Info
Streaming MASSIF Prototypes allows to easily create RDF Stream Processing (RSP) and Stream Reasoning (SR) applications.
The GUI can be accessed on HTTP://localhost:90000/.
Demo Use Case
To demonstrate the features of Streaming MASSIF Prototypes we build an RSP application step-by-step that loads a traffic data stream from the City Bench benchmark. We will investigate the intermediate results to verify the various processing steps.
GOAL: detect when traffic is increasing from a high traffic count to a very high traffic count.
Demo step:
Define a Source to read the traffic stream (we will read it from file with a timeout of 1 second between events).
Investigate the data in the stream.
Map the data to the semantic model (we will use the SSN ontology).
As we are only interested in high to very high vehicle counts, we want to filter out any event that is not a vehicle count event and has a count below 10.
We want to abstract the high and very high vehicle count observations.
These abstractions can then be used to detect temporal patterns.