This is an automated email from the ASF dual-hosted git repository. rvesse pushed a commit to branch revert-209-patch-1 in repository https://gitbox.apache.org/repos/asf/jena-site.git
commit 7de9430e48795aa24a312ab002924dbf11832a8d Author: Rob Vesse <[email protected]> AuthorDate: Thu Apr 17 14:59:15 2025 +0100 Revert "Update construct-quad.md" --- source/documentation/query/construct-quad.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/documentation/query/construct-quad.md b/source/documentation/query/construct-quad.md index 805570665..624a59757 100644 --- a/source/documentation/query/construct-quad.md +++ b/source/documentation/query/construct-quad.md @@ -34,9 +34,7 @@ there are 2 forms for ARQ Construct Quad query: { ?s :p ?o } # Default graph :s ?p :o - } - FROM NAMED :g # or FROM :g, optional - WHERE { + } WHERE { # SPARQL 1.1 WHERE Clause ... }
