ncbo / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
15 stars 6 forks source link

Find on encoded attributes #57

Closed msalvadores closed 11 years ago

msalvadores commented 11 years ago

URI encoding when generating IDs. Initial implementation allow spaces. It is unclear if find works with encoded characters.

This need to revised. @palexander what characters do we allow for fields that are going to be used for generating IRIs. Somehow we have to validate for that and encode the ones that are valid.