afs commented on issue #1470:
URL: https://github.com/apache/jena/issues/1470#issuecomment-2959071804

   ```
   -Djena.iriprovider=IRI3986
   ```
   or
   ```
           ## Before JenaSystem.init()
           System.getProperties().setProperty("jena.iriprovider", "IRI3986");
   ```
   At any time, change the system provider:
   ```
           SystemIRIx.setProvider(new IRIProvider3986());
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to