linkeddata / rdflib.js

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

Disable Store fetures by default #492

Closed timbl closed 3 years ago

timbl commented 3 years ago

Responds to https://github.com/linkeddata/rdflib.js/issues/458

No normal developer expects these features. They are useful for smushing together data from many sources, such as trusted public data sources. They not appropriate to the solid world of where many dat source are not trusted, and any 'sameAs' inference has to be done explicitly by the application layer or the domain-specific UX layer.