We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aeeb2e commit a51584fCopy full SHA for a51584f
src/store.ts
@@ -195,10 +195,11 @@ export default class IndexedFormula extends Formula { // IN future - allow pass
195
this.whyIndex
196
]
197
this.namespaces = {} // Dictionary of namespace prefixes
198
- this.features = features || [
199
- 'sameAs',
200
- 'InverseFunctionalProperty',
201
- 'FunctionalProperty',
+ this.features = features || [ // By deafult devs do not expect these feaures.
+// See https://github.com/linkeddata/rdflib.js/issues/458
+// 'sameAs',
+// 'InverseFunctionalProperty',
202
+// 'FunctionalProperty',
203
204
this.rdfArrayRemove = opts.rdfArrayRemove || RDFArrayRemove
205
if (opts.dataCallback) {
0 commit comments