From 618c4c4f424f672aa55c2aa42e2d65b2bc0a171b Mon Sep 17 00:00:00 2001 From: Olaf Hartig Date: Tue, 23 Jun 2026 11:10:58 +0200 Subject: [PATCH 1/3] snapshot of extending the 'evaluation of PP patterns' to cover PP patterns that contain triple patterns --- spec/index.html | 48 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/spec/index.html b/spec/index.html index 22b25e9..b761d1a 100644 --- a/spec/index.html +++ b/spec/index.html @@ -8756,8 +8756,8 @@

Algebraic Syntax

Path(|x|, |ppe|, |y|) is an algebraic query expression if |ppe| is an algebraic property path expression, - |x| is an RDF term or a variable, and - |y| is an RDF term or a variable. + |x| is an RDF term, a variable, or a triple pattern, and + so is |y|.
  • Union(A1, A2) is an algebraic query expression if @@ -9247,7 +9247,8 @@
    Translate Property Path Patterns
    of the form Path(...).

    Notes: