Jey PUGET GIL - VCity Project LIRIS
GitHub - ConVer-G components Demonstration

Quads Viz - cross versions

Visualize versioned quads with QuaViz

  • Navigate through quads versions with the metagraph.
  • Understand the diffs between two versioned graph.
Graph versioning

Quads loaDer

QuaDer : import and condense quads datasets

It stores:

  • all resources or literals in a catalog.
  • evolving quad datasets in a compressed form using bit vectors to represent the presence of quads across versions.

Quads Query - cross versions

Query condensed versioned quads with QuaQue

  • It supports SPARQL queries without introducing new operators, maintaining interoperability.
  • QuaQue allows querying across multiple versions simultaneously using the condensed quad representation.
  • The component uses the condensed representation to improve the execution of join and aggregation queries.
Graph query