<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ideas.... &#187; Herbert Van de Sompel</title>
	<atom:link href="http://rosalynmetz.com/ideas/tag/herbert-van-de-sompel/feed/" rel="self" type="application/rss+xml" />
	<link>http://rosalynmetz.com/ideas</link>
	<description>a blog for me to record thoughts and ideas</description>
	<lastBuildDate>Mon, 19 Jul 2010 16:27:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>OAI-ORE LITA Presentation with Herbert Van de Sompel</title>
		<link>http://rosalynmetz.com/ideas/2009/01/25/oai-ore-lita-presentation-with-herbert-van-de-sompel/</link>
		<comments>http://rosalynmetz.com/ideas/2009/01/25/oai-ore-lita-presentation-with-herbert-van-de-sompel/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 22:18:37 +0000</pubDate>
		<dc:creator>Rosalyn Metz</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Herbert Van de Sompel]]></category>
		<category><![CDATA[OAI]]></category>
		<category><![CDATA[ORE]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://rosalynmetz.com/ideas/?p=415</guid>
		<description><![CDATA[Yesterday I went to the LITA sponsered talk about OAI-ORE. I went because I wanted to see the man (the myth, the legend) behind SFX and OpenURL, as well as bX, Ex Libris&#8217; new recommender service.  Basically, if it weren&#8217;t for Herbert Van de Sompel&#8216;s brain I wouldn&#8217;t have had a job for the two [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I went to the LITA sponsered talk about OAI-ORE. I went because I wanted to see the man (the myth, the legend) behind SFX and OpenURL, as well as <a href="http://www.exlibrisgroup.com/?catid={916AFF5B-CA4A-48FD-AD54-9AD2ADADEB88}&amp;itemid={BC3A4642-B820-47B5-9DA3-576A66A8C2F6}">bX, Ex Libris&#8217; new recommender service</a>.  Basically, if it weren&#8217;t for <a href="http://public.lanl.gov/herbertv/">Herbert Van de Sompel</a>&#8216;s brain I wouldn&#8217;t have had a job for the two years prior to working at Wheaton, so you know&#8230;I had to go.</p>
<p>So anyway, on to the real meat of the post.  What is ORE?  Well that&#8217;s a great question; let&#8217;s see if I can sum up what I&#8217;ve learned.</p>
<p>First, Herbert did a quick crash course on what RDF was.  It consisted of this:</p>
<ul>
<li>resources exist at a particular URI</li>
<li>RDF is about explaining resources</li>
<li>there are things called RDF triples, they consist of a subject, predicate, and object</li>
<li>if you don&#8217;t have a URI for a resource you can have something called a literal</li>
</ul>
<p>Below is an image of RDF triples:</p>
<p><a href="http://rosalynmetz.com/ideas/wp-content/uploads/2009/01/triples.png"><img class="alignnone size-full wp-image-419" title="RDF Triples" src="http://rosalynmetz.com/ideas/wp-content/uploads/2009/01/triples.png" alt="RDF Triples" width="500" height="378" /></a></p>
<p>Kind of an abstract idea, but if you&#8217;re really interested in learning more check out <a href="http://www.w3.org/RDF/">W3C&#8217;s page on RDF</a>, perhaps reading the <a href="http://www.w3.org/TR/rdf-primer/">RDF primer</a> first (of course I recommend this, but I have yet to do that myself).</p>
<p>Ok so now that we have a basic understanding of RDF we can move on and gain a basic understanding of ORE (supposedly).</p>
<p>The <a href="http://www.openarchives.org/ore/1.0/primer.html">ORE Primer</a> states that:</p>
<blockquote><p>Open Archives Initiative Object Reuse and Exchange (OAI-ORE) defines standards for the description and exchange of aggregations of Web resources.</p></blockquote>
<p>Brilliant, so now instead of just describing one resource we can aggregate resources together, but then what?  OAI-ORE uses the same http 303 redirect guidelines that <a href="http://www4.wiwiss.fu-berlin.de/bizer/pub/LinkedDataTutorial/">linked data</a> does to redirect users to something called a resource map.  This map describes how the different resources in the aggregation are related to one another.</p>
<p>What&#8217;s great about the resource map is that it lives in what Herbert calls the two web worlds (web 2.0 and the semantic web).  The resource map can be written in Atom XML, RDF, and RDFa (<a href="http://www.w3.org/TR/xhtml-rdfa-primer/">RDFa</a> is like RDF except in XHTML rather than XML).</p>
<p>So now we can have aggregations of resources in a machine readable map rather than sitting out there as seperate resources seemingly unrelated to one another.</p>
<p>Herbet went on to say that <a href="http://www.csc.liv.ac.uk/~azaroth/">Dr. Robert Sanderson at the University of Liverpool</a> actually went through and created resource maps for everything in JSTOR.  You can find out a little more about this project via this <a href="http://serials.infomotions.com/code4lib/archive/2008/200806/1006.html">Code4Lib listserv posting</a>.</p>
<p>So that&#8217;s OAI-ORE in a nutshell.  A very small, simple minded nutshell.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share/Save</a> </p>]]></content:encoded>
			<wfw:commentRss>http://rosalynmetz.com/ideas/2009/01/25/oai-ore-lita-presentation-with-herbert-van-de-sompel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
