VLDB 2026 Research / reviewers in the wild / expert
Emanuele Della Valle
dblp:91/4526
· DBLP profile ↗
51ranked-venue papers in the field
1as first author
18since 2021 · last 2026
0000-0002-5176-5885ORCID · verified
Domains — venue-derived; a paper can count in several
Knowledge Engineering, Semantic Web & Information Systems · 26 (1 first)Big Data, Cloud & Distributed Data Systems · 11Information Retrieval & Web Search · 6Database Systems & Data Management · 3Data Mining & Knowledge Discovery · 3Business Process & Enterprise Data · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | LLM-Enhanced Semantic Data Integration of Electronic Component Qualifications in the Aerospace Domain
Antonio De Santis, Marco Balduini, Matteo Belcao, Andrea Proia, Marco Brambilla 0001, Emanuele Della Valle |
ESWC (2) | 6 |
| 2026 | Dynamic continuous progressive neural networks for evolving streaming time seriesabstractAbstract This work addresses the challenges of learning from Evolving Streaming Time Series, a scenario defined in streaming contexts by the need for continuous learning, managing temporal dependence, reacting to concept drifts, and avoiding catastrophic forgetting. Streaming Continual Learning (SCL) is an emerging paradigm specifically aimed at tackling these issues. To this end, SCL combines elements of Streaming Machine Learning, Continual Learning, and Time Series Analysis. The core idea of SCL is to maintain a progressively enriched representation that reflects everything learned so far. When a drift occurs, the model integrates newly emerging information and also selectively draws on earlier knowledge. In this context, the present work proposes Dynamic Continuous Progressive Neural Networks (DYNcPNN), a comprehensive and pioneering SCL embodiment built on our previously introduced cPNN architecture. DYNcPNN is a dynamic variant designed to adapt more effectively to concept drifts. Its key contribution is a mechanism that dynamically determines when to expand the architecture to incorporate new knowledge, reducing unnecessary complexity while preserving high performance. DYNcPNN also introduces a strategy to prevent forgetting when, after a concept drift, the model continues learning without expanding, thereby risking overwriting the existing knowledge. The model integrates an automatic concept drift detection system that enables adaptation without manual intervention. Experimental results show that DYNcPNN consistently outperforms traditional SML models, cPNN, and a continuously trained LSTM. It adapts more quickly to concept drifts, effectively mitigates catastrophic forgetting, and optimizes memory usage. Moreover, the results highlight the limitations of SML models, which are unable to account for temporal dependence. Federico Giannini, Giacomo Ziffer, Emanuele Della Valle |
Data Min. Knowl. Discov. | 3 |
| 2025 | Don't Look Back in Anger: MAGIC Net for Streaming Continual Learning with Temporal DependenceabstractConcept drift, temporal dependence, and catastrophic forgetting represent major challenges when learning from data streams. While Streaming Machine Learning and Continual Learning (CL) address these issues separately, recent efforts in Streaming Continual Learning (SCL) aim to unify them. In this work, we introduce MAGIC Net, a novel SCL approach that integrates CL-inspired architectural strategies with recurrent neural networks to tame temporal dependence. MAGIC Net continuously learns, looks back at past knowledge by applying learnable masks over frozen weights, and expands its architecture when necessary. It performs all operations online, ensuring inference availability at all times. Experiments on synthetic and real-world streams show that it improves adaptation to new concepts, limits memory usage, and mitigates forgetting. Federico Giannini, Sandro D'andrea, Emanuele Della Valle |
IEEE Big Data | 3 |
| 2025 | Semantic-Aware Streaming Learning for Anomalous Event Detection in Power Grids
Lorenzo Iovine, Matteo Belcao, Giacomo Ziffer, Gabriele Paludetto, Samuele Forciniti, Emanuele Della Valle |
ISWC (2) | 6 |
| 2024 | MAcPNN: Mutual Assisted Learning on Data Streams with Temporal DependenceabstractInternet of Things (IoT) Analytics often involves applying machine learning (ML) models on data streams. In such scenarios, traditional ML paradigms face obstacles related to continuous learning while dealing with concept drifts, temporal dependence, and avoiding forgetting. Moreover, in IoT, different edge devices build up a network. When learning models on those devices, connecting them could be useful in improving performance and reusing others’ knowledge. This work proposes Mutual Assisted Learning, a learning paradigm grounded on Vygotsky’s popular Sociocultural Theory of Cognitive Development. Each device is autonomous and does not need a central orchestrator. Whenever it degrades its performance due to a concept drift, it asks for assistance from others and decides whether their knowledge is useful for solving the new problem. This way, the number of connections is drastically reduced compared to the classical Federated Learning approaches, where the devices communicate at each training round. Every device is equipped with a Continuous Progressive Neural Network (cPNN) to handle the dynamic nature of data streams. We call this implementation Mutual Assisted cPNN (MAcPNN). To implement it, we allow cPNNs for single data point predictions and apply quantization to reduce the memory footprint. Experimental results prove the effectiveness of MAcPNN in boosting performance on synthetic and real data streams. Federico Giannini, Emanuele Della Valle |
IEEE Big Data | 2 |
| 2024 | Tenet: Benchmarking Data Stream Classifiers in Presence of Temporal DependenceabstractIn batch learning, it is commonly assumed that samples are independent and identically distributed (i.i.d.). However, this assumption does not hold in dynamic environments where data streams are not identically distributed due to concept drifts. Furthermore, while most Streaming Machine Learning (SML) literature assumes independence among examples, data streams often have important temporal components that learning should adequately consider. Neglecting this temporal dependence can lead to significant misguidance in designing and evaluating SML models. To support our thesis, we propose Tenet, a novel benchmarking framework designed to evaluate data stream classifiers in non-i.i.d. scenarios comparatively. Tenet consists of a data stream generator and a baseline. The data stream generator introduces temporal dependence into the data streams commonly used for evaluating SML algorithms. The baseline is a continuous version of the Long Short-Term Memory algorithm called cLSTM. Extensive experiments using Tenet demonstrate that cLSTM consistently outperforms state-of-the-art SML classifiers when learning from data streams with temporal dependence. This result is a call to action for the SML and the Deep Learning communities to investigate classifiers in the time-dependent streaming scenario and makes Tenet the first publicly available benchmark to support this research. Giacomo Ziffer, Federico Giannini, Emanuele Della Valle |
IEEE Big Data | 3 |
| 2024 | Seraph: Continuous Queries on Property Graph StreamsabstractInternational audience Christopher Rost, Riccardo Tommasini 0001, Angela Bonifati, Emanuele Della Valle, Erhard Rahm, Keith W. Hare, Stefan Plantikow, Petra Selmer, Hannes Voigt |
EDBT | 4 |
| 2024 | Integrating Large Language Models and Knowledge Graphs for Extraction and Validation of Textual Test Data
Antonio De Santis, Marco Balduini, Federico De Santis, Andrea Proia, Arsenio Leo, Marco Brambilla 0001, Emanuele Della Valle |
ISWC (3) | 7 |
| 2023 | Choosing the Right Time to Learn Evolving Data StreamsabstractContinuous data generation over time presents new challenges for Machine Learning systems, which must develop real-time models due to memory and latency limitations. Streaming Machine Learning algorithms analyze data streams one sample at a time, progressively updating their models. However, is it necessary to utilize all the data for model updates? This paper introduces the Online Ensemble SPaced Learning (OE-SPL) strategy, an ensemble meta-strategy that combines online ensemble learning and the Spaced Learning heuristic to rapidly learn underlying concepts without using all samples. We evaluated OE-SPL on synthetic and real data streams containing various concept drifts, providing statistical evidence that OE-SPL achieves comparable performance to state-of-the-art ensemble models while recovering from multiple concept drift occurrences more efficiently, using less time and RAM-Hours. Alessio Bernardo, Emanuele Della Valle, Albert Bifet |
IEEE Big Data | 2 |
| 2023 | Continuous Soccer Pass Detection: A Comparison between Traditional and Streaming Machine Learning MethodsabstractSports analytics has grown significantly through continuous data streams from wearable tracking devices. This article explores the performance of traditional Machine Learning methods (ML) compared to Streaming Machine Learning approaches (SML) in the context of sports analytics, specifically in identifying passes during a soccer match. The study utilizes leg movement data from wearable sensors on players’ shoes to differentiate between pass and nonpass actions. Balanced, imbalanced and rebalanced datasets are created and analyzed. Several traditional and streaming algorithms are tested, and statistical analyses are performed to assess their performance. The findings indicate that Streaming Machine Learning can achieve comparable or better performance than traditional methods, especially on larger rebalanced datasets. This research highlights the potential of Streaming Machine Learning for online sports analytics and suggests future directions for exploring player tendencies and edge device adaptability. Stefania Menconi, Giacomo Ziffer, Alessio Bernardo, Emanuele Della Valle |
IEEE Big Data | 4 |
| 2023 | cPNN: Continuous Progressive Neural Networks for Evolving Streaming Time SeriesabstractAbstract Dealing with an unbounded data stream involves overcoming the assumption that data is identically distributed and independent. A data stream can, in fact, exhibit temporal dependencies (i.e., be a time series), and data can change distribution over time (concept drift). The two problems are deeply discussed, and existing solutions address them separately: a joint solution is absent. In addition, learning multiple concepts implies remembering the past (a.k.a. avoiding catastrophic forgetting in Neural Networks’ terminology). This work proposes Continuous Progressive Neural Networks (cPNN), a solution that tames concept drifts, handles temporal dependencies, and bypasses catastrophic forgetting. cPNN is a continuous version of Progressive Neural Networks, a methodology for remembering old concepts and transferring past knowledge to fit the new concepts quickly. We base our method on Recurrent Neural Networks and exploit the Stochastic Gradient Descent applied to data streams with temporal dependencies. Results of an ablation study show a quick adaptation of cPNN to new concepts and robustness to drifts. Federico Giannini, Giacomo Ziffer, Emanuele Della Valle |
PAKDD (4) | 3 |
| 2022 | D2IA: User-defined interval analytics on distributed streams
Ahmed Awad 0001, Riccardo Tommasini 0001, Samuele Langhi, Mahmoud Kamel, Emanuele Della Valle, Sherif Sakr |
Inf. Syst. | 5 |
| 2021 | SMOTE-OB: Combining SMOTE and Online Bagging for Continuous Rebalancing of Evolving Data StreamsabstractThe world is constantly changing, and so are the massive amount of data produced. However, only a few studies deal with online class imbalance learning that combines the challenges of class-imbalanced data streams and concept drift. In this paper, we propose the Synthetic Minority Oversampling TEchnique with Online Bagging (SMOTE-OB). It is a novel cost-sensitive ensemble strategy that uses Online Bagging and a new sketched version of SMOTE to over/undersample the minority and majority classes. We benchmarked SMOTE-OB on synthetic and real data streams containing different concept drifts, imbalance levels, and class distributions. We bring statistical evidence that the SMOTE-OB ensemble achieves minority class performance that are better than the state-of-the-art ones. Moreover, we perform a time/memory consumption analysis. Alessio Bernardo, Emanuele Della Valle |
IEEE BigData | 2 |
| 2021 | Scaling the monitoring of approximate top-k queries in streaming windowsabstractThe continuous search for the k best results given a query (top-k) in a data stream is a problem that has gained a lot of attention in recent years, especially in social media and IoT contexts. In these contexts it is essential that the system is able to respond reactively. Therefore, in this study we address how to scale the monitoring of approximate continuous top-k queries to guarantee the reactiveness of the system.In this paper we introduce a scalable distributed version of the MinTopK+N algorithm that allows the system to remain reactive when the load increases. In addition, we present a scale- out/in algorithm that allows the system to add instances to cope with workload increments and remove instances to avoid over- provisioning. Furthermore, in a set of managed experiments, we demonstrated how the increase in the workload could affect the system performance and the impact of the instant of triggering scaling actions on the system performance. Finally, we present a study on the impact of the scaling action on the correctness of the result, showing that the scaling algorithm does not negatively impact the correctness of the results, and in certain conditions, it can even improve the quality of the approximation. Víctor Rampérez, Shima Zahmatkesh, Emanuele Della Valle |
IEEE BigData | 3 |
| 2021 | Kalman Filtering for Learning with Evolving Data StreamsabstractProcessing data streams gained much importance in recent years. Standard machine learning algorithms do not cope well with non-stationary streaming data, where decision models evolve and generate so-called concept drift. Online adaptive algorithms emerged to solve these issues. They learn incrementally and generally require explicit forgetting mechanisms to adapt to concept drift. In this paper, we propose the application of Kalman filtering to handle evolving data streams. This novel approach addresses data stream mining and concept drift management challenges from a new perspective, directly modelling a representation suitable for the data streams. First, we study a Kalman filter based learning a pproach and investigate its integration into the Naïve Bayes algorithm, namely KalmanNB. Additionally, we propose the Hoeffding Kalman Tree, a combination of the Hoeffding Tree with KalmanNB. Empirical results demonstrate that the Kalman filter based approach inherently manages concept drifts, and it adapts to the emerging concept more rapidly than the state-of-the-art algorithms. Moreover, it is an accurate and robust approach and requires less storage while still being faster. Giacomo Ziffer, Alessio Bernardo, Emanuele Della Valle, Albert Bifet |
IEEE BigData | 3 |
| 2021 | RSP4J: An API for RDF Stream Processing
Riccardo Tommasini 0001, Pieter Bonte, Femke Ongenae, Emanuele Della Valle |
ESWC | 4 |
| 2021 | Chimera: A Bridge Between Big Data Analytics and Semantic Technologies
Matteo Belcao, Emanuele Falzone, Enea Bionda, Emanuele Della Valle |
ISWC | 4 |
| 2021 | VFC-SMOTE: very fast continuous synthetic minority oversampling for evolving data streamsabstractAbstract The world is constantly changing, and so are the massive amount of data produced. However, only a few studies deal with online class imbalance learning that combines the challenges of class-imbalanced data streams and concept drift. In this paper, we propose the very fast continuous synthetic minority oversampling technique ( VFC - SMOTE ). It is a novel meta-strategy to be prepended to any streaming machine learning classification algorithm aiming at oversampling the minority class using a new version of Smote and Borderline - Smote inspired by Data Sketching. We benchmarked VFC - SMOTE pipelines on synthetic and real data streams containing different concept drifts, imbalance levels, and class distributions. We bring statistical evidence that VFC - SMOTE pipelines learn models whose minority class performances are better than state-of-the-art. Moreover, we analyze the time/memory consumption and the concept drift recovery speed. Alessio Bernardo, Emanuele Della Valle |
Data Min. Knowl. Discov. | 2 |
| 2020 | C-SMOTE: Continuous Synthetic Minority Oversampling for Evolving Data StreamsabstractStreaming Machine Learning (SML) studies single-pass learning algorithms that update their models one data item at a time given an unbounded and often non-stationary flow of data (a.k.a., in presence of concept drift). Online class imbalance learning is a branch of SML that combines the challenges of both class imbalance and concept drift. In this paper, we investigate the binary classification problem of rebalancing an imbalanced stream of data in the presence of concept drift, accessing one sample at a time. We propose Continuous Synthetic Minority Oversampling Technique (C-SMOTE), a novel rebalancing meta-strategy to pipeline with SML classification algorithms. C-SMOTE is inspired by the popular SMOTE algorithm but operates continuously. We benchmark C-SMOTE pipelines on ten different groups of data streams. We bring empirical evidence that models learnt with C-SMOTE pipelines outperform models trained on imbalanced data stream without losing the ability to deal with concept drifts. Moreover, we show that they outperform other stream balancing techniques from the literature. Alessio Bernardo, Heitor Murilo Gomes, Jacob Montiel, Bernhard Pfahringer, Albert Bifet, Emanuele Della Valle |
IEEE BigData | 6 |
| 2020 | Extending Kafka Streams for Complex Event RecognitionabstractStreaming Analytics (SA) and Complex Event Recognition (CER) are of paramount importance in searching for an ultimate Big Data solution that can simultaneously address Data Velocity, Variety, and Volume. Indeed, the growing popularity of streaming data has pushed the boundaries of existing data systems, fostering the rise of Stream Processing Engines (SPE). However, Data Velocity never appears isolated. Streams are huge, heterogeneous, and noisy as they come from multiple sources. Horizontally-scalable SPEs like Flink and KSQL-DB allow continuous stream analytics using SQL-like languages. On the other hand, CER engines like OracleCEP and DroolFusion use regular languages for (parallel) pattern detection over heterogeneous streams. This paper takes a first step towards a unifying solution. To this extent, we present KELPr, an in-memory distributed CER engine designed extending the Dual Streaming Model and implemented on top of Kafka Streams. Samuele Langhi, Riccardo Tommasini 0001, Emanuele Della Valle |
IEEE BigData | 3 |
| 2020 | Approximate Distance-based Anomaly Detection at Massive ScaleabstractAnomaly detection is valuable in many domains. Distance-based algorithms are one of the most well-known techniques for anomaly detection. These algorithms have been shown to produce good accuracy in a wide range of applications. However, distance-based algorithms are limited in terms of scalability. This makes it difficult for these algorithms to handle massive data sets. To overcome this limitation, in this paper we propose a parallel formulation of the popular KNN distance-based algorithm for unsupervised anomaly detection. Our formulation focused on improving scalability by analyzing in parallel different parts of the data. This approach is valuable whenever the analyzed data does not fit comfortably into memory, or when it is distributed across several locations. To reduce synchronization latency, the proposed algorithm computes approximate nearest neighborhoods. We show, both theoretically and empirically, how this approach greatly improves scalability without significantly penalizing detection accuracy. To validate our approach, we perform extensive experiments on both synthetic and real-world data sets. Sivam Pasupathipillai, Emanuele Della Valle |
IEEE BigData | 2 |
| 2020 | Declarative Languages for Big Streaming Data
Riccardo Tommasini 0001, Sherif Sakr, Emanuele Della Valle, Hojjat Jafarpour |
EDBT | 3 |
| 2020 | On Teaching Web Stream Processing - Lessons Learned
Riccardo Tommasini 0001, Emanuele Della Valle, Marco Balduini, Sherif Sakr |
ICWE | 2 |
| 2020 | A First Step Towards a Streaming Linked Data Life-Cycle
Riccardo Tommasini 0001, Mohamed Ragab 0001, Alessandro Falcetta, Emanuele Della Valle, Sherif Sakr |
ISWC (2) | 4 |
| 2019 | D ^2 2 IA: Stream Analytics on User-Defined Event Intervals
Ahmed Awad 0001, Riccardo Tommasini 0001, Mahmoud Kamel, Emanuele Della Valle, Sherif Sakr |
CAiSE | 4 |
| 2018 | A Query Model for Ontology-Based Event Processing over RDF Streams
Riccardo Tommasini 0001, Pieter Bonte, Emanuele Della Valle, Femke Ongenae, Filip De Turck |
EKAW | 3 |
| 2018 | VoCaLS: Vocabulary and Catalog of Linked Streams
Riccardo Tommasini 0001, Yehia Abo Sedira, Daniele Dell'Aglio, Marco Balduini, Muhammad Intizar Ali, Danh Le Phuoc, Emanuele Della Valle, Jean-Paul Calbimonte |
ISWC (2) | 7 |
| 2017 | RSPLab: RDF Stream Processing Benchmarking Made Easy
Riccardo Tommasini 0001, Emanuele Della Valle, Andrea Mauri 0001, Marco Brambilla 0001 |
ISWC (2) | 2 |
| 2017 | Extracting Emerging Knowledge from Social MediaabstractMassive data integration technologies have been recently used to produce very large ontologies. However, knowledge in the world continuously evolves, and ontologies are largely incomplete for what concerns low-frequency data, belonging to the so-called long tail. Socially produced content is an excellent source for discovering emerging knowledge: it is huge, and immediately reflects the relevant changes which hide emerging entities. Thus, we propose a method for discovering emerging entities by extracting them from social content. Marco Brambilla 0001, Stefano Ceri, Emanuele Della Valle, Riccardo Volonterio, Felix Xavier Acero Salazar |
WWW | 3 |
| 2016 | A Query Model to Capture Event Pattern Matching in RDF Stream Processing Query Languages
Daniele Dell'Aglio, Minh Dao-Tran, Jean-Paul Calbimonte, Danh Le Phuoc, Emanuele Della Valle |
EKAW | 5 |
| 2016 | Heaven: A Framework for Systematic Comparative Research Approach for RSP Engines
Riccardo Tommasini 0001, Emanuele Della Valle, Marco Balduini, Daniele Dell'Aglio |
ESWC | 2 |
| 2016 | When a FILTER Makes the Difference in Continuously Answering SPARQL Queries on Streaming and Quasi-Static Linked Data
Shima Zahmatkesh, Emanuele Della Valle, Daniele Dell'Aglio |
ICWE | 2 |
| 2016 | TripleWave: Spreading RDF Streams on the Web
Andrea Mauri 0001, Jean-Paul Calbimonte, Daniele Dell'Aglio, Marco Balduini, Marco Brambilla 0001, Emanuele Della Valle, Karl Aberer |
ISWC (2) | 6 |
| 2016 | Planning Ahead: Stream-Driven Linked-Data Access Under Update-Budget Constraints
Shen Gao, Daniele Dell'Aglio, Soheila Dehghanzadeh, Abraham Bernstein, Emanuele Della Valle, Alessandra Mileo |
ISWC (1) | 5 |
| 2015 | Approximate Continuous Query Answering over Streams and Dynamic Linked Data Sets
Soheila Dehghanzadeh, Daniele Dell'Aglio, Shen Gao, Emanuele Della Valle, Alessandra Mileo, Abraham Bernstein |
ICWE | 4 |
| 2015 | FraPPE: A Vocabulary to Represent Heterogeneous Spatio-temporal Data to Support Visual Analytics
Marco Balduini, Emanuele Della Valle |
ISWC (2) | 2 |
| 2014 | RSP-QL Semantics: A Unifying Query Model to Explain Heterogeneity of RDF Stream Processing SystemsabstractRDF and SPARQL are established standards for data interchange and querying on the Web. While they have been shown to be useful and applicable in many scenarios, they are not sufficiently adequate for dealing with streams of data and their intrinsic continuous nature. In the last years data and query languages have been proposed to extend both RDF and SPARQL for streams and continuous processing, under the name of RDF Stream Processing – RSP. These efforts resulted in several models and implementations that, at a first look, appear to propose alternative syntaxes but equivalent semantics. However, when asked to continuously answer the same queries on the same data streams, they provide different answers at disparate moments due to the heterogeneity of their operational semantics. These discrepancies render the process of understanding and comparing continuous query results complex and misleading. In this work, the authors propose RSP-QL, a comprehensive model that formally defines the semantics of an RSP system. RSP-QL makes explicit the hidden assumptions of currently available RSP systems, allows defining a formal notion of correctness for RSP query results and, thus, explains why available implementations provide different answers at disparate moments. Daniele Dell'Aglio, Emanuele Della Valle, Jean-Paul Calbimonte, Óscar Corcho |
Int. J. Semantic Web Inf. Syst. | 2 |
| 2013 | Seven Commandments for Benchmarking Semantic Flow Processing Systems
Thomas Scharrenbach, Jacopo Urbani, Alessandro Margara, Emanuele Della Valle, Abraham Bernstein |
ESWC | 4 |
| 2013 | Social Listening of City Scale Events Using the Streaming Linked Data Framework
Marco Balduini, Emanuele Della Valle, Daniele Dell'Aglio, Mikalai Tsytsarau, Themis Palpanas, Cristian Confalonieri |
ISWC (2) | 2 |
| 2013 | On Correctness in RDF Stream Processor Benchmarking
Daniele Dell'Aglio, Jean-Paul Calbimonte, Marco Balduini, Óscar Corcho, Emanuele Della Valle |
ISWC (2) | 5 |
| 2012 | Mega-modeling for Big Data Analytics
Stefano Ceri, Emanuele Della Valle, Dino Pedreschi, Roberto Trasarti |
ER | 2 |
| 2012 | Linking Smart Cities Datasets with Human Computation - The Case of UrbanMatch
Irene Celino, Simone Contessa, Marta Corubolo, Daniele Dell'Aglio, Emanuele Della Valle, Stefano Fumeo, Thorsten Krüger |
ISWC (2) | 5 |
| 2012 | Efficient Execution of Top-K SPARQL Queries
Sara Magliacane, Alessandro Bozzon, Emanuele Della Valle |
ISWC (1) | 3 |
| 2012 | BOTTARI: An augmented reality mobile application to deliver personalized and location-based recommendations by continuous analysis of social media streams
Marco Balduini, Irene Celino, Daniele Dell'Aglio, Emanuele Della Valle, Yi Huang 0002, Tony Kyung-il Lee, Seon-Ho Kim, Volker Tresp |
J. Web Semant. | 4 |
| 2010 | Incremental Reasoning on Streams and Rich Background Knowledge
Davide Francesco Barbieri, Daniele Braga, Stefano Ceri, Emanuele Della Valle, Michael Grossniklaus |
ESWC (1) | 4 |
| 2009 | C-SPARQL: SPARQL for continuous queryingabstractC-SPARQL is an extension of SPARQL to support continuous queries, registered and continuously executed over RDF data streams, considering windows of such streams. Supporting streams in RDF format guarantees interoperability and opens up important applications, in which reasoners can deal with knowledge that evolves over time. We present C-SPARQL by means of examples in Urban Computing. Davide Francesco Barbieri, Daniele Braga, Stefano Ceri, Emanuele Della Valle, Michael Grossniklaus |
WWW | 4 |
| 2007 | Design Abstractions for Innovative Web Applications: The Case of the SOA Augmented with Semantics
Stefano Ceri, Marco Brambilla 0001, Emanuele Della Valle |
ESWC | 3 |
| 2007 | SEEMP: An Semantic Interoperability Infrastructure for e-Government Services in the Employment Sector
Emanuele Della Valle, Dario Cerizza, Irene Celino, Jacky Estublier, Germán Vega, Mick Kerrigan, Boris Villazón-Terrazas, Pascal Guarrera, Gabriella Monteleone |
ESWC | 1 |
| 2007 | Squiggle: An Experience in Model-Driven Development of Real-World Semantic Search Engines
Irene Celino, Emanuele Della Valle, Dario Cerizza, Andrea Turati |
ICWE | 2 |
| 2006 | A Software Engineering Approach to Design and Development of Semantic Web Service Applications
Marco Brambilla 0001, Irene Celino, Stefano Ceri, Dario Cerizza, Emanuele Della Valle, Federico Michele Facca |
ISWC | 5 |
| 2005 | Multiple Vehicles for a Semantic Navigation Across Hyper-environments
Irene Celino, Emanuele Della Valle |
ESWC | 2 |