Skip to content

Commit

Permalink
Add that IRIs must not be relative references
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Jan 17, 2025
1 parent 256d8dc commit 991aeb8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -586,9 +586,11 @@ <h3>IRIs</h3>
<p class="note">For convenience, a complete [[ABNF]] grammar
from [[RFC3987]] is provided in <a href="#iri-abnf" class="sectionRef"></a>.</p>

<p>IRIs in the RDF abstract syntax MUST be <a data-cite="RFC3986#section-5">resolved</a>
per [[RFC3986]], and MAY contain a fragment identifier. IRIs SHOULD
follow rules defined by the <a data-cite="RFC3986#section-3.1">IRI scheme</a>.
<p>IRIs in the RDF abstract syntax
MUST be <a data-cite="RFC3986#section-5">resolved</a> per [[RFC3986]] and
MUST NOT be a <a data-cite="RFC3986#section-4.2">relative references</a>.
They MAY contain a <a data-cite="RFC3986#section-3.5">fragment identifier</a>.
IRIs SHOULD follow rules defined by the <a data-cite="RFC3986#section-3.1">IRI scheme</a>.
</p>

<p><dfn>IRI equality</dfn>:
Expand Down

0 comments on commit 991aeb8

Please sign in to comment.