ArtFrame and RareMat, 2018.03.16
According to CCO, style designation “identifies the named, defined style, historical or artistic period, movement, group, or school whose characteristics are represented in the work being cataloged”; style information is based on scholarship in fields such as art history, cultural studies and archeology. As such, it represents a key concept by which specialists categorize cultural objects. Content and data structure standards in museology—including VRA Core, CCO, CDWA, CIDOC CRM, and LIDO—have provisions allowing catalogers to qualify an object by its artistic style. However, no field was ever defined in the MARC format to accommodate style, nor is there a specific class or property in BIBFRAME, which has largely been designed to move our existing library data into linked data.
Though certain metadata standards, such as the CHIN Data Dictionary, allow catalogers to record style information as a work and/or creator attribute, we believe style should be defined for the work rather than the creator, since an artist may adopt several different styles during his/her career.
Stylistic information is closely related to the cultural context of the work, since a style or period may be characteristic of a given culture (e.g. Minoan Style, Spanish Colonial Style, Olmec Style).
Art cataloguing standards have dealt with culture and nationality in various ways. In general, culture and nationality are considered attributes of the agent and should be recorded as such. In the case of nationality this is uncontroversial, since by definition only persons can have nationality. However, culture can at times be considered an attribute of a work, for example, cultural objects created by a group of people, or a work deliberately created by an artist in the style of a culture that is not his/her own. The attribution of culture in these cases is more closely aligned with style; to the extent that culture adheres to a work, it can be captured by the concept of Style/Period. This group therefore recommends the usage of arm:hasStylePeriod for recording cultural-related information in the work context, and reserves direct attribution of nationality and culture to agents.
“late 17th-century English binding”
2 examples from CCO:
```Class [controlled]: • decorative arts • Islamic art • murals Work Type [link]: • mosaic Title: Tile Mosaic Panel Creator Display: Persian Role [link]: artist [link]: Persian Creation Date: 16th century [controlled]: • Earliest: 1500 • Latest: 1599 Subject [links]: • interior architecture • star medallions • palmettes • vases Style [link]: Safavid dynasty Culture [link]: Persian Current Location [link]: Philadelphia Museum of Art (Philadelphia, Pennsylvania, USA) • ID: 1931-76-1 Creation Location [link]: Esfahan (Persia) Measurements: 106.68 cm height (42 inches) [controlled] • Value: 106.68 Unit: cm Type: height Materials and Techniques: glazed pottery Material [links]: • terracotta Technique [links]: • glazing Description: Created during the reign of the Safavid court at Esfahan in Persia. The panel may have come from a monastery of the Sufi branch of Islam. Glazed turquoise, cobalt blue, beige, white, and black colors form a pattern dominated by star medallions and floral palmettes in vases. Description Source [link]: Philadelphia Museum of Art. Handbook of the Collections.Philadelphia: Philadelphia Museum of Art, 1986. Page: 64>
```Class [controlled]: • paintings • South American art
Work Type [link]: • painting
Title: Saint Ursula Receiving the Martyr’s Crown from an Angel Title Type:translated
Title: Santa Úrsula recibe de un ángel la corona del martirio Title Type: repository
Creator Display: unknown Colombian
Role [link]: painter [link]: unknown Colombian
Creation Date: 17th century [controlled]: • Earliest: 1600 • Latest: 1699
Subject [links]: • religion and mythology • Saint Ursula (Christian iconography) • martyrdom • angel • crown
Style [link]: Spanish Colonial
Culture [link]: Colombian
Current Location [link]: Museo Nacional de Colombia (Bogotá, Colombia) • ID:23.8.1951
Measurements: 44.5 x 63.8 cm (17 1/2 x 25 1/8 inches)
[controlled]: • Value: 44.5 Unit: cm Type: height | • Value: 63.8 Unit: cm Type: width
Materials and Techniques: oil on panel
Material [links]: • oil paint • panel (wood) Technique [links]: • painting
There is no modeling of Style/Period in BIBFRAME.
The RareMat/ArtFrame Style/Period model is quite simple, involving two predicates, hasStylePeriod and isStylePeriodOf, and a class StylePeriod. The range of hasStylePeriod and domain of isStylePeriodOf are left unspecified so that vocabularies (such as AAT) can be used without unwanted type entailments.
arm:StylePeriod
- URI: TBD
- Label: Style/Period
- Definition: A defined style, historical or artistic period, movement, group, or school whose characteristics are represented in a work.
arm:hasStylePeriod (object property)
- URI: TBD
- Label: has style/period
- Definition: A resource’s relationship to a style/period it represents.
- Domain: unspecified
- Range: unspecified
- Inverse: arm:isStylePeriodOf
- Editorial note: Range is unspecified to allow values from various controlled vocabularies.
arm:isStylePeriodOf (object property)
- URI: TBD
- Label: is style/period of
- Definition: A style/period’s relationship to a resource representing it.
- Domain: unspecified
- Range: unspecified
- Inverse: arm:hasStylePeriod
- Editorial note: Domain is unspecified to allow values from various controlled vocabularies.
:work a bf:StillImage ;
bf:title :title ;
arm:hasStylePeriod :style_period .
:style_period a arm:StylePeriod ;
crm:P2_has_type <http://vocab.getty.edu/aat/300172863> .
:title rdf:value “Atala et Chactas” .