You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Fedora implementation emits messages for each hash URI subject in a resource. This is "outside the spec, but allowable" behavior that may not be present in other implementations. It's notable because fcrepo-indexing-triplestore relies on it.
For example, creating or deleting an object with this content:
<http://localhost:8080/fcrepo/rest/a> a test:whatever .
<http://hocalhost:8080/fcrepo/rest/a#hash> a test:somethingElse .
Will result in two emitted messages; one for http://localhost:8080/fcrepo/rest/a, and one for http://hocalhost:8080/fcrepo/rest/a#hash.
The text was updated successfully, but these errors were encountered:
The current Fedora implementation emits messages for each hash URI subject in a resource. This is "outside the spec, but allowable" behavior that may not be present in other implementations. It's notable because
fcrepo-indexing-triplestore
relies on it.For example, creating or deleting an object with this content:
Will result in two emitted messages; one for
http://localhost:8080/fcrepo/rest/a
, and one forhttp://hocalhost:8080/fcrepo/rest/a#hash
.The text was updated successfully, but these errors were encountered: