Quantcast
Channel: Art & Technology Blog
Viewing all articles
Browse latest Browse all 55

Mapping VRA Core 4 to Schema.org VisualArtwork

$
0
0

Schema.org/VisualArtwork - A series of 3 posts: post 2 of 3.

What is VRA Core?

VRA Core is a data standard for the description of works of visual culture as well as the images that document them. Works of visual culture can include objects or events such as paintings, drawings, sculpture, architecture, photographs, as well as book, decorative, and performance art. It is an internationally recognized metadata standard that is used both as a standalone format, and as an approved extension schema to METS for objects that contain cultural heritage resources.

An Introduction to VRA Core 4 (PDF).

If you’re an individual artist or small gallery then you’ve probably never heard of VRA Core 4, and to be honest you probably don’t need to care about it - you won't be using it on your website and there’s probably no point in using it on your website. It’s an XML schema that is used to structure and share metadata about visual artwork that is used by large cultural institutions such as museums.

If you’re interested in learning about it (and in other metadata schemas for visual artwork) then I would highly recommend Stephen J. Miller’s 2011 book Metadata for Digital Collections: a how-to-do-it manual (Facet Publishing/Neal-Schuman; ISBN: 978-1-85604-771-5; companion website).

I’m going to borrow the author’s sample VRA Core 4 XML file from chapter 8 (pages 222–224) to illustrate how to map VRA Core 4 to schema.org/VisualArtwork. This is a common sample file provided by the Visual Resources Association, and can be viewed at http://core.vraweb.org/examples/html/example026_full_xml.html.

The artwork and the image of the artwork

VRA Core 4 has two main elements: work and image. The former holds the metadata about the actual piece of artwork (e.g. the painting), while the latter holds metadata about the digital scan/photograph of that piece of artwork (e.g. the JPG representation of the painting):

<?xml version="1.0" encoding="UTF-8"?><vraxmlns="http://www.vraweb.org/vracore4.htm"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://www.vraweb.org/vracore4.htm http://www.loc.gov/standards/vracore/vra-strict.xsd"><workid="w_26"source="Core 4 Sample Database (VCat)"refid="26"><!-- metadata about the actual artwork --></work><imageid="i_129"href="http://www.core.vraweb.org/examples/html/example026_full.html"refid="129"source="VRA Core Oversight Committee, Core 4 Sample Records"><!-- metadata about the SCAN of the artwork --></image></vra>

Schema.org provides two ways to mark-up an image of a piece of visual artwork (or indeed anything) - as a simple URL, typically in the src attribute of an <img> element, or as an ImageObject. A simple URL is by far the most common use, but for this task we need to use the ImageObject. Let’s set up the basic structure for the VisualArtwork type with an ImageObject:

<divvocab="http://schema.org/"typeof="VisualArtwork"><!-- data about the piece of artwork goes here --><divproperty="image"typeof="ImageObject"><!-- data about the *scan* of artwork go here --></div></div>

Material and Surface

The example XML file unfortunately does not split the materials into individual elements or distinguish between material and surface, but such clarity is possible using VRA Core 4 as shown in this example (PDF, bottom of page 2):

<materialSet><display>oil on canvas</display><notessource="Art Bulletin, v.87, no. 1 (March 2005)">Medium originally thought to be tempera. Oil medium discovered in tests at Uffizi in 2003</notes><materialtype="medium"vocab="AAT"refid="300015050">oil paint</material><materialtype="support"vocab="AAT"refid="300014078">canvas</material></materialSet>

For details about implementing a Linked Open Data approach to link the Getty AAT identifiers to URIs see my next post Getty AAT Linked Open Data in schema.org’s VisualArtwork.

The full mark-up with explanatory comments

<divvocab="http://schema.org/"typeof="VisualArtwork"><!-- The <display> element from <titleSet> --><h1property="name">
        Autumn - On the Hudson River</h1><!-- The <name> element from <agentSet> --><pproperty="creator"typeof="Person">
        Artist: <spanproperty="name">
            Cropsey, Jasper Francis</span></p><!-- The <display> element from <descriptionSet> --><divproperty="description"><p>
            This monumental view of the Hudson River Valley was painted from 
            memory in the artist's London studio. Cropsey adopted a high vantage 
            point, looking southeast toward the distant Hudson River and the 
            flank of Storm King Mountain. A small stream leads from the 
            foreground, where three hunters and their dogs gaze into the sunlight. 
            All along the meandering tributary there are signs of man's peaceful 
            coexistence with nature: a small log cabin, grazing sheep, children 
            playing on a bridge, and cows standing placidly in the water. Here, 
            man neither conquers nor is subservient to nature; both coexist 
            harmoniously. In fact, the landscape is depicted as a ready arena 
            for further agricultural expansion. Cropsey's painting is a 
            celebration of American nationalism.</p></div><div><!-- The <display> element from <materialSet> --><!-- These should be available as individual elements in your XML --><p><spanproperty="artMedium">oil paint</span> on <spanproperty="artworkSurface">canvas</span></p><!-- The <measurements> elements from the <measurementsSet> --><p><spanproperty="height">151.8 cm</span>× 
            <spanproperty="width">274.9 cm</span>.</p><!-- The <worktype> element from the <worktypeSet> --><!-- For further information about the vocab.getty.edu URL please see --><!-- http://www.lazaruscorporation.co.uk/blogs/arts-tech/posts/getty-aat-linked-open-data-in-schemadotorg-visualartwork --><p><spanproperty="artform"content="http://vocab.getty.edu/aat/300033799">
                oil painting (visual work)</span></p></div><div><!-- The delimited contents of the <display> element from the <subjectSet> --><p>
            Subjects: <spanproperty="keywords">agriculture</span>, <spanproperty="keywords">animals</span>, <spanproperty="keywords">domestic life</span>, <spanproperty="keywords">genre</span>, <spanproperty="keywords">landscapes</span>, <spanproperty="keywords">Hunting in art</span>, <spanproperty="keywords">Rivers</span>,<spanproperty="keywords">Hudson River</span>,<spanproperty="keywords">autumn foliage</span>,<spanproperty="keywords">trees</span>,<spanproperty="keywords">leaves</span>,<spanproperty="keywords">Fall</span>.</p></div><divproperty="image"typeof="ImageObject"><!-- metadata about the *scan* of the artwork goes here --><figure><imgproperty="image"src="http://www.example.org/image.jpg"/><figcaption><!-- The <display> element from the <titleSet> --><pproperty="caption">Overall view without frame</p><!-- The <display> element from the <rightsSet> --><!-- If the scan (not the artwork) were copyrighted then --><!-- the copyrightHolder and copyrightYear properties would be used --><p>publicDomain</p></figcaption></figure></div></div>

Bibliography and further reading:

Miller, S. (2011). Metadata for digital collections: A how-to-do-it manual. New York, NY: Neal-Schuman.

VRA Core Support Pages: http://core.vraweb.org/.

VRA Core ListServ: http://listserv.loc.gov/listarch/vracore.html.

Other posts in this series

Schema.org/VisualArtwork - A series of 3 posts: post 2 of 3:

  1. Schema.org’s VisualArtwork launched
  2. Mapping existing data stored in VRA Core 4 format to schema.org’s VisualArtwork
  3. Getty AAT Linked Open Data in schema.org’s VisualArtwork

Viewing all articles
Browse latest Browse all 55

Latest Images

Trending Articles





Latest Images