antoniogarrote / rdfstore-js

JS RDF store with SPARQL support
MIT License
564 stars 109 forks source link

Possible solution for antoniogarrote/rdfstore-js#137 #139

Closed mathcals closed 8 years ago

mathcals commented 8 years ago

Create _newId() function in persistent lexicon that creates an OID that is unique for this lexicon. Localstorage is used to store the last id.

Solves antoniogarrote/rdfstore-js#137.