w3c / EasierRDF

Making RDF easy enough for most developers
266 stars 13 forks source link

Overview of an RDF triple store #4

Open dbooth-boston opened 5 years ago

dbooth-boston commented 5 years ago

We need tooling for understanding the contents of a triple store or RDF dataset. What kinds of relationships are present? What do they mean? What are the namespaces used, and their purposes? In a RDBMS this is fairly simple given an ER diagram. We need the ability to visually zoom in or out, like with google maps. "In the rdbms world you know what the intention is from the datamodel and languages". https://lists.w3.org/Archives/Public/semantic-web/2018Nov/0043.html

vemonet commented 5 years ago

We are using HCLS to describe our triplestores. It can be browsed on GraphDB

Or we provide 2 SPARQL queries to retrieve those informations in convenient format:

Here are the SPARQL queries we are executing to compute HCLS statistics for a graph.

We consider working on a service to visualize the content of a triplestore based on precomputed HCLS statistics (part of the data2services ecosystem). We would like to offer the possibility to deploy a user-friendly service allowing to understand the content of a triplestore, visualize relationships between entities, zoom in/out. Provide the user a tool to easily jump in a triplestore, find what he is looking for and understand the knowledge representation.

Anyone have pointers about work on such topics?

amirouche commented 5 years ago

related to https://github.com/w3c/EasierRDF/issues/37