We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
resource-qname-local gives unexpected results on triple components with blank spaces (and numbers) with jena backend.
example:
(def *ts* (make-triples [["t1" "desc" "Test"] ["t2" "desc" "Test Again"] ["t3" "desc" "3"] ["t4" "desc" "Test 4"] ["t5" "desc" "Test 5 Jena"]])) (map #(resource-qname-local (o %)) *ts*) =>("Test" "Again" "" "" "Jena")
With sesame backend: =>("Test" "Test Again" "3" "Test 4" "Test 5 Jena")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
resource-qname-local gives unexpected results on triple components with blank spaces (and numbers) with jena backend.
example:
With sesame backend:
=>("Test" "Test Again" "3" "Test 4" "Test 5 Jena")
The text was updated successfully, but these errors were encountered: