You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2023/01/03 12:22:51 UTC

[jena-site] branch main updated: Fix layout

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 97ca20b81 Fix layout
97ca20b81 is described below

commit 97ca20b8184f5594f5874ff769491351f7e0e25b
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Tue Jan 3 12:22:38 2023 +0000

    Fix layout
---
 source/documentation/query/lateral-join.md | 12 ++++++++----
 source/documentation/rdf-patch/__index.md  |  2 +-
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/source/documentation/query/lateral-join.md b/source/documentation/query/lateral-join.md
index af629c4d9..3eaccadbe 100644
--- a/source/documentation/query/lateral-join.md
+++ b/source/documentation/query/lateral-join.md
@@ -107,7 +107,10 @@ The inner `?s` in the `SELECT ?label` is not the outer `?s` because the `SELECT
 
 ### Notes
 
-There is a similarity to filter `NOT EXISTS`/`EXISTS` expressed as the non-legal `FILTER ( ASK { pattern } )` where the variables of the row being filtered are available to "pattern". This is similar to an SQL [correlated subquery](https://en.wikipedia.org/wiki/Correlated_subquery).
+There is a similarity to filter `NOT EXISTS`/`EXISTS` expressed as the non-legal
+`FILTER ( ASK { pattern } )` where the variables of the row being filtered are
+available to "pattern". This is similar to an SQL
+[correlated subquery](https://en.wikipedia.org/wiki/Correlated_subquery).
 
 ## SPARQL Specification Additional Material
 
@@ -162,10 +165,11 @@ Lateral(Ω, P) = { μ | union of Ω1 where
 	       result Ω1
 	   }
 ```
-where `inject` is the [corrected `substitute`](https://afs.github.io/substitute.html) operation.
+where `inject` is the [corrected `substitute`](https://afs.github.io/substitute.html) 
+operation.
 
-An alternative style is to define Lateral more like "evaluate P such that μ is in-scope" in some
-way, rather than rely on `inject` which is a mechanism. 
+An alternative style is to define Lateral more like "evaluate P such that μ is
+in-scope" in some way, rather than rely on `inject` which is a mechanism.
 
 ```
 Definition: Evaluation of Lateral
diff --git a/source/documentation/rdf-patch/__index.md b/source/documentation/rdf-patch/__index.md
index a4df46eea..a4d22d362 100644
--- a/source/documentation/rdf-patch/__index.md
+++ b/source/documentation/rdf-patch/__index.md
@@ -1,4 +1,4 @@
-f---
+---
 title: RDF Patch
 slug: index
 ---