Closed sdasda7777 closed 1 year ago
Actually, I think that is a contradiction with section 2.2 of the standard, which states "IRIs may be written only as absolute IRIs."
I sent an email to W3 mailing list asking for comment on this, so I won't close this yet, but I don't think this is a valid issue 😅
You can also try the linkeddata chat on gitter or matrix: https://matrix.to/#/#linkeddata_chat:gitter.im
Closure was accidental 😅
Okay, yeah, it seems the content between '<' and '>' still has to comply with RFC3987.
If you take a look at the N-Quads grammar, you will notice that it clearly says
[10] IRIREF ::= '<' ([^#x00-#x20<>"{}|^``\] | UCHAR)* '>'
, which means<>
and<isweird>
are both valid IRIREFs. However when I run this code:I get this error: