arm

Materials

ArtFrame and RareMat, 2017-11-06

Table of Contents

Overview

The goal of this model is to describe the material(s) out of which a resource or part of a resource is made.

BIBFRAME has relatively limited descriptive capacity in this realm, presumably with the intent that the model would be expanded by a domain-specific ontology. It defines classes bf:AppliedMaterial, bf:BaseMaterial, and bf:Mount, with corresponding predicates bf:appliedMaterial, bf:baseMaterial, and bf:mount. (We leave bf:emulsion/bf:Emulsion out of this discussion, since it is not clear to us how it fits in.)

We propose a more expressive model in which resource parts such as mounts can be independent resources, in order to describe the materials out of which they are constructed, as well as also other attributes, such as color, measurements, and so on.

The RareMat and ArtFrame extensions have consistently found need to describe resource parts as independent resources in various contexts: Citations, to locate citations in specific entries or on specific pages; Physical Description (forthcoming), Physical Condition, and Measurements, to describe and measure parts of resources such as frames, bindings, etc.; and Part-Whole relationships (forthcoming), to model the relationship of parts such as bindings, mounts, and marginalia to the bibliographic resources that include them. The Materials model provides another case for the independent identity of resource parts, in order to describe what the part is made of.

BIBFRAME Materials Model

Classes ——— bf:AppliedMaterial

bf:BaseMaterial

bf:Mount

Properties

bf:appliedMaterial

bf:baseMaterial

bf:mount

Recommended Materials Model

Summary of recommendations

We diverge from the BIBFRAME model in the following respects:

Requests for Modifications to BF2

Terms

Labels, definitions, and URIs TBD depending on whether terms are adopted into BF, reused from external ontologies, or defined in the ArtFrame-RareMat shared namespace.

Note that the Binding class, in addition to a few other classes for resource parts, are defined in a separate recommendation (forthcoming).

Classes

crm:E57_Material

Properties

hasMaterial

isMaterialOf

hasAppliedMaterial

isAppliedMaterialOf

hasBaseMaterial

isBaseMaterialOf

dcterms:hasPart

dcterms:isPartOf

rdau:P60558

crm:P2_has_type

crm:P2i_is_type_of

Note that crm:P2_has_type and its inverse are used to type an individual material resource within a taxonomic hierarchy, where the object is a named individual, as opposed to rdf:type with range rdfs:Class.

Named Individuals

Vocabularies for materials and colour content. Consider the following and others.

Diagram

Materials model diagram Note that ex is the namespace of the current model, while ex1 is the namespace of a controlled vocabulary for materials. These may or may not be the same; moreover, different material terms could belong to different namespaces. Namespaces of terms shown without prefixes are currently undefined, and depend on the outcome of BIBFRAME recommendations.

Sample RDF

:item a bf:Item ;
    dcterms:hasPart :mount.

 :mount a ex1:Mount ;
     ex2:hasBaseMaterial :baseMaterial .
 
 :baseMaterial a crm:E57_Material ;
      crm:P2_has_type :wood (plant material) ;
      rdau:P60558 :brown (color) .

Areas for Future Research