<?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: HTML5 Microdata Proposal</title>
	<atom:link href="http://community.muohio.edu/blogs/darcusb/archives/2009/05/10/html5-microdata-proposal/feed" rel="self" type="application/rss+xml" />
	<link>http://community.muohio.edu/blogs/darcusb/archives/2009/05/10/html5-microdata-proposal</link>
	<description>geek tools and the scholar</description>
	<pubDate>Sun, 22 Nov 2009 23:51:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: darcusb</title>
		<link>http://community.muohio.edu/blogs/darcusb/archives/2009/05/10/html5-microdata-proposal/comment-page-1#comment-1753</link>
		<dc:creator>darcusb</dc:creator>
		<pubDate>Mon, 11 May 2009 14:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://community.muohio.edu/blogs/darcusb/?p=581#comment-1753</guid>
		<description>&lt;p&gt;And I guess another obvious question: given that so much of what you've done here does not conflict with the design of RDFa, and in some places explicitly borrows from it: might it not be a better approach to itemize exactly what you see in RDFa as a problem (I take it CURIE's are the primary issue), and to either a) work on resolving that with the RDFa group, or b) perhaps simply remove the offending detail? E.g. apart from the narrow technical details of this proposal, I'm suggesting productive collaboration rather than &lt;a href="http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2009May/0059.html" rel="nofollow"&gt;stepping on people's shoes&lt;/a&gt;?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>And I guess another obvious question: given that so much of what you&#8217;ve done here does not conflict with the design of RDFa, and in some places explicitly borrows from it: might it not be a better approach to itemize exactly what you see in RDFa as a problem (I take it CURIE&#8217;s are the primary issue), and to either a) work on resolving that with the RDFa group, or b) perhaps simply remove the offending detail? E.g. apart from the narrow technical details of this proposal, I&#8217;m suggesting productive collaboration rather than <a href="http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2009May/0059.html" rel="nofollow">stepping on people&#8217;s shoes</a>?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: darcusb</title>
		<link>http://community.muohio.edu/blogs/darcusb/archives/2009/05/10/html5-microdata-proposal/comment-page-1#comment-1752</link>
		<dc:creator>darcusb</dc:creator>
		<pubDate>Mon, 11 May 2009 11:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://community.muohio.edu/blogs/darcusb/?p=581#comment-1752</guid>
		<description>&lt;p&gt;Thanks for the note Ian.&lt;/p&gt;

&lt;p&gt;My first point was the most critical, so let me just add a couple of comments/questions.&lt;/p&gt;

&lt;p&gt;First, on identifying (and therefore being able describe relationships to) non-document objects, given that it seems your concerns about RDFa were largely about syntax, is there not a better solution to this requirement than an about property? I'm imagining that this particular solution will force some pretty awkward syntax.&lt;/p&gt;

&lt;p&gt;Second, I'm unclear from the examples, at least, but how does one establish a URI predicate on a relation? E.g. I want to say that "Jane Doe" co-authored a paper with me, where Jane has a profile page she uses to identify her? So I want an a element that links to that, and I want to embed a property that says she's an author of that document. How can I do that with this proposal? &lt;/p&gt;

&lt;p&gt;&lt;ins&gt;Reading over Ian's list email again, I think I have the next assumption wrong, and that one encodes the predicate using a property attribute on the "a" element. Am not totally sure though.&lt;/ins&gt;&lt;/p&gt;

&lt;p&gt;From what I gather, the current answer is I can't (since rel values are only string tokens; not URIs). Under the section on converting to RDF, item 2.9 just seems bad, since it severely constrains what you can say about the data. For sake of argument, is it possible to allow the rel/rev values to be URIs?&lt;/p&gt;

&lt;p&gt;The prefix stuff is less important to me, but my point is that the reverse DNS identifiers seems an arbitrary inclusion that doesn't seem warranted by the use cases. &lt;/p&gt;

&lt;p&gt;Also, it seems there's been work in the RDFa community on removing the requirement for prefixes by using things like profiles (see also &lt;a href="http://code.google.com/p/ubiquity-rdfa/wiki/Rdfj" rel="nofollow"&gt;this similar work&lt;/a&gt; on a JSON serialization of RDF; basic approach is you define the mapping of URI to string token somewhere apart from the actual encoded properties). Do you see the microdata proposal being able to accommodate that potentially productive evolution?&lt;/p&gt;

&lt;p&gt;Finally, on "item" vs. "typeOf" I guess this is exactly where I think you're confusing type and identity. You say in that email you link to that &lt;q&gt;What we need is a way to say that a property is really a new set of name-value pairs.&lt;/q&gt; Yes, correct. But in RDFa, this is exactly what the "about" attribute does; it switches the context of the statements. It's just that in your proposal and associated examples, you are always having the impulse to want to create blank nodes; e.g. to not give the object you're describing a global ID.&lt;/p&gt;

&lt;p&gt;So to boil down my point here, you are looking to the wrong mechanism to solve the problem you identify in the quote above. Suffice it to say I think this area needs work.&lt;/p&gt; 
</description>
		<content:encoded><![CDATA[<p>Thanks for the note Ian.</p>

<p>My first point was the most critical, so let me just add a couple of comments/questions.</p>

<p>First, on identifying (and therefore being able describe relationships to) non-document objects, given that it seems your concerns about RDFa were largely about syntax, is there not a better solution to this requirement than an about property? I&#8217;m imagining that this particular solution will force some pretty awkward syntax.</p>

<p>Second, I&#8217;m unclear from the examples, at least, but how does one establish a URI predicate on a relation? E.g. I want to say that &#8220;Jane Doe&#8221; co-authored a paper with me, where Jane has a profile page she uses to identify her? So I want an a element that links to that, and I want to embed a property that says she&#8217;s an author of that document. How can I do that with this proposal? </p>

<p><ins>Reading over Ian&#8217;s list email again, I think I have the next assumption wrong, and that one encodes the predicate using a property attribute on the &#8220;a&#8221; element. Am not totally sure though.</ins></p>

<p>From what I gather, the current answer is I can&#8217;t (since rel values are only string tokens; not URIs). Under the section on converting to RDF, item 2.9 just seems bad, since it severely constrains what you can say about the data. For sake of argument, is it possible to allow the rel/rev values to be URIs?</p>

<p>The prefix stuff is less important to me, but my point is that the reverse DNS identifiers seems an arbitrary inclusion that doesn&#8217;t seem warranted by the use cases. </p>

<p>Also, it seems there&#8217;s been work in the RDFa community on removing the requirement for prefixes by using things like profiles (see also <a href="http://code.google.com/p/ubiquity-rdfa/wiki/Rdfj" rel="nofollow">this similar work</a> on a JSON serialization of RDF; basic approach is you define the mapping of URI to string token somewhere apart from the actual encoded properties). Do you see the microdata proposal being able to accommodate that potentially productive evolution?</p>

<p>Finally, on &#8220;item&#8221; vs. &#8220;typeOf&#8221; I guess this is exactly where I think you&#8217;re confusing type and identity. You say in that email you link to that <q>What we need is a way to say that a property is really a new set of name-value pairs.</q> Yes, correct. But in RDFa, this is exactly what the &#8220;about&#8221; attribute does; it switches the context of the statements. It&#8217;s just that in your proposal and associated examples, you are always having the impulse to want to create blank nodes; e.g. to not give the object you&#8217;re describing a global ID.</p>

<p>So to boil down my point here, you are looking to the wrong mechanism to solve the problem you identify in the quote above. Suffice it to say I think this area needs work.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Hickson</title>
		<link>http://community.muohio.edu/blogs/darcusb/archives/2009/05/10/html5-microdata-proposal/comment-page-1#comment-1750</link>
		<dc:creator>Ian Hickson</dc:creator>
		<pubDate>Mon, 11 May 2009 03:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://community.muohio.edu/blogs/darcusb/?p=581#comment-1750</guid>
		<description>&lt;p&gt;It's not clearly introduced in the spec yet, but the "about" property maps to the item's identifier in RDF, if you want to identify items across documents. Alternatively, you can use an id="" and then use a fragment identifier into the page.&lt;/p&gt;

&lt;p&gt;I'm not sure how it follows that Java-like identifiers (com.example.foo) mean we should allow prefixes. Prefixes in general have proved quite confusing to most authors -- the problem with separating where the prefix is declared and where the prefix is used results in people breaking pages during copy-and-paste, getting the declarations wrong, etc. Even implementors seem to have a hard time with them, with implementors hard-coding individual prefixes, using regexps to detect particular keywords, etc.&lt;/p&gt;

&lt;p&gt;item="" is similar to typeOf; the reason I didn't use just typeOf is that it looks weird to say "typeOf" on its own. I discuss this in more detail in the e-mail: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-May/019681.html&lt;/p&gt;

&lt;p&gt;HTH!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s not clearly introduced in the spec yet, but the &#8220;about&#8221; property maps to the item&#8217;s identifier in RDF, if you want to identify items across documents. Alternatively, you can use an id=&#8221;" and then use a fragment identifier into the page.</p>

<p>I&#8217;m not sure how it follows that Java-like identifiers (com.example.foo) mean we should allow prefixes. Prefixes in general have proved quite confusing to most authors &#8212; the problem with separating where the prefix is declared and where the prefix is used results in people breaking pages during copy-and-paste, getting the declarations wrong, etc. Even implementors seem to have a hard time with them, with implementors hard-coding individual prefixes, using regexps to detect particular keywords, etc.</p>

<p>item=&#8221;" is similar to typeOf; the reason I didn&#8217;t use just typeOf is that it looks weird to say &#8220;typeOf&#8221; on its own. I discuss this in more detail in the e-mail: <a href="http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-May/019681.html" rel="nofollow">http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-May/019681.html</a></p>

<p>HTH!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: darcusblog &#187; Blog Archive &#187; HTML 5 Microdata Use Cases - geek tools and the scholar</title>
		<link>http://community.muohio.edu/blogs/darcusb/archives/2009/05/10/html5-microdata-proposal/comment-page-1#comment-1748</link>
		<dc:creator>darcusblog &#187; Blog Archive &#187; HTML 5 Microdata Use Cases - geek tools and the scholar</dc:creator>
		<pubDate>Sun, 10 May 2009 23:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://community.muohio.edu/blogs/darcusb/?p=581#comment-1748</guid>
		<description>&lt;p&gt;[...] mentioned in my previous post on the HTML 5 microdata draft that it included a use case from me; it&#8217;s this one: A scholar and teacher wants other [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] mentioned in my previous post on the HTML 5 microdata draft that it included a use case from me; it&#8217;s this one: A scholar and teacher wants other [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
