Skip to content

Commit d64843c

Browse files
committed
add rdflib options sameAs
1 parent 5495366 commit d64843c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/acl-checker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ function fetchLocalOrRemote (mapper, serverUri) {
235235
return { body, contentType }
236236
}
237237
return async function fetch (url, graph = rdf.graph()) {
238+
graph.initPropertyActions(['sameAs']) // activate sameAs
238239
if (!temporaryCache[url]) {
239240
// debugCache('Populating cache', url)
240241
temporaryCache[url] = {

0 commit comments

Comments
 (0)