Skip to content

Suggestions from January review on §3.9 #199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1067,9 +1067,9 @@ <h3>Replacing Blank Nodes with IRIs</h3>

<p>This transformation does not appreciably change the meaning of an
RDF graph, provided that the Skolem IRIs do not occur anywhere else.
It does however permit the possibility of other graphs
subsequently using the Skolem IRIs, which is not possible
for blank nodes.</p>
It does however permit other graphs
to subsequently use the Skolem IRIs, which is not possible
with blank nodes.</p>

<p>Systems may wish to mint Skolem IRIs in such a way that they can
recognize the IRIs as having been introduced solely to replace blank
Expand All @@ -1079,7 +1079,7 @@ <h3>Replacing Blank Nodes with IRIs</h3>
<p>Systems that want Skolem IRIs to be recognizable outside of the system
boundaries SHOULD use a well-known IRI [[RFC8615]] with the registered
name <code>genid</code>. This is an IRI that uses the HTTP or HTTPS scheme,
or another scheme that has been specified to use well-known IRIs; and whose
or another scheme that has been specified to use well-known IRIs, and whose
path component starts with <code>/.well-known/genid/</code>.

<p>For example, the authority responsible for the domain
Expand Down