Table of Contents
Introduction
Types and Classifications
All objects that are considered to be works of art should be have the "works of art" classification: aat:300133025. This will allow systems to distinguish between art objects and others that may be managed in the same dataset, but are not themselves art. These non-art objects might include tools (pencils, paintbrushes, palette, chisel), documents (a copy of an auction catalog, a letter from the artist), or supporting objects (an aisel, case or shelf).
{
"@context": "https://linked.art/ns/v1/linked-art.json",
"id": "https://linked.art/example/object/85",
"type": "HumanMadeObject",
"_label": "Sculpture of a Dragon",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300047090",
"type": "Type",
"_label": "Sculpture",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300435443",
"type": "Type",
"_label": "Type of Work"
}
]
},
{
"id": "http://vocab.getty.edu/aat/300133025",
"type": "Type",
"_label": "Artwork"
}
]
}
Vocabulary Entries
Visual Works
| AAT Term | Label | Usage Notes |
|---|---|---|
| aat:300133025 | works of art | Should be used for all objects considered as art, as well as entries from below, or other |
| aat:300014063 | textiles | |
| aat:300015342 | mosaics | |
| aat:300151343 | ceramics | |
| aat:300033618 | paintings | |
| aat:300033963 | collages | |
| aat:300033973 | drawings | |
| aat:300041273 | prints | |
| aat:300047090 | sculpture | |
| aat:300047203 | carvings | |
| aat:300047896 | installations | |
| aat:300046300 | photographs | |
| aat:300127173 | negatives | |
| aat:300028569 | manuscripts |
Objects
| AAT Term | Label | Usage Notes |
|---|---|---|
| aat:300387350 | exchange media | For coins, stamps, tickets, coupons etc |
| aat:300037336 | furnishings | For furniture and furnishings |
| aat:300266639 | clothing | For anything that is worn on the body, made of cloth or metal or other |
| aat:300209273 | costume accessories | For jewelry and other worn or held accessories |
| aat:300036926 | weapons | |
| aat:300197197 | containers | For boxes, baskets, vessels of all types |
| aat:300117130 | fragments | For small, separated pieces |
Names and Identifiers
Names
The title of the object is given as its Name. Different types of name or title can be distinguished by associating appropriate vocabulary entries via classified_as.
There are currently none documented beyond the primary title.
Identifiers
Objects can have many different types of identifier, following the basic pattern.
Use cases for identifiers of objects include:
- Accession numbers
- Local database numbers
- Stock numbers
{
"@context": "https://linked.art/ns/v1/linked-art.json",
"id": "https://linked.art/example/object/86",
"type": "HumanMadeObject",
"_label": "Example Painting",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300033618",
"type": "Type",
"_label": "Painting",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300435443",
"type": "Type",
"_label": "Type of Work"
}
]
},
{
"id": "http://vocab.getty.edu/aat/300133025",
"type": "Type",
"_label": "Artwork"
}
],
"identified_by": [
{
"id": "https://linked.art/example/identifier/12",
"type": "Identifier",
"_label": "Accession Number for Painting",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300312355",
"type": "Type",
"_label": "Accession Number"
}
],
"content": "X198-093"
},
{
"id": "https://linked.art/example/identifier/13",
"type": "Identifier",
"_label": "Local Repository Number",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300404621",
"type": "Type",
"_label": "Owner-Assigned Number"
}
],
"content": "677"
}
]
}
Statements about an Object
| AAT Term | Label | Usage Notes |
|---|---|---|
| aat:300411780 | description | For general descriptions |
| aat:300010358 | materials | For materials/medium statements |
| aat:300026687 | acknowledgments | For acknowledgements and attributions |
| aat:300055547 | legal concepts | For rights statements |
| aat:300266036 | dimensions | For statements about size and shape |
| aat:300121294 | editions | For series or edition statements |
| aat:300055863 | provenance | For provenance statements |
| aat:300028702 | inscriptions | For transcribing inscriptions |
| aat:300028705 | signatures | For transcribing signatures |
| aat:300028744 | markings | For describing other markings |
| aat:300028749 | watermarks | For describing watermarks |
Parts
| AAT Term | Label | Usage Notes |
|---|---|---|
| aat:300190692 | backs | |
| aat:300190703 | fronts | |
| aat:300190710 | tops | |
| aat:300190695 | bottoms | |
| aat:300190706 | sides | |
| aat:300014844 | supports | For the part that a drawing or painting is on |
| aat:300404391 | frames | |
| aat:300131087 | mounts | |
| aat:300001656 | bases |