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

   > I just wondered if there was any known pitfalls in jena when the graph 
contains non valid IRIs.
   
   Depend on how bad invalid they are. Raw newlines - real problems, relative 
URIs often work but may cause stability problme in published data.
   
   Nothing is guaranteed especially for output that isn't JSON-LD.  RDF/XML 
must be able to split properties into qnames. In Turtle/TriG, there is checking 
and plain `<...>` is used if needed but some code reading that may complain 
about bad URIs.


-- 
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