<?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>Mike Linksvayer &#187; Microformats</title>
	<atom:link href="http://gondwanaland.com/mlog/category/microformats/feed/" rel="self" type="application/rss+xml" />
	<link>http://gondwanaland.com/mlog</link>
	<description>My opinions only. I do not represent any organization in this publication.</description>
	<lastBuildDate>Thu, 24 May 2012 19:04:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Web Data Common[s] Crawl Attribution Metadata</title>
		<link>http://gondwanaland.com/mlog/2012/01/23/attribution-crawl/</link>
		<comments>http://gondwanaland.com/mlog/2012/01/23/attribution-crawl/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 02:15:28 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/?p=1569</guid>
		<description><![CDATA[Via I see Web Data Commons which has &#8220;extracted structured data out of 1% of the currently available Common Crawl corpus dating October 2010&#8243;. WDC publishes the extracted data as N-Quads (the fourth item denotes the immediate provenance of each subject/predictate/object triple &#8212; the URL the triple was extracted from). I thought it would be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://semanticweb.com/common-crawl-founder-gil-elbaz-speaks-about-new-relationship-with-amazon-semantic-web-projects-using-its-corpus-and-why-open-web-crawls-matter-to-developing-big-data-expertise_b26109">Via</a> I see <a href="http://page.mi.fu-berlin.de/muehleis/ccrdf/">Web Data Commons</a> which has &#8220;extracted structured data out of 1% of the currently available Common Crawl corpus dating October 2010&#8243;. WDC publishes the extracted data as <a href="http://sw.deri.org/2008/07/n-quads/">N-Quads</a> (the fourth item denotes the immediate <a href="http://gondwanaland.com/mlog/2012/01/12/penumbra-of-provenance/">provenance</a> of each subject/predictate/object triple &#8212; the URL the triple was extracted from).</p>
<p>I thought it would be easy and fun to run some queries on the WDC dataset to get an idea of how annotations associated with Creative Commons licensing are used. Notes below on exactly what I did. The biggest limitation is that the license statement itself is not part of the dataset &#8212; not as <code>xhv:license</code> in the RDFa portion, and for some reason rel=license microformat has <a href="http://page.mi.fu-berlin.de/muehleis/ccrdf/stats1p.html#html-mf-license">zero records</a>. But <code>cc:attributionName</code>, <code>cc:attributionURL</code>, and <code>cc:morePermissions</code> are present in the RDFa part, as are some Dublin Core properties that the <a href="http://creativecommons.org/choose">Creative Commons license chooser</a> asks for (I only looked at <code>dc:source</code>) but are probably widely used in other contexts as well.</p>
<table border>
<tr>
<th>Dataset</th>
<th>URLs</th>
<th>Distinct objects</th>
</tr>
<tr>
<td>Common Crawl 2010 corpus</td>
<td style="text-align:right">5,000,000,000<sup><a href="#a">a</a></sup></td>
</tr>
<tr>
<td> 1% sampled by WDC</td>
<td style="text-align:right">~50,000,000</td>
</tr>
<tr>
<td>  with RDFa</td>
<td style="text-align:right">158,184<sup><a href="#b">b</a></sup></td>
</tr>
<tr>
<td>   with a <code>cc:</code> property</td>
<td style="text-align:right">26,245<sup><a href="#c">c</a></sup></td>
</tr>
<tr>
<td>    <code>cc:attributionName</code></td>
<td style="text-align:right">24,942<sup><a href="#d">d</a></sup></td>
<td style="text-align:right">990<sup><a href="#e">e</a></sup></td>
</tr>
<tr>
<td>    <code>cc:attributionURL</code></td>
<td style="text-align:right">25,082<sup><a href="#f">f</a></sup></td>
<td style="text-align:right">3,392<sup><a href="#g">g</a></sup></td>
</tr>
<tr>
<td>    <code>dc:source</code></td>
<td style="text-align:right">7,235<sup><a href="#h">h</a></sup></td>
<td style="text-align:right">574<sup><a href="#i">i</a></sup></td>
</tr>
<tr>
<td>    <code>cc:morePermissions</code></td>
<td style="text-align:right">4,791<sup><a href="#j">j</a></sup></td>
<td style="text-align:right">253<sup><a href="#k">k</a></sup></td>
</tr>
<tr>
<td>    <code>cc:attributionURL</code> = <code>dc:source</code></td>
<td style="text-align:right">5,421<sup><a href="#l">l</a></sup></td>
</tr>
<tr>
<td>    <code>cc:attributionURL</code> = <code>cc:morePermissions</code></td>
<td style="text-align:right">1,880<sup><a href="#m">m</a></sup></td>
</tr>
<tr>
<td>    <code>cc:attributionURL</code> = subject</td>
<td style="text-align:right">203<sup><a href="#n">n</a></sup></td>
</tr>
</table>
<table>
<p>Some quick takeaways:</p>
<ul>
<li>Low ratio of distinct attributionURLs probably indicates HTML from license chooser deployed without any parameterization. Often the subject or current page will be the most useful attributionURL (but 203 above would probably be much higher with canonicalization). Note all of the CC licenses require that such a URL <a href="http://creativecommons.org/licenses/by/3.0/legalcode">refer to the copyright notice or licensing information for the Work</a>. Unless one has set up a side-wide license notice somewhere, a static URL is probably not the right thing to request in terms of requiring licensees to provide an attribution link; nor is a non-specific attribution link as useful to readers as a direct link to the work in question. As (and if) support for attribution metadata gets built into Creative Commons-aware CMSes, the ratio of distinct attributionURLs ought increase.</li>
<li>79% of subjects with both dc:source and cc:attributionURL (6,836<sup><a href="#o">o</a></sup>) have the same values for both properties. This probably means people are merely entering their URL into every form field requesting a URL without thinking, not self-remixing.</li>
<li>47% of subjects with both cc:morePermissions and cc:attributionURL (3,977<sup><a href="#p">p</a></sup>) have the same values for both properties. Unclear why this ratio is so much lower than previous; it ought be higher, as often same value for both makes sense. Unsurprising that cc:morePermissions least provided property; in my experience few people understand it.</li>
</ul>
<p>I did not look at the provenance item at all. It&#8217;d be interesting to see what kind of assertions are being made across authority boundaries (e.g. a page on example.com makes a statements with an example.net URI as the subject) and when to discard such. I barely looked directly at the raw data at all; just enough to feel that my aggregate numbers could possibly be accurate. More could probably be gained by inspecting smaller samples in detail, informing other aggregate queries.</p>
<p>I look forward to <a href="http://gondwanaland.com/mlog/2012/01/12/html-data-guide/">future</a> extracts. Thanks indirectly to <a href="http://www.commoncrawl.org/">Common Crawl</a> for providing the crawl!</p>
<p>Please point out any egregious mistakes made below&#8230;</p>
<pre>
# <sup id="a">a</sup> I don't really know if the October 2010 corpus is the
# entire 5 billion Common Crawl corpus

# download RDFa extract from Web Data Commons
wget -c https://s3.amazonaws.com/ccrdf1p/data/ccrdf.html-rdfa.nq

# Matches number stated at
# http://page.mi.fu-berlin.de/muehleis/ccrdf/stats1p.html#html-rdfa
wc -l ccrdf.html-rdfa.nq
1047250

# Includes easy to use no-server triplestore
apt-get install redland-utils

# sanity check
grep '&lt;http://creativecommons.org/ns#attributionName&gt;' ccrdf.html-rdfa.nq |wc -l
26404 

# Import rejects a number of triples for syntax errors
rdfproc xyz parse ccrdf.html-rdfa.nq nquads

# <sup id="d">d</sup> Perhaps syntax errors explains fewer triples than above grep might
# indicate, but close enough
rdfproc xyz query sparql - 'select ?o where { ?s &lt;http://creativecommons.org/ns#attributionName&gt; ?o}' |wc -l
24942

# These replicated below with 4store because...
rdfproc xyz query sparql - 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#attributionName&gt; ?o}' |wc -l
990
rdfproc xyz query sparql - 'select ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o}' |wc -l
25082
rdfproc xyz query sparql - 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o}' |wc -l
3392
rdfproc xyz query sparql - 'select ?o where { ?o &lt;http://creativecommons.org/ns#attributionURL&gt; ?o }' |wc -l
203
rdfproc xyz query sparql - 'select ?o where { ?s &lt;http://creativecommons.org/ns#morePermissions&gt; ?o}' |wc -l
4791
rdfproc xyz query sparql - 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#morePermissions&gt; ?o}' |wc -l
253
rdfproc xyz query sparql - 'select ?o where { ?o &lt;http://creativecommons.org/ns#morePermissions&gt; ?o }' |wc -l
12

# ...this query takes forever, hours, and I have no idea why
rdfproc xyz query sparql - 'select ?s, ?o where { ?s &lt;http://creativecommons.org/ns#morePermissions&gt; ?o ; &lt;http://creativecommons.org/ns#attributionURL&gt; ?o }'

# 4store has a server, but is lightweight
apt-get install 4store

# 4store couldn't import with syntax errors, so export good triples from
# previous store first
rdfproc xyz serialize &gt; ccrdf.export-rdfa.rdf

# import into 4store
curl -T ccrdf.export-rdfa.rdf 'http://localhost:8080/data/wdc'

# egrep is to get rid of headers and status output prefixed by ? or #
4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://creativecommons.org/ns#attributionName&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
24942

#<sup id="f">f</sup>
4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
25082

#<sup id="j">j</sup>
4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://creativecommons.org/ns#morePermissions&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
4791

#<sup id="h">h</sup>
#Of course please use http://purl.org/dc/terms/source instead.
#Should be more widely deployed soon.
4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://purl.org/dc/elements/1.1/source&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
7235

4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://purl.org/dc/terms/source&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
4

#<sup id="e">e</sup>
4s-query wdc -s '-1' -f text 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#attributionName&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
990

#<sup id="g">g</sup>
4s-query wdc -s '-1' -f text 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
3392

#<sup id="k">k</sup>
4s-query wdc -s '-1' -f text 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#morePermissions&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
253

#<sup id="i">i</sup>
4s-query wdc -s '-1' -f text 'select distinct ?o where { ?s &lt;http://purl.org/dc/elements/1.1/source&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
574

#<sup id="n">n</sup>
4s-query wdc -s '-1' -f text 'select ?o where { ?o &lt;http://creativecommons.org/ns#attributionURL&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
203

4s-query wdc -s '-1' -f text 'select ?o where { ?o &lt;http://creativecommons.org/ns#morePermissions&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
12

4s-query wdc -s '-1' -f text 'select ?o where { ?o &lt;http://purl.org/dc/elements/1.1/source&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
120

#<sup id="m">m</sup>
4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://creativecommons.org/ns#morePermissions&gt; ?o }' |egrep -v '^[\?\#]' |wc -l
1880

4s-query wdc -s '-1' -f text 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://creativecommons.org/ns#morePermissions&gt; ?o }' |egrep -v '^[\?\#]' |wc -l
122

4s-query wdc -s '-1' -f text 'select ?o where { ?o &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://creativecommons.org/ns#morePermissions&gt; ?o }' |egrep -v '^[\?\#]' |wc -l
8

#<sup id="l">l</sup>
4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://purl.org/dc/elements/1.1/source&gt; ?o }' |egrep -v '^[\?\#]' |wc -l
5421

4s-query wdc -s '-1' -f text 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://purl.org/dc/elements/1.1/source&gt; ?o }' |egrep -v '^[\?\#]' |wc -l
358

4s-query wdc -s '-1' -f text 'select ?o where { ?o &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://purl.org/dc/elements/1.1/source&gt; ?o }' |egrep -v '^[\?\#]' |wc -l
11

#<sup id="p">p</sup>
4s-query wdc -s '-1' -f text 'select ?s, ?o, ?n where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://creativecommons.org/ns#morePermissions&gt; ?n }' |egrep -v '^[\?\#]' |wc -l
3977

#<sup id="o">o</sup>
4s-query wdc -s '-1' -f text 'select ?s, ?o, ?n where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://purl.org/dc/elements/1.1/source&gt; ?n }' |egrep -v '^[\?\#]' |wc -l
6836

4s-query wdc -s '-1' -f text 'select ?s, ?o, ?n, ?m where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://purl.org/dc/elements/1.1/source&gt; ?n ; &lt;http://creativecommons.org/ns#morePermissions&gt; ?m }' |egrep -v '^[\?\#]' |wc -l
2946
4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://purl.org/dc/elements/1.1/source&gt; ?o ; &lt;http://creativecommons.org/ns#morePermissions&gt; ?o }' |egrep -v '^[\?\#]' |wc -l
1604

#<sup id="c">c</sup>
4s-query wdc -s '-1' -f text 'select distinct ?s where { { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o } UNION { ?s &lt;http://creativecommons.org/ns#attributionName&gt; ?n } UNION { ?s &lt;http://creativecommons.org/ns#morePermissions&gt; ?m }  }' |egrep -v '^[\?\#]' |wc -l
26245

4s-query wdc -s '-1' -f text 'select distinct ?s where { { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o } UNION { ?s &lt;http://creativecommons.org/ns#attributionName&gt; ?n }}' |egrep -v '^[\?\#]' |wc -l
25433

#<sup id="b">b</sup> note subjects not the same as pages data extracted from (158,184)
4s-query wdc -s '-1' -f text 'select distinct ?s where { ?s ?p ?o }'  |egrep -v '^[\?\#]' |wc -l
264307

# Probably less than 1047250 claimed due to syntax errors
4s-query wdc -s '-1' -f text 'select ?s where { ?s ?p ?o }'  |egrep -v '^[\?\#]' |wc -l
968786

4s-query wdc -s '-1' -f text 'select ?s where { ?s ?p ?s }'  |egrep -v '^[\?\#]' |wc -l
2415

4s-query wdc -s '-1' -f text 'select ?s where { ?s ?s ?s }'  |egrep -v '^[\?\#]' |wc -l
0

4s-query wdc -s '-1' -f text 'select ?s where { ?s ?s ?o }'  |egrep -v '^[\?\#]' |wc -l
0
</pre>
</table>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2012/01/23/attribution-crawl/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Life in the kind of bleak future of HTML data</title>
		<link>http://gondwanaland.com/mlog/2012/01/12/html-data-guide/</link>
		<comments>http://gondwanaland.com/mlog/2012/01/12/html-data-guide/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 05:07:49 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Peeves]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/?p=1534</guid>
		<description><![CDATA[Evan Prodromou wrote in 2006: I think that if microformats.org and the RDFa effort continue moving forward without coordinating their effort, the future looks kind of bleak. I blogged about this at the time (and forgot and reblogged five months later). I recalled this upon reading a draft HTML Data Guide announced today, and trying [...]]]></description>
			<content:encoded><![CDATA[<p>Evan Prodromou wrote in <a href="http://evan.prodromou.name/RDFa_vs_microformats">2006</a>:</p>
<blockquote><p>I think that if microformats.org and the RDFa effort continue moving forward without coordinating their effort, the future looks kind of bleak.</p></blockquote>
<p>I <a href="http://gondwanaland.com/mlog/2006/05/29/longtail-metadata/">blogged about this at the time</a> (and forgot and reblogged <a href="http://gondwanaland.com/mlog/2006/10/22/microformats-worse/">five months later</a>). I recalled this upon reading a draft <a href="http://www.w3.org/TR/html-data-guide/">HTML Data Guide</a> announced <a href="http://www.w3.org/blog/SW/2012/01/12/drafts-published-by-the-w3c-html-data-task-force-html-data-guide-and-microdata-to-rdf-transform/">today</a>, and trying to think of a tl;dr summary to at least microblog.</p>
<p>That&#8217;s difficult. The guide is intended to help publishers and consumers of HTML data choose among three syntaxes (all mostly focused on annotating data inline with HTML meant for display) and a variety of vocabularies, with heavy dependencies between the two. Since 2006, people working on microformats and RDFa have done much to address the faults of those specifications &#8212; <a href="http://microformats.org/wiki/microformats-2">microformats-2</a> allows for generic (rather than per-format) parsing, and RDFa 1.1 made some changes to make namespaces less needed, less ugly when needed, and usable in HTML5, and specifies a <a href="http://www.w3.org/TR/rdfa-lite/">lite</a> subset. In 2009 a third syntax/model, <a href="https://en.wikipedia.org/wiki/Microdata_%28HTML%29">microdata</a>, was launched, and then in 2011 chosen as the syntax for <a href="https://en.wikipedia.org/wiki/Schema.org" rel=tag">schema.org</a> (which subsequently <a href="http://blog.schema.org/2011/11/using-rdfa-11-lite-with-schemaorg.html">announced</a> it would also support RDFa 1.1 Lite).</p>
<p>I find the added existence of microdata and schema.org suboptimal (optimal might be something like microformats process for some super widely useful vocabularies, with a relatively simple syntax but permitting generic parsing and distributed extensibility; very much like what Prodromou wanted in 2006), but when is anything optimal? I also wonder how much credit microdata ought get for microformats-2 and RDFa 1.1, due to providing competitive pressure? And schema.org for invigorating metadata-enhanced web-scale search and vocabulary design (for example, the last related <a href="http://wiki.creativecommons.org/LRMI">thing</a> I was involved in, at the <a href="http://www.slideshare.net/mlinksva/learning-resource-metadata-initiative-vocabulary-development-best-practices">beginning</a> anyway)?</p>
<p>Hope springs eternal for getting these different but overlapping technologies and communities to play well together. I haven&#8217;t followed closely in a long time, but I gather that Jeni Tennison is one of the main people working on that, and you should really <a href="http://www.jenitennison.com/blog/">subscribe to her blog</a> if you care. That leaves us back at the <a href="http://www.w3.org/TR/html-data-guide/">HTML Data Guide</a>, of which Tennison is the editor.</p>
<p>My not-really-a-summary:</p>
<ol>
<li>Delay making any decisions about HTML data; you probably don&#8217;t want it anyway (metadata is usually a cost center), and things will probably be more clear when you&#8217;re forced to check back due to&#8230;
</li>
<li>If someone wants data from you as annotated HTML, or you need data from someone, and this makes business sense, do whatever the other party has already decided on, or better yet implemented (assuming their decision isn&#8217;t nonsensical; but if so why are you doing business with them?)
</li>
<li>Use a validator to test your data in whatever format. An earlier wiki version of some of the guide materials includes <a href="http://www.w3.org/wiki/Choosing_an_HTML_Data_Format#Good_Publishing_Practice">links</a> to validators. In my book, <a href="http://any23.org/">Any23</a> is cute.
</li>
</ol>
<p><small>(Yes, <a href="http://labs.creativecommons.org/2011/ccrel-guide/">CC REL</a> needs updating to reflect some of these developments, RDFa 1.1 at the least. Some license vocabulary work done by <a href="http://spdx.org/rdf/terms">SPDX</a> should also be looked at.)</small></p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2012/01/12/html-data-guide/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Semantic ref&#124;pingback for re-use notification</title>
		<link>http://gondwanaland.com/mlog/2011/05/15/reuse-ping/</link>
		<comments>http://gondwanaland.com/mlog/2011/05/15/reuse-ping/#comments</comments>
		<pubDate>Mon, 16 May 2011 00:24:16 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Open Services]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/?p=1164</guid>
		<description><![CDATA[Going back probably all the way to 2003 (I can&#8217;t easily pinpoint, as obvious mail searches turn up lots of hand-wringing about structured data in/for web pages, something which persists to this day) people have suggested using something like trackback to notify that someone has [re]used a work, as encouraged under one of the Creative [...]]]></description>
			<content:encoded><![CDATA[<p>Going back probably all the way to 2003 (I can&#8217;t easily pinpoint, as obvious mail searches turn up lots of <a href="http://gondwanaland.com/mlog/2006/10/22/microformats-worse/">hand-wringing</a> about structured data in/for web pages, something which persists to this day) people have suggested using something like trackback to notify that someone has [re]used a work, as encouraged under one of the Creative Commons licenses. Such notification could be helpful, as people often would like to know someone is using their work, and might provide much better coverage than finding out by happenstance or out-of-band (e.g., email) notification and not cost as much as crawling a large portion of the web and performing various medium-specific fuzzy matching algorithms on the web&#8217;s contents.</p>
<p>In 2006 (maybe 2005) <a href="http://virtualturntable.fourstones.net/got-samples-want-to-be-remixed">Victor Stone implemented</a> a re-use notification (and a bit more) protocol he called the Sample Pool API. Several audio remix sites (including ccMixter, for which Victor developed the API; side note: <a href="http://fourstones.net/ccmixter-a-memoir">read his ccMixter memoir!</a>), but it didn&#8217;t go beyond that, probably in part because it was tailored to a particular genre of sites, and another part because it wasn&#8217;t clear how to do correctly, generally, get adoption, sort out dependencies (see hand-wringing above), and resource/prioritize.</p>
<p>I&#8217;ve had in mind to blog about re-use notification for years (maybe I already have, and forgot), but right now I&#8217;m spurred to by skimming Henry Story and Andrei Sambra&#8217;s <a href="http://bblfish.net/tmp/2011/05/09/"><em>Friending on the Social Web</em></a>, which is largely about semantic notifications. Like them, I need to understand what the OStatus stack has to say about this. And I need to read their paper closely.</p>
<p>Ignorance thusly stated, I want to proclaim the value of refback. When one follows a link, one&#8217;s user agent (browser) often will send with the request for the linked page (or other resource) the referrer (the page with the link one just followed). In some cases, a list of pages linking to one&#8217;s resources that might be re-used can be rather valuable if one wants to bother manually looking at referrers for evidence of re-use. For example, Flickr provides a daily report on referrers to one&#8217;s photo pages. I look at this report for my account occasionally and have manually populated a <a href="http://www.flickr.com/photos/mlinksva/sets/72157613531054166/">set of my re-used photos</a> largely by this method. This is why I <a href="https://identi.ca/conversation/70441876">recently noted</a> that the (<a href="http://mediagoblin.org/2011/05/gnu-mediagoblin-free-and-decentralized-media-sharing-in-development/">super exciting</a>) MediaGoblin project needs excellent reporting.</p>
<p>Some re-use discovery via refback could be automated. My server (and not just my server, contrary to <em>Friending on the Social Web</em>; could be outsourced via javascript a la Google Analytics and Piwik) could crawl the referrer and look for structured data indicating re-use at the referrer (e.g., my page or a resource on it is subject or object of relevant assertions, e.g., dc:source) and automatically track re-uses discovered thusly.</p>
<p>A pingback would tell my server (or service I have delegated to) affirmatively about some re-use. This would be valuable, but requires more from the referring site than merely publishing some structured data. Hopefully re-use pingback could build upon the structured data that would be utilized by re-use refback and web agents generally.</p>
<p>After doing more reading, I think my plan to to file the appropriate <a href="http://bugs.foocorp.net/projects/mediagoblin">feature requests for MediaGoblin</a>, which seems the ideal software to finally progress these ideas. A solution also has obvious utility for oft-mooted [open] data/education/science scenarios.</p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2011/05/15/reuse-ping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semantic Web Web Web</title>
		<link>http://gondwanaland.com/mlog/2007/11/21/semantic-www/</link>
		<comments>http://gondwanaland.com/mlog/2007/11/21/semantic-www/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 22:01:12 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Peeves]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/2007/11/21/semantic-www/</guid>
		<description><![CDATA[The World Wide Web Consortium and particularly its Semantic Web efforts do great, valuable work. I have one massive complaint, particularly about the latter: they ignore the Web at their peril. Yes, it&#8217;s true, as far as I can tell (but mind that I&#8217;m one or two steps removed from actually working on the problems), [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://en.wikipedia.org/wiki/World_Wide_Web_Consortium" rel="tag">World Wide Web Consortium</a> and particularly its <a href="http://en.wikipedia.org/wiki/Semantic_Web" rel="tag">Semantic Web</a> efforts do great, valuable work. I have one massive complaint, particularly about the latter: they ignore the Web at their peril. Yes, it&#8217;s true, as far as I can tell (but mind that I&#8217;m <a href="http://benlog.com/">one</a> or <a href="http://yergler.net/blog/">two</a> steps removed from actually working on the problems), that the W3C and Semantic Web activities do not appreciate the importance of nor dedicate appropriate resources to the Web. Not just the theoretical Web of URIs, but the Web that billions of people use and see.</p>
<p>I&#8217;m reminded of this by Ian Davis&#8217; post <a href="http://iandavis.com/blog/2007/11/is-the-semantic-web-destined-to-be-a-shadow">Is the Semantic Web Destined to be a Shadow?</a>:</p>
<blockquote><p>My belief is that trust must be considered far earlier and that it largely comes from usage and the wisdom of the crowds, not from technology. Trust is a social problem and the best solution is one that involves people making informed judgements on the metadata they encounter. To make an effective evaluation they need to have the ability to view and explore metadata with as few barriers as possible. In practice this means that the web of data needs to be as accessible and visible as the web of documents is today and it needs to interweave transparently. A separate, dry, web of data is unlikely to attract meaningful attention, whereas one that is a full part of the visible and interactive web that the majority of the population enjoys is far more likely to undergo scrutiny and analysis. This means that HTML and RDF need to be much more connected than many people expect. In fact I think that the two should never be separate and it’s not enough that you can publish RDF documents, you need to publish visible, browseable and <em>engaging</em> RDF that is meaningful to people. Tabular views are a weak substitute for a rich, readable description.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2007/11/21/semantic-www/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SXSW: Growth of Microformats</title>
		<link>http://gondwanaland.com/mlog/2007/03/17/jillion-hcards/</link>
		<comments>http://gondwanaland.com/mlog/2007/03/17/jillion-hcards/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 07:12:15 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[SXSW]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/2007/03/17/jillion-hcards/</guid>
		<description><![CDATA[Monday afternoon&#8217;s packed The Growth and Evolution of Microformats didn&#8217;t strike me as terribly different from last year&#8217;s Microformats: Evolving the Web. Last year&#8217;s highlight was a Flock demo, this year&#8217;s was an Operator demo. My capsule summary of the growth and (not much) evolution of Microformats over the past twelve months: a jillion names, [...]]]></description>
			<content:encoded><![CDATA[<p>Monday afternoon&#8217;s packed <a href="http://microformats.org/wiki/events/2007-03-12-sxsw-growth-evolution-of">The Growth and Evolution of Microformats</a> didn&#8217;t strike me as terribly different from last year&#8217;s <a href="http://microformats.org/wiki/events/2006-03-13-sxsw-microformats">Microformats: Evolving the Web</a>. Last year&#8217;s highlight was a <a href="http://en.wikipedia.org/wiki/Flock_%28web_browser%29">Flock</a> demo, this year&#8217;s was an <a href="https://addons.mozilla.org/firefox/4106/">Operator</a> demo.</p>
<p>My capsule summary of the growth and (not much) evolution of Microformats over the past twelve months: a jillion names, addresses, and events have been marked up with <a href="http://microformats.org/wiki/hcard">hCard</a> and <a href="http://microformats.org/wiki/hcalendar">hCalendar</a> formatting.</p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2007/03/17/jillion-hcards/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SXSW: Semantic Web 2.0 and Scientific Publishing</title>
		<link>http://gondwanaland.com/mlog/2007/03/10/semweb2-science/</link>
		<comments>http://gondwanaland.com/mlog/2007/03/10/semweb2-science/#comments</comments>
		<pubDate>Sun, 11 Mar 2007 05:54:01 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[SXSW]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/2007/03/10/semweb2-science/</guid>
		<description><![CDATA[Web 2.0 and Semantic Web: The Impact on Scientific Publishing, probably the densest panel I attended today (and again expertly moderated by Science Commons&#8217; John Wilbanks), covered open access, new business models for scientific publishers, and how web technologies can help with these and data problems, but kept coming back to how officious Semantic Web [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://2007.sxsw.com/interactive/programming/panels/?action=show&#038;id=IAP060260">Web 2.0 and Semantic Web: The Impact on Scientific Publishing</a>, probably the densest panel I attended today (and <a href="http://gondwanaland.com/mlog/2006/03/18/sxswi-wrap/">again</a> expertly moderated by Science Commons&#8217; John Wilbanks), covered <a href="http://en.wikipedia.org/wiki/Open_access" rel="tag">open access</a>, new business models for scientific publishers, and how web technologies can help with these and data problems, but kept coming back to how officious Semantic Web technologies and controlled ontologies (which are <a href="http://gondwanaland.com/mlog/2005/03/13/semweb-not-by-committee/">not the same at all</a>, but are often lumped together) and microformats and tagging (also distinct) complement each other (all four of &#8216;em!), even within a single application. I agree.</p>
<p>Nearly on point, this comment elsewhere by Denny Vrandecic of the Semantic MediaWiki project:<br />
<blockquote>You are supposed to change the vocabulary in a wiki-way, just as well as the data itself. Need a new relation? Invent it. Figured out it&#8217;s wrong? Rename. Want a new category of things? Make it.</p></blockquote>
<p><a href="http://dannyayers.com/2007/03/10/clarification-from">Via Danny Ayers</a>, oringal posted to <a href="http://radar.oreilly.com/archives/2007/03/freebase_will_p_1.html">O&#8217;Reilly Radar</a>, which doesn&#8217;t offer permalinks for comments. This just needs a catchy name. Web 2.0 ontology engineering? Fonktology?</p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2007/03/10/semweb2-science/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Perils of a too cool name</title>
		<link>http://gondwanaland.com/mlog/2007/02/14/xmp-microformat/</link>
		<comments>http://gondwanaland.com/mlog/2007/02/14/xmp-microformat/#comments</comments>
		<pubDate>Thu, 15 Feb 2007 01:29:03 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Peeves]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/2007/02/14/xmp-microformat/</guid>
		<description><![CDATA[I&#8217;ve seen lots of confusion about microformats, but Jon Udell takes the cake in describing XMP: It’s a bit of a mish-mash, to say the least. There’s RDF (Resource Description Framework) syntax, Adobe-style metadata syntax, and Microsoft-style metadata syntax. But it works. And when I look at this it strikes me that here, finally, is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen lots of confusion about microformat<strong><a href="http://gondwanaland.com/mlog/2006/10/22/microformats-worse/">s</a></strong>, but <a href="http://blog.jonudell.net/2007/02/14/truth-files-microformats-and-xmp/">Jon Udell takes the cake in describing XMP</a>:<br />
<blockquote>It’s a bit of a mish-mash, to say the least. There’s RDF (Resource Description Framework) syntax, Adobe-style metadata syntax, and Microsoft-style metadata syntax. But it works. And when I look at this it strikes me that here, finally, is a microformat that has a shot at reaching critical mass.</p></blockquote>
<p>How someone as massively clued-in as <a href="http://en.wikipedia.org/wiki/Jon_Udell">Jon Udell</a> could be so misled as to describe XMP as a microformat is beyond me.</p>
<p><a href="http://en.wikipedia.org/wiki/Extensible_Metadata_Platform" rel="tag">XMP</a>, which is basically a constrained RDF/XML serialization following super-ugly conventions that may be embedded in a number of file formats (most prominently PDF and JPEG, but potentially almost anything), is about as far from a <a href="http://en.wikipedia.org/wiki/Microformats" rel="tag">microformat</a> as one could possibly get. Off the top:</p>
<ul>
<li>XMP is RDF/XML and as such is arbitrarily extensible; each microformat covers a specific use case and goes through great lengths to favor interoperability among publishers of each microformat (sometime I will write about how microformat and RDF people mean completely different things by &#8220;interoperability&#8221;) at the expense of extensibility.</li>
<li>XMP is embedded in a binary file, completely opaque to nearly all users; microformats put a premium on (practically require) colocation of metadata with human-visible HTML.</li>
<li>XMP would be extremely painful to write by hand and there are very few tools that support publishing it; microformats, to a fault, put a premium on publisher ease&#8211;anyone with a passing familiarity with HTML could be writing microformats.</li>
</ul>
<p>I don&#8217;t agree with everything the microformats folk have done, but they do have a pretty self-consistent <a href="http://microformats.org/wiki/microformats">approach</a>, if one bothers to try to understand it.  XMP ain&#8217;t it.</p>
<p>XMP is <strong>by far</strong> the most promising embedded metadata format for &#8220;media&#8221; files &#8212; which is mostly a testament to how terribly useless to non-existent  the alternatives are (by some definitions there are none).</p>
<p><b>Addendum:</b> I&#8217;m really only picking on one word from Udell&#8217;s post, the remainder of which is recommended. It is <a href="http://wiki.creativecommons.org/XMP" rel="tag">useful to me</a> to learn that &#8220;There’s also good support in .NET Framework 3.0 for reading and writing XMP metadata.&#8221;</p>
<p><b>Update 20070215:</b> <a href="http://blog.jonudell.net/2007/02/15/xmp-and-microformats-revisited/">Udell explains</a>:</p>
<blockquote><p>Now there is, as Mike points out, a big philosophical difference between XMP, which aims for arbitrary extensibility, and fixed-function microformats that target specific things like calendar events. But in practice, from the programmer’s perspective, here’s what I observe.</p>
<p>Hand me an HTML document containing a microformat instance and I will cast about in search of tools to parse it, find a variety of ones that sort of work, and then wrestle with the details.</p>
<p>Hand me an image file containing an XMP fragment and, lo and behold, it’s the same story!</p></blockquote>
<p>Yes, for 99% of the .01% of the world that cares at all, microformats and XMP are the same: metadata, embedded data, or even just data. That&#8217;s what I was hinting at in the title of this post &#8212; in the minds of 99% of the .01%, microformats are becoming synonymous with metadata, i.e., genericized. This is either a marketing and naming coup or disaster, depending on one&#8217;s perspective (I don&#8217;t particularly care).</p>
<p>I considered this headline: If XMP is a microformat, <a href="http://gondwanaland.com/mlog/2006/05/29/longtail-metadata/">RDFa</a> sure the heck is a microformat.</p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2007/02/14/xmp-microformat/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microformats are worse</title>
		<link>http://gondwanaland.com/mlog/2006/10/22/microformats-worse/</link>
		<comments>http://gondwanaland.com/mlog/2006/10/22/microformats-worse/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 02:58:59 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Peeves]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/2006/10/22/microformats-worse/</guid>
		<description><![CDATA[I almost entirely agree with Mark Birbeck&#8217;s comparison of RDFa and microformats. The only thing to be said in defense of microformats is that a few of the problems Birbeck calls out are also features, from the microformats perspective. But worse is better. I will reveal what this means later. Another quip: My problem with [...]]]></description>
			<content:encoded><![CDATA[<p>I almost entirely agree with Mark Birbeck&#8217;s <a href="http://internet-apps.blogspot.com/2006/10/rdfa-and-microformats.html">comparison of RDFa and microformats</a>. The only thing to be said in defense of <a href="http://en.wikipedia.org/wiki/Microformats" rel="tag">microformats</a> is that a few of the problems Birbeck calls out are also features, from the microformats perspective.</p>
<p>But <a href="http://en.wikipedia.org/wiki/Worse_is_better" rel="tag">worse is better</a>.</p>
<p>I will reveal what this means later.</p>
<p>Another quip: My problem with microformats is the <strong>s</strong>.</p>
<p>Evan Prodromou provided a still-good <a href="http://evan.prodromou.name/Journal/11_Prairial_CCXIV">RDFa vs Microformats roundup</a> (better title: &#8220;RDFa and Microformats, please work together&#8221;) in May. I somehow missed it until now.</p>
<p>Ah, <a href="http://gondwanaland.com/mlog/2006/10/12/meta-those-who-cant/">metadata</a>.</p>
<p><b>Update 20061204:</b> I didn&#8217;t miss Prodromou&#8217;s roundup in May, I <a href="http://gondwanaland.com/mlog/2006/05/29/longtail-metadata/">blogged about it</a>. And forgot.</p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2006/10/22/microformats-worse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Long tail of metadata</title>
		<link>http://gondwanaland.com/mlog/2006/05/29/longtail-metadata/</link>
		<comments>http://gondwanaland.com/mlog/2006/05/29/longtail-metadata/#comments</comments>
		<pubDate>Tue, 30 May 2006 05:03:20 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/2006/05/29/longtail-metadata/</guid>
		<description><![CDATA[Ben Adida notes that people are writing about RDFa, which is great, and envisioning conflict with microformats, which is not. As Ben says: Microformats are useful for expressing a few, common, well-defined vocabularies. RDFa is useful for letting publishers mix and match any vocabularies they choose. Both are useful. In other words RDFa is a [...]]]></description>
			<content:encoded><![CDATA[<p>Ben Adida notes that people are <a href="http://rdfa.info/2006/05/29/people-writing-about-rdfa/">writing about RDFa</a>, which is great, and envisioning conflict with microformats, which is not.  As Ben says:</p>
<blockquote><p>Microformats are useful for expressing a few, common, well-defined vocabularies. RDFa is useful for letting publishers mix and match any vocabularies they choose. Both are useful.</p></blockquote>
<p>In other words RDFa is a <a rel="tag" href="http://en.wikipedia.org/wiki/Long_tail">long tail</a> technology.</p>
<p><a href="http://evan.prodromou.name/RDFa_vs_microformats">Evan Prodromou</a> thinks the future is bleak without cooperation. I like his proposed way forward (strikeout added for obvious reasons):</p>
<blockquote>
<ol>
<li>RDFa gets acknowledged and embraced by microformats.org as the future of semantic-data-in-XHTML</li>
<li>The RDFa group makes an effort to encompass existing microformats with a minimum of changes</li>
<li>microformats.org leaders join in on the RDFa authorship process</li>
<li>microformats.org becomes a focus for developing real-world RDF<s>a</s> vocabularies</li>
</ol>
</blockquote>
<p>I see <a href="http://microformats.org/discuss/mail/microformats-discuss/2006-May/004144.html">little chance</a> of points one and three occuring. However, I don&#8217;t see this as a particularly bad thing. Point three will occur, almost by default: the simplest and most widely deployed microformats (e.g., <a rel="tag" href="http://microformats.org/wiki/reltag">reltag</a>, <a rel="tag" href="http://microformats.org/wiki/relnofollow">relnofollow</a> and <a href="http://microformats.org/wiki/rellicense">rellicense</a>) are also valid RDFa &#8212; the predicate (e.g., tag, nofollow, license) appearing in the default namespace to a RDFa application. More complex microformats may be handled by <a href="http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2006Apr/0069.html">hGRDDL</a>, which is no big deal as a microformat-aware application needs to parse each microformat it cares about <em>anyway</em>. From an RDF perspective any well-crafted metadata is a plus (and the microformats group do very <a href="http://microformats.org/wiki/process">careful</a> work) as RDF&#8217;s killer app is <a href="http://gondwanaland.com/mlog/2006/03/11/semtech-wrap/">integrating heterogenous data sources</a>.</p>
<p>From a microformats perspecitve RDFa might well be ignored. While transformation of any microformat to RDF is relatively straightforward, transformation of RDF (which is a model, not a format) to microformats is nonsensical (well, I suppose the endpoint of such a transformation could be <a rel="tag" href="http://microformats.org/wiki/xoxo">xoxo</a>, though I&#8217;m not sure what the point would be). Microformats, probably wisely, is <a href="http://rbach.priv.at/Microformats-IRC/2006-05-25#T193311">not reinventing RDF</a> (as many do, usually badly).</p>
<p>So why would RDFa be of interest to developers? In a word, laziness. There is no <a href="http://microformats.org/wiki/process">process</a> to follow for developing an RDF vocabulary (<a href="http://gondwanaland.com/mlog/2005/03/13/semweb-not-by-committee/">ironic</a>), you can freely reuse existing vocabularies and tools, not write your own parsers, and trust that really smart people are figuring out the hard stuff for you (I believe the formal background of the Semantic Web is a long-term win). Or you might just want to, as Ben says &#8220;express metadata about other documents (embedded images)&#8221; which is trivial for RDF as images have URIs.</p>
<p><strong>Addendum 20060601:</strong> The &#8220;simplest&#8221; microformats mentioned above have a name: <a href="http://microformats.org/wiki/elemental-microformat">elemental microformats</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2006/05/29/longtail-metadata/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Semantic Technology Conference wrap</title>
		<link>http://gondwanaland.com/mlog/2006/03/11/semtech-wrap/</link>
		<comments>http://gondwanaland.com/mlog/2006/03/11/semtech-wrap/#comments</comments>
		<pubDate>Sat, 11 Mar 2006 08:24:58 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[SXSW]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/2006/03/11/semtech-wrap/</guid>
		<description><![CDATA[The 2006 Semantic Technology Conference was more interesting than I expected. The crowd was older and much more formally dressed and there was far less emphasis on open source solutions than any conference I&#8217;ve attended in a long time but it wasn&#8217;t merely a vendor schmoozefest. James Hendler and Ora Lassila&#8217;s Semantic Web @5 keynote [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.semantic-conference.com">2006 Semantic Technology Conference</a> was more interesting than I expected. The crowd was older and much more formally dressed and there was far less emphasis on open source solutions than any conference I&#8217;ve attended in a long time but it wasn&#8217;t merely a vendor schmoozefest.</p>
<p>James Hendler and Ora Lassila&#8217;s <a href="http://www.semantic-conference.com/2up_BW/Lassila_Hendler-SemTech2006-keynote_bw.pdf">Semantic Web @5</a> keynote claimed that Semantic Web technologies have made great strides over the past five years. They pointed out that middle levels of the <a href="http://www.w3.org/2001/09/06-ecdl/slide17-0.html">Semantic Web layer cake</a> are mature and higher levels are subjects of funded research (in 2001 lower and middle levels were mature and research respectively). Near the end they made a strong call to &#8220;share; give it away!&#8221; &#8212; open source tools, datasets, and harvesters are needed to grow the Semantic Web.</p>
<p>My presentation on <a href="http://www.semantic-conference.com/2up_BW/Linksvayer-Mike-bw.pdf">Semantic Search on the Public Web with Creative Commons</a> went fairly well apart from some audio problems. I began with a hastily added segue (not in the slides) from the keynote, highlighting Science Commons&#8217; <a href="http://creativecommons.org/weblog/entry/5778">database licenseing FAQ and Uniprot</a>.  Questions were all over the map, befitting the topic.</p>
<p>I think Uche Ogbuji&#8217;s <a href="http://www.semantic-conference.com/2up_BW/Ogbuji-Uche-bw.pdf">Microformats: Partial Bridge from XML to the Semantic Web</a> is the first talk I&#8217;ve heard on <a rel="tag" href="http://en.wikipedia.org/wiki/Microformats">microformats</a> that I&#8217;ve heard from a non-cheerleader and was a pretty good introduction to the upsides and downsides of microformats and how <a rel="tag" href="http://en.wikipedia.org/wiki/GRDDL">GRDDL</a> can leverage microformats for officious Semantic Web purposes. My opinion is that the value in microformats hype is in encouraging people to take advantage of XHTML semantics in however a conventional in non-rigorous fashion they may. It is a pipe dream to think that most pages containing microformats will include the correct <code>profile</code> references to allow a spec-following crawler to extract much useful data via GRDDL. Add some convention-following heuristics a crawler may get lots of interesting data from microformatted pages. The big search engines are great at tolerating ambiguity and non-conformance, as they <a href="http://code.google.com/webstats/index.html">must</a>.</p>
<p>Ogbuji&#8217;s talk was the ideal lead in to Ben Adida&#8217;s <a href="http://ben.adida.net/presentations/semantic-2006-03-08.pdf">Interoperable Metadata for a Bottom-Up Semantic Web</a> which hammered home five principles of metadata interoperability: publisher independence, data reuse, self-containment, schema modularity, and schema evolvability. <a rel="tag" href="http://en.wikipedia.org/wiki/XML">XML</a>, <a rel="tag" href="http://en.wikipedia.org/wiki/RDF">RDF/XML</a>, Microformats, GRDDL, and <a href="http://www.w3.org/2001/sw/BestPractices/HTML/2006-01-24-rdfa-primer">RDF/A</a> were evaluated against the principles. It is no surprise that RDF/A came out looking best &#8212; Adida has been chairing the relevant <a href="http://www.w3.org/2001/sw/BestPractices/HTML/">W3C taskforce</a>. I think RDF/A has great promise &#8212; it feels like microformats minus annoyances, or microformats with a model &#8212; but <a rel="tag" href="http://en.wikipedia.org/wiki/Worse_is_better">worse is better</a> may say otherwise. The oddest response to the talk came from someone of the opinion that [X]HTML is irrelevant &#8212; everything should be custom XML rendered with custom XSLT when necessary.</p>
<p>I was somewhat surprised by the strong focus of most talks and vendors on RDF and friends rather than any other &#8220;semantic technologies.&#8221; <a rel="tag" href="http://en.wikipedia.org/wiki/Douglas_Lenat">Doug Lenat</a> was one exception. He apparently claimed last year that <a rel="tag" href="http://en.wikipedia.org/wiki/Cyc">Cyc</a> by this year would be growing primarily through machine learning rather than input by knowledge engineers. A questioner called Lenat on this prediction. Lenat claimed the prediction came true but did not offer any quantatative measure. It looked like from the slides (unavailable) that Cyc can have databases and similar described to it and may access same (e.g., via JDBC), giving it access to an arbitrary number of &#8220;facts.&#8221;</p>
<p>If there was a theme that flowed through the conference it was first integrating heterogenous data sources (I don&#8217;t recall who, but someone characterized semantic technologies as liberating enterprises from <a rel="tag" href="http://en.wikipedia.org/wiki/Enterprise_resource_planning">ERP</a> vendors) and second multiplying the value of that data through linking and inference.</p>
<p>Mills Davis&#8217; <a href="http://www.semantic-conference.com/2up_BW/Davis-Mills-Keynote-2up-bw.pdf">closing keynote</a> blew up these themes, claiming outrageous productivity improvements are coming very shortly due to semantic technologies, including a <a rel="tag" href="http://en.wikipedia.org/wiki/Raymond_Kurzweil">Ray Kurzweil</a> slide. The conference hotel fire alarm went off during the keynote, serving as a hype alert to any willing to hear.</p>
<p>SemTech06 reinforces my confidence in what I said in the <a href="http://gondwanaland.com/mlog/2005/03/18/semweb-ai-java-the-ontological-parallels/">SemWeb, AI, Java: The Ontological Parallels </a> mini-rant given at SXSW last year. Too bad they rejected my proposal for this year:</p>
<blockquote><p><strong>Semantic Web vs. Tags Deathmatch:</strong> Tags are hot, but are they a dead end? The Semantic Web is still a research project, but will it awaken in August, 2009? People in the trenches fight over the benefits and limits of tags, the viability of officious Semantic Web technologies, what the eventual semantic web will look like, and how to bridge the gap between the two.</p></blockquote>
<p>I&#8217;m off to SXSW tomorrow anyway. My <a href="http://creativecommons.org/weblog/entry/5814">schedule</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2006/03/11/semtech-wrap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

