-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query engine does not perform correctly comparison of String literals from two graphs populated differently #1309
Comments
What is the Virtuoso version in use? Do you have a test case for recreating? |
details were added to the main text. |
How exactly are you loading the data with Jena? Can you provide a runnable program that can be used for loading the data, with the specific method being used? |
Here is a fragment of the actual Java Code from Spring App.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inspired by the following Stackoverflow discussion :
https://stackoverflow.com/questions/78768869/inside-virtuoso-named-graphs-can-rdf-string-literals-be-represented-in-different?noredirect=1#comment139010223_78768869
Requested details:
Version: 07.20.3240
A test case:
create a simple ttl file with one triple and a literal object of String type.
load that ttl file using Virtuoso web console to the graph
urn:model1
load the same ttl file using Java Jena library to the graph
urn:model2
make the following SPARQL query:
A non empty result is expected, however the query returns empty result.
A small modification (add
FILTER
clause) gives correct answer:The text was updated successfully, but these errors were encountered: