From 77b9f726746e2bd7ba58c29e46716913857e2d81 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Wed, 18 Sep 2024 12:56:59 +0200 Subject: [PATCH] Allow graphs in dataset to be identified by blank nodes --- spec/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.html b/spec/index.html index a13d49d..9d93533 100644 --- a/spec/index.html +++ b/spec/index.html @@ -7879,7 +7879,7 @@

RDF Dataset

For the following definitions, we capture each RDF dataset as a set:
{ G, (<u1>, G1), (<u2>, G2), . . . (<un>, Gn) }
- where G and each Gi are graphs, and each <ui> is an IRI. Each + where G and each Gi are graphs, and each <ui> is an IRI or blank node. Each <ui> is distinct.

G is called the default graph. (<ui>, Gi) are called named graphs.