BIBFRAME Stuctural Example using TEI

From TEIWiki
Revision as of 11:47, 11 May 2013 by Stuartyeates (talk | contribs)
Jump to navigation Jump to search

The following is the start of a worked example showing how the current BIBFRAME draft might be used with a TEI text being published in a real world situation. This is forward-looking work. For the current state of play see Best Practices for TEI in Libraries.

The example work is A History of the Birds of New Zealand by Walter Lawry‏ Buller ‎ 1838-1906‏. I've picked this because it's well known enough that lots of people have things about it to link to and because it contains some nice circular references (such as subjects named after the author). I'm using N-Triples, they've not been validated. I'm primarily concerning myself with links between the NZETC and other parties.

Work / Instance

We (and others) hold the work in multiple formats:

http://nzetc.victoria.ac.nz/tm/scholarly/name-101762.html rdf:type  http://bibframe.org/vocab/Work .
http://nzetc.victoria.ac.nz/tm/scholarly/name-101762.html bf:hasInstance http://nzetc.victoria.ac.nz/tm/scholarly/tei-BulBird.html .
http://nzetc.victoria.ac.nz/tm/scholarly/name-101762.html bf:hasInstance http://nzetc.victoria.ac.nz/tei-source/BulBird.xml .
http://nzetc.victoria.ac.nz/tm/scholarly/name-101762.html bf:hasInstance http://nzetc.victoria.ac.nz/downloads/BulBird.epub .
http://nzetc.victoria.ac.nz/tm/scholarly/name-101762.html bf:hasInstance http://archive.org/details/historyofbirdsof00bull .

This is an example of a modern print edition:

http://nzetc.victoria.ac.nz/tm/scholarly/name-101762.html bf:hasInstance http://www.tepapastores.co.nz/collections/te-papa-press/products/buller-s-birds-of-new-zealand-the-complete-work-of-jg-keulemans .

This is an example of an auction of a historical edition:

http://nzetc.victoria.ac.nz/tm/scholarly/name-101762.html bf:hasInstance http://www.trademe.co.nz/books/rare-collectable/nz-published/other/auction-562203380.htm 

Authoriship

The work is by Buller:

http://nzetc.victoria.ac.nz/tm/scholarly/name-101762.html bf:contributor http://nzetc.victoria.ac.nz/tm/scholarly/name-207531.html .
http://nzetc.victoria.ac.nz/tm/scholarly/name-207531.html owl:sameAs http://viaf.org/viaf/47544939/ .
http://nzetc.victoria.ac.nz/tm/scholarly/name-207531.html owl:sameAs http://www.wikidata.org/wiki/Q2507378 .

But the fabulous images are by Keulemans. We don't even have him in our authority control system, so there's no local link here

http://nzetc.victoria.ac.nz/tm/scholarly/name-101762.html bf:contributor http://www.wikidata.org/wiki/Q1335286 .
http://www.wikidata.org/wiki/Q1335286 owl:sameAs http://viaf.org/viaf/42113661/ .

Redistribution

This is an example of the same epub as above, available through a re-distributor (allowed since it's under a CC license):

http://nzetc.victoria.ac.nz/downloads/BulBird.epub owl:SameAs http://mebooks.co.nz/index.php?route=product/product&product_id=102 .

It certainly feels like there should be a more comprehensive way to encode that.

Composition

http://nzetc.victoria.ac.nz/tm/scholarly/BulBird-fig-Bul02BirdP041.html is a part of

[to do]


References