Difference between revisions of "BIBFRAME Stuctural Example using TEI"

From TEIWiki
Jump to navigation Jump to search
(Subject)
Line 40: Line 40:
  
 
== Subject ==
 
== Subject ==
 +
 +
The primary topic of the work is New Zealand birds
  
 
  _local001 rdf:type http://bibframe.org/vocab/Topic.html .
 
  _local001 rdf:type http://bibframe.org/vocab/Topic.html .
  _local001 bf:relatedResource .
+
  _local001 bf:relatedResource http://nzetc.victoria.ac.nz/tm/scholarly/name-101762.html .
 +
 
 +
This thing has the same topic. I'm going to assume that labels can be inferred from wikipedia as necessary:
  
  _local001 owl:sameAs http://eol.org/pages/1047363/ .
+
  _local001 bf:relatedResource http://en.wikipedia.org/wiki/Birds_of_New_Zealand .
_local001 owl:sameAs http://www.wikidata.org/wiki/Q1272190 .
 
  
 
== Redistribution ==
 
== Redistribution ==

Revision as of 10:29, 16 May 2013

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.

Scope

  • I'm using N-Triples, they've not been validated.
  • I'm primarily concerning myself with links between the NZETC and other parties, primarily because this is what I know about.
  • 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 not concerned with the httpRange-14 issue (yet)
  • These comments relate to the evolving draft BIBFRAME as at early May 2013; the draft is expected to evolve.

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 text of 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/ .

Subject

The primary topic of the work is New Zealand birds

_local001 rdf:type http://bibframe.org/vocab/Topic.html .
_local001 bf:relatedResource http://nzetc.victoria.ac.nz/tm/scholarly/name-101762.html .

This thing has the same topic. I'm going to assume that labels can be inferred from wikipedia as necessary:

_local001 bf:relatedResource http://en.wikipedia.org/wiki/Birds_of_New_Zealand .

Redistribution

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

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 http://nzetc.victoria.ac.nz/tm/scholarly/tei-BulBird-t1-g1-t2-body-d104a.html is part of http://nzetc.victoria.ac.nz/tm/scholarly/tei-BulBird.html Currently there doesn't appear to be a way to encode this in a standard fashion in BIBFRAME.

http://nzetc.victoria.ac.nz/tm/scholarly/tei-BulBird.html bf:? http://nzetc.victoria.ac.nz/tm/scholarly/tei-BulBird-t1-g1-t2-body-d104a.html .
http://nzetc.victoria.ac.nz/tm/scholarly/tei-BulBird-t1-g1-t2-body-d104a.html bf:? http://nzetc.victoria.ac.nz/tm/scholarly/BulBird-fig-Bul02BirdP041.html .

Nor does there appear to be a way to encode that this HTML file is derived from this XML fragment

http://nzetc.victoria.ac.nz/tm/scholarly/BulBird-fig-Bul02BirdP041.html bf:? http://nzetc.victoria.ac.nz/tei-source/BulBird.xml#Bul02BirdP041 .

http://nzetc.victoria.ac.nz/tm/scholarly/tei-BulBird-t1-g1-t2-body-d104a.html http://nzetc.victoria.ac.nz/tei-source/BulBird.xml#t1-g1-t2-body-d104a


[to do]

References