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
…framing algorithm in general, and implement more specific node matching, including deep matching, as described in #110 for multiple values for `@id` in #424.
Still requires more work on expansion and tests. Note that frame matching can now be quite expensive, if all features are used. Also, implementations may want to save some of the work done when matching to do the actual framing.
JSON-LD framing should support multiple
@id
in order to "hook" multiple IRIs that have nothing in common in kind of relations (@type
or whatsoever).A solution would be to be able to accept arrays for
@id
.Currently an error is returned :
Note:
@type
should accept multiple values tooThe text was updated successfully, but these errors were encountered: