diff --git a/index.html b/index.html index e1728968..b87ffbfa 100644 --- a/index.html +++ b/index.html @@ -10535,6 +10535,31 @@
When framing, a frame object extends a node object to allow + members used specifically for framing.
+@default
MAY include the value @null
,
+ or an array containing only @null
, in addition to other values
+ allowed in the grammar for values of member keys expanding to absolute IRIs.@id
and @type
MAY additionally be
+ an empty dictionary (wildcard),
+ an array containing only an empty dictionary,
+ an empty array (match none)
+ an array of IRIs.@embed
with
+ any value from @always
, @list
, and @never
.@explicit
, @omitDefault
, or @requireAll
See [[JSON-LD11-FRAMING]] for a description of how frame objects are used.
+When framing, + a value pattern + extends a value object to allow + members used specifically for framing.
+@value
, @language
and @type
MAY additionally be
+ an empty dictionary (wildcard),
+ an array containing only an empty dictionary,
+ an empty array (match none)
+ an array of strings.