You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe x/y:z is considered a full IRI by the parser. If so, this is incorrect because the scheme component is not allowed to contain a forward slash (/). Therefore, x/y:z should be considered a relative IRI which must be made absolute.
The text was updated successfully, but these errors were encountered:
Files that contain
rdf:about="{x}/{y}:{z}"
are incorrectly parsed ATM.Example dataset:
The expected behavior / reproducible with Rapper is to parse the above as:
Maybe
x/y:z
is considered a full IRI by the parser. If so, this is incorrect because the scheme component is not allowed to contain a forward slash (/
). Therefore,x/y:z
should be considered a relative IRI which must be made absolute.The text was updated successfully, but these errors were encountered: