[openbiblio-dev] Example Book RDF data from BL, Birth/Death dates, example
Owen Stephens
owen at ostephens.com
Tue Oct 26 13:57:13 UTC 2010
This looks OK to me - might be worth a conversation with the Podes Prosjekt people to see if they considered this approach - they eventually went with 'pode:lifespan' so be interesting to understand why they coined this (see http://www.bibpode.no/blogg/?p=1573)
The Deutschen Nationalbibliothek have released author authority data - they've gone a different direction (not using FOAF for a start) which is a bit disappointing. However, worth having a look at I guess - Ed Summers has done some analysis at http://inkdroid.org/journal/
VIAF seems to use the same approach as DNB? - e.g. http://viaf.org/viaf/100229861/rdf.xml
Owen
Owen Stephens
Owen Stephens Consulting
Web: http://www.ostephens.com
Email: owen at ostephens.com
Telephone: 0121 288 6936
On 26 Oct 2010, at 14:22, Ben O'Steen wrote:
>
> Birth and Death dates:
>
> Should we model this as an event (like http://vocab.org/bio) such that
> each life extent works out to something like (switching to N3 as I only
> did the above in RDF/XML to match the incoming record.)
>
> @prefix bio: <http://purl.org/vocab/bio/0.1/> .
> @prefix foaf: <http://xmlns.com/foaf/0.1/> .
> @prefix book: <http://example.org/book/> .
> @prefix agent: <http://example.org/agent/> .
>
> book:ABookUID
> a bibo:Book
> ; dcterms:title "Wave mechanics and molecular biology"
> ; dcterms:contributor
>
> agent:AnAgentUID
> a foaf:Person
> ; foaf:name "Broglie, Louis de"
> ; bio:event [ a bio:Birth
> ; bio:principal agent:AnAgentUID
> ; bio:date "1892"
> ]
> ; bio:event [ a bio:Death
> ; bio:principal agent:AnAgentUID
> ; bio:date "1987"
> ]
>
>
> etc...
>
> Ben
>
>
> _______________________________________________
> openbiblio-dev mailing list
> openbiblio-dev at lists.okfn.org
> http://lists.okfn.org/mailman/listinfo/openbiblio-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.okfn.org/pipermail/openbiblio-dev/attachments/20101026/bf373a5c/attachment.html>
More information about the openbiblio-dev
mailing list