<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Author Lists</title>
	<atom:link href="http://community.muohio.edu/blogs/darcusb/archives/2008/04/06/author-lists/feed" rel="self" type="application/rss+xml" />
	<link>http://community.muohio.edu/blogs/darcusb/archives/2008/04/06/author-lists</link>
	<description>geek tools and the scholar</description>
	<pubDate>Sat, 07 Nov 2009 20:08:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bruce D'Arcus</title>
		<link>http://community.muohio.edu/blogs/darcusb/archives/2008/04/06/author-lists/comment-page-1#comment-1352</link>
		<dc:creator>Bruce D'Arcus</dc:creator>
		<pubDate>Mon, 07 Apr 2008 22:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://community.muohio.edu/blogs/darcusb/archives/2008/04/06/author-lists#comment-1352</guid>
		<description>&lt;p&gt;Ooch; that IS ugly! What does it even say from a modeling perspective?&lt;/p&gt;

&lt;p&gt;Also, note: dcterms:creator is now an object property.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ooch; that IS ugly! What does it even say from a modeling perspective?</p>

<p>Also, note: dcterms:creator is now an object property.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: alf</title>
		<link>http://community.muohio.edu/blogs/darcusb/archives/2008/04/06/author-lists/comment-page-1#comment-1351</link>
		<dc:creator>alf</dc:creator>
		<pubDate>Mon, 07 Apr 2008 22:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://community.muohio.edu/blogs/darcusb/archives/2008/04/06/author-lists#comment-1351</guid>
		<description>&lt;p&gt;Although having said that, the PRISM way looks a bit ugly:&lt;/p&gt;

&lt;p&gt;
&lt;code&gt;
&lt;pre&gt;&#60;dc:creator&#62;
&#60;rdf:Seq&#62;
 &#60;rdf:li rdf:resource=â€creatorrole.xml#writerâ€&#62;Linda Burman&#60;/rdf:li&#62;
 &#60;rdf:li rdf:resource=â€creatorrole.xml#editorâ€&#62;Carl Rambert&#60;/rdf:li&#62;
 &#60;rdf:li rdf:resource=â€creatorrole.xml#graphicDesignerâ€&#62;Allegra
Hartley&#60;/rdf:li&#62;
&#60;/rdf:Seq&#62;
&#60;/dc:creator&#62;
&lt;/pre&gt;
&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Although having said that, the PRISM way looks a bit ugly:</p>

<p>
<code>
<pre>&lt;dc:creator&gt;
&lt;rdf:Seq&gt;
 &lt;rdf:li rdf:resource=â€creatorrole.xml#writerâ€&gt;Linda Burman&lt;/rdf:li&gt;
 &lt;rdf:li rdf:resource=â€creatorrole.xml#editorâ€&gt;Carl Rambert&lt;/rdf:li&gt;
 &lt;rdf:li rdf:resource=â€creatorrole.xml#graphicDesignerâ€&gt;Allegra
Hartley&lt;/rdf:li&gt;
&lt;/rdf:Seq&gt;
&lt;/dc:creator&gt;
</pre>
</code></p>]]></content:encoded>
	</item>
	<item>
		<title>By: alf</title>
		<link>http://community.muohio.edu/blogs/darcusb/archives/2008/04/06/author-lists/comment-page-1#comment-1350</link>
		<dc:creator>alf</dc:creator>
		<pubDate>Mon, 07 Apr 2008 22:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://community.muohio.edu/blogs/darcusb/archives/2008/04/06/author-lists#comment-1350</guid>
		<description>&lt;p&gt;I think the way that PRISM does it seems to make sense (that's version 2 BTW, which is new): an ordered list of dc:creators and dc:contributors, each of which can have a 'role' attribute.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think the way that PRISM does it seems to make sense (that&#8217;s version 2 BTW, which is new): an ordered list of dc:creators and dc:contributors, each of which can have a &#8216;role&#8217; attribute.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce D'Arcus</title>
		<link>http://community.muohio.edu/blogs/darcusb/archives/2008/04/06/author-lists/comment-page-1#comment-1349</link>
		<dc:creator>Bruce D'Arcus</dc:creator>
		<pubDate>Mon, 07 Apr 2008 15:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://community.muohio.edu/blogs/darcusb/archives/2008/04/06/author-lists#comment-1349</guid>
		<description>&lt;p&gt;Alf: yes, I'm thinking (again) about using rdf:Seq, though not PRISM (that your link is a zip archive is part of my problems with it; I've complained about this and other issues for years, and have seen no progress). &lt;/p&gt;

&lt;p&gt;What do you think about the option to just split off concern about order from encoding of roles? E.g. add a simple contributorList property that will always be an rdf:Seq. &lt;/p&gt;

&lt;p&gt;&lt;code&gt;
&lt;pre&gt;
&#60;http://ex.net/1&#62; a bibo:EditedBook ;
   bibo:editor &#60;http://ex.net/people/1&#62; ;
   bibo:editor &#60;http ://ex.net/people/2&#62; ;
   bibo:translator &#60;http://ex.net/people/3&#62; ;
   # not sure on syntax [1], but ...
   bibo:contributorList [  &#60;http://ex.net/people/2&#62;,
&#60;http://ex.net/people/1&#62;, &#60;http://ex.net/people/3&#62; ] .
&lt;/pre&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;What do you think?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Alf: yes, I&#8217;m thinking (again) about using rdf:Seq, though not PRISM (that your link is a zip archive is part of my problems with it; I&#8217;ve complained about this and other issues for years, and have seen no progress). </p>

<p>What do you think about the option to just split off concern about order from encoding of roles? E.g. add a simple contributorList property that will always be an rdf:Seq. </p>

<p><code>
<pre>
&lt;http://ex.net/1&gt; a bibo:EditedBook ;
   bibo:editor &lt;http://ex.net/people/1&gt; ;
   bibo:editor &lt;http ://ex.net/people/2&gt; ;
   bibo:translator &lt;http://ex.net/people/3&gt; ;
   # not sure on syntax [1], but ...
   bibo:contributorList [  &lt;http://ex.net/people/2&gt;,
&lt;http://ex.net/people/1&gt;, &lt;http://ex.net/people/3&gt; ] .
</pre>
</code></p>

<p>What do you think?</p>]]></content:encoded>
	</item>
</channel>
</rss>
