Open cubap opened 2 years ago
{ "label": "Sample Data", "forCollection": { "value": "Sample Collection" }, "date": 123093091209, "seeAlso": { "@id": "https://example.com/42", "label": { "en": "external resource", "none":"externalatio"}, }, "__rerum": { ... } }
Becomes...
{ "label": "Sample Data", "forCollection": { "value": "Sample Collection" }, "date": 123093091209, "seeAlso": { "@id": "https://example.com/42", "label": { "en": "external resource", "none":"externalatio"}, } }
Compare to compact which will promote value and @id properties with prejudice.
compact
value
@id
Becomes...
Compare to
compact
which will promotevalue
and@id
properties with prejudice.