← Latest papers
💻 computer science

Virtual Process Dossier: A Process-Aware Data Catalogue

This paper introduces the Virtual Process Dossier (VPD), a Knowledge Graph-based data catalogue designed for multi-stage manufacturing that ensures FAIR data access and explicit workflow provenance through a novel ontology, an integration framework, and a human-centered user interface.

Original authors: Lukas Kubelka, Alexander Bott, Frank Döhner, Saksham Kiroriwal, Georg Zeeb, Julia Butte, Julius Pfrommer, Jürgen Beyerer, Tobias Käfer

Published 2026-07-31
📖 8 min read🧠 Deep dive

Original authors: Lukas Kubelka, Alexander Bott, Frank Döhner, Saksham Kiroriwal, Georg Zeeb, Julia Butte, Julius Pfrommer, Jürgen Beyerer, Tobias Käfer

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are walking through a massive, high-tech factory where robots are building complex parts. In the old days, if a machine made a mistake or a sensor recorded a weird temperature, that information would get lost in a pile of papers or buried in a computer file no one could find. It was like trying to find a specific grain of sand on a beach without knowing which bucket it was in. This is a huge problem for scientists and engineers who want to use Artificial Intelligence (AI) to make these factories smarter. AI is like a super-smart student; it can learn amazing things, but only if it has the right textbooks. If the data is messy, hidden, or doesn't have a label saying "I was recorded while the oven was at 200 degrees," the AI gets confused and can't learn.

To fix this, scientists use something called "FAIR" data. Think of FAIR as a set of rules to make sure data is Findable (easy to locate), Accessible (easy to get), Interoperable (speaks the same language as other data), and Reusable (easy to use again). But there's a missing piece: provenance. Provenance is just a fancy word for a "paper trail" or a "story of origin." It answers questions like: "Who made this?" "When did it happen?" and "What was the machine doing right before this?" Without this story, the data is just a number floating in the void. The paper you are about to read tackles the challenge of creating this perfect paper trail for complex, multi-step manufacturing processes, turning a chaotic factory floor into a well-organized library where every piece of data knows its own history.


The Virtual Process Dossier: A Digital Time Machine for Factories

The authors of this paper, a team of researchers from Karlsruhe, Germany, are proposing a new tool called the Virtual Process Dossier (VPD). You can think of the VPD as a "digital time machine" or a "super-detailed diary" for a factory. In a typical factory, a product goes through many steps: it gets heated, pressed, cooled, and measured. At every single step, sensors are watching and recording data. The problem is that this data often ends up scattered in different places, and nobody knows exactly which sensor recorded which temperature during which specific step of the assembly line.

The VPD solves this by building a Knowledge Graph. Imagine a giant, interactive web where every piece of data is a node, and the lines connecting them tell the story of how they are related. In this web, a temperature reading isn't just a number; it is connected to the specific robot arm that held the part, the exact moment the oven door opened, and the specific machine that pressed the material. This makes the data "FAIR" because anyone (or any AI) can look at the graph and instantly understand the full context of the data.

The Three Magic Ingredients

The paper suggests that the VPD is made of three main parts, working together like a team:

  1. The VPD Ontology (The Rulebook):
    This is the brain of the operation. An "ontology" is like a dictionary that everyone agrees on. The authors didn't invent a new language from scratch; instead, they took existing, trusted dictionaries (like DCAT, PROV, SSN/SOSA, and WiLD) and stitched them together.

    • The Analogy: Imagine you are building a Lego castle. You have instructions for the base, the walls, and the roof from different sets. The VPD Ontology is the master instruction manual that tells you exactly how to snap those different sets together so they fit perfectly. It defines that a "Sensor" is a type of "Agent," and a "Heating Step" is a type of "Activity." This ensures that when a robot says "I heated this," and a computer says "This was heated," they are speaking the same language.
  2. The VPD Framework (The Construction Crew):
    Having a rulebook is great, but you need a way to actually build the thing. The Framework is the step-by-step guide on how to set up the system. It tells the factory how to prepare before production starts (setting up the "prospective" plan) and how to record data while the machines are running (capturing the "retrospective" reality).

    • The Analogy: Think of this as the construction crew's checklist. Before the factory opens, they write down the plan: "First, the oven heats, then the press squeezes." This is the prospective part (what we expect to happen). Then, as the factory runs, the crew automatically writes down what actually happened: "The oven hit 200 degrees at 10:05 AM, and the press squeezed with 500 Newtons of force." This is the retrospective part. The framework ensures these two stories are linked together perfectly.
  3. The VPD User Interface (The Dashboard):
    Even with a perfect rulebook and a great crew, the data is useless if humans can't read it. The User Interface (UI) is a website that lets people browse this giant web of data without needing to be a computer expert.

    • The Analogy: If the Knowledge Graph is a massive library with millions of books, the UI is the friendly librarian who can say, "Show me all the temperature readings from the oven last Tuesday," and instantly pull up the right pages. It visualizes the data so a human can see the story of the production run, or an AI can download the data to learn from it.

How It Works in Real Life

The authors tested their idea using a simplified example: making a part out of fiber-reinforced plastic.

  1. The Setup: They start with a sheet of fiber. They put it in a gripper frame.
  2. The Steps: First, the sheet goes into an oven to get hot. Then, a press squeezes it into shape.
  3. The Sensors: During this process, sensors measure the temperature of the top and bottom of the sheet, and the angle of the gripper.

In a normal factory, the temperature data might be saved in one file, and the press data in another. You'd have to guess which temperature reading belonged to which press cycle.

With the VPD, the system automatically links everything. When the sensor records a temperature, the VPD knows:

  • Who: The pyrometer sensor.
  • What: The upper surface temperature.
  • When: During the "heating" step of the workflow.
  • Where: In the specific workflow instance where the oven was set to 200 degrees.

The paper explicitly rules out the idea that current data catalogs are enough. The authors argue that most existing tools only look at generic labels (like "File 1" or "File 2") and don't understand the workflow. They also note that some other systems focus only on digital data (like software code) and fail when applied to physical factories where machines and materials interact. The VPD is specifically designed to handle this messy, physical reality.

What the Paper Actually Says (and Doesn't Say)

The authors are careful to state that they have built a working prototype and a framework, but they are not claiming to have solved every problem in the world of manufacturing.

  • What they found: They successfully created an ontology that connects sensor data to workflow steps. They showed that by using existing standards (like PROV and SSN), they can make data "FAIR" without reinventing the wheel. They demonstrated that their system can automatically link a dataset to the exact machine and step that created it.
  • What they suggest: They suggest that this approach could help data scientists who are trying to train AI models on factory data. By having clear "stories" attached to the data, the AI can learn much faster and more accurately.
  • What is still unknown: The paper presents this as a proposal and a prototype. They mention that they built it for a research project involving 8 labs and 2 institutes in Germany. They do not claim that every factory in the world is using this yet, nor do they claim it works perfectly for every single type of machine without further testing. They present the UI as an open-source tool for others to try, implying that the real-world adoption and scaling are the next steps.

Why This Matters

The ultimate goal here is to stop wasting data. In modern factories, sensors generate oceans of data, but it often sits unused because it's too hard to understand. The Virtual Process Dossier acts as a translator and a librarian, turning that ocean of data into a clear, readable story. If a factory can tell the full story of how a part was made, they can use AI to find out why a part broke, how to make it stronger, or how to save energy.

The paper concludes that by making data "process-aware"—meaning the data knows its own history and context—we can break down the "silos" (isolated piles of information) that currently hold back manufacturing. It's a step toward a future where factories are not just machines that make things, but smart systems that learn and improve themselves, thanks to a simple but powerful idea: every piece of data should have a diary entry.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →