Property projection specs.
Defines the expected type and structure for a Model property, mirroring Values:
boolean
number
string
{ [TagRange]: string }
{ [TagRange]: readonly [string] }
readonly [Literal]
readonly [Reference]
readonly [Query]
RFC 4647 - Matching of Language Tags
Property projection specs.
Defines the expected type and structure for a Model property, mirroring Values:
boolean,number,string){ [TagRange]: string }— Single-valued language-tagged text map{ [TagRange]: readonly [string] }— Multi-valued language-tagged text mapreadonly [Literal]— Array of primitive valuesreadonly [Reference]— Array of IRI referencesreadonly [Query]— Collection projection with filtering, ordering, and pagination