Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Repeating a prefix, does not replace previous one #19

Closed
roddolf opened this issue Jan 29, 2018 · 0 comments
Closed

Repeating a prefix, does not replace previous one #19

roddolf opened this issue Jan 29, 2018 · 0 comments

Comments

@roddolf
Copy link
Collaborator

roddolf commented Jan 29, 2018

When a query have a same prefix namespace repeated:

/* ... */
  .prefix( "ex", "https://example.com/ns#" )
  .prefix( "ex", "https://example.org/ns#" )

The query string returns both of them.
The expected string should just return the last set, i.e. https://example.org/ns#.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant