afs commented on issue #1272: URL: https://github.com/apache/jena/issues/1272#issuecomment-1137814567
This is a dynamic vs static scoping issue. Whole update is dynamic, picking base up at runtime. Same base through out the update (i.e. last). The static style alternative is the syntax element for the IRI function could record the base at point of creation i.e. the IRI function captures the parser base, and not have context at execution time. I don't recall when I last saw a real-world update with split prologue. -- 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]
