tmlab / tmql

Automatically exported from code.google.com/p/tmql
1 stars 0 forks source link

i want use < > for identifier, that i can use special character in the uri like # #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For Example I want:

UPDATE association ADD <http://onotoa.topicmapslab.de#has-methods2> ( 
<http://fundivers.biow.uni-leipzig.de/dataset> : 
>http://fundivers.biow.uni-leipzig.de/dataset/a7b1cd7868446b9c693e46238861bd22>,
 <http://fundivers.biow.uni-leipzig.de/dataset> : 
<http://fundivers.biow.uni-leipzig.de/datagroup/Scientific+plant+species+name> )

Because the normal way without these <> around the identifier produce a bug.

Original issue reported on code.google.com by Redx...@gmail.com on 12 Apr 2011 at 11:46

GoogleCodeExporter commented 9 years ago
Your query is invalid.

... : <http://fundivers.biow.uni-leipzig.de/dataset ... instead of ... : 
>http://fundivers.biow.uni-leipzig.de/dataset ...

Please note:

association has to be plural associations

Another bug in this context was fixed.

Original comment by Sven.Kro...@googlemail.com on 12 Apr 2011 at 12:19