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

Support Model.range(:symbol) for non-Goo range classes #88

Open palexander opened 11 years ago

palexander commented 11 years ago

Right now you can get a resolved range class for Goo dependencies, but not for things like DateTime or RDF::IRI. Would be nice to support them all because otherwise clients have to know how to resolve :uri to RDF::IRI.