linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
566 stars 146 forks source link

Improvements to typings #376

Open megoth opened 4 years ago

megoth commented 4 years ago

This is an issue where I'll note improvements that can be done to various typings.

Probably more to come, I'll update this as I find them - propose that the one that fixes this strikes out the issues as they are fixed

joepio commented 4 years ago

Work in progress branch: https://github.com/linkeddata/rdflib.js/tree/typing-improvements-%23376

timbl commented 4 years ago

In general I prefer Store.add() to take anything anywhere to be safe. In N3 you can put a literal as the subject, bnodes as predicate, etc ... best to be liberal.