LiUSemWeb / HeFQUIN

HeFQUIN is a query federation engine for heterogeneous federations of graph data sources, including federations of knowledge graphs.
https://liusemweb.github.io/HeFQUIN/
Apache License 2.0
19 stars 2 forks source link

Turtle description of the FD vocabulary #324

Open hartig opened 11 months ago

hartig commented 11 months ago

We currently have a manually-created Java class with the terms of the vocabulary to describe federations; see https://github.com/LiUSemWeb/HeFQUIN/blob/main/src/main/java/se/liu/ida/hefquin/vocabulary/FD.java

The TODO of this issue is to create a Turtle file that describes this vocabulary and, then, use this Turtle file to generate the aforementioned Java class, similar to the Turtle file for our LPG-to-RDF vocabulary and the corresponding (generated) Java class.