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
# Rename blank nodes recusively. Note that this does not create new blank node identifiers where none exist, which is performed in the node map generation algorithm.
281
+
#@value = rename_bnodes(@value) if @options[:rename_bnodes]
282
+
278
283
# Initialize node map to a JSON object consisting of a single member whose key is @default and whose value is an empty JSON object.
# A flag specifying that all properties present in the input frame must either have a default value or be present in the JSON-LD input for the frame to match.
326
332
# @option options [Boolean] :omitDefault (false)
327
333
# a flag specifying that properties that are missing from the JSON-LD input should be omitted from the output.
328
-
# @option options [Boolean] :expanded Input is already expanded
329
334
# @option options [Boolean] :pruneBlankNodeIdentifiers (true) removes blank node identifiers that are only used once.
330
335
# @option options [Boolean] :omitGraph does not use `@graph` at top level unless necessary to describe multiple objects, defaults to `true` if processingMode is 1.1, otherwise `false`.
0 commit comments