Skip to content

Commit

Permalink
Shift architecture figure around
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Dec 1, 2023
1 parent a41044a commit f1364de
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions content/approach.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ After that, the plan is executed following an [iterator-based pipeline approach]
which considers the execution plan as a [pipeline](cite:cites pipelining) of iterator-based physical operators.
This pipelined approach allows results to be returned to the end-user,
even though the link traversal and query processing may still be running for a longer time.
A visualization of the architecture of our approach can be seen in [](#figure-link-queue).

<figure id="figure-link-queue">
<img src="img/link-queue.svg" alt="Link queue" class="img-narrow">
<figcaption markdown="block">
Link queue, dereferencer, and link extractors feeding triples into a triple source,
producing triples to tuple-producing operators
in a pipelined query execution.
</figcaption>
</figure>

Instead of considering all possible links that are discovered in the RDF triples,
we apply various [Solid-specific](cite:cites solidquery) and [Solid-agnostic](cite:cites linktraversalfoundations) link extraction strategies.
Expand Down Expand Up @@ -58,14 +68,3 @@ A simplified WebID profile in Turtle.
Example of a type index with entries for posts and comments in RDF Turtle.
</figcaption>
</figure>

A visualization of the architecture of our approach can be seen in [](#figure-link-queue).

<figure id="figure-link-queue">
<img src="img/link-queue.svg" alt="Link queue" class="img-narrow">
<figcaption markdown="block">
Link queue, dereferencer, and link extractors feeding triples into a triple source,
producing triples to tuple-producing operators
in a pipelined query execution.
</figcaption>
</figure>

0 comments on commit f1364de

Please sign in to comment.