e.g.
>>> from cromulent import model
>>> d = model.Dimension()
>>> d.value = "foo"
>>> print(model.factory.toString(d, compact=False))
{
"@context": "https://linked.art/ns/v1/linked-art.json",
"id": "http://lod.example.org/museum/Dimension/0",
"type": "Dimension",
"value": "foo"
}
e.g.
This should fail to set
d.value