forked from thegetty/crom
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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"
}
This should fail to set d.value
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request