We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5495366 commit d64843cCopy full SHA for d64843c
1 file changed
lib/acl-checker.js
@@ -235,6 +235,7 @@ function fetchLocalOrRemote (mapper, serverUri) {
235
return { body, contentType }
236
}
237
return async function fetch (url, graph = rdf.graph()) {
238
+ graph.initPropertyActions(['sameAs']) // activate sameAs
239
if (!temporaryCache[url]) {
240
// debugCache('Populating cache', url)
241
temporaryCache[url] = {
0 commit comments