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

RDF::IRI attributes generate duplicates on updates #39

Closed msalvadores closed 11 years ago

msalvadores commented 11 years ago

In models with this definition:

attribute :iri_value, :instance_of => { :with => RDF::IRI }, :single_value => true

if the object is updated then a duplicated triple is generated for this attribute.