Skip to content
Discussion options

You must be logged in to vote

Hi Barry,

Which version are you upgrading from?

You should be able to use IRIx and not need to use IRI3986 as of Jena 6.0.0

It is "absolute" - RFC 3986 URI syntax allows the hier-part to have a host that is an empty string for reg-name. "absolute does not mean much more than "has scheme, does not have fragment".

However, that's just the basic syntax. Mistakes in URI syntax are exceptions.

URI schemes are layered on top of the URI syntax; errors and warning in URI schemes are recorded with the IRIx.

https/http (also defined in RFC 3986) require a non-empty host - that's https/http specific.

Jena will parse that and print a warning for errors in scheme-specific rules. Parser errors are fata…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bnouwt
Comment options

Answer selected by afs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants