Skip to content

Commit

Permalink
Improve README.md on label generation
Browse files Browse the repository at this point in the history
  • Loading branch information
fkleedorfer committed Sep 12, 2024
1 parent 34ae2d7 commit a0ad8ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</td>
<td>
Expand Down

0 comments on commit a0ad8ae

Please sign in to comment.