Data Transformation & Data Organization
RDF Knowledge Graphs ๐ can be pretty abstract objects to understand and discover ๐. Imagine you get a new RDF dataset and you want to understand what it contains.
You have different options:[edit | edit source]
- You open it in you editor and you check directly ๐จโ๐ป. While this is fast it is for sure not handy ๐.
- You index it in your favourite SPARQL endpoint ๐ค. This is already better but also can be a pain ๐ค.
- You make a Question Answering โ๐ก system out of it. Then you get autocompletion, facet search over it. QA is a great way to explore your dataset ๐!
ExplainabilityFile:Data transformation.e67ab768.mp4
As an example we take a taxonomy that is published by the publication Office about corporate bodies. You can find the screenshots attached.
You want to try with your own dataset. Visit: QAnswer
Stay tuned,The QA Company