From 2d17ff8208357c603deaa787d9d6ee050098424e Mon Sep 17 00:00:00 2001 From: Andy Seaborne Date: Fri, 17 Jan 2025 09:43:59 +0000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Olaf Hartig --- spec/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/index.html b/spec/index.html index 84c3025..1403f0d 100644 --- a/spec/index.html +++ b/spec/index.html @@ -1014,9 +1014,9 @@

RDF Datasets

SPARQL 1.2 [[SPARQL12-QUERY]] uses the same concept of an RDF Dataset - where an RDF Graph can be identified using an IRI or a blank node. - SPARQL 1.1 Query Language [[SPARQL12-QUERY]] - only allows RDF Graphs to be identified using an IRI.

+ in which the graph names of named graphs may be IRIs or blank nodes. + In contrast, version 1.1 of the SPARQL Query Language [[SPARQL11-QUERY]] + only allows IRIs as graph names.