<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="https://kbss.felk.cvut.cz/web/feed.xml" rel="self" type="application/atom+xml" /><link href="https://kbss.felk.cvut.cz/web/" rel="alternate" type="text/html" /><updated>2026-04-10T10:05:07+00:00</updated><id>https://kbss.felk.cvut.cz/web/feed.xml</id><title type="html">Knowledge-based and Software Systems Group</title><subtitle>Website of the Knowledge-based and Software Systems group. A research group at the Faculty of Electrical Engineering, Czech Technical University in Prague.</subtitle><author><name>KBSS</name></author><entry><title type="html">Upcoming Open Mic - FAIR Digital Objects</title><link href="https://kbss.felk.cvut.cz/web/fair-digital-objects-open-mic-announcement" rel="alternate" type="text/html" title="Upcoming Open Mic - FAIR Digital Objects" /><published>2026-04-10T00:00:00+00:00</published><updated>2026-04-10T00:00:00+00:00</updated><id>https://kbss.felk.cvut.cz/web/fair-digital-objects-open-mic-announcement</id><content type="html" xml:base="https://kbss.felk.cvut.cz/web/fair-digital-objects-open-mic-announcement">&lt;p&gt;The Open mic session starts on Friday 17 April 2026 at 10:30 on &lt;a href=&quot;https://meet.jit.si/open-mic-kbss&quot;&gt;this link&lt;/a&gt;. The speaker is &lt;a href=&quot;https://kbss.felk.cvut.cz/web/team#michal-med&quot;&gt;Michal Med&lt;/a&gt;, who attended FAIR Digital Objects Conference which took place in Wien from 24th to 27th March 2026.&lt;/p&gt;

&lt;h5 id=&quot;the-problem&quot;&gt;The problem&lt;/h5&gt;

&lt;p&gt;Larger and larger amounts of data are being generated every day while complexity of global data space is increasing expotentially. It will be more nad more difficult to work with all available data in a machine actionable way. Concept of FAR Digital Objects was designed to work with data as active autonomous units carrying all the information to understand them both by humans and computers in the science and research context. It ensures that data are uniquely identified, clearly described and accessible accornig to the clear instructions and conditions.&lt;/p&gt;

&lt;figure class=&quot;post-image&quot;&gt;
  &lt;img src=&quot;/web/assets/images/posts/2026-04-17-fdo.png&quot; alt=&quot;FAIR Digital Objects.&quot; /&gt;&lt;/figure&gt;

&lt;h5 id=&quot;fair-principles&quot;&gt;FAIR Principles&lt;/h5&gt;

&lt;p&gt;FAIR Digital Objects are based on the FAIR Principles, which are:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;F&lt;/strong&gt;indability,&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;A&lt;/strong&gt;ccessibility,&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;I&lt;/strong&gt;nteroperability,&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;R&lt;/strong&gt;eusability.&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;fair-digital-objects-as-a-solution&quot;&gt;Fair Digital Objects as a solution&lt;/h5&gt;

&lt;p&gt;Major purpose of FDOs is to crate a Web of FAIR data, where scientists will spend time with actually using and analysing data, rather than finding it, cleaning it and preparing for use.
In this open mic presentation, Michal will explain FAIR principles and FDO purpose in more detailed way, defines data spaces and finally introduces what are the key aspects on achieving the goals in FAIR Digital Objects.&lt;/p&gt;

&lt;h5 id=&quot;further-reading&quot;&gt;Further reading:&lt;/h5&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://fairdo.org/&quot;&gt;FAIR Digital Objects Forum&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://fairdigitalobjectframework.org/&quot;&gt;FAIR DIgital Object Framework Documentation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content><author><name>KBSS</name></author><category term="Open Mic Announcement" /><category term="Open Mic" /><summary type="html">The Open mic session starts on Friday 17 April 2026 at 10:30 on this link. The speaker is Michal Med, who attended FAIR Digital Objects Conference which took place in Wien from 24th to 27th March 2026.</summary></entry><entry><title type="html">Upcoming Open Mic - Development and Debugging of Docker Services (part 2)</title><link href="https://kbss.felk.cvut.cz/web/development-and-debugging-of-docker-services-part-2-open-mic-announcement" rel="alternate" type="text/html" title="Upcoming Open Mic - Development and Debugging of Docker Services (part 2)" /><published>2026-03-16T00:00:00+00:00</published><updated>2026-03-16T00:00:00+00:00</updated><id>https://kbss.felk.cvut.cz/web/development-and-debugging-of-docker-services--part-2---open-mic-announcement</id><content type="html" xml:base="https://kbss.felk.cvut.cz/web/development-and-debugging-of-docker-services-part-2-open-mic-announcement">&lt;p&gt;The Open mic session starts on Friday 20 March 2026 at 10:30 via &lt;a href=&quot;https://meet.jit.si/open-mic-kbss&quot;&gt;this link&lt;/a&gt;. The speaker is &lt;a href=&quot;https://kbss.felk.cvut.cz/web/team#miroslav-blaško&quot;&gt;Miroslav Blaško&lt;/a&gt;, who will talk about the development of Docker-based services at KBSS.&lt;/p&gt;

&lt;h5 id=&quot;the-abstract&quot;&gt;The abstract&lt;/h5&gt;

&lt;p&gt;The aim of this talk is to introduce alternative ways how to develop Docker services that are orchestrated using Docker Compose. When dealing with a large number of interdependent services, it is usually complicated to develop individual services. Instead of running all the dependent services from IDE separately, we elaborate on the idea of reusing the orchestration from the Docker Compose setup. Two major alternative solutions to address this use case were introduced in &lt;a href=&quot;https://kbss.felk.cvut.cz/web/development-and-debugging-of-docker-services-(part-1)-open-mic-summary&quot;&gt;previous talk&lt;/a&gt; with the first one explained in detail and demonstrated using an example Docker Compose setup. The second talk of the two-part series explains the second solution in detail and compare it to the first one, hopefully leading to discussion about standardization of the development within the KBSS group.&lt;/p&gt;

&lt;p&gt;Further reading:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://docs.docker.com/compose/&quot;&gt;Docker Compose&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content><author><name>KBSS</name></author><category term="Open Mic Announcement" /><category term="Open Mic" /><summary type="html">The Open mic session starts on Friday 20 March 2026 at 10:30 via this link. The speaker is Miroslav Blaško, who will talk about the development of Docker-based services at KBSS.</summary></entry><entry><title type="html">Upcoming Open Mic - Is your SPARQL query portable?</title><link href="https://kbss.felk.cvut.cz/web/sparql-portability-open-mic-announcement" rel="alternate" type="text/html" title="Upcoming Open Mic - Is your SPARQL query portable?" /><published>2026-03-06T00:00:00+00:00</published><updated>2026-03-06T00:00:00+00:00</updated><id>https://kbss.felk.cvut.cz/web/sparql%20portability-open-mic-announcement</id><content type="html" xml:base="https://kbss.felk.cvut.cz/web/sparql-portability-open-mic-announcement">&lt;p&gt;On Friday 6th March 2026 at 10:30 &lt;a href=&quot;https://kbss.felk.cvut.cz/web/team#petr-kemen&quot;&gt;Petr Křemen&lt;/a&gt; – a former leader of KBSS group – talks about case for generating event report data for the evaluation of a dashbportability of SPARQL queries&lt;/p&gt;

&lt;p&gt;Join the session at &lt;a href=&quot;https://meet.jit.si/open-mic-kbss&quot;&gt;this link&lt;/a&gt;.&lt;/p&gt;

&lt;h5 id=&quot;abstract&quot;&gt;Abstract&lt;/h5&gt;
&lt;p&gt;Although SPARQL 1.1. is a W3C recommendation, its gray zones allow SPARQL engines decide on different evaluation semantics. I will discuss several such cases (e.g. DESCRIBE, FILTER/OPTIONAL evaluation) and how SPARQL engines approach their evaluation.&lt;/p&gt;

&lt;p&gt;Due to Peter’s wish, &lt;strong&gt;content and record will not be published.&lt;/strong&gt;&lt;/p&gt;</content><author><name>KBSS</name></author><category term="Open Mic Announcement" /><category term="Open Mic" /><summary type="html">On Friday 6th March 2026 at 10:30 Petr Křemen – a former leader of KBSS group – talks about case for generating event report data for the evaluation of a dashbportability of SPARQL queries</summary></entry><entry><title type="html">Jana Ahmad Defended Her PhD Thesis</title><link href="https://kbss.felk.cvut.cz/web/jana-ahmad-phd-defense" rel="alternate" type="text/html" title="Jana Ahmad Defended Her PhD Thesis" /><published>2026-03-04T00:00:00+00:00</published><updated>2026-03-04T00:00:00+00:00</updated><id>https://kbss.felk.cvut.cz/web/jana-ahmad-phd-defense</id><content type="html" xml:base="https://kbss.felk.cvut.cz/web/jana-ahmad-phd-defense">&lt;p&gt;Jana Ahmad spent several years at the KBSS group working on her doctoral research under the supervision of Petr Křemen.
Her research interest included conceptual modeling and optimization of query answering based on data structure.
On March 3, she successfully defended her dissertation thesis titled
&lt;a href=&quot;http://hdl.handle.net/10467/127232&quot;&gt;&lt;em&gt;Towards Queries Optimization Based on Unified Foundational Ontology:A Study in Safety Engineering Domain&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Congratulations, Dr. Ahmad!&lt;/p&gt;</content><author><name>KBSS</name></author><category term="News" /><summary type="html">Our colleague Jana Ahmad successfully defended her dissertation thesis.</summary></entry><entry><title type="html">Generating Synthetic Event Report Data for Software Evaluation</title><link href="https://kbss.felk.cvut.cz/web/generating-synthetic-event-report-data-for-software-evaluation-open-mic-summary" rel="alternate" type="text/html" title="Generating Synthetic Event Report Data for Software Evaluation" /><published>2026-02-20T00:00:00+00:00</published><updated>2026-02-20T00:00:00+00:00</updated><id>https://kbss.felk.cvut.cz/web/generating-synthetic-event-report-data-for-software-evaluation--open-mic-summary</id><content type="html" xml:base="https://kbss.felk.cvut.cz/web/generating-synthetic-event-report-data-for-software-evaluation-open-mic-summary">&lt;!-- Fixing content of this file:
  - [IF NOT RUNNING FROM GITHUB ACTION] replace all variables within this file surrounded by `${` `}`, example values are:
    - OPEN_MIC_SESSION_TITLE=`Debugging SPARQL queries`
    - OPEN_MIC_SESSION_DATE=`Friday 4 April 2023`
  - remove all comments from this file
--&gt;

&lt;p&gt;On Friday 20 February 2026 &lt;a href=&quot;https://kbss.felk.cvut.cz/web/team#bogdan-kostov&quot;&gt;Bogdan Kostov&lt;/a&gt; held an Open Mic
session with the topic &quot;Generating Synthetic Event Report Data for Software Evaluation&quot;&lt;/p&gt;

&lt;!-- Courtesy of embedresponsively.com --&gt;

&lt;div class=&quot;responsive-video-container&quot;&gt;
    &lt;iframe src=&quot;https://www.youtube-nocookie.com/embed/EiIYza2bPNo&quot; frameborder=&quot;0&quot; webkitallowfullscreen=&quot;&quot; mozallowfullscreen=&quot;&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;
  &lt;/div&gt;

&lt;h5 id=&quot;abstract&quot;&gt;Abstract&lt;/h5&gt;
&lt;p&gt;Real world data is required to evaluate different scenarios of an information/data software system. However, real world data are often not available to developers due to privacy, security and scarcity issues. This session will start with an introduction to data generation and a brief review of data generation techniques. The rest of the session summarizes a case for generation of safety-event report data to demonstrate/evaluate a dashboard application for monitoring safety indicators.&lt;/p&gt;

&lt;p&gt;The presentation slides are available &lt;a href=&quot;https://docs.google.com/presentation/d/1JbQq1KaY8qHNTqc_4YlJ8SNzyq1mqagAcPyp5TVT-xY/edit?usp=sharing&quot;&gt;at this link&lt;/a&gt;.&lt;/p&gt;

&lt;h6 id=&quot;further-reading&quot;&gt;Further reading:&lt;/h6&gt;
&lt;ul&gt;
  &lt;li&gt;Memesis - data generation tool - https://mimesis.name/master/&lt;/li&gt;
  &lt;li&gt;Synthetic Data Vault - data generation tool https://docs.sdv.dev/sdv://docs.sdv.dev/sdv&lt;/li&gt;
  &lt;li&gt;Faker - data generation tool - https://faker.readthedocs.io/en/master/&lt;/li&gt;
  &lt;li&gt;SafetyPerformance (https://github.com/kbss-cvut/24lkpr-distribution) - dashboard application for monitoring safety indicators&lt;/li&gt;
  &lt;li&gt;Goyal, M.; Mahmoud, Q.H. A Systematic Review of Synthetic Data Generation Techniques Using Generative AI. Electronics 2024, 13, 3509. https://doi.org/10.3390/electronics13173509&lt;/li&gt;
&lt;/ul&gt;</content><author><name>KBSS</name></author><category term="Open Mic Session" /><category term="Open Mic" /><summary type="html">Introduction on how to generate data for testing/evaluating software.</summary></entry><entry><title type="html">Upcoming Open Mic - Generating Synthetic Event Report Data for Software Evaluation</title><link href="https://kbss.felk.cvut.cz/web/generating-synthetic-event-report-data-for-software-evaluation-open-mic-announcement" rel="alternate" type="text/html" title="Upcoming Open Mic - Generating Synthetic Event Report Data for Software Evaluation" /><published>2026-02-16T00:00:00+00:00</published><updated>2026-02-16T00:00:00+00:00</updated><id>https://kbss.felk.cvut.cz/web/generating-synthetic-event-report-data-for-software-evaluation--open-mic-announcement</id><content type="html" xml:base="https://kbss.felk.cvut.cz/web/generating-synthetic-event-report-data-for-software-evaluation-open-mic-announcement">&lt;p&gt;On Friday 20 February 2026 at 10:30 &lt;a href=&quot;https://kbss.felk.cvut.cz/web/team#bogdan-kostov&quot;&gt;Bogdan Kostov&lt;/a&gt; is going to talk about case for generating event report data for the evaluation of a dashboard application.&lt;/p&gt;

&lt;p&gt;Join the session at &lt;a href=&quot;https://meet.jit.si/open-mic-kbss&quot;&gt;this link&lt;/a&gt;.&lt;/p&gt;

&lt;h5 id=&quot;abstract&quot;&gt;Abstract&lt;/h5&gt;
&lt;p&gt;Real world data is required to evaluate different scenarios of an information/data software system. However, real world data are often not available to developers due to privacy, security and scarcity issues. This session will start with an introduction to data generation and a brief review of data generation techniques. The rest of the session summarizes a case for generation of safety-event report data to demonstrate/evaluate a dashboard application for monitoring safety indicators.&lt;/p&gt;

&lt;h6 id=&quot;further-reading&quot;&gt;Further reading:&lt;/h6&gt;
&lt;ul&gt;
  &lt;li&gt;Goyal, M.; Mahmoud, Q.H. A Systematic Review of Synthetic Data Generation Techniques Using Generative AI. Electronics 2024, 13, 3509. https://doi.org/10.3390/electronics13173509&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://docs.sdv.dev/sdv://docs.sdv.dev/sdv&quot;&gt;Synthetic Data Vault&lt;/a&gt; - data generation tool&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://faker.readthedocs.io/en/master/&quot;&gt;Faker&lt;/a&gt; - data generation tool&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/kbss-cvut/24lkpr-distribution&quot;&gt;Safety Performance&lt;/a&gt; - dashboard application for monitoring safety indicators&lt;/li&gt;
&lt;/ul&gt;</content><author><name>KBSS</name></author><category term="Open Mic Announcement" /><category term="Open Mic" /><summary type="html">On Friday 20 February 2026 at 10:30 Bogdan Kostov is going to talk about case for generating event report data for the evaluation of a dashboard application.</summary></entry><entry><title type="html">TermIt: proposal of changes to underlying ontologies</title><link href="https://kbss.felk.cvut.cz/web/termit-proposal-of-changes-to-underlying-ontologies-open-mic-summary" rel="alternate" type="text/html" title="TermIt: proposal of changes to underlying ontologies" /><published>2026-01-23T00:00:00+00:00</published><updated>2026-01-23T00:00:00+00:00</updated><id>https://kbss.felk.cvut.cz/web/termit--proposal-of-changes-to-underlying-ontologies--open-mic-summary</id><content type="html" xml:base="https://kbss.felk.cvut.cz/web/termit-proposal-of-changes-to-underlying-ontologies-open-mic-summary">&lt;!-- Fixing content of this file:
  - [IF NOT RUNNING FROM GITHUB ACTION] replace all variables within this file surrounded by `${` `}`, example values are:
    - OPEN_MIC_SESSION_TITLE=`Debugging SPARQL queries`
    - OPEN_MIC_SESSION_DATE=`Friday 4 April 2023`
  - remove all comments from this file
--&gt;

&lt;p&gt;On Friday 23 January 2026 &lt;a href=&quot;https://kbss.felk.cvut.cz/web/team#martin-ledvinka&quot;&gt;Martin Ledvinka&lt;/a&gt; held an Open Mic
session with the topic &quot;TermIt: proposal of changes to underlying ontologies.&quot;&lt;/p&gt;

&lt;!-- Courtesy of embedresponsively.com --&gt;

&lt;div class=&quot;responsive-video-container&quot;&gt;
    &lt;iframe src=&quot;https://www.youtube-nocookie.com/embed/LrU3Mgumg_g&quot; frameborder=&quot;0&quot; webkitallowfullscreen=&quot;&quot; mozallowfullscreen=&quot;&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;
  &lt;/div&gt;

&lt;h5 id=&quot;abstract&quot;&gt;Abstract&lt;/h5&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/kbss-cvut/termit&quot;&gt;TermIt&lt;/a&gt; is a &lt;a href=&quot;https://www.w3.org/TR/skos-primer/&quot;&gt;SKOS&lt;/a&gt;-compatible terminology
management system developed by the &lt;a href=&quot;https://kbss.felk.cvut.cz/&quot;&gt;KBSS&lt;/a&gt;.
It was created with a certain methodology in mind. However, several use cases and years of real-world experience present
have shown the methodology needs to be updated, requiring changes to the ontologies underlying TermIt.&lt;/p&gt;

&lt;p&gt;In this session, we discuss what these changes are and in particular how they will affect existing deployments of TermIt.&lt;/p&gt;

&lt;p&gt;The changes discussed are:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Translation of the ontologies underlying TermIt into English&lt;/li&gt;
  &lt;li&gt;Simplification of the vocabulary-glossary-model construct&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The presentation slides are available &lt;a href=&quot;https://docs.google.com/presentation/d/11w230_Lk_mBoDu1KbOHVg6pGCQLgg9-PhrRUz98z9l8/edit?usp=sharing&quot;&gt;at this link&lt;/a&gt;.&lt;/p&gt;

&lt;h6 id=&quot;further-reading&quot;&gt;Further reading:&lt;/h6&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://content.iospress.com/articles/semantic-web/sw243547&quot;&gt;TermIt: Managing Normative Thesauri&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/kbss-cvut/popis-dat-ontology&quot;&gt;Popis dat ontology&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.w3.org/TR/skos-primer/&quot;&gt;SKOS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content><author><name>KBSS</name></author><category term="Open Mic Session" /><category term="Open Mic" /><summary type="html">We discuss the proposed changes to the ontologies underlying TermIt and how they will affect existing data</summary></entry><entry><title type="html">Upcoming Open Mic - TermIt: proposal of changes to underlying ontologies</title><link href="https://kbss.felk.cvut.cz/web/termit-proposal-of-changes-to-underlying-ontologies-open-mic-announcement" rel="alternate" type="text/html" title="Upcoming Open Mic - TermIt: proposal of changes to underlying ontologies" /><published>2026-01-16T00:00:00+00:00</published><updated>2026-01-16T00:00:00+00:00</updated><id>https://kbss.felk.cvut.cz/web/termit--proposal-of-changes-to-underlying-ontologies--open-mic-announcement</id><content type="html" xml:base="https://kbss.felk.cvut.cz/web/termit-proposal-of-changes-to-underlying-ontologies-open-mic-announcement">&lt;p&gt;On Friday 23 January 2026 at 10:30 &lt;a href=&quot;https://kbss.felk.cvut.cz/web/team#martin-ledvinka&quot;&gt;Martin Ledvinka&lt;/a&gt; is going to
talk about proposed changes to the ontologies underlying TermIt.
Join the session at &lt;a href=&quot;https://meet.jit.si/open-mic-kbss&quot;&gt;this link&lt;/a&gt;.&lt;/p&gt;

&lt;h5 id=&quot;abstract&quot;&gt;Abstract&lt;/h5&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/kbss-cvut/termit&quot;&gt;TermIt&lt;/a&gt; is a &lt;a href=&quot;https://www.w3.org/TR/skos-primer/&quot;&gt;SKOS&lt;/a&gt;-compatible terminology
management system developed by the &lt;a href=&quot;https://kbss.felk.cvut.cz/&quot;&gt;KBSS&lt;/a&gt;.
It was created with a certain methodology in mind. However, several use cases and years of real-world experience present
a chance to update the ontologies underlying TermIt to better reflect the needs of users and to increase the system’s
potential into the future.&lt;/p&gt;

&lt;p&gt;In this talk, we will discuss:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Translation of the ontologies underlying TermIt into English&lt;/li&gt;
  &lt;li&gt;Simplification of the vocabulary-glossary-model construct&lt;/li&gt;
  &lt;li&gt;Implications of the proposed changes to existing deployments&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Further reading:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://content.iospress.com/articles/semantic-web/sw243547&quot;&gt;TermIt: Managing Normative Thesauri&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/kbss-cvut/popis-dat-ontology&quot;&gt;Popis dat ontology&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content><author><name>KBSS</name></author><category term="Open Mic Announcement" /><category term="Open Mic" /><summary type="html">On Friday 23 January 2026 at 10:30 Martin Ledvinka is going to talk about proposed changes to the ontologies underlying TermIt. Join the session at this link.</summary></entry><entry><title type="html">Publishing RDF metadata in dedicated catalogues</title><link href="https://kbss.felk.cvut.cz/web/publishing-rdf-metadata-open-mic-summary" rel="alternate" type="text/html" title="Publishing RDF metadata in dedicated catalogues" /><published>2026-01-09T00:00:00+00:00</published><updated>2026-01-09T00:00:00+00:00</updated><id>https://kbss.felk.cvut.cz/web/publishing-rdf-metadata-open-mic-summary</id><content type="html" xml:base="https://kbss.felk.cvut.cz/web/publishing-rdf-metadata-open-mic-summary">&lt;p&gt;On Friday, 9th January 2026, at 10:30, &lt;a href=&quot;https://kbss.felk.cvut.cz/web/team#michal-med&quot;&gt;Michal Med&lt;/a&gt; talked about effective publishing of RDF-based metadata (based on RDF top-level vocabularies for metadata description, such as SKOS, Dublin Core, DCAT, etc.).&lt;/p&gt;

&lt;!-- Courtesy of embedresponsively.com --&gt;

&lt;div class=&quot;responsive-video-container&quot;&gt;
    &lt;iframe src=&quot;https://www.youtube-nocookie.com/embed/Xi-RYYpiz5o&quot; frameborder=&quot;0&quot; webkitallowfullscreen=&quot;&quot; mozallowfullscreen=&quot;&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;
  &lt;/div&gt;

&lt;h5 id=&quot;problem-definition&quot;&gt;Problem definition&lt;/h5&gt;

&lt;p&gt;The current approach to research data leads to the need for a catalogue solution, which will be able to consume RDF-based metadata regardless of its nature - whether it is a book, a map, a manuscript, material data observation, or a chemical experiment protocol. In &lt;a href=&quot;https://kbss.felk.cvut.cz/web/publishing-open-science-metadata-open-mic-summary&quot;&gt;one of the previous open mic sessions&lt;/a&gt; we have introduced Czech Core Metadata Model – a DCAT extension metadata profile designed to describe common properties of research data with possibility to be exteded for the needs of specific scientifiec fields.&lt;/p&gt;

&lt;figure class=&quot;&quot;&gt;
  &lt;img src=&quot;/web/assets/images/posts/2026-01-09-research-data-jungle.png&quot; alt=&quot;Research data jungle&quot; /&gt;&lt;/figure&gt;

&lt;p&gt;But as the researchers provide the metadata in RDF-based serializations of CCMM and DCAT(-AP), there is still a need to catalogize the metadata in an RDF-based catalogue, which allows the use of the capabilities of the RDF approach, such as searching the domain-specific metadata properties. Many ‘catalogues’ are now based on the dataset repositories (!), which flatten the graph metadata model and are then very ineffective in discovery, searching, and statistical dashboards.&lt;/p&gt;

&lt;p&gt;The problem may be defined as looking for effective way to publish machine readable metadata in a catalogue that allows lossless discovery of all relevant information for various purposes, from finding relevant data to overall statistics about published data, creating dashboards and reusing and interconnecting data.&lt;/p&gt;

&lt;h5 id=&quot;piveau-catalogue-as-an-solution&quot;&gt;Piveau catalogue as an solution&lt;/h5&gt;

&lt;p&gt;Tha basic assumption is that data are properly described with metadata based on concepts from top level metadata ontologies, such as SKOS[1], Dublin Core[2], DCAT[3] etc. This is something that is already taken into account in the process of creation of metadata profiles. But it is also important to publish metadata using the catalogues that allow users to fully utilize the benefits of using graph metadata.&lt;/p&gt;

&lt;p&gt;In this talk, we took a specific data management ecosystem called Piveau [4] as a metadata catalogue for publishing and harvesting metadata from various providers. This tool is used (among others) as a metadata catalogue for European data portals and is among possible candidates to be used in building the Czech node of the European Open Science Cloud [5] as a metadata management tool and catalogue.&lt;/p&gt;

&lt;p&gt;The talk described the multilevel architecture of the environment, consisting of a storage part (Hub), a harvesting part (Consus), and validation and reporting tools (Metrics). In the practical part, it is shown how to create a catalogue, import metadata, or harvest it from a remote catalogue. Piveau is based on Virtuoso triple store and DCAT-based metadata profiles, allows user management using Keycloak, and indexing in Elasticsearch. Typical flow starts with original resources, harvesting them, analysing and discovering them, and reusing them in other tools, such as statistical dashboards. Most of the tools use UI only for end users, catalogue and metadata management is usually done using API, described in Piveau hub-repo service.&lt;/p&gt;

&lt;p&gt;Presentation slides can be found &lt;a href=&quot;https://docs.google.com/presentation/d/1_dOy09fzOBS9FO8dlwHN-2_sKqKqw1Y8/edit?usp=sharing&amp;amp;ouid=114555206856699416195&amp;amp;rtpof=true&amp;amp;sd=true&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Related links:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.w3.org/TR/skos-reference/&quot;&gt;SKOS&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.dublincore.org/&quot;&gt;Dublin Core&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.piveau.de/en/&quot;&gt;Data Catalog Vovabulary (DCAT) Version 3&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.piveau.de/en/&quot;&gt;piveau&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.eosc.cz/&quot;&gt;EOSC CZ&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</content><author><name>KBSS</name></author><category term="Open Mic Summary" /><category term="Open Mic" /><summary type="html">Showcase of a metadata management and publishing environment Piveau in the context of need for publishing and metadata discovery environment for scientific metadata described by DCAT based metadata profiles.</summary></entry><entry><title type="html">Upcoming Open Mic - Publishing RDF metadata in dedicated catalogues</title><link href="https://kbss.felk.cvut.cz/web/publishing-RDF-metadata" rel="alternate" type="text/html" title="Upcoming Open Mic - Publishing RDF metadata in dedicated catalogues" /><published>2025-12-15T00:00:00+00:00</published><updated>2025-12-15T00:00:00+00:00</updated><id>https://kbss.felk.cvut.cz/web/publishing-RDF-metadata</id><content type="html" xml:base="https://kbss.felk.cvut.cz/web/publishing-RDF-metadata">&lt;p&gt;On Friday 9th January 2026 at 10:30 &lt;a href=&quot;https://kbss.felk.cvut.cz/web/team#michal-med&quot;&gt;Michal Med&lt;/a&gt; will talk about effective publishing of RDF based metadata (based on RDF top level vocabularies for metadata description, such as SKOS, Dublin Core, DCAT etc.). You can join us live at &lt;a href=&quot;https://meet.jit.si/open-mic-kbss&quot;&gt;this link&lt;/a&gt;.&lt;/p&gt;

&lt;figure class=&quot;align-right profile-photo&quot;&gt;
  &lt;img src=&quot;https://doc.piveau.io/img/piveau-landing.png&quot; alt=&quot;
Piveau Metadata Catalogue&quot; /&gt;&lt;/figure&gt;

&lt;h5 id=&quot;abstract&quot;&gt;Abstract&lt;/h5&gt;

&lt;p&gt;In the recent years, more and more projects and initiatives focus on publication of (not only) open data in the machine readable form. This is however related to the discovery of information about published dataset for various reasons, from finding relevant data sources to the overall statistics about published data, creating dashboards or reusing and interconnecting data. For all these targets, the data must be properly described with metadata. In various fields of research, various metadata profiles are well-known and widely used. It is best practice to reuse top level concepts of metadata ontologies, such as SKOS[1], Dublin Core[2], DCAT[3] etc. This is something that is already taken into account in the process of creation of metadata profiles. But it is also important to publish metadata using the catalogues that allow users to fully utilize the benefits of using graph metadata.&lt;/p&gt;

&lt;p&gt;In this talk we will dicuss how the RDF metadata are usually published, which tools are used and how can it be enhanced. The focus is aimed at the data management ecosystem called piveau[4] as a metadata catalogue for publishing and harvesting metadata from various providers. This tool is used as a metadata catalogue for european data portals and we are thinking about using it in the Czech node of European Open Science Cloud [5] as a metadata management tool and catalogue.&lt;/p&gt;

&lt;p&gt;Related links:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.w3.org/TR/skos-reference/&quot;&gt;SKOS&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.dublincore.org/&quot;&gt;Dublin Core&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.piveau.de/en/&quot;&gt;Data Catalog Vovabulary (DCAT) Version 3&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.piveau.de/en/&quot;&gt;piveau&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.eosc.cz/&quot;&gt;EOSC CZ&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</content><author><name>KBSS</name></author><category term="Open Mic Announcement" /><category term="Open Mic" /><summary type="html">On Friday 9th January 2026 at 10:30 Michal Med will talk about effective publishing of RDF based metadata (based on RDF top level vocabularies for metadata description, such as SKOS, Dublin Core, DCAT etc.). You can join us live at this link.</summary></entry></feed>