Schemas / Art (CDWA core)
rig.art.location
v0.31.0 · draft 2 fields 0 required
Fields
| Field | Type | Meaning | |
|---|---|---|---|
repository |
entity | optional | Holding organisation |
accessionNumber |
string | optional | Accession / object number |
Current repository of a work. Format when present.
Field meanings follow CDWA Current Location and Object ID.
All fields optional. Emit what the source has. An empty component is invalid - attach at least one field.
Name the repository with rig.meta.named. Its site is rig.place.address / rig.place.geo. Do not put a repository name string here.
JSON Schema
Resolves at https://rig.works/schemas/rig.art.location.schema.json —
raw file.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://rig.works/schemas/rig.art.location.schema.json",
"title": "rig.art.location",
"type": "object",
"additionalProperties": false,
"properties": {
"repository": {
"$ref": "./_defs.schema.json#/$defs/entity"
},
"accessionNumber": {
"$ref": "./_defs.schema.json#/$defs/string"
}
},
"description": "Current location. Field meanings follow CDWA Current Location. Repository is an organisation entity.",
"minProperties": 1
}