You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
Send a PUT request with
s=<http://a.b.c#d>
p=<http://a.b.c#e>
o="A literal"
s2=<http://a.b.c#d>
p2=<http://a.b.c#e>
o2="Another literal"
What is the expected output? What do you see instead?
I would expect the following triple on the store
<http://a.b.c#d> <http://a.b.c#e> Another literal"
Instead, the servlet throws an exception because the object is always supposed
to be a valid URI (i.e. the following line URI o = valueFactory.createURI("A
Literal") fails)
Original issue reported on code.google.com by a.gazzarini@gmail.com on 5 Feb 2014 at 3:40
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
a.gazzarini@gmail.com
on 5 Feb 2014 at 3:40The text was updated successfully, but these errors were encountered: