This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
5 Modules and Prologs Notation 3 / rule 3 PrologDeclList =>stat statEnv The declaration of =>stat says there has to be an input statEnv and a "with URILiteral" Notation 3 / rule 4 PrologDeclList =>dyn dynEnv Similarly with the declaration of =>dyn. Also, in both rules, PrologDeclList does not appear in other judgments, so the inference process is free to bind it to any PrologDeclList in its universe, which is not what you want.
Sorry, where I said "with URILiteral", I should have said "with PrologDeclList".
The fix for this bug does not appear in the Recommendation of 23 January 2007. It will be considered for a future publication (either an Errata document or some possible future version of the specification).