GraphDB in Action: Putting the Most Reliable RDF Database to Work for Better Human-machine Interaction

Explore the world of academia research projects that use Ontotext’s RDF database, GraphDB, to meet the challenges of heterogeneous and poor-quality data across domains where data integration and interoperability are critical to support applications.

January 27, 2023 8 mins. read Teodora PetkovaGergana PetkovaGergana Petkova

In today’s world, we increasingly interact with the environment around us through data. This might include a range of tasks such as searching weather conditions on an app, looking at the temperature at home, reviewing electricity usage on a dedicated web platform, all the way to managing and utilizing data in a professional system at work.

For all these data operations to flow smoothly, data needs to be interoperable, of good quality and easy to integrate. In other words, data coming from different sources need to be interlinked, contextualized and normalized in a graph that allows for its consistent and unambiguous interpretation.  And this is what semantic data management is about. In this part of our series GraphDB in action, we highlight cutting-edge research where GraphDB has been used to power solutions built with semantic data.

A Geo-knowledge Graph Based on RDF, OWL and GeoSPARQL

The first paper in focus is Know, Know Where, KnowWhereGraph: A densely connected, cross-domain knowledge graph and geo-enrichment service stack for applications in environmental intelligence by Krzysztof Janowicz, Pascal Hitzler, Wenwen Li et al. published as a special topic article in AI magazine, Volume 43, Issue 1, Spring 2022.

The paper introduces KnowWhereGraph (KWG) as a solution to the ever-growing challenge of integrating heterogeneous data and building services on top of already existing open data. KnowWhereGraph is a location-centric knowledge graph of data at the interface between humans and the environment, based on existing standards like RDF, OWL and GeoSPARQL. It incorporates custom ontologies and uses a hierarchical discrete global grid for spatial representations.

Motivating the use of knowledge graph technology for environmental data, the authors explain why spatial data requires special treatment. They suggest application areas for the graph in disaster mitigation, (food) supply chain management and the broader Environmental, Social, and corporate Governance (ESG) market. They also introduce services on top of the graph such as GeoEnrichment – the process of augmenting local data on-demand with custom tailored contextual information.

KnowWhereGraph’s value proposition is that it can deliver area briefings for any place on earth within seconds to power environmental intelligence applications and data-driven decision-making more broadly.

More concretely, KnowWhereGraph answers questions such as:

  • “What is here?”
  • “What happened here before?”
  • “Who knows more?”
  • “How does this region/event compare to other regions/events?”

To do so, KWG draws from over 30 fully integrated and semantically homogenized data layers. The current graph release (called Vienna) contains 12.5B triples. This number is expected to grow beyond 20B by next year, as reported by the authors of the project. These 30 layers can be split into two kinds: a location-reference layer and a topic layer. KWG contains ten location layers, including millions of named places, administrative borders, weather zones, climate zones, zip codes, fips codes, market areas, etc.

As neither natural disasters nor the curiosity of data scientists stops at fiat borders, KWG also contains the S2 discrete global hierarchical grid down to a level thaty allows users to freely combine cells (covering about 1 km2) to define their own region of interest. For each region, known or user-defined, the graph contains topologically-registered data from about 20 thematic layers, including population characteristics, transportation infrastructure, crop time series data for agricultural applications, soil characteristics, past events , and climate predictions, to name but a few. The triple store is powered by GraphDB, while interfaces, GeoEnrichment services and so forth are custom-developed, e.g., as add-ins to Esri’s ArcGIS Pro Geographic Information System.

New call-to-action KnowWhereGraph’s value proposition is that it can deliver area briefings for any place on earth within seconds to power environmental intelligence applications and data-driven decision-making more broadly. Click To Tweet

Transforming the European Transportation Ecosystem One Triple at a Time

The second paper we want to talk about is SPRINT: Semantics for PerfoRmant and scalable INteroperability of multimodal Transport by Mersedeh Sadeghi, Petr Buchníček, Alessio Carenini, Oscar Corcho, Stefanos Gogos, Matteo Rossi, Riccardo Santoro, published in Proceedings of 8th Transport Research Arena TRA 2020, April 27-30, 2020, Helsinki, Finland.

The paper presents early results of the SPRINT project, which plays a central role in the Shift2Rail IP4 work programme. The authors address the challenge of interoperability in the digitalization of mobility systems and introduce a reference architecture for the Shift2Rail Interoperability Framework (IF). The IF’s aim is to enable multimodal travel in a highly diverse environment and with many transport modes.

The IF conceptual architecture includes various components, one of which is the Asset Manager. It acts as a catalog of assets that are involved in various publication processes. The catalog stores the asset’s metadata in RDF. It is also able to transform the asset descriptions into RDF triples and to feed them to an RDF repository, which is GraphDB. This allows keeping a well-defined representation of the metadata of each asset and enables using a SPARQL endpoint to query it.

This paper concludes that the proposed reference architecture realizes the objectives of the IF in two ways. “Firstly, through the Asset Manager, which masks the complexity of interoperability to travel applications by publishing uniform abstractions of services, and which enables travel applications to communicate among them uniformly (e.g., web service/API interfaces and communication protocols). Secondly, by providing additional technical means to automate and facilitate seamless and smooth cooperation of heterogeneous and fragmented transportation actors and to enable them to operate on the web of transportation data.”

New call-to-action

 

Using Data From Building Automation And Control Systems Semantic For More Efficient Analysis

The last paper in this selection is Data Integrity Checks for Building Automation and Control Systems by authors Markus Gwerder, Reto Marek, Andreas Melillo and Maria Husmann, published in Proceedings of CLIMA 2022 Conference, May 2022.

This paper addresses the challenge of using reliable and trustworthy data in Building Automation Systems. As data from building automation and control systems is growing in quantity, its quality needs to be improved in order to allow better management and data analytics over it. Towards that end authors introduce a system for integrity checks for building automation applications and using more reliable data for data analytics processes.

As the paper argues, the building automation industry faces a growing need for smart data integration in order to manage and utilize the data coming in from controllers. And while growing in quantity, the quality of this data is often poor “due to erroneous installation, commissioning, data recording or meta-information”. Focused on acquisition only, building automation engineers do not take into account the tagging quality and the need for analytics at a later stage. As a result of these data quality issues, the need for integrity checks arises.

The paper presents such data integrity checks for building automation applications, with examples using data recorded from a real building automation project – the very interesting case of Aspern Smart City Research – the largest and most innovative energy research project in all of Europe.

A major component of the developed solution for integrity checks is the semantic modeling of data. For prototyping and evaluation of data integrity check algorithms, a software test environment was designed and used for preprocessing and storing data, corresponding semantic model data access and automated execution of data integrity checks.

The software development environment consists of three main parts – a time series database, a graph database to store semantic information, and a data workflow management platform. Researchers used GraphDB to store semantic metadata. As authors highlight, semantic data is a key component to “achieve a high degree of automation in setting up the checks [and] it is only through them that the recorded time series data are given context and meaning.” This use of semantic technology is already proven to be efficient in practice – two of the leading vendors of Building Management Systems already use GraphDB to support more efficient operations of tens of thousands of buildings around the globe.

New call-to-action Semantic data is a key component to achieve a high degree of automation in setting up the checks and it is only through them that the recorded time series data are given context and meaning. Click To Tweet

Semantic Data For Meaningful Applications

The highlighted research showcased that it takes a semantic data approach to tackle the challenges of the increasingly complex environments we interact with. Building efficient applications for such environments relies on the right data. And the right data is the data put in context and made meaningful. Maturing over time, RDF graph databases and semantic technologies are proving to be a reliable solution for bringing context and meaning to data and factoring in interoperability, sustainability and repeatability in data projects.

 

Need a reliable RDF graph database for your research?
GraphDB Free Download
Ontotext’s GraphDB
Give it a try today!

Download Now

 

Article's content

Content Writer at Ontotext

Teodora is a philologist fascinated by the metamorphoses of text on the Web. Curious about our networked lives, she explores how the Semantic Web vision unfolds, transforming the possibilities of the written word.

Gergana Petkova

Gergana Petkova

Marketing Content Manager at Ontotext

Gergana Petkova is a philologist and has more than 10 years of experience at Ontotext, working on technical documentation, Gold Standard corpus curation and preparing content about Semantic Technology and Ontotext's offerings.

GraphDB in Action: Navigating Knowledge About Living Spaces, Cyber-physical Environments and Skies 

Read about three inspiring GraphDB-powered use cases of connecting data in a meaningful way to enable smart buildings, interoperable design engineering and ontology-based air-traffic control

Your Knowledge Graph Journey In Three Simple Steps

A bird’s eye view on where to start in building a knowledge graph solution to help your business excel in a data-driven market

GraphDB in Action: Putting the Most Reliable RDF Database to Work for Better Human-machine Interaction

Read about the world of academia research projects that use GraphDB to meet the challenges of heterogeneous data across various domains

Knowledge Graphs for Retail – Connecting People, Products and Platforms

Read about how knowledge graphs can serve the retail industry’s growing need to connect, manage and utilize data efficiently, aligning it in a collaborative data ecosystem

Data Wants To Be Truly Sovereign: Designing Data Spaces with Linked Data Principles In Mind

Read about what data spaces are and how semantic technologies and Linked Data can make them a stronger and safer mechanism for commercial data exchange

GraphDB in Action: Powering State-of-the-Art Research

Read about how academia research projects use GraphDB to power innovative solutions to challenges in the fields of Accounting, Healthcare and Cultural Heritage

KGF22: Knowledge Graphs and The Not So Quiet Cognitive Revolution

Read about Ontotext’s KGF22 days dedicated to stories about knowledge graphs in the domains of Industry, Healthcare & Life Sciences and Financial Services

KGF22: Wittgenstein, Developers Empathy and Other Semantic Data Considerations

Read about our event report from Ontotext’s Knowledge Graph Forum 2022, highlighting expert insight on building knowledge graphs and designing enterprise-grade solutions with semantic technologies.

A Little SEMANTiCS Goes A Long Way

Take a sneak peek at some of the keynote speeches and tutorials throughout SEMANTiCS 2022

It Takes A Village To Raise An Enterprise Knowledge Graph

Read about the design processes behind crafting knowledge-graph enabled solutions and explore some of the stories of our partners.

Smart Buildings Are Built of Smart Data: Knowledge Graphs for Building Automation Systems

Read about how knowledge graphs offer a sustainable solution for harnessing and making sense of heterogeneous data in the building automation industry.

Metadata Moves: Knowledge Graph Technology for Logistics

Read about how the world of metadata humming behind the logistics and other supply chain processes can benefit from using knowledge graph technology.

Electrical Standards, Smart Grids and Your Air Conditioner

Read about how applying Linked Data principles and semantic technology to electricity data can make for a more efficient, reliable and sustainable electricity market.

The Semantic Web: 20 Years And a Handful of Enterprise Knowledge Graphs Later

Read about how the Semantic Web vision reincarnated in thousands of Linked Open Data datasets and millions of Schema.org tagged webpages. And how it enables knowledge graphs to smarten up enterprises data.

Metadata is Like Packaging: Seeing Beyond the Library Card Metaphor

Read about what metadata is, why it is important and how it can enhance the ways information flows across the enterprise.

From Fragmented Data to a Comprehensive Knowledge Graph: The Case for Building an R&D Repository

Read about how enterprise knowledge graphs can unlock meaning and thus create a smart future-proof living repository of scientific data and its relationships.

Texts Without Pages: Advancing Text Analytics with Content Enrichment

Read about how text analytics can be brought forward with content enrichment processes for better text authoring, delivery and navigation.

A Shield Built of Connected Data: Knowledge Graphs Meet Cybersecurity

Read about how a knowledge graph can help organizations stay vigilant of the increasing number of cyber threats, keeping malicious attacks at bay with the help of semantics.

Digital Twins: If It Sounds Like Cyberpunk, It’s Because It Is

Read about what digital twins are, what makes them attractive to companies and how digital twins relate to semantic technology and enable organizations to design, simulate and validate various scenarios virtually.

Eating the Knowledge Soup, Literally

Read about the fluid essence of knowledge and the capability of knowledge graphs to power an information-rich platform of diverse facts about anything, a broccoli soup included.

If Curiosity Cabinets Were Knowledge Graphs

Read about why and how knowledge graph technology can help build networks of interwoven digital objects in the world of cultural heritage.

On the Hunt for Patterns: from Hippocrates to Supercomputers

Read about the ExaMode project that will help medical professional use the power of supercomputers and knowledge graphs for more efficient patient care through data-driven diagnoses.

Crafting a Knowledge Graph: The Semantic Data Modeling Way

Read about how to build a knowledge graph the semantic data modeling way in 10 steps, provided by our knowledge graph technology experts.

A Graphful of Investment Opportunities

Read about the story of an algorithm that mines data to narrow down opportunities for investing.

Okay, You Got a Knowledge Graph Built with Semantic Technology… And Now What?

Read about how knowledge management can be made smarter using a knowledge graph built with semantic technology.

If Johnny Mnemonic Smuggled Linked Data

Read about how semantic technology and Linked Data can help enterprises benefit from smart data management and retrieval practices.

Data, Databases and Deeds: A SPARQL Query to the Rescue

Read about why and how SPARQL queries make for a better search in diverse datasets across an organization in an integrated way.

Semantic Technology and the Way We See the World

Read about how semantic technology can help you set the wheels for many processes related to еfficient data management and governance.

Telling Stories with an RDF Database

Read about the opportunities for authoring and publishing workflows opened by an RDF triplestore.

The Power of URI or Why Odysseus Called Himself Nobody

Read about URI and its power to enable the sharing and reuse of machine-readable data with minimum integration costs.

From Cultivating Nature to Cultivating Data: Semantic Technology and Viticulture

Learn how the potential that Big Data streams bring to grape and wine production can be harnessed with the right kind of technology.

The Knowledge Graph and the Enterprise

Read about the knowledge graph and about how many enterprises are already embracing the idea of benefiting from it.

It Don’t Mean a Thing If It Ain’t Got Semantics

Learn how you can turn data pieces into actionable knowledge and data-driven decisions with an RDF database.

The Bounties of Semantic Data Integration for the Enterprise

Learn about the potential semantic data integration carries for piecing massive amounts of data together.

Here’s a Graph, Go Figure! Coupling Text Analytics with a Knowledge Graph

Learn why and how a Knowledge Graph boosts significantly Text Analytics processes and practices and makes text work for us in a more meaningful way.

Cognitive Computing: Let’s Play an Awareness Game

Read about the new breed of computing is emerging before our eyes – cognitive computing and join us in our Awareness Game.

Machine Learning and Our (Insatiable) Penchant for Making Things Smarter

Read about how machines can be of great help with many tasks where fast and error-free computation over big amounts of data are required.

Staying In the Vanguard of Digital Transformation with Open Data

Learn about Open Data and its potential to be part of smart solutions to data problems and innovative products and services.

Whose Meaning? Which Ontology?

Read about how ontologies open up opportunities for a new class of tools to power information consumption and knowledge management.

Shiny Happy Data: A Praise for RDF

Learn how to choose the right solution for working with your data the conceptual framework of “happy connected people”.

Enterprise Metadata Matters: From Having Data to Acting Upon Them

Learn more about the importance of being metadata-driven today in our latest SlideShare presentation.

Data Daiquiri: The Power of Mixing Data

Learn how companies can tap into the power of the data coming their way by integrating the huge data flows with their proprietary data.

Migrating to GraphDB: Your Why and How in 20 slides

Learn about the steps you need to migrate your data to GraphDB to use it as a smart brain on top of your legacy systems.

Got meaning? Or Why an RDF Graph Database Is Good for Making Sense of Your Data

Read about how you can create systems capable of discovering relationships and detecting patterns within all kinds of data.

Brains Armored with Smart Data

Read our thoughts rising from questions such as “Will Giant Brains Rule the World?” and “Can a mechanical brain replace you?”

One Step Closer to Intertwingularity: Semantic Metadata

Learn about how semantic metadata allows us to add granularity to an object, interlink it to other objects and make it easy to search.

Exceptional User Experiences with Meaningful Content NOW

Content enrichment and semantic web technologies are key to efficient content management. Learn why and see these technologies in action.

Semantic Information Extraction: From Data Bits to Knowledge Bytes

Learn about semantic information extraction and how it pulls out meaningful data from textual sources, ready to be leveraged for insights, decisions and actions.

Weaving Data Into Texts: The Value of Semantic Annotation

Read about how semantic annotation links certain words to context and references that can be processed by an algorithm.

Exploring Linked Open Data with FactForge

Learn about FactForge and how you can turn the opportunities that data flows on the web can pour into our business into a real experience.

What is GraphDB and how can it help you run a smart data-driven business?

Learn about GraphDB in a simple and easy to understand way and see what Ontotext’s semantic graph database has to do with pasta making.

Linked Data for Libraries: Our New Librarians

Learn how semantic technologies can bring audiences back to libraries and make library archives and collections visible and accessible.

Working with Data Just Got Easier: Converting Tabular Data into RDF Within GraphDB

Read about OntoRefine – a new tool that allows you to do many ETL (extract, transform and load) tasks over tabular data.

GraphDB: Answers for Kids of All Ages

Read about how GraphDB can help you clean up messes of data (just like your room) – whether you are a kid or not.

The Knowledge Discovery Quest

Learn how by joining the dots, semantic search enhances the way we look for clues and compare correlations on our knowledge discovery quest.

Connectivity, Open Data and A Bag of Chips

Learn how LOD’s connectivity allows data to be shared seamlessly, used and reused freely. As simple as a bag of chips.

Data Integration: Joining the Data Pieces of Your Business Puzzle

Learn how to use information interconnectedness to integrate, interpret and ultimately make sense of data.

Cooking Up the Semantic Web

Read about the Semantic Web and what it takes to reach its potential and evolve from a Web of Documents to a Web of Data.

Semantic Search: The Paradigm Shift from Results to Relationships

Read about semantic search and how it takes information retrieval to the next level and puts information at our fingertips.

A Web of People and Machines: W3C Semantic Web Standards

Learn how and why Semantic Web Standards are to serve the Web of Data for better collaboration between people through computers.

Thinking Outside the Table

Learn how to manage highly connected data, working with complex queries and having readily available relationships, without the need to express them explicitly.

Our Networked Lives, Publishing and Semantic Technologies

Read about how semantic technology helps publishing handle data in an interconnected way, attaching machine-processable and readable meaning to them.

Why Graph Databases Make a Better Home for Interconnected Data Than the Relational Databases?

Read about how you can turn data into a resource, easily accessed and effectively used across the organization with a graph database.

Text, Data and the Roman Roads: Semantic Enrichment

Read about semantic enrichment and the unique opportunity it offers for interconnecting objects to facilitate knowledge discovery.

4 Things NOW Lets You Do With Content

Go beyond conventional publishing with Ontotext’s News On the Web and get the feel of how you can discover and consume content with semantic technology.