SlideShare a Scribd company logo
1 of 21
Query Rewriting in RDF
Stream Processing
Jean-Paul Calbimonte โ€“ Jose Mora โ€“ Oscar Corcho
LSIR EPFL
OEG UPM
ESWC
Heraklion, Greece. June 2016
@jpcik
2
Query Rewriting in
RDF Stream Processing
RDF Streams
3
s p o
Triple
s p o t
Time-stamped triple
s p o
s p o
s p o
t
Time-stamped graph
Gi-1 Gi Gi+1 Gi+2 Gi+3
RDF stream
RSPS
W(S,t)
Windowed Queries in RSP
4
:obs1 rdf:type ssn:Observation .
:obs2 rdf:type ssn:Observation .
:obs3 rdf:type ssn:Observation .
qG(x) โ† ssn:Observation(x)
:obs1,:obs2 ,:obs3
qW(S,t)(x) โ† ssn:Observation(x)
:obs1,:obs2 [5]
:obs3,:obs4 [10]
:obs5,:obs6 [15]
g1[3]
[4]
[7]
[10]
[11]
[13]
:obs1 rdf:type ssn:Observation .
g2 :obs2 rdf:type ssn:Observation .
g3 :obs3 rdf:type ssn:Observation .
g4 :obs4 rdf:type ssn:Observation .
g5 :obs5 rdf:type ssn:Observation .
g6 :obs6 rdf:type ssn:Observation .
[1]
S
G
graph
W
W size=5
qW(S,t)(x) โ† ssn:observedBy(x,y)
No answers for this query:
no matches in the stream
RSP Query Languages
5
SELECT (MAX(?temp) AS ?maxtemp) ?sensor
WHERE {
STREAM :stream [RANGE 1h] {
?obs ssn:observationResult ?result;
ssn:observedProperty cf-property:air_temperature;
ssn:observedBy ?sensor.
?result ssn:hasValue ?obsValue.
?obsValue qu:numericalValue ?temp.
}
} GROUP BY ?sensor
SELECT ?obs WHERE {
STREAM :stream [RANGE 5s]
{?obs rdf:type ssn:Observation. }
}
CQELS
C-SPARQL
SPARQLStream
EP-SPARQL
RSP languages
Example:
Get the maximum air
temperature
observed in the last
hour, grouped by
sensor.
6
Query Rewriting in
RDF Stream Processing
Query Rewriting
7
qโ€™โ€™(x) โ† HumiditySensor(x)
Query
Rewriting
q(x) โ† Sensor(x)
qโ€™(x) โ† Sensor(x)
Sensor
HumiditySensor
TBox
Original Query
Rewritten UCQ
ABox
Ontology expressiveness: e.g. RDFS, ELHIO, etc.
OBDA systems, query rewriters: Prexto, Requiem, Kyrie, etc.
Explosion of rewritings, complexity of queries
Semantic Sensor Network Ontology
8
ssn:Sensor
ssn:Platform
ssn:FeatureOfInterest
ssn:Deployment
ssn:Property
cf-prop:air_temperature
ssn:observes
ssn:onPlatform
dul:Place
dul:hasLocation
ssn:SensingDevicessn:inDeployment
ssn:MeasurementCapability
ssn:MeasurementProperty
geo:lat, geo:lng
xsd:double
ssn:hasMeasurementProperty
ssn:Accuracy
ssn:ofFeature
aws:TemperatureSensor
aws:Thermistor
ssn:Latency
dim:Temperature
qu:QuantityKind
cf-prop:soil_temperature
cf-feat:Wind
cf-feat:Surface
cf-
feat:Medium
cf-feat:air
cf-feat:soil
dim:VelocityOrSpeed
cf-prop:wind_speed
cf-prop:rainfall_rate
aws:CapacitiveBead โ€ฆ
โ€ฆ
โ€ฆ
Rewriting in RSP
9
:obs1,:obs2 [5]
:obs3,:obs4 [10]
:obs5,:obs6 [15]
g1[3]
[4]
[7]
[10]
[11]
[13]
:obs1 rdf:type ssn:Observation .
g2 :obs2 rdf:type ssn:Observation .
g3 :obs3 rdf:type ssn:Observation .
g4 :obs4 rdf:type ssn:Observation .
g5 :obs5 rdf:type ssn:Observation .
g6 :obs6 rdf:type ssn:Observation .
[1]
qโ€™โ€™W(S,t)(x) โ† ssn:Observation(x)
Query
Rewriting
qW(S,t)(x) โ† ssn:observedBy(x,y)
qโ€™W(S,t)(x) โ† ssn:observedBy(x,y)
Original Query
Rewritten UCQ
ssn:Observation โŠ‘ โˆƒssn:observedBy
S
W(S,t)
Rewriting in RSP: Semantics
10
๐‘ž: ๐‘žโ„Ž ๐’™ โ† ๐‘1 โˆง โ‹ฏ โˆง ๐‘ ๐‘›(๐’™ ๐‘›)
๐‘๐‘’๐‘Ÿ๐‘ก ๐‘ž, ๐’ช = ๐œถ | ๐‘ž โˆช ๐’ฏ โˆช ๐’œ โŠจ ๐‘žโ„Ž(๐œถ)
๐‘๐‘’๐‘Ÿ๐‘ก ๐‘ž, ๐’ช = ๐œถ | ๐‘žโ€ฒ โˆช ๐’œ โŠจ ๐‘žโ„Ž(๐œถ)
Stream: ๐’œ 0 , ๐’œ 1 , ๐’œ 2 , ๐’œ 3 โ€ฆ ๐’œ ๐‘ก๐‘– , โ€ฆ
๐’œ ๐‘ค
๐‘๐‘’๐‘Ÿ๐‘ก ๐‘ž ๐‘ค, ๐’ฏ, ๐’œ ๐‘ค = ๐œถ | ๐‘ž ๐‘ค โˆช ๐’ฏ โˆช ๐’œ ๐‘ค โŠจ ๐‘žโ„Ž(๐œถ)
๐‘๐‘’๐‘Ÿ๐‘ก ๐‘ž ๐‘ค, ๐’ฏ, ๐’œ ๐‘ค = ๐œถ | ๐‘žโ€ฒ ๐‘ค โˆช ๐’œ ๐‘ค โŠจ ๐‘žโ„Ž(๐œถ)
Query
Certain
answers
Ontology
rewritten
query
get rid of TBox
Streaming Aboxes
Window
Evaluated only for a window
Now for RDF streams:
Implementation: StreamQR
11
kyrie
rewriter
CQELS
Ontology
TBOX
StreamQR
query
registration
continuous
answers
CQELS
query
CQELS
UCQ
RDF Stream
Github StreamQR: https://github.com/jpcik/streapler/tree/streamQR
StreamQR: Rewriting Steps
12
preprocess
separate BGP
& context
Ontology
TBOX
Datalog
query
CQELS
query
Rewritten
CQELS
UCQ
remove
functional
terms
remove
auxiliary
predicates
expand
syntactic
transformation
UCQ
CQ
(BGP)
StreamQR in Action
13
met:TemperatureObservation โŠ‘ โˆƒssn:observedBy.aws:TemperatureSensor
met:AirTemperatureObservation โŠ‘ met:TemperatureObservation
met:ThermistorObservation โŠ‘ met:TemperatureObservation
aws:Thermistor โŠ‘ aws:TemperatureSensor
aws:CapacitiveBead โŠ‘ aws:TemperatureSensor
TBox
CONSTRUCT { ?o a :ObservedTemperature. }
WHERE {
STREAM :stream1 [RANGE 10ms] {
?o ssn:observedBy ?t .
?t a aws:TemperatureSensor. }
}
Q(?0) <- aws:TemperatureSensor(?1), ssn:observedBy(?0,?1)
kyrie
rewriter
CQELS
Query
CQ extraction & syntactic transformation
StreamQR in Action
14
Q(?0) <- met:TemperatureObservation(?0)
Q(?0) <- met:AirTemperatureObservation(?0)
Q(?0) <- met:ThermistorObservation(?0)
Q(?0) <- aws:TemperatureSensor(?1), ssn:observedBy(?0,?1)
Q(?0) <- aws:Thermistor(?1), ssn:observedBy(?0,?1)
Q(?0) <- aws:CapacitiveBead(?1), ssn:observedBy(?0,?1)
Q(?0) <- aws:TemperatureSensor(?1), ssn:observedBy(?0,?1)
met:TemperatureObservation โŠ‘ โˆƒssn:observedBy.aws:TemperatureSensor
met:AirTemperatureObservation โŠ‘ met:TemperatureObservation
met:ThermistorObservation โŠ‘ met:TemperatureObservation
aws:Thermistor โŠ‘ aws:TemperatureSensor
aws:CapacitiveBead โŠ‘ aws:TemperatureSensor
TBox
Query expansion
Rewritten UCQ
StreamQR in Action
15
Q(?0) <- met:TemperatureObservation(?0)
Q(?0) <- met:AirTemperatureObservation(?0)
Q(?0) <- met:ThermistorObservation(?0)
Q(?0) <- aws:TemperatureSensor(?1), ssn:observedBy(?0,?1)
Q(?0) <- aws:Thermistor(?1), ssn:observedBy(?0,?1)
Q(?0) <- aws:CapacitiveBead(?1), ssn:observedBy(?0,?1)
PREFIX ssn: <http://purl.oclc.org/NET/ssnx/ssn#>
PREFIX aws: <http://purl.oclc.org/NET/ssnx/meteo/aws#>
PREFIX met: <http://purl.org/env/meteo#>
CONSTRUCT { ?o a :ObservedTemperature. }
WHERE { STREAM :stream1 [RANGE 10ms] {
{ ?o a met:TemperatureObservation } UNION
{ ?o a met:AirTemperatureObservation } UNION
{ ?o a met:ThermistorObservation } UNION
{ ?s a aws:TemperatureSensor . ?o ssn:observedBy ?s } UNION
{ ?s a aws:Thermistor . ?o ssn:observedBy ?s } UNION
{ ?s a aws:CapacitiveBead . ?o ssn:observedBy ?s }
}
CQELS rewritten
query: syntactic
transformation
Rewritten UCQ
Comparison: Rewriting vs No-rewriting
16
0
10000
20000
30000
40000
50000
10 100 1000 10000 100000
throughput[triple/s]
input rate [triple/s]
no rewriting
rewriting
0
5000
10000
15000
20000
25000
30000
10 100 1000 10000 100000
throughput[triple/s]
input rate [triple/s]
no rewriting
rewriting
0
5000
10000
15000
20000
25000
10 100 1000 10000 100000
throughput[triple/s]
input rate [triple/s]
no rewriting
rewriting
โ€ข Throughput under different input data loads
โ€ข Modified version of the SRBench benchmark queries
โ€ข Ontology based on AWS, which extends SSN-O
โ€ข Compared the throughput of StreamQR with CQELS (no rewiriting)
โ€ข Tested under different input rates, ranging from 10 to 100K triples/s
โ€ข Under three different load conditions: such that only:
โ€ข 10%, 50% and 90% of the input data matches the continuous query
10% of matches 90% of matches50% of matches
Reaches optimal t-put
up to this point
Varying input distributions
17
0
5000
10000
15000
20000
25000
30000
35000
40000
10 100 1000 10000 100000
throughput[triple/s]
input rate[triple/s]
10% match
20% match
50% match
80% match
โ€ข The more matches, the more time the engine spends on evaluation
โ€ข Up to 10K triples/s., StreamQR is capable to keep up with the input
โ€ข Beyond that, the throughput degrades until it reaches a limit
Changning que input
stream triple distribution
โ€ข Experiments under different input loads
โ€ข Varying distribution of the types of triples
โ€ข 10, 20, 50, 80 and 90% of the triples match the query.
Throughput for different queries
18
100
1000
10000
100000
100 1000 10000 100000
throughput[triple/s]
input rate[triple/s]
q4
q6
q1
q5
q2
q3
q7
q10
Different queries prducing
from 2 to 180 rewritings
โ€ข Throughput decreases for queries that produce more rewrittings
โ€ข Optimizations: existing techniques used in query rewriting and OBDA
โ€ข Pruning queries that may not match any input.
โ€ข For around 1K triples/s, it still reaches maximum throughput.
โ€ข Different queries -> UCQ with a different number of sub-queries.
โ€ข 9 distinct queries that produce from 2 to over 180 sub-queries
Comparing with TrOwl
19
100
1000
10000
100000
100 1000 10000 100000
throughput[triple/s]
input rate[triple/s]
StreamQR
Trowl-no-reclassify
Trowl-only-add
Trowl-add-remove
โ€ข Removal operation known to be expensive in incremental materialization
โ€ข StreamQR sustains better throughput under fast input rates
โ€ข Under lower input rates both are able to reach maximum throughput.
โ€ข TrOWL Provides incremental reasoning for ABoxes
โ€ข Three settings:
โ€ข TrOWL without performing any reasoning (noreclassify)
โ€ข Activating the reasoning, but allowing only additions
โ€ข Including removals
Conclusions
20
โ€ข Query answering over ontologies for RDF stream processors
โ€ข Novel approach that combines query rewriting techniques and an
RSP engines
โ€ข Implemented StreamQR: incorporates the kyrie into an existing RSP
โ€ข Still efficient in terms of throughput, for a large range of scenarios
โ€ข Plan to study other criteria such as correctness
โ€ข Exploring different expressiveness
โ€ข Find a good balance between efficiency and complexity.
โ€ข Research in approaches that combine rewriting and incremental
materialization
Thanks a lot!
ยฟTienes preguntas?
Jean-Paul Calbimonte
LSIR EPFL
@jpcik

More Related Content

What's hot

Summary of the Stream Reasoning workshop at ISWC 2016
Summary of the Stream Reasoning workshop at ISWC 2016Summary of the Stream Reasoning workshop at ISWC 2016
Summary of the Stream Reasoning workshop at ISWC 2016Daniele Dell'Aglio
ย 
Querying the Web of Data with XSPARQL 1.1
Querying the Web of Data with XSPARQL 1.1Querying the Web of Data with XSPARQL 1.1
Querying the Web of Data with XSPARQL 1.1Daniele Dell'Aglio
ย 
Introduction to SparkR
Introduction to SparkRIntroduction to SparkR
Introduction to SparkRKien Dang
ย 
LarKC Tutorial at ISWC 2009 - Data Model
LarKC Tutorial at ISWC 2009 - Data ModelLarKC Tutorial at ISWC 2009 - Data Model
LarKC Tutorial at ISWC 2009 - Data ModelLarKC
ย 
Toward Semantic Sensor Data Archives on the Web
Toward Semantic Sensor Data Archives on the WebToward Semantic Sensor Data Archives on the Web
Toward Semantic Sensor Data Archives on the WebJean-Paul Calbimonte
ย 
SchemEX - Creating the Yellow Pages for the Linked Open Data Cloud
SchemEX - Creating the Yellow Pages for the Linked Open Data CloudSchemEX - Creating the Yellow Pages for the Linked Open Data Cloud
SchemEX - Creating the Yellow Pages for the Linked Open Data CloudAnsgar Scherp
ย 
RDF-Gen: Generating RDF from streaming and archival data
RDF-Gen: Generating RDF from streaming and archival dataRDF-Gen: Generating RDF from streaming and archival data
RDF-Gen: Generating RDF from streaming and archival dataGiorgos Santipantakis
ย 
More Complete Resultset Retrieval from Large Heterogeneous RDF Sources
More Complete Resultset Retrieval from Large Heterogeneous RDF SourcesMore Complete Resultset Retrieval from Large Heterogeneous RDF Sources
More Complete Resultset Retrieval from Large Heterogeneous RDF SourcesAndrรฉ Valdestilhas
ย 
On correctness in RDF stream processor benchmarking
On correctness in RDF stream processor benchmarkingOn correctness in RDF stream processor benchmarking
On correctness in RDF stream processor benchmarkingDaniele Dell'Aglio
ย 
Debunking Common Myths in Stream Processing
Debunking Common Myths in Stream ProcessingDebunking Common Myths in Stream Processing
Debunking Common Myths in Stream ProcessingKostas Tzoumas
ย 
RDFox Poster
RDFox PosterRDFox Poster
RDFox PosterDBOnto
ย 
First Flink Bay Area meetup
First Flink Bay Area meetupFirst Flink Bay Area meetup
First Flink Bay Area meetupKostas Tzoumas
ย 
RDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
RDF4U: RDF Graph Visualization by Interpreting Linked Data as KnowledgeRDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
RDF4U: RDF Graph Visualization by Interpreting Linked Data as KnowledgeNational Institute of Informatics
ย 
Data Structures and Performance for Scientific Computing with Hadoop and Dumb...
Data Structures and Performance for Scientific Computing with Hadoop and Dumb...Data Structures and Performance for Scientific Computing with Hadoop and Dumb...
Data Structures and Performance for Scientific Computing with Hadoop and Dumb...Austin Benson
ย 
Toying with spark
Toying with sparkToying with spark
Toying with sparkRaymond Tay
ย 
Go and Uberโ€™s time series database m3
Go and Uberโ€™s time series database m3Go and Uberโ€™s time series database m3
Go and Uberโ€™s time series database m3Rob Skillington
ย 
SRAdb Bioconductor Package Overview
SRAdb Bioconductor Package OverviewSRAdb Bioconductor Package Overview
SRAdb Bioconductor Package OverviewSean Davis
ย 
Machine Learning and GraphX
Machine Learning and GraphXMachine Learning and GraphX
Machine Learning and GraphXAndy Petrella
ย 
Rdf conjunctive query selectivity estimation
Rdf conjunctive query selectivity estimationRdf conjunctive query selectivity estimation
Rdf conjunctive query selectivity estimationINRIA-OAK
ย 
Querying Incomplete Geospatial Information in RDF
Querying Incomplete Geospatial Information in RDFQuerying Incomplete Geospatial Information in RDF
Querying Incomplete Geospatial Information in RDFCharalampos (Babis) Nikolaou
ย 

What's hot (20)

Summary of the Stream Reasoning workshop at ISWC 2016
Summary of the Stream Reasoning workshop at ISWC 2016Summary of the Stream Reasoning workshop at ISWC 2016
Summary of the Stream Reasoning workshop at ISWC 2016
ย 
Querying the Web of Data with XSPARQL 1.1
Querying the Web of Data with XSPARQL 1.1Querying the Web of Data with XSPARQL 1.1
Querying the Web of Data with XSPARQL 1.1
ย 
Introduction to SparkR
Introduction to SparkRIntroduction to SparkR
Introduction to SparkR
ย 
LarKC Tutorial at ISWC 2009 - Data Model
LarKC Tutorial at ISWC 2009 - Data ModelLarKC Tutorial at ISWC 2009 - Data Model
LarKC Tutorial at ISWC 2009 - Data Model
ย 
Toward Semantic Sensor Data Archives on the Web
Toward Semantic Sensor Data Archives on the WebToward Semantic Sensor Data Archives on the Web
Toward Semantic Sensor Data Archives on the Web
ย 
SchemEX - Creating the Yellow Pages for the Linked Open Data Cloud
SchemEX - Creating the Yellow Pages for the Linked Open Data CloudSchemEX - Creating the Yellow Pages for the Linked Open Data Cloud
SchemEX - Creating the Yellow Pages for the Linked Open Data Cloud
ย 
RDF-Gen: Generating RDF from streaming and archival data
RDF-Gen: Generating RDF from streaming and archival dataRDF-Gen: Generating RDF from streaming and archival data
RDF-Gen: Generating RDF from streaming and archival data
ย 
More Complete Resultset Retrieval from Large Heterogeneous RDF Sources
More Complete Resultset Retrieval from Large Heterogeneous RDF SourcesMore Complete Resultset Retrieval from Large Heterogeneous RDF Sources
More Complete Resultset Retrieval from Large Heterogeneous RDF Sources
ย 
On correctness in RDF stream processor benchmarking
On correctness in RDF stream processor benchmarkingOn correctness in RDF stream processor benchmarking
On correctness in RDF stream processor benchmarking
ย 
Debunking Common Myths in Stream Processing
Debunking Common Myths in Stream ProcessingDebunking Common Myths in Stream Processing
Debunking Common Myths in Stream Processing
ย 
RDFox Poster
RDFox PosterRDFox Poster
RDFox Poster
ย 
First Flink Bay Area meetup
First Flink Bay Area meetupFirst Flink Bay Area meetup
First Flink Bay Area meetup
ย 
RDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
RDF4U: RDF Graph Visualization by Interpreting Linked Data as KnowledgeRDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
RDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge
ย 
Data Structures and Performance for Scientific Computing with Hadoop and Dumb...
Data Structures and Performance for Scientific Computing with Hadoop and Dumb...Data Structures and Performance for Scientific Computing with Hadoop and Dumb...
Data Structures and Performance for Scientific Computing with Hadoop and Dumb...
ย 
Toying with spark
Toying with sparkToying with spark
Toying with spark
ย 
Go and Uberโ€™s time series database m3
Go and Uberโ€™s time series database m3Go and Uberโ€™s time series database m3
Go and Uberโ€™s time series database m3
ย 
SRAdb Bioconductor Package Overview
SRAdb Bioconductor Package OverviewSRAdb Bioconductor Package Overview
SRAdb Bioconductor Package Overview
ย 
Machine Learning and GraphX
Machine Learning and GraphXMachine Learning and GraphX
Machine Learning and GraphX
ย 
Rdf conjunctive query selectivity estimation
Rdf conjunctive query selectivity estimationRdf conjunctive query selectivity estimation
Rdf conjunctive query selectivity estimation
ย 
Querying Incomplete Geospatial Information in RDF
Querying Incomplete Geospatial Information in RDFQuerying Incomplete Geospatial Information in RDF
Querying Incomplete Geospatial Information in RDF
ย 

Similar to Query Rewriting in RDF Stream Processing

On the need for a W3C community group on RDF Stream Processing
On the need for a W3C community group on RDF Stream ProcessingOn the need for a W3C community group on RDF Stream Processing
On the need for a W3C community group on RDF Stream ProcessingPlanetData Network of Excellence
ย 
Taking Security Groups to Ludicrous Speed with OVS (OpenStack Summit 2015)
Taking Security Groups to Ludicrous Speed with OVS (OpenStack Summit 2015)Taking Security Groups to Ludicrous Speed with OVS (OpenStack Summit 2015)
Taking Security Groups to Ludicrous Speed with OVS (OpenStack Summit 2015)Thomas Graf
ย 
Adventures in RDS Load Testing
Adventures in RDS Load TestingAdventures in RDS Load Testing
Adventures in RDS Load TestingMike Harnish
ย 
Creating the PromQL Transpiler for Flux by Julius Volz, Co-Founder | Prometheus
Creating the PromQL Transpiler for Flux by Julius Volz, Co-Founder | PrometheusCreating the PromQL Transpiler for Flux by Julius Volz, Co-Founder | Prometheus
Creating the PromQL Transpiler for Flux by Julius Volz, Co-Founder | PrometheusInfluxData
ย 
Paper Study - Demand-Driven Computation of Interprocedural Data Flow
Paper Study - Demand-Driven Computation of Interprocedural Data FlowPaper Study - Demand-Driven Computation of Interprocedural Data Flow
Paper Study - Demand-Driven Computation of Interprocedural Data FlowMin-Yih Hsu
ย 
defense
defensedefense
defenseQing Dou
ย 
Optimizing with persistent data structures (LLVM Cauldron 2016)
Optimizing with persistent data structures (LLVM Cauldron 2016)Optimizing with persistent data structures (LLVM Cauldron 2016)
Optimizing with persistent data structures (LLVM Cauldron 2016)Igalia
ย 
Reactive Stream Processing with Akka Streams
Reactive Stream Processing with Akka StreamsReactive Stream Processing with Akka Streams
Reactive Stream Processing with Akka StreamsKonrad Malawski
ย 
Opensample: A Low-latency, Sampling-based Measurement Platform for Software D...
Opensample: A Low-latency, Sampling-based Measurement Platform for Software D...Opensample: A Low-latency, Sampling-based Measurement Platform for Software D...
Opensample: A Low-latency, Sampling-based Measurement Platform for Software D...Junho Suh
ย 
Fast and Scalable NUMA-based Thread Parallel Breadth-first Search
Fast and Scalable NUMA-based Thread Parallel Breadth-first SearchFast and Scalable NUMA-based Thread Parallel Breadth-first Search
Fast and Scalable NUMA-based Thread Parallel Breadth-first SearchYuichiro Yasui
ย 
Carrier recovery and clock recovery for qpsk demodulation
Carrier recovery and clock recovery for qpsk demodulationCarrier recovery and clock recovery for qpsk demodulation
Carrier recovery and clock recovery for qpsk demodulationeSAT Publishing House
ย 
Cycleโ€™s topological optimizations and the iterative decoding problem on gener...
Cycleโ€™s topological optimizations and the iterative decoding problem on gener...Cycleโ€™s topological optimizations and the iterative decoding problem on gener...
Cycleโ€™s topological optimizations and the iterative decoding problem on gener...Usatyuk Vasiliy
ย 
Correctness and Performance of Apache Spark SQL with Bogdan Ghit and Nicolas ...
Correctness and Performance of Apache Spark SQL with Bogdan Ghit and Nicolas ...Correctness and Performance of Apache Spark SQL with Bogdan Ghit and Nicolas ...
Correctness and Performance of Apache Spark SQL with Bogdan Ghit and Nicolas ...Databricks
ย 
Correctness and Performance of Apache Spark SQL
Correctness and Performance of Apache Spark SQLCorrectness and Performance of Apache Spark SQL
Correctness and Performance of Apache Spark SQLNicolas Poggi
ย 
Use of Solid Core Chromatography for the Analysis of Pharmaceutical Compounds
Use of Solid Core Chromatography for the Analysis of Pharmaceutical CompoundsUse of Solid Core Chromatography for the Analysis of Pharmaceutical Compounds
Use of Solid Core Chromatography for the Analysis of Pharmaceutical CompoundsChromatography & Mass Spectrometry Solutions
ย 
John Richardson - 2015 - KyotoEBMT System Description for the 2nd Workshop on...
John Richardson - 2015 - KyotoEBMT System Description for the 2nd Workshop on...John Richardson - 2015 - KyotoEBMT System Description for the 2nd Workshop on...
John Richardson - 2015 - KyotoEBMT System Description for the 2nd Workshop on...Association for Computational Linguistics
ย 
McGill Ozone Contactor Design Project
McGill Ozone Contactor Design ProjectMcGill Ozone Contactor Design Project
McGill Ozone Contactor Design ProjectNicholas Mead-Fox
ย 
Stanford'12 Intro to Ontology Based Data Access for RDBMS through query rewri...
Stanford'12 Intro to Ontology Based Data Access for RDBMS through query rewri...Stanford'12 Intro to Ontology Based Data Access for RDBMS through query rewri...
Stanford'12 Intro to Ontology Based Data Access for RDBMS through query rewri...Mariano Rodriguez-Muro
ย 

Similar to Query Rewriting in RDF Stream Processing (20)

On the need for a W3C community group on RDF Stream Processing
On the need for a W3C community group on RDF Stream ProcessingOn the need for a W3C community group on RDF Stream Processing
On the need for a W3C community group on RDF Stream Processing
ย 
Taking Security Groups to Ludicrous Speed with OVS (OpenStack Summit 2015)
Taking Security Groups to Ludicrous Speed with OVS (OpenStack Summit 2015)Taking Security Groups to Ludicrous Speed with OVS (OpenStack Summit 2015)
Taking Security Groups to Ludicrous Speed with OVS (OpenStack Summit 2015)
ย 
Adventures in RDS Load Testing
Adventures in RDS Load TestingAdventures in RDS Load Testing
Adventures in RDS Load Testing
ย 
Creating the PromQL Transpiler for Flux by Julius Volz, Co-Founder | Prometheus
Creating the PromQL Transpiler for Flux by Julius Volz, Co-Founder | PrometheusCreating the PromQL Transpiler for Flux by Julius Volz, Co-Founder | Prometheus
Creating the PromQL Transpiler for Flux by Julius Volz, Co-Founder | Prometheus
ย 
Paper Study - Demand-Driven Computation of Interprocedural Data Flow
Paper Study - Demand-Driven Computation of Interprocedural Data FlowPaper Study - Demand-Driven Computation of Interprocedural Data Flow
Paper Study - Demand-Driven Computation of Interprocedural Data Flow
ย 
defense
defensedefense
defense
ย 
Optimizing with persistent data structures (LLVM Cauldron 2016)
Optimizing with persistent data structures (LLVM Cauldron 2016)Optimizing with persistent data structures (LLVM Cauldron 2016)
Optimizing with persistent data structures (LLVM Cauldron 2016)
ย 
Reactive Stream Processing with Akka Streams
Reactive Stream Processing with Akka StreamsReactive Stream Processing with Akka Streams
Reactive Stream Processing with Akka Streams
ย 
Opensample: A Low-latency, Sampling-based Measurement Platform for Software D...
Opensample: A Low-latency, Sampling-based Measurement Platform for Software D...Opensample: A Low-latency, Sampling-based Measurement Platform for Software D...
Opensample: A Low-latency, Sampling-based Measurement Platform for Software D...
ย 
Fast and Scalable NUMA-based Thread Parallel Breadth-first Search
Fast and Scalable NUMA-based Thread Parallel Breadth-first SearchFast and Scalable NUMA-based Thread Parallel Breadth-first Search
Fast and Scalable NUMA-based Thread Parallel Breadth-first Search
ย 
Carrier recovery and clock recovery for qpsk demodulation
Carrier recovery and clock recovery for qpsk demodulationCarrier recovery and clock recovery for qpsk demodulation
Carrier recovery and clock recovery for qpsk demodulation
ย 
Cycleโ€™s topological optimizations and the iterative decoding problem on gener...
Cycleโ€™s topological optimizations and the iterative decoding problem on gener...Cycleโ€™s topological optimizations and the iterative decoding problem on gener...
Cycleโ€™s topological optimizations and the iterative decoding problem on gener...
ย 
3.01.Lists.pptx
3.01.Lists.pptx3.01.Lists.pptx
3.01.Lists.pptx
ย 
Correctness and Performance of Apache Spark SQL with Bogdan Ghit and Nicolas ...
Correctness and Performance of Apache Spark SQL with Bogdan Ghit and Nicolas ...Correctness and Performance of Apache Spark SQL with Bogdan Ghit and Nicolas ...
Correctness and Performance of Apache Spark SQL with Bogdan Ghit and Nicolas ...
ย 
Correctness and Performance of Apache Spark SQL
Correctness and Performance of Apache Spark SQLCorrectness and Performance of Apache Spark SQL
Correctness and Performance of Apache Spark SQL
ย 
Use of Solid Core Chromatography for the Analysis of Pharmaceutical Compounds
Use of Solid Core Chromatography for the Analysis of Pharmaceutical CompoundsUse of Solid Core Chromatography for the Analysis of Pharmaceutical Compounds
Use of Solid Core Chromatography for the Analysis of Pharmaceutical Compounds
ย 
John Richardson - 2015 - KyotoEBMT System Description for the 2nd Workshop on...
John Richardson - 2015 - KyotoEBMT System Description for the 2nd Workshop on...John Richardson - 2015 - KyotoEBMT System Description for the 2nd Workshop on...
John Richardson - 2015 - KyotoEBMT System Description for the 2nd Workshop on...
ย 
Ofdma 1
Ofdma 1Ofdma 1
Ofdma 1
ย 
McGill Ozone Contactor Design Project
McGill Ozone Contactor Design ProjectMcGill Ozone Contactor Design Project
McGill Ozone Contactor Design Project
ย 
Stanford'12 Intro to Ontology Based Data Access for RDBMS through query rewri...
Stanford'12 Intro to Ontology Based Data Access for RDBMS through query rewri...Stanford'12 Intro to Ontology Based Data Access for RDBMS through query rewri...
Stanford'12 Intro to Ontology Based Data Access for RDBMS through query rewri...
ย 

More from Jean-Paul Calbimonte

Towards Collaborative Creativity in Persuasive Multi-agent Systems
Towards Collaborative Creativity in Persuasive Multi-agent SystemsTowards Collaborative Creativity in Persuasive Multi-agent Systems
Towards Collaborative Creativity in Persuasive Multi-agent SystemsJean-Paul Calbimonte
ย 
A Platform for Difficulty Assessment and Recommendation of Hiking Trails
A Platform for Difficulty Assessment andRecommendation of Hiking TrailsA Platform for Difficulty Assessment andRecommendation of Hiking Trails
A Platform for Difficulty Assessment and Recommendation of Hiking TrailsJean-Paul Calbimonte
ย 
Decentralized Management of Patient Profiles and Trajectories through Semanti...
Decentralized Management of Patient Profiles and Trajectories through Semanti...Decentralized Management of Patient Profiles and Trajectories through Semanti...
Decentralized Management of Patient Profiles and Trajectories through Semanti...Jean-Paul Calbimonte
ย 
Personal Data Privacy Semantics in Multi-Agent Systems Interactions
Personal Data Privacy Semantics in Multi-Agent Systems InteractionsPersonal Data Privacy Semantics in Multi-Agent Systems Interactions
Personal Data Privacy Semantics in Multi-Agent Systems InteractionsJean-Paul Calbimonte
ย 
RDF data validation 2017 SHACL
RDF data validation 2017 SHACLRDF data validation 2017 SHACL
RDF data validation 2017 SHACLJean-Paul Calbimonte
ย 
SanTour: Personalized Recommendation of Hiking Trails to Health Pro files
SanTour: Personalized Recommendation of Hiking Trails to Health ProfilesSanTour: Personalized Recommendation of Hiking Trails to Health Profiles
SanTour: Personalized Recommendation of Hiking Trails to Health Pro filesJean-Paul Calbimonte
ย 
Multi-agent interactions on the Web through Linked Data Notifications
Multi-agent interactions on the Web through Linked Data NotificationsMulti-agent interactions on the Web through Linked Data Notifications
Multi-agent interactions on the Web through Linked Data NotificationsJean-Paul Calbimonte
ย 
The MedRed Ontology for Representing Clinical Data Acquisition Metadata
The MedRed Ontology for Representing Clinical Data Acquisition MetadataThe MedRed Ontology for Representing Clinical Data Acquisition Metadata
The MedRed Ontology for Representing Clinical Data Acquisition MetadataJean-Paul Calbimonte
ย 
Fundamentos de Scala (Scala Basics) (espaรฑol) Catecbol
Fundamentos de Scala (Scala Basics) (espaรฑol) CatecbolFundamentos de Scala (Scala Basics) (espaรฑol) Catecbol
Fundamentos de Scala (Scala Basics) (espaรฑol) CatecbolJean-Paul Calbimonte
ย 
Detection of hypoglycemic events through wearable sensors
Detection of hypoglycemic events through wearable sensorsDetection of hypoglycemic events through wearable sensors
Detection of hypoglycemic events through wearable sensorsJean-Paul Calbimonte
ย 
The Schema Editor of OpenIoT for Semantic Sensor Networks
The Schema Editor of OpenIoT for Semantic Sensor NetworksThe Schema Editor of OpenIoT for Semantic Sensor Networks
The Schema Editor of OpenIoT for Semantic Sensor NetworksJean-Paul Calbimonte
ย 
Scala Programming for Semantic Web Developers ESWC Semdev2015
Scala Programming for Semantic Web Developers ESWC Semdev2015Scala Programming for Semantic Web Developers ESWC Semdev2015
Scala Programming for Semantic Web Developers ESWC Semdev2015Jean-Paul Calbimonte
ย 
Streams of RDF Events Derive2015
Streams of RDF Events Derive2015Streams of RDF Events Derive2015
Streams of RDF Events Derive2015Jean-Paul Calbimonte
ย 
XGSN: An Open-source Semantic Sensing Middleware for the Web of Things
XGSN: An Open-source Semantic Sensing Middleware for the Web of ThingsXGSN: An Open-source Semantic Sensing Middleware for the Web of Things
XGSN: An Open-source Semantic Sensing Middleware for the Web of ThingsJean-Paul Calbimonte
ย 
X-GSN in OpenIoT SummerSchool
X-GSN in OpenIoT SummerSchoolX-GSN in OpenIoT SummerSchool
X-GSN in OpenIoT SummerSchoolJean-Paul Calbimonte
ย 
GSN Global Sensor Networks for Environmental Data Management
GSN Global Sensor Networks for Environmental Data ManagementGSN Global Sensor Networks for Environmental Data Management
GSN Global Sensor Networks for Environmental Data ManagementJean-Paul Calbimonte
ย 
SSN2013 Demo: tablet based visualization of transport data with SPARQLStream
SSN2013 Demo: tablet based visualization of transport data with SPARQLStreamSSN2013 Demo: tablet based visualization of transport data with SPARQLStream
SSN2013 Demo: tablet based visualization of transport data with SPARQLStreamJean-Paul Calbimonte
ย 
Tutorial Stream Reasoning SPARQLstream and Morph-streams
Tutorial Stream Reasoning SPARQLstream and Morph-streamsTutorial Stream Reasoning SPARQLstream and Morph-streams
Tutorial Stream Reasoning SPARQLstream and Morph-streamsJean-Paul Calbimonte
ย 
SPARQLstream and Morph-streams
SPARQLstream and Morph-streamsSPARQLstream and Morph-streams
SPARQLstream and Morph-streamsJean-Paul Calbimonte
ย 

More from Jean-Paul Calbimonte (20)

Towards Collaborative Creativity in Persuasive Multi-agent Systems
Towards Collaborative Creativity in Persuasive Multi-agent SystemsTowards Collaborative Creativity in Persuasive Multi-agent Systems
Towards Collaborative Creativity in Persuasive Multi-agent Systems
ย 
A Platform for Difficulty Assessment and Recommendation of Hiking Trails
A Platform for Difficulty Assessment andRecommendation of Hiking TrailsA Platform for Difficulty Assessment andRecommendation of Hiking Trails
A Platform for Difficulty Assessment and Recommendation of Hiking Trails
ย 
Stream reasoning agents
Stream reasoning agentsStream reasoning agents
Stream reasoning agents
ย 
Decentralized Management of Patient Profiles and Trajectories through Semanti...
Decentralized Management of Patient Profiles and Trajectories through Semanti...Decentralized Management of Patient Profiles and Trajectories through Semanti...
Decentralized Management of Patient Profiles and Trajectories through Semanti...
ย 
Personal Data Privacy Semantics in Multi-Agent Systems Interactions
Personal Data Privacy Semantics in Multi-Agent Systems InteractionsPersonal Data Privacy Semantics in Multi-Agent Systems Interactions
Personal Data Privacy Semantics in Multi-Agent Systems Interactions
ย 
RDF data validation 2017 SHACL
RDF data validation 2017 SHACLRDF data validation 2017 SHACL
RDF data validation 2017 SHACL
ย 
SanTour: Personalized Recommendation of Hiking Trails to Health Pro files
SanTour: Personalized Recommendation of Hiking Trails to Health ProfilesSanTour: Personalized Recommendation of Hiking Trails to Health Profiles
SanTour: Personalized Recommendation of Hiking Trails to Health Pro files
ย 
Multi-agent interactions on the Web through Linked Data Notifications
Multi-agent interactions on the Web through Linked Data NotificationsMulti-agent interactions on the Web through Linked Data Notifications
Multi-agent interactions on the Web through Linked Data Notifications
ย 
The MedRed Ontology for Representing Clinical Data Acquisition Metadata
The MedRed Ontology for Representing Clinical Data Acquisition MetadataThe MedRed Ontology for Representing Clinical Data Acquisition Metadata
The MedRed Ontology for Representing Clinical Data Acquisition Metadata
ย 
Fundamentos de Scala (Scala Basics) (espaรฑol) Catecbol
Fundamentos de Scala (Scala Basics) (espaรฑol) CatecbolFundamentos de Scala (Scala Basics) (espaรฑol) Catecbol
Fundamentos de Scala (Scala Basics) (espaรฑol) Catecbol
ย 
Detection of hypoglycemic events through wearable sensors
Detection of hypoglycemic events through wearable sensorsDetection of hypoglycemic events through wearable sensors
Detection of hypoglycemic events through wearable sensors
ย 
The Schema Editor of OpenIoT for Semantic Sensor Networks
The Schema Editor of OpenIoT for Semantic Sensor NetworksThe Schema Editor of OpenIoT for Semantic Sensor Networks
The Schema Editor of OpenIoT for Semantic Sensor Networks
ย 
Scala Programming for Semantic Web Developers ESWC Semdev2015
Scala Programming for Semantic Web Developers ESWC Semdev2015Scala Programming for Semantic Web Developers ESWC Semdev2015
Scala Programming for Semantic Web Developers ESWC Semdev2015
ย 
Streams of RDF Events Derive2015
Streams of RDF Events Derive2015Streams of RDF Events Derive2015
Streams of RDF Events Derive2015
ย 
XGSN: An Open-source Semantic Sensing Middleware for the Web of Things
XGSN: An Open-source Semantic Sensing Middleware for the Web of ThingsXGSN: An Open-source Semantic Sensing Middleware for the Web of Things
XGSN: An Open-source Semantic Sensing Middleware for the Web of Things
ย 
X-GSN in OpenIoT SummerSchool
X-GSN in OpenIoT SummerSchoolX-GSN in OpenIoT SummerSchool
X-GSN in OpenIoT SummerSchool
ย 
GSN Global Sensor Networks for Environmental Data Management
GSN Global Sensor Networks for Environmental Data ManagementGSN Global Sensor Networks for Environmental Data Management
GSN Global Sensor Networks for Environmental Data Management
ย 
SSN2013 Demo: tablet based visualization of transport data with SPARQLStream
SSN2013 Demo: tablet based visualization of transport data with SPARQLStreamSSN2013 Demo: tablet based visualization of transport data with SPARQLStream
SSN2013 Demo: tablet based visualization of transport data with SPARQLStream
ย 
Tutorial Stream Reasoning SPARQLstream and Morph-streams
Tutorial Stream Reasoning SPARQLstream and Morph-streamsTutorial Stream Reasoning SPARQLstream and Morph-streams
Tutorial Stream Reasoning SPARQLstream and Morph-streams
ย 
SPARQLstream and Morph-streams
SPARQLstream and Morph-streamsSPARQLstream and Morph-streams
SPARQLstream and Morph-streams
ย 

Recently uploaded

Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...SUHANI PANDEY
ย 
VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...
VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...
VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
ย 
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts ServiceReal Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts ServiceEscorts Call Girls
ย 
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445ruhi
ย 
Top Rated Pune Call Girls Daund โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Servi...Call Girls in Nagpur High Profile
ย 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
ย 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...SUHANI PANDEY
ย 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...Escorts Call Girls
ย 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubaikojalkojal131
ย 
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft DatingDubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Datingkojalkojal131
ย 
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...SUHANI PANDEY
ย 
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...Delhi Call girls
ย 
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...nilamkumrai
ย 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...SUHANI PANDEY
ย 
Call Now โ˜Ž 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now โ˜Ž 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now โ˜Ž 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now โ˜Ž 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.soniya singh
ย 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...roncy bisnoi
ย 
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...tanu pandey
ย 

Recently uploaded (20)

Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
ย 
VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...
VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...
VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...
ย 
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts ServiceReal Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
ย 
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
ย 
Top Rated Pune Call Girls Daund โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Servi...
ย 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
ย 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
ย 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
ย 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
ย 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
ย 
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
ย 
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft DatingDubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
ย 
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
ย 
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
ย 
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
ย 
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
ย 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
ย 
Call Now โ˜Ž 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now โ˜Ž 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now โ˜Ž 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now โ˜Ž 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
ย 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
ย 
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
ย 

Query Rewriting in RDF Stream Processing

  • 1. Query Rewriting in RDF Stream Processing Jean-Paul Calbimonte โ€“ Jose Mora โ€“ Oscar Corcho LSIR EPFL OEG UPM ESWC Heraklion, Greece. June 2016 @jpcik
  • 2. 2 Query Rewriting in RDF Stream Processing
  • 3. RDF Streams 3 s p o Triple s p o t Time-stamped triple s p o s p o s p o t Time-stamped graph Gi-1 Gi Gi+1 Gi+2 Gi+3 RDF stream RSPS W(S,t)
  • 4. Windowed Queries in RSP 4 :obs1 rdf:type ssn:Observation . :obs2 rdf:type ssn:Observation . :obs3 rdf:type ssn:Observation . qG(x) โ† ssn:Observation(x) :obs1,:obs2 ,:obs3 qW(S,t)(x) โ† ssn:Observation(x) :obs1,:obs2 [5] :obs3,:obs4 [10] :obs5,:obs6 [15] g1[3] [4] [7] [10] [11] [13] :obs1 rdf:type ssn:Observation . g2 :obs2 rdf:type ssn:Observation . g3 :obs3 rdf:type ssn:Observation . g4 :obs4 rdf:type ssn:Observation . g5 :obs5 rdf:type ssn:Observation . g6 :obs6 rdf:type ssn:Observation . [1] S G graph W W size=5 qW(S,t)(x) โ† ssn:observedBy(x,y) No answers for this query: no matches in the stream
  • 5. RSP Query Languages 5 SELECT (MAX(?temp) AS ?maxtemp) ?sensor WHERE { STREAM :stream [RANGE 1h] { ?obs ssn:observationResult ?result; ssn:observedProperty cf-property:air_temperature; ssn:observedBy ?sensor. ?result ssn:hasValue ?obsValue. ?obsValue qu:numericalValue ?temp. } } GROUP BY ?sensor SELECT ?obs WHERE { STREAM :stream [RANGE 5s] {?obs rdf:type ssn:Observation. } } CQELS C-SPARQL SPARQLStream EP-SPARQL RSP languages Example: Get the maximum air temperature observed in the last hour, grouped by sensor.
  • 6. 6 Query Rewriting in RDF Stream Processing
  • 7. Query Rewriting 7 qโ€™โ€™(x) โ† HumiditySensor(x) Query Rewriting q(x) โ† Sensor(x) qโ€™(x) โ† Sensor(x) Sensor HumiditySensor TBox Original Query Rewritten UCQ ABox Ontology expressiveness: e.g. RDFS, ELHIO, etc. OBDA systems, query rewriters: Prexto, Requiem, Kyrie, etc. Explosion of rewritings, complexity of queries
  • 8. Semantic Sensor Network Ontology 8 ssn:Sensor ssn:Platform ssn:FeatureOfInterest ssn:Deployment ssn:Property cf-prop:air_temperature ssn:observes ssn:onPlatform dul:Place dul:hasLocation ssn:SensingDevicessn:inDeployment ssn:MeasurementCapability ssn:MeasurementProperty geo:lat, geo:lng xsd:double ssn:hasMeasurementProperty ssn:Accuracy ssn:ofFeature aws:TemperatureSensor aws:Thermistor ssn:Latency dim:Temperature qu:QuantityKind cf-prop:soil_temperature cf-feat:Wind cf-feat:Surface cf- feat:Medium cf-feat:air cf-feat:soil dim:VelocityOrSpeed cf-prop:wind_speed cf-prop:rainfall_rate aws:CapacitiveBead โ€ฆ โ€ฆ โ€ฆ
  • 9. Rewriting in RSP 9 :obs1,:obs2 [5] :obs3,:obs4 [10] :obs5,:obs6 [15] g1[3] [4] [7] [10] [11] [13] :obs1 rdf:type ssn:Observation . g2 :obs2 rdf:type ssn:Observation . g3 :obs3 rdf:type ssn:Observation . g4 :obs4 rdf:type ssn:Observation . g5 :obs5 rdf:type ssn:Observation . g6 :obs6 rdf:type ssn:Observation . [1] qโ€™โ€™W(S,t)(x) โ† ssn:Observation(x) Query Rewriting qW(S,t)(x) โ† ssn:observedBy(x,y) qโ€™W(S,t)(x) โ† ssn:observedBy(x,y) Original Query Rewritten UCQ ssn:Observation โŠ‘ โˆƒssn:observedBy S W(S,t)
  • 10. Rewriting in RSP: Semantics 10 ๐‘ž: ๐‘žโ„Ž ๐’™ โ† ๐‘1 โˆง โ‹ฏ โˆง ๐‘ ๐‘›(๐’™ ๐‘›) ๐‘๐‘’๐‘Ÿ๐‘ก ๐‘ž, ๐’ช = ๐œถ | ๐‘ž โˆช ๐’ฏ โˆช ๐’œ โŠจ ๐‘žโ„Ž(๐œถ) ๐‘๐‘’๐‘Ÿ๐‘ก ๐‘ž, ๐’ช = ๐œถ | ๐‘žโ€ฒ โˆช ๐’œ โŠจ ๐‘žโ„Ž(๐œถ) Stream: ๐’œ 0 , ๐’œ 1 , ๐’œ 2 , ๐’œ 3 โ€ฆ ๐’œ ๐‘ก๐‘– , โ€ฆ ๐’œ ๐‘ค ๐‘๐‘’๐‘Ÿ๐‘ก ๐‘ž ๐‘ค, ๐’ฏ, ๐’œ ๐‘ค = ๐œถ | ๐‘ž ๐‘ค โˆช ๐’ฏ โˆช ๐’œ ๐‘ค โŠจ ๐‘žโ„Ž(๐œถ) ๐‘๐‘’๐‘Ÿ๐‘ก ๐‘ž ๐‘ค, ๐’ฏ, ๐’œ ๐‘ค = ๐œถ | ๐‘žโ€ฒ ๐‘ค โˆช ๐’œ ๐‘ค โŠจ ๐‘žโ„Ž(๐œถ) Query Certain answers Ontology rewritten query get rid of TBox Streaming Aboxes Window Evaluated only for a window Now for RDF streams:
  • 12. StreamQR: Rewriting Steps 12 preprocess separate BGP & context Ontology TBOX Datalog query CQELS query Rewritten CQELS UCQ remove functional terms remove auxiliary predicates expand syntactic transformation UCQ CQ (BGP)
  • 13. StreamQR in Action 13 met:TemperatureObservation โŠ‘ โˆƒssn:observedBy.aws:TemperatureSensor met:AirTemperatureObservation โŠ‘ met:TemperatureObservation met:ThermistorObservation โŠ‘ met:TemperatureObservation aws:Thermistor โŠ‘ aws:TemperatureSensor aws:CapacitiveBead โŠ‘ aws:TemperatureSensor TBox CONSTRUCT { ?o a :ObservedTemperature. } WHERE { STREAM :stream1 [RANGE 10ms] { ?o ssn:observedBy ?t . ?t a aws:TemperatureSensor. } } Q(?0) <- aws:TemperatureSensor(?1), ssn:observedBy(?0,?1) kyrie rewriter CQELS Query CQ extraction & syntactic transformation
  • 14. StreamQR in Action 14 Q(?0) <- met:TemperatureObservation(?0) Q(?0) <- met:AirTemperatureObservation(?0) Q(?0) <- met:ThermistorObservation(?0) Q(?0) <- aws:TemperatureSensor(?1), ssn:observedBy(?0,?1) Q(?0) <- aws:Thermistor(?1), ssn:observedBy(?0,?1) Q(?0) <- aws:CapacitiveBead(?1), ssn:observedBy(?0,?1) Q(?0) <- aws:TemperatureSensor(?1), ssn:observedBy(?0,?1) met:TemperatureObservation โŠ‘ โˆƒssn:observedBy.aws:TemperatureSensor met:AirTemperatureObservation โŠ‘ met:TemperatureObservation met:ThermistorObservation โŠ‘ met:TemperatureObservation aws:Thermistor โŠ‘ aws:TemperatureSensor aws:CapacitiveBead โŠ‘ aws:TemperatureSensor TBox Query expansion Rewritten UCQ
  • 15. StreamQR in Action 15 Q(?0) <- met:TemperatureObservation(?0) Q(?0) <- met:AirTemperatureObservation(?0) Q(?0) <- met:ThermistorObservation(?0) Q(?0) <- aws:TemperatureSensor(?1), ssn:observedBy(?0,?1) Q(?0) <- aws:Thermistor(?1), ssn:observedBy(?0,?1) Q(?0) <- aws:CapacitiveBead(?1), ssn:observedBy(?0,?1) PREFIX ssn: <http://purl.oclc.org/NET/ssnx/ssn#> PREFIX aws: <http://purl.oclc.org/NET/ssnx/meteo/aws#> PREFIX met: <http://purl.org/env/meteo#> CONSTRUCT { ?o a :ObservedTemperature. } WHERE { STREAM :stream1 [RANGE 10ms] { { ?o a met:TemperatureObservation } UNION { ?o a met:AirTemperatureObservation } UNION { ?o a met:ThermistorObservation } UNION { ?s a aws:TemperatureSensor . ?o ssn:observedBy ?s } UNION { ?s a aws:Thermistor . ?o ssn:observedBy ?s } UNION { ?s a aws:CapacitiveBead . ?o ssn:observedBy ?s } } CQELS rewritten query: syntactic transformation Rewritten UCQ
  • 16. Comparison: Rewriting vs No-rewriting 16 0 10000 20000 30000 40000 50000 10 100 1000 10000 100000 throughput[triple/s] input rate [triple/s] no rewriting rewriting 0 5000 10000 15000 20000 25000 30000 10 100 1000 10000 100000 throughput[triple/s] input rate [triple/s] no rewriting rewriting 0 5000 10000 15000 20000 25000 10 100 1000 10000 100000 throughput[triple/s] input rate [triple/s] no rewriting rewriting โ€ข Throughput under different input data loads โ€ข Modified version of the SRBench benchmark queries โ€ข Ontology based on AWS, which extends SSN-O โ€ข Compared the throughput of StreamQR with CQELS (no rewiriting) โ€ข Tested under different input rates, ranging from 10 to 100K triples/s โ€ข Under three different load conditions: such that only: โ€ข 10%, 50% and 90% of the input data matches the continuous query 10% of matches 90% of matches50% of matches Reaches optimal t-put up to this point
  • 17. Varying input distributions 17 0 5000 10000 15000 20000 25000 30000 35000 40000 10 100 1000 10000 100000 throughput[triple/s] input rate[triple/s] 10% match 20% match 50% match 80% match โ€ข The more matches, the more time the engine spends on evaluation โ€ข Up to 10K triples/s., StreamQR is capable to keep up with the input โ€ข Beyond that, the throughput degrades until it reaches a limit Changning que input stream triple distribution โ€ข Experiments under different input loads โ€ข Varying distribution of the types of triples โ€ข 10, 20, 50, 80 and 90% of the triples match the query.
  • 18. Throughput for different queries 18 100 1000 10000 100000 100 1000 10000 100000 throughput[triple/s] input rate[triple/s] q4 q6 q1 q5 q2 q3 q7 q10 Different queries prducing from 2 to 180 rewritings โ€ข Throughput decreases for queries that produce more rewrittings โ€ข Optimizations: existing techniques used in query rewriting and OBDA โ€ข Pruning queries that may not match any input. โ€ข For around 1K triples/s, it still reaches maximum throughput. โ€ข Different queries -> UCQ with a different number of sub-queries. โ€ข 9 distinct queries that produce from 2 to over 180 sub-queries
  • 19. Comparing with TrOwl 19 100 1000 10000 100000 100 1000 10000 100000 throughput[triple/s] input rate[triple/s] StreamQR Trowl-no-reclassify Trowl-only-add Trowl-add-remove โ€ข Removal operation known to be expensive in incremental materialization โ€ข StreamQR sustains better throughput under fast input rates โ€ข Under lower input rates both are able to reach maximum throughput. โ€ข TrOWL Provides incremental reasoning for ABoxes โ€ข Three settings: โ€ข TrOWL without performing any reasoning (noreclassify) โ€ข Activating the reasoning, but allowing only additions โ€ข Including removals
  • 20. Conclusions 20 โ€ข Query answering over ontologies for RDF stream processors โ€ข Novel approach that combines query rewriting techniques and an RSP engines โ€ข Implemented StreamQR: incorporates the kyrie into an existing RSP โ€ข Still efficient in terms of throughput, for a large range of scenarios โ€ข Plan to study other criteria such as correctness โ€ข Exploring different expressiveness โ€ข Find a good balance between efficiency and complexity. โ€ข Research in approaches that combine rewriting and incremental materialization
  • 21. Thanks a lot! ยฟTienes preguntas? Jean-Paul Calbimonte LSIR EPFL @jpcik