Skip to content
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

resource-qname-local on triple component with blank spaces (jena backend) #2

Open
nevenavv opened this issue Jan 9, 2011 · 0 comments

Comments

@nevenavv
Copy link

nevenavv commented Jan 9, 2011

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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant