From a0ad8aefa6a9775bc4e255fe673ebf30770afe78 Mon Sep 17 00:00:00 2001 From: Florian Kleedorfer Date: Thu, 12 Sep 2024 14:59:19 +0200 Subject: [PATCH] Improve README.md on label generation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4eeaa97..c739f14 100644 --- a/README.md +++ b/README.md @@ -631,8 +631,8 @@ model: ``` There is no way to serialize this model in RDF/Turtle while using the inline blank node syntax `[ ]` -for the anonymous node `_:b0`. In this case, the anonymousNodeIdGenerator is called to determine -the name of the blank node in the output. +for the anonymous node `_:b0`. If, as in this example, the node in question already has a label, the label is re-used. +Otherwise, the anonymousNodeIdGenerator is used to generate it.