simplerdf / simplerdf

:ok_hand: The future simplest RDF library ever
http://npm.im/simplerdf
67 stars 8 forks source link

SimpleRDF constructor should be changed to SimpleRDF(context, iri, options) #60

Open bergos opened 8 years ago

bergos commented 8 years ago

Because of the increasing number of modules, which may also need options, the interface should be changed to have an options object. Because the graph and store parameter are already optional and usually not used, they should be moved to the options object.