Limitations
Given the nature of Solid and RDF, there are some things that don't work the same way as the core library:
null
andundefined
attributes will be treated the same way (casted toundefined
).- In array fields, an empty array will also be treated the same way as
null
andundefined
(casted to an empty array). FieldType.Object
field types cannot be used, use relationships instead. Neither can nestedFieldType.Array
.- Arrays cannot have duplicated entries, given that RDF is monotonic.
- #5 Blank nodes are not supported.