<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ivan’s private site &#187; Work Related</title>
	<atom:link href="http://ivan-herman.name/category/work-related/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivan-herman.name</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 14:51:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ivan-herman.name' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/b36c82dd81cc7fc066d729227bbf8cba?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Ivan’s private site &#187; Work Related</title>
		<link>http://ivan-herman.name</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ivan-herman.name/osd.xml" title="Ivan’s private site" />
	<atom:link rel='hub' href='http://ivan-herman.name/?pushpress=hub'/>
		<item>
		<title>Nice reading on Semantic Search</title>
		<link>http://ivan-herman.name/2012/01/24/nice-reading-on-semantic-search/</link>
		<comments>http://ivan-herman.name/2012/01/24/nice-reading-on-semantic-search/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 16:53:15 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Work Related]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[OWL]]></category>
		<category><![CDATA[semantic search]]></category>
		<category><![CDATA[Web search engine]]></category>

		<guid isPermaLink="false">http://ivan-herman.name/?p=835</guid>
		<description><![CDATA[I had a great time reading a paper on Semantic Search[1]. Although the paper is on the details of a specific Semantic Web search engine (DERI’s SWSE), I was reading it as somebody not really familiar with all the intricate details of such a search engine setup and operation (i.e., I would not dare to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=835&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had a great time reading a paper on Semantic Search<a href="#l1">[1]</a>. Although the paper is on the details of a specific Semantic Web search engine (<a class="zem_slink" title="DERI" href="http://deri.ie" rel="homepage">DERI</a>’s <a href="http://swse.deri.org/">SWSE</a>), I was reading it as somebody not really familiar with all the intricate details of such a search engine setup and operation (i.e., I would not dare to give an opinion on whether the choice taken by this group is better or worse than the ones taken by the developers of other engines) and wanting to gain a good image of what is happening in general. And, for that purpose, this paper was really interesting and instructive. It is long (cca. 50 pages), i.e., I did not even try to understand everything at my first reading, but it did give a great overall impression of what is going on.</p>
<p>One of the “associations” I had, maybe somewhat surprisingly, is with another paper I read lately, namely a report on basic profiles for Linked Data<a href="#l2">[2]</a>. In that paper Nally et al. look at what “subsets” of current Semantic Web specifications could be defined, as “profiles”, for the purpose of publishing and using Linked Data. This was also a general topic at a <a href="http://www.w3.org/2011/09/LinkedData/">W3C Workshop on Linked Data Patterns</a> at the end of last year (see also the <a href="http://www.w3.org/2011/09/LinkedData/Report">final report</a> of the event) and it is not a secret that W3C is considering setting up a relevant Working Group in the near future. Well, the experiences of an engine like SWSE might come very handy here. For example, SWSE uses a subset of the <a href="http://www.w3.org/TR/owl2-profiles/#Reasoning_in_OWL_2_RL_and_RDF_Graphs_using_Rules">OWL 2 RL Profile</a> for inferencing; that may be a good input for a possible Linked Data profile (although the differences are really minor, if one looks at the appendix of the paper that lists the rule sets the engine uses). The idea of “Authoritative Reasoning” is also interesting and possibly relevant; that approach makes a lot of pragmatic sense, I wonder whether this is not something that should be, somehow, documented for a general use. And I am sure there are more: In general, analyzing the experiences of major Semantic Web search engines on handling Linked Data might provide a great set of input for such pragmatic work.</p>
<p>I was also wondering about a very different issue. A great deal of work had to be done in SWSE on the proper handling of <code>owl:sameAs</code>. On the other hand, one of the recurring discussions on various mailing list and elsewhere is on whether the usage of this property is semantically o.k. or not (see, e.g., <a href="#l3">[3]</a>). A possible alternative would be to define (beyond <code>owl:sameAs</code>) a set of properties borrowed from the <a href="http://www.w3.org/TR/2009/REC-skos-reference-20090818/">SKOS Recommendation</a>, like <code>closeMatch</code>, <code>exactMatch</code>, <code>broadMatch</code>, etc. It is almost trivial to generalize these SKOS properties for the general case but, reading this paper, I was wondering: what effect would such predicates have on search? Would it make it more complicated or, in fact, would such predicates make the life of search engines easier by providing “hints” that could be used for the user interface? Or both? Or is it already too late, because the ubiquitous usage of <code>owl:sameAs</code> is already so prevalent that it is not worth touching that stuff? I do not have a clear answer at this moment…</p>
<p>Thanks to the authors!</p>
<ol>
<li id="l1">A. Hogan, et al., “<a href="http://www.websemanticsjournal.org/index.php/ps/article/view/240">Searching and Browsing Linked Data with SWSE: the Semantic Web Search Engin</a>e”, <a class="zem_slink" title="Journal of Web Semantics" href="http://www.elsevier.com/locate/websem" rel="homepage">Journal of Web Semantics</a>, vol. 4, no. December, pp. 365-401, 2011.</li>
<li id="l2">M. Nally and S. Speicher, “<a href="http://www.ibm.com/developerworks/rational/library/basic-profile-linked-data/index.html">Toward a Basic Profile for Linked Data</a>”, IBM developersWork, 2011.</li>
<li id="l3">H. Halpin, et al. “<a href="http://www.w3.org/TR/2009/REC-skos-reference-20090818/">When owl:sameAs Isn&#8217;t the Same: An Analysis of Identity in Linked Data</a>”, Proceedings of the International Semantic Web Conference, pp. 305-320, 2010</li>
</ol>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=a4155037-cf51-44fa-9bb9-5cbb0e3a7725" alt="" /></div>
<br />Filed under: <a href='http://ivan-herman.name/category/work-related/semantic-web/'>Semantic Web</a>, <a href='http://ivan-herman.name/category/work-related/'>Work Related</a> Tagged: <a href='http://ivan-herman.name/tag/linked-data/'>Linked Data</a>, <a href='http://ivan-herman.name/tag/owl/'>OWL</a>, <a href='http://ivan-herman.name/tag/semantic-search/'>semantic search</a>, <a href='http://ivan-herman.name/tag/semantic-web/'>Semantic Web</a>, <a href='http://ivan-herman.name/tag/web-search-engine/'>Web search engine</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ivanherman.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ivanherman.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ivanherman.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ivanherman.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/835/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=835&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ivan-herman.name/2012/01/24/nice-reading-on-semantic-search/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee636fa218fc08a28db5288c2149e309?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=a4155037-cf51-44fa-9bb9-5cbb0e3a7725" medium="image" />
	</item>
		<item>
		<title>Where we are with RDFa 1.1?</title>
		<link>http://ivan-herman.name/2011/12/16/where-we-are-with-rdfa-1-1/</link>
		<comments>http://ivan-herman.name/2011/12/16/where-we-are-with-rdfa-1-1/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 11:48:46 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Work Related]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[RDFa]]></category>
		<category><![CDATA[RDFa 1.1 Lite]]></category>
		<category><![CDATA[Resource Description Framework]]></category>
		<category><![CDATA[schema.org]]></category>

		<guid isPermaLink="false">http://ivan-herman.name/?p=809</guid>
		<description><![CDATA[There has been a flurry of activities around RDFa 1.1 in the past few months. Although a number of blogs and news items have been published on the changes, all those have become “officialized” only the past few days with the publication of the latest drafts, as well as with the publication of RDFa 1.1 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=809&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<div class="wp-caption alignright" style="width: 130px"><a href="http://commons.wikipedia.org/wiki/File:Rdface.gif"><img class="zemanta-img-inserted zemanta-img-configured" title="English: RDFa Content Editor" src="http://upload.wikimedia.org/wikipedia/commons/4/48/Rdface.gif" alt="English: RDFa Content Editor" width="120" height="120" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p style="text-align:left;">There has been a flurry of activities around RDFa 1.1 in the past few months. Although a number of blogs and news items have been published on the changes, all those have become “officialized” only the past few days with the <a href="http://www.w3.org/blog/SW/2011/12/16/new-versions-of-rdfa-core-1-1-and-the-xhtmlrdfa-1-1-drafts/">publication of the latest drafts</a>, as well as with the <a href="http://www.w3.org/blog/SW/2011/12/09/rdfa-lite-1-1-draft-published-rdfa-1-1-primer-updated/">publication of RDFa 1.1 Lite</a>. It may be worth looking back at the past few months to have a clearer idea on what happened. I make references to a number of other blogs that were published in the past few months; the interested readers should consult those for details.</p>
<p style="text-align:left;">The latest official drafts for RDFa 1.1 were published in Spring 2011. However, lot has happened since. First of all, the <a href="http://www.w3.org/2010/02/rdfa/wiki/Main_Page">RDFWA Working Group</a>, working on this specification, has received a significant amount of comments. Some of those were rooted in implementations and the difficulties encountered therein; some came from potential authors who asked for further simplifications. Also, the announcement of <a href="http://schema.org">schema.org</a> had an important effect: indeed, this initiative drew attention on the importance of structured data in Web pages, which also raised further questions on the usability of RDFa for that usage pattern This came to the fore even more forcefully at the <a href="http://www.w3.org/QA/2011/09/impressions_on_the_schemaorg_w.html">workshop organized by the stakeholders of schema.org</a> in Mountain View. A new<a href="http://www.w3.org/wiki/Html-data-tf"> task force on the relationships of RDFa and microdata</a> has been set up at W3C; beyond looking at the relationship of these two syntaxes, that task force also raised a number of issues on RDFa 1.1. These issues have been, by and large, accepted and handled by the Working Group (and reflected in the new drafts).</p>
<p style="text-align:left;">What does this mean for the new drafts? The bottom line: there have been some fundamental changes in RDFa 1.1. For example, profiles, introduced in earlier releases of RDFa 1.1, have been removed due to implementation challenges; however, management of vocabularies have acquired an <em>optional</em> feature that helps vocabulary authors to “bind” their vocabularies to other vocabularies, without introducing an extra burden on authors (see<a href="http://www.w3.org/blog/SW/2011/09/19/recent-changes-in-rdfa-1-1/"> another blog</a> for more details). Another long-standing issue was whether RDFa should include a syntax for ordered lists; this has been done now (see the <a href="http://www.w3.org/blog/SW/2011/09/19/recent-changes-in-rdfa-1-1/">same blog</a> for further details).</p>
<p style="text-align:left;">A more recent important change concerns the usage of <code>@property</code> and <code>@rel</code>. Although usage of these attributes for RDF savy authors was never a real problem (the former is for the creation of literal objects, whereas the latter is for URI references), they have proven to be a major obstacle for ‘lambda’ HTML authors. This issue came up quite forcefully at the schema.org workshop in Mountain View, too. After a long technical discussion in the group, the new version reduces the usage difference between the two significantly. Essentially, if, on the same element, <code>@property</code> is present together with, say, <code>@href</code> or <code>@resource</code>, and <code>@rel</code> or <code>@rev</code> is <em>not</em> present, a URI reference is generated as an object of the triple. I.e., when used on a, say, <code>&lt;link&gt;</code> or <code>&lt;a&gt;</code> element, <code>@property</code>  behaves exactly like <code>@rel</code>. It turns out that this usage pattern is so widespread that it covers most of the important use cases for authors. The new version of the <a href="http://www.w3.org/TR/rdfa-primer/">RDFa 1.1 Primer</a> (as well as the <a href="http://www.w3.org/TR/2011/WD-rdfa-core-20111215/">RDFa 1.1 Core</a>, actually) has a number of examples that show these. There are also some other changes related to the behaviour of <code>@typeof</code> in relations to <code>@property</code>; please consult the specification for these.</p>
<p style="text-align:left;">The publication of <a href="http://www.w3.org/TR/rdfa-lite/">RDFa 1.1 Lite</a> was also a very important step. This defines a “sub-set” of the RDFa attributes that can serve as a guideline for HTML authors to express simple structured data in HTML without bothering about more complex features. This is the subset of RDFa that <a href="http://blog.schema.org/2011/11/using-rdfa-11-lite-with-schemaorg.html">schema.org will “accept”,</a>  as an alternative to the <a href="http://dev.w3.org/html5/md/">microdata</a>, as a possible syntax for schema.org vocabularies. (There are some examples on how some schema.org example look like in RDFa 1.1 Lite on a <a href="http://www.w3.org/QA/2011/11/schemaorg_and_rdfa_11_lite_how.html">different blog</a>.) In some sense, RDFa 1.1 Lite can be considered like the equivalent of microdata, except that it leaves the door open for more complex vocabulary usage, mixture with different vocabularies, etc. (The <a href="http://www.w3.org/wiki/Html-data-tf">HTML Task Force</a> will publish soon a more detailed comparison of the different syntaxes.)</p>
<p style="text-align:left;">So here is, roughly, where we are today. The recent publications by the W3C RDFWA Working Group have, as I said, ”officialized” all the changes that were discussed since spring. The group decided not to publish a Last Call Working Draft, because the last few weeks’ of work on the <a href="http://www.w3.org/wiki/Html-data-tf">HTML Task Force</a> may reveal some new requirements; if not, the last round of publications will follow soon.</p>
<p style="text-align:left;">And what about implementations? Well, <a href="http://www.w3.org/2007/08/pyRdfa/Shadow.html">my “shadow” implementation of the RDFa distiller</a> (which also includes a separate “<a href="http://www.w3.org/2007/08/pyRdfa/Validator.html">validator</a>” service) incorporates all the latest changes. I also added a new feature a few weeks ago, namely the possibility to <a href="http://www.w3.org/QA/2011/11/rdfa_11_meets_json-ld_in_the_d.html">serialize the output in JSON-LD</a> (although this has become outdated a few days ago, due to some <a href="http://json-ld.org/minutes/2011-12-13/">changes in JSON-LD</a>…). I am not sure of the exact status of Gregg Kellogg’s <a href="http://rdf.greggkellogg.net/distiller">RDF Distiller</a>, but, knowing him, it is either already in line with the latest drafts or it is only a matter of a few days to be so. And there are surely more around that I do not know about.</p>
<p style="text-align:left;">This last series of publications have provided a nice closure for a busy RDFa year. I guess the only thing now is to wish everyone a Merry Christmas, a peaceful and happy Hanukkah, or other festivities you honor at this time of the year.  In any case, a very happy New Year!</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="float:right;" src="http://img.zemanta.com/zemified_e.png?x-id=374ecad3-7da1-4de6-a4f1-d8d92bb1ba64" alt="Enhanced by Zemanta" /></a></div>
<br />Filed under: <a href='http://ivan-herman.name/category/work-related/code/python/'>Python</a>, <a href='http://ivan-herman.name/category/work-related/semantic-web/'>Semantic Web</a>, <a href='http://ivan-herman.name/category/work-related/'>Work Related</a> Tagged: <a href='http://ivan-herman.name/tag/html/'>HTML</a>, <a href='http://ivan-herman.name/tag/html5/'>HTML5</a>, <a href='http://ivan-herman.name/tag/json/'>JSON</a>, <a href='http://ivan-herman.name/tag/rdfa/'>RDFa</a>, <a href='http://ivan-herman.name/tag/rdfa-1-1-lite/'>RDFa 1.1 Lite</a>, <a href='http://ivan-herman.name/tag/resource-description-framework/'>Resource Description Framework</a>, <a href='http://ivan-herman.name/tag/schema-org/'>schema.org</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ivanherman.wordpress.com/809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ivanherman.wordpress.com/809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ivanherman.wordpress.com/809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ivanherman.wordpress.com/809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/809/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=809&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ivan-herman.name/2011/12/16/where-we-are-with-rdfa-1-1/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee636fa218fc08a28db5288c2149e309?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/4/48/Rdface.gif" medium="image">
			<media:title type="html">English: RDFa Content Editor</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/zemified_e.png?x-id=374ecad3-7da1-4de6-a4f1-d8d92bb1ba64" medium="image">
			<media:title type="html">Enhanced by Zemanta</media:title>
		</media:content>
	</item>
		<item>
		<title>W3C Library Linked Data Reports</title>
		<link>http://ivan-herman.name/2011/11/07/w3c-library-linked-data-reports/</link>
		<comments>http://ivan-herman.name/2011/11/07/w3c-library-linked-data-reports/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 15:16:53 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Work Related]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[Open Data]]></category>
		<category><![CDATA[Uniform Resource Identifier]]></category>

		<guid isPermaLink="false">http://ivan-herman.name/?p=800</guid>
		<description><![CDATA[There was an official news a few days on the publication of the W3C Library Linked Data Incubator Group final report. The report is an interesting read even though I am probably not part of the “typical” target readership. After all, the primary goal of this report is really to convince the reader on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=800&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 310px"><a href="http://commons.wikipedia.org/wiki/File:Library_of_Congress.jpg"><img class="zemanta-img-inserted zemanta-img-configured" title="The Library of Congress main reading room, Jef..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Library_of_Congress.jpg/300px-Library_of_Congress.jpg" alt="The Library of Congress main reading room, Jef..." width="300" height="191" /></a><p class="wp-caption-text">The main hall of the Library of Congress</p></div>
<p>There was an official news a few days on the publication of the <a href="http://www.w3.org/blog/SW/2011/10/27/w3c-library-linked-data-xg-final-report-published/">W3C Library Linked Data Incubator Group final report</a>. The report is an interesting read even though I am probably not part of the “typical” target readership. After all, the primary goal of this report is really to convince the reader on the interest and importance of combining the activities of libraries with Linked Data… But the key recommendations of the report are worth repeating:</p>
<ul>
<li>That <strong>library leaders</strong> identify sets of data as possible candidates for early exposure as Linked Data and foster a discussion about Open Data and rights;</li>
<li>That <strong>library standards bodies</strong> increase library participation in Semantic Web standardization, develop library data standards that are compatible with Linked Data, and disseminate best-practice design patterns tailored to library Linked Data;</li>
<li>That <strong>data and systems designers</strong> design enhanced user services based on Linked Data capabilities, create <abbr title="Uniform Resource Identifiers">URIs</abbr> for the items in library datasets, develop policies for managing <abbr title="Resource Description Framework">RDF</abbr> vocabularies and their <abbr title="Uniform Resource Identifiers">URIs</abbr>, and express library data by re-using or mapping to existing Linked Data vocabularies;</li>
<li>That <strong>librarians and archivists</strong> preserve Linked Data element sets and value vocabularies and apply library experience in curation and long-term preservation to Linked Data datasets.</li>
</ul>
<p>However, what was not absolutely clear from the original announcement is that the official report also has two “companion” documents, namely a <a href="http://www.w3.org/2005/Incubator/lld/XGR-lld-usecase-20111025/">Use Case collection</a>, and a list of references to metadata element sets in RDF, to relevant vocabularies, and to published element sets (e.g., the <a href="http://id.loc.gov/vocabulary/countries.html">sets of URI-s</a>, set up by the <a class="zem_slink" title="Library of Congress" href="http://maps.google.com/maps?ll=38.8886111111,-77.0047222222&amp;spn=0.01,0.01&amp;q=38.8886111111,-77.0047222222%20%28Library%20of%20Congress%29&amp;t=h" rel="geolocation">US Library of Congress</a>, listing all countries in the World). This document, entitled <a href="http://www.w3.org/2005/Incubator/lld/XGR-lld-vocabdataset-20111025/">“Datasets, Value Vocabularies, and Metadata Element Sets”</a> is a real, somewhat hidden gem: a possible starting point for practitioners who wants to work with Library Linked Data! Thanks to Antoine Isaac and his friends for collecting these. I wonder how we could get it regularly updated…</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="float:right;" src="http://img.zemanta.com/zemified_e.png?x-id=8d1b59c0-c0d5-4389-a225-45b50fb3a862" alt="Enhanced by Zemanta" /></a></div>
<br />Filed under: <a href='http://ivan-herman.name/category/work-related/semantic-web/'>Semantic Web</a>, <a href='http://ivan-herman.name/category/work-related/'>Work Related</a> Tagged: <a href='http://ivan-herman.name/tag/library/'>Library</a>, <a href='http://ivan-herman.name/tag/linked-data/'>Linked Data</a>, <a href='http://ivan-herman.name/tag/metadata/'>Metadata</a>, <a href='http://ivan-herman.name/tag/open-data/'>Open Data</a>, <a href='http://ivan-herman.name/tag/semantic-web/'>Semantic Web</a>, <a href='http://ivan-herman.name/tag/uniform-resource-identifier/'>Uniform Resource Identifier</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/800/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/800/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/800/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/800/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ivanherman.wordpress.com/800/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ivanherman.wordpress.com/800/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ivanherman.wordpress.com/800/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ivanherman.wordpress.com/800/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/800/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/800/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/800/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/800/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/800/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/800/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=800&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ivan-herman.name/2011/11/07/w3c-library-linked-data-reports/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee636fa218fc08a28db5288c2149e309?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Library_of_Congress.jpg/300px-Library_of_Congress.jpg" medium="image">
			<media:title type="html">The Library of Congress main reading room, Jef...</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/zemified_e.png?x-id=8d1b59c0-c0d5-4389-a225-45b50fb3a862" medium="image">
			<media:title type="html">Enhanced by Zemanta</media:title>
		</media:content>
	</item>
		<item>
		<title>Some notes on ISWC2011…</title>
		<link>http://ivan-herman.name/2011/11/02/some-notes-on-iswc2011%e2%80%a6/</link>
		<comments>http://ivan-herman.name/2011/11/02/some-notes-on-iswc2011%e2%80%a6/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 16:57:01 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
				<category><![CDATA[Work Related]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Linked Open Data]]></category>
		<category><![CDATA[ontology]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://ivan-herman.name/?p=793</guid>
		<description><![CDATA[The 10th International Semantic Web Conference (ISWC2011) took place in Bonn last week. Others have already blogged on the conference in a more systematic way (see, for example, Juan Sequeda’s series on semanticweb.com); there is no reason to repeat that. Just a few more personal impression, with the obvious caveat that I may have missed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=793&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://iswc2011.semanticweb.org">10th International Semantic Web Conference (ISWC2011)</a> took place in Bonn last week. Others have already blogged on the conference in a more systematic way (see, for example, <a href="http://semanticweb.com/report-from-day-5-at-iswc_b24326">Juan Sequeda’s series</a> on semanticweb.com); there is no reason to repeat that. Just a few more personal impression, with the obvious caveat that I may have missed interesting papers or presentations, and the ones I picked here are also the results of my personal bias… So, in no particular order:</p>
<p><a href="http://iswc2011.semanticweb.org/fileadmin/iswc/Papers/In-Use/70320209.pdf">Zhishi.me</a> is the outcome of the work of a group from the APEX lab in Shanghai and Southeast University: it is, in some ways, the Chinese <a class="zem_slink" title="DBpedia" href="http://dbpedia.org" rel="homepage">DBPedia</a>. “In some ways” because it is actually a mixture of three different Chinese, community driven encyclopedia, namely the <a class="zem_slink" title="Chinese Wikipedia" href="http://zh.wikipedia.org/" rel="homepage">Chinese Wikipedia</a>, <a class="zem_slink" title="Baidu Baike" href="http://baike.baidu.com/" rel="homepage">Baidu Baike</a> and <a href="http://hudong.com">Hudong Baike</a>. I am not sure of the exact numbers, but the combined dataset is probably a bit bigger than DBpedia. The goal of Zhishi.me is to act as a “seed” and a hub for Chinese linked open data contributions, just like DBpedia did and does for the LOD in general.</p>
<p>It is great stuff indeed. I do have one concern (which, hopefully, is only a matter of presentation, i.e., may be a misunderstanding on my side). Although zhishi.me <em>is</em> linked to non-Chinese datasets (DBPedia and others), the paper talks about a “Chinese Linked Open Data (COLD)”, as if this was something different, something separate. As a non-English speaker myself I can fully appreciate the issues of language and culture differences but I would nevertheless hate to see the Chinese community develop a parallel LOD, instead of being an integral part of the the LOD as a whole. Again, I hope this is just a misunderstanding!</p>
<p>There were a number of ontology or RDF graph visualization presentations, for example from the University of Southampton team (<a href="http://iswc2011.semanticweb.org/fileadmin/iswc/Papers/Research_Paper/14/70310544.pdf">“Connecting the Dots”</a>), on the first results of an exploration done by a Magnus Stuhr and his friends in Norway, called <a href="http://ceur-ws.org/Vol-782/StuhrEtAl_COLD2011.pdf">LODWheel</a> (the latter was actually at the <a href="http://km.aifb.kit.edu/ws/cold2011/">COLD2011</a> Workshop), or another one from a mixed team, led by Enrico Motta, on a visualization plugin to the <a href="http://neon-toolkit.org">NeOn toolkit</a> called <a href="http://iswc2011.semanticweb.org/fileadmin/iswc/Papers/Research_Paper/14/70310464.pdf">KC-Viz</a>. I have downloaded the latter, and have played a bit with it already, but I haven’t had the time to have a really informed conclusion on it yet. Nevertheless, KC-Viz was interesting for me for a different reason. The basic idea of the tool is to use some sort of an importance metric attached to each node in the class hierarchy and direct the visualization based on that metric. It was reminiscent to some <a href="http://homepages.cwi.nl/%7Eivan/AboutMe/Publications/INS-R9806.pdf">work</a> I did in my previous life on graph visualization, though the metric was different, the graph was only a tree, the visualization approach was different, but nevertheless, there was a similar feel to it… Gosh, that was a long time ago!</p>
<p>The paper of John Howse et al. on <a href="http://iswc2011.semanticweb.org/fileadmin/iswc/Papers/Research_Paper/14/70310256.pdf">visualizing ontologies</a> was also interesting. Interesting because different: the idea is a systematic usage of <a class="zem_slink" title="Euler diagram" href="http://en.wikipedia.org/wiki/Euler_diagram" rel="wikipedia">Euler diagrams</a> to visualize class hierarchies combined with some sort of a visual language for the presentation of property restrictions. In my experience property restrictions is a very difficult (maybe the most difficult?) OWL concept to understand without a logic background; any tool, visual or otherwise, that helps teaching and explaining this can be very important. Whether John’s visual language is the one I am not sure yet, but it may well be. I will consider using it the next time I give a tutorial…</p>
<p>I was impressed by the paper of Gong Cheng and his friends from Nanjing, <a href="http://iswc2011.semanticweb.org/fileadmin/iswc/Papers/Research_Paper/13/70310097.pdf">“Empirical Study of Vocabulary Relatedness…”</a>. Analyzing the results of a search engine (in this case <a href="ws.nju.edu.cn/falcons/">Falcons</a>) to draw conclusion on the nature, the usage, the mutual relationship, etc., of vocabularies is very important indeed. We need empirical results, bound to real life usage. This is not the first work in this direction (see, for example, the work of <a href="http://data.semanticweb.org/conference/iswc/2009/paper/research/380/html">Ghazvinia et al, from ISWC2009</a>), but there is still much to do. Which reminds me of some much smaller scale <a href="http://www.w3.org/blog/SW/2011/06/09/what_are_the_most_widely_used_vocabulari/">work</a> Giovanni, Péter and I didon determining the top vocabulary prefixes for the purpose of the <a href="http://www.w3.org/2010/02/rdfa/drafts/2011/ED-rdfa-core-20111020/#s_initialcontexts">RDFa 1.1 initial context</a> (we used to call it default profile back then). I should probably try to talk to the Nanjing team to merge with their results!</p>
<p>I think the vision paper of Marcus Cobden and his friends (again at the COLD2011 Workshop) on a “<a href="http://ceur-ws.org/Vol-782/CobdenEtAl_COLD2011.pdf">Research Agenda for Linked Closed Data</a>” is worth noting. Although not necessarily earthshaking, the fact that we can and we should speak about Linked <em>Closed</em> Data alongside Linked Open Data is important if we want the Semantic Web to be adopted and used by the enterprise world as well. One of the main issue, which is not really addressed frequently enough (although there have been some papers published here and there) is access control. Who has the right to access data? Who has the right to access a particular ontology or rule set that may lead to the deduction of new relationships? What are the licensing requirements, how do we express them? I do not think our community has a full answer to these. B.t.w., W3C organizes a <a href="http://www.w3.org/2011/09/LinkedData/">Workshop</a> concentrating on the enterprise usage of Linked Data in December…</p>
<p>Speaking about research agenda… I really liked Frank van Harmelen’s keynote on the second day of the conference. His approach was fresh, and the question he asked was different: essentially, after 10 or more years of research in the Semantic Web area, can we derive some “higher level” laws that describe and govern this area of research? I will not repeat all the laws that he proposed, it is better to look his Web with the <a href="http://www.cs.vu.nl/%7Efrankh/spool/ISWC2011Keynote/">HTML version of his slides</a>. The ones that is worth repeating again and again are that “Factual knowledge is a graph”, “Terminological knowledge is a hierarchy”, and “Terminological knowledge is <em>much</em> smaller than the factual knowledge”. Why are these important? To quote from his keynote slides:</p>
<ol>
<li>traditionally, KR has focussed on small and very intricate sets of axioms: a bunch of universally quantified complex sentences</li>
<li>but now it turns out that much of our knowledge comes in the form of very large but shallow sets of axioms.</li>
<li>lots of the knowledge is in the ground facts, (not in the quantified formula’s)</li>
</ol>
<p>Which is important to remember when planning future work and activities. “Reasoning”, usually, happens on a huge set of ground facts in a graph, with a shallow hierarchy of terminology…</p>
<p>I was a little bit disappointed by the <a href="http://data.linkedscience.org/events/lisc2011">Linked Science Workshop</a>; probably because I had wrong expectations. I was expecting a workshop looking at how Linked Data in general can help in the renewal of the scientific publication process as a whole (a bit along the lines of the Force11 work on <a href="http://force11.org/sites/default/files/attachments/Force11Manifesto20111028.pdf">improving the future of scholarly communication</a>). Instead, the workshop was more on how different scientific fields use linked data for their work. Somehow the event was unfocussed for me…</p>
<p>As in some previous years, I was again part of the jury for the <a href="http://challenge.semanticweb.org/">Semantic Web Challenge</a>. It was interesting how our own expectations have changed over the years. What was really a wow! a few years ago, has become so natural that we are not excited any more. Which is of course a good thing, it shows that the field is maturing further, but we may need some sort of a Semantic Web Super-Challenge to be <em>really</em> excited again. That being said, the winners of the challenge really did impressive works, I do not want to give the impression of being negative about them… It is just that I was missing that “Wow”.</p>
<p>Finally, I was at one session of the industrial track, which was a bit disappointing. If we wanted to to show the research community that the Semantic Web technologies are really used by industry, then the session did not really make a good job on that. With one exception, and a huge one at it: the <a href="http://iswc2011.semanticweb.org/fileadmin/iswc/Papers/Industry/WOO_ISWC.pptx">presentation of Yahoo!</a> (beware, the link is to a PowerPoint slidedeck). It seems that Yahoo! is building an internal infrastructure based on what they call “Web of Objects”, by regrouping pieces of knowledge in a graph-like fashion. By using internal vocabularies (superset of <a href="http://schema.org">schema.org</a>) and using the underlying graph infrastructure they aim at regrouping similar or identical knowledge pieces harvested on the Web. I am sure we will hear more about this.</p>
<p>Yes, it was a full week…</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="float:right;" src="http://img.zemanta.com/zemified_e.png?x-id=24336315-d558-45e6-bb51-4f9c49f4fafb" alt="Enhanced by Zemanta" /></a></div>
<br />Filed under: <a href='http://ivan-herman.name/category/work-related/semantic-web/'>Semantic Web</a>, <a href='http://ivan-herman.name/category/work-related/'>Work Related</a> Tagged: <a href='http://ivan-herman.name/tag/linked-data/'>Linked Data</a>, <a href='http://ivan-herman.name/tag/linked-open-data/'>Linked Open Data</a>, <a href='http://ivan-herman.name/tag/ontology/'>ontology</a>, <a href='http://ivan-herman.name/tag/publishing/'>publishing</a>, <a href='http://ivan-herman.name/tag/semantic-web/'>Semantic Web</a>, <a href='http://ivan-herman.name/tag/user-interface/'>User Interface</a>, <a href='http://ivan-herman.name/tag/visualization/'>visualization</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ivanherman.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ivanherman.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ivanherman.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ivanherman.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/793/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=793&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ivan-herman.name/2011/11/02/some-notes-on-iswc2011%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee636fa218fc08a28db5288c2149e309?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/zemified_e.png?x-id=24336315-d558-45e6-bb51-4f9c49f4fafb" medium="image">
			<media:title type="html">Enhanced by Zemanta</media:title>
		</media:content>
	</item>
		<item>
		<title>HTTP Protocol for RDF Stores</title>
		<link>http://ivan-herman.name/2011/05/17/http-protocol-for-rdf-stores/</link>
		<comments>http://ivan-herman.name/2011/05/17/http-protocol-for-rdf-stores/#comments</comments>
		<pubDate>Tue, 17 May 2011 07:43:42 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Work Related]]></category>
		<category><![CDATA[Hypertext Transfer Protocol]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[SPARQL]]></category>

		<guid isPermaLink="false">http://ivan-herman.name/?p=783</guid>
		<description><![CDATA[Last week the W3C SPARQL Working Group has published a number last call working drafts for SPARQL 1.1. Much have been already said on various fora on the new features of SPARQL 1.1, like update, entailment regimes, property paths; I will not repeat here. But I think it is worthwhile calling attention on one of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=783&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last week the W3C SPARQL Working Group has published a number <a href="http://www.w3.org/blog/SW/2011/05/13/publication_of_the_sparql_1_1_last_call_">last call working drafts for SPARQL 1.1</a>. Much have been already said on various fora on the new features of SPARQL 1.1, like update, entailment regimes, property paths; I will not repeat here. But I think it is worthwhile calling attention on one of the documents that may not be seen as a “core” SPARQL query language document, namely the <a href="http://www.w3.org/TR/2011/WD-sparql11-http-rdf-update-20110512/">Graph Store HTTP Protocol</a>.</p>
<p>Indeed, this document stands a little bit apart. Instead of adding to the query (and now also update) language, it concentrates on how the HTTP protocol should be used in conjunction with graph stores. I.e., what is the meaning of the well known <a class="zem_slink" title="Hypertext Transfer Protocol" href="http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol" rel="wikipedia">HTTP verbs</a> like PUT, GET, POST, or DELETE  for graph stores, what should be the response codes, etc. It is important to emphasize that this HTTP behaviour is <em>not</em> bound to SPARQL endpoints; instead, it is valid for any Web sites that serve as a graph store. This could include, for example, a Web site simply storing a number of RDF graphs with minimal services to get or change the content of those. (In this respect, this document is closer to, e.g., the <a href="http://bitworking.org/projects/atom/rfc5023.html">Atom Publishing Protocol</a> which includes similar features for ATOM data, and which also plays an important role for technologies like, for example, <a href="http://www.odata.org/">OData</a>.) Because such setups, i.e., “just” stores of RDF graphs without a SPARQL endpoint, are fairly frequent, it is important to have these HTTP details set. So… worth looking at this document and send feedbacks to the Working Group! (Use the <a href="mailto:public-sparql-dev@w3.org">public-sparql-dev@w3.org</a> mailing list for comments.)</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="float:right;" src="http://img.zemanta.com/zemified_e.png?x-id=1ecbe002-5abe-4d95-baef-d1cdba3ad012" alt="Enhanced by Zemanta" /></a></div>
<br />Filed under: <a href='http://ivan-herman.name/category/work-related/semantic-web/'>Semantic Web</a>, <a href='http://ivan-herman.name/category/work-related/'>Work Related</a> Tagged: <a href='http://ivan-herman.name/tag/hypertext-transfer-protocol/'>Hypertext Transfer Protocol</a>, <a href='http://ivan-herman.name/tag/rdf/'>RDF</a>, <a href='http://ivan-herman.name/tag/sparql/'>SPARQL</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/783/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/783/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/783/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/783/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ivanherman.wordpress.com/783/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ivanherman.wordpress.com/783/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ivanherman.wordpress.com/783/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ivanherman.wordpress.com/783/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/783/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/783/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/783/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/783/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/783/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/783/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=783&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ivan-herman.name/2011/05/17/http-protocol-for-rdf-stores/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee636fa218fc08a28db5288c2149e309?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/zemified_e.png?x-id=1ecbe002-5abe-4d95-baef-d1cdba3ad012" medium="image">
			<media:title type="html">Enhanced by Zemanta</media:title>
		</media:content>
	</item>
		<item>
		<title>RDFa 1.1 Primer (draft)</title>
		<link>http://ivan-herman.name/2011/04/20/rdfa-1-1-primer-draft/</link>
		<comments>http://ivan-herman.name/2011/04/20/rdfa-1-1-primer-draft/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 08:21:05 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Work Related]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[RDFa]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://ivan-herman.name/?p=778</guid>
		<description><![CDATA[I have had several posts in the past on the new features of RDFa 1.1 and where it adds functionalities to RDFa 1.0. The Working Group has just published a first draft for an RDFa 1.1 Primer, which gives an introduction to RDFa. We did have such a primer already for RDFa, but the new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=778&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have had several posts in the past on the new features of RDFa 1.1 and where it adds functionalities to RDFa 1.0. The Working Group has just published a first draft for an <a href="http://www.w3.org/TR/2011/WD-rdfa-primer-20110419/">RDFa 1.1 Primer</a>, which gives an introduction to RDFa. We did have such a <a href="http://www.w3.org/TR/xhtml-rdfa-primer/">primer</a> already for RDFa, but the new version has been updated in the spirit of RDFa 1.1… Check it out if you are interested in RDFa!</p>
<br />Filed under: <a href='http://ivan-herman.name/category/work-related/semantic-web/'>Semantic Web</a>, <a href='http://ivan-herman.name/category/work-related/'>Work Related</a> Tagged: <a href='http://ivan-herman.name/tag/rdf/'>RDF</a>, <a href='http://ivan-herman.name/tag/rdfa/'>RDFa</a>, <a href='http://ivan-herman.name/tag/semantic-web/'>Semantic Web</a>, <a href='http://ivan-herman.name/tag/w3c/'>w3c</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ivanherman.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ivanherman.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ivanherman.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ivanherman.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/778/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=778&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ivan-herman.name/2011/04/20/rdfa-1-1-primer-draft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee636fa218fc08a28db5288c2149e309?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>
	</item>
		<item>
		<title>Open data from Fukushima</title>
		<link>http://ivan-herman.name/2011/04/18/open-data-from-fukushima/</link>
		<comments>http://ivan-herman.name/2011/04/18/open-data-from-fukushima/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 08:35:03 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Work Related]]></category>
		<category><![CDATA[Linked Open Data]]></category>
		<category><![CDATA[Resource Description Framework]]></category>
		<category><![CDATA[SPARQL]]></category>

		<guid isPermaLink="false">http://ivan-herman.name/?p=768</guid>
		<description><![CDATA[This is just an extended tweet… Masahide Kanzaki has just posted an announcement on the LOD mailing list on releasing some data he collected on the radioactivity levels on different places in Japan, enriched with metadata (e.g., geo data or time). Though the original data were in PDF, the results are integrated in RDF with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=768&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is just an extended tweet… Masahide Kanzaki has just <a href="http://lists.w3.org/Archives/Public/public-lod/2011Apr/0269.html">posted an announcement on the LOD mailing list</a> on releasing some <a href="http://www.kanzaki.com/works/2011/stat/ra/">data he collected on the radioactivity levels on different places in Japan</a>, enriched with metadata (e.g., geo data or time). Though the original data were in PDF, the results are integrated in RDF with a SPARQL endpoint. He also added some visualization endpoint that gives a simple visualization of the SPARQL query results:</p>
<p><a href="http://ivanherman.files.wordpress.com/2011/04/fukushima.jpg"><img class="aligncenter size-full wp-image-767" title="fukushima" src="http://ivanherman.files.wordpress.com/2011/04/fukushima.jpg" alt="Visualization results for radioactivity data for Tokyo and Fukushima, using integrated datasets and SPARQL query" width="100%" /></a></p>
<p>Simple but effective, and makes the point on the usage of open data in RDF… Thanks!</p>
<br />Filed under: <a href='http://ivan-herman.name/category/work-related/semantic-web/'>Semantic Web</a>, <a href='http://ivan-herman.name/category/work-related/'>Work Related</a> Tagged: <a href='http://ivan-herman.name/tag/linked-open-data/'>Linked Open Data</a>, <a href='http://ivan-herman.name/tag/resource-description-framework/'>Resource Description Framework</a>, <a href='http://ivan-herman.name/tag/sparql/'>SPARQL</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ivanherman.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ivanherman.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ivanherman.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ivanherman.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/768/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=768&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ivan-herman.name/2011/04/18/open-data-from-fukushima/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee636fa218fc08a28db5288c2149e309?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>

		<media:content url="http://ivanherman.files.wordpress.com/2011/04/fukushima.jpg" medium="image">
			<media:title type="html">fukushima</media:title>
		</media:content>
	</item>
		<item>
		<title>Announcement on rNews</title>
		<link>http://ivan-herman.name/2011/04/09/announcement-on-rnews/</link>
		<comments>http://ivan-herman.name/2011/04/09/announcement-on-rnews/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 04:38:32 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Work Related]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[RDFa]]></category>

		<guid isPermaLink="false">http://ivan-herman.name/?p=758</guid>
		<description><![CDATA[A few days ago IPTC published a press release on rNews: “Standard draft for embedding metadata in online news”. This is, potentially, a huge thing for Linked Data and the Semantic Web. Without going into too much technical details (no reason to repeat what is on the IPTC pages on rNews, you can look it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=758&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="display:block;margin:1em;">
<div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/14829735@N00/3947536364"><img title="Semantic Web Bus / Bandwagon" src="http://farm3.static.flickr.com/2525/3947536364_f4105a0e03_m.jpg" alt="Semantic Web Bus / Bandwagon" width="240" height="131" /></a><p class="wp-caption-text">Image by dullhunk via Flickr</p></div>
</div>
<p>A few days ago <a class="zem_slink" title="IPTC Information Interchange Model" rel="wikipedia" href="http://en.wikipedia.org/wiki/IPTC_Information_Interchange_Model">IPTC</a> published a press release on rNews: “<a href="http://iptc.cms.apa.at/site/Home/Media_Releases/IPTC_releases_rNews_standard_draft_for_embedding_metadata_in_online_news">Standard draft for embedding metadata in online news</a>”. This is, potentially, a huge thing for Linked Data and the Semantic Web. Without going into too much technical details (no reason to repeat what is on the <a href="http://dev.iptc.org/rNews">IPTC pages on rNews</a>, you can look it up there) what this means is that, potentially, all major online news services on the globe, from the <a class="zem_slink" title="Associated Press" rel="homepage" href="http://www.ap.org">Associated Press</a> to the <a class="zem_slink" title="Agence France-Presse" rel="homepage" href="http://www.afp.com">AFP</a>, or from the <a class="zem_slink" title="New York Times" rel="homepage" href="http://www.newyorktimes.com">New York Times</a> to the <a class="zem_slink" title="Süddeutsche Zeitung" rel="homepage" href="http://www.sueddeutsche.de/">Süddeutsche Zeitung</a>, will have have their news items enriched with metadata, and this metadata will be expressed in RDFa. In other words, the news items will be usable, by extracting RDF, as part of any Semantic Web applications, can be mashed up with other types of data easily, etc. In short, news item will become a major part of the Semantic Web landscape with the extra specificity to be an extremely dynamic set of data that is renewed every day. That is exciting!</p>
<p style="text-align:left;">Of course, it will take some time to get there, but we should realize that IPTC is the major standard setting body in the news publishing world. I.e., rNews has a major chance to be largely adopted. It is time for the Semantic Web community to pay attention…</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/zemified_e.png?x-id=f62c6763-f4b2-42eb-8d1b-063f8411ac60" alt="Enhanced by Zemanta" /></a></div>
<br />Filed under: <a href='http://ivan-herman.name/category/work-related/semantic-web/'>Semantic Web</a>, <a href='http://ivan-herman.name/category/work-related/'>Work Related</a> Tagged: <a href='http://ivan-herman.name/tag/linked-data/'>Linked Data</a>, <a href='http://ivan-herman.name/tag/rdf/'>RDF</a>, <a href='http://ivan-herman.name/tag/rdfa/'>RDFa</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/758/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/758/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/758/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/758/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ivanherman.wordpress.com/758/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ivanherman.wordpress.com/758/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ivanherman.wordpress.com/758/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ivanherman.wordpress.com/758/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/758/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/758/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/758/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/758/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/758/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/758/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=758&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ivan-herman.name/2011/04/09/announcement-on-rnews/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee636fa218fc08a28db5288c2149e309?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2525/3947536364_f4105a0e03_m.jpg" medium="image">
			<media:title type="html">Semantic Web Bus / Bandwagon</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/zemified_e.png?x-id=f62c6763-f4b2-42eb-8d1b-063f8411ac60" medium="image">
			<media:title type="html">Enhanced by Zemanta</media:title>
		</media:content>
	</item>
		<item>
		<title>2nd Last Call for RDFa 1.1</title>
		<link>http://ivan-herman.name/2011/04/01/2nd-last-call-for-rdfa-1-1/</link>
		<comments>http://ivan-herman.name/2011/04/01/2nd-last-call-for-rdfa-1-1/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 00:58:21 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Work Related]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[RDFa]]></category>

		<guid isPermaLink="false">http://ivan-herman.name/?p=731</guid>
		<description><![CDATA[The W3C RDFa Working Group published a “Last Call” for RDFa 1.1 back at the end of October last year. This was meant to be a “feature freeze” version and was asking for public comments. Well, the group received quite a number of those. Lots of small things, requiring changes of the documents in many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=731&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The W3C RDFa Working Group <a href="http://ivan-herman.name/2010/10/27/publication-of-the-last-call-for-rdfa-core-1-1/">published a “Last Call” for RDFa 1.1</a> back at the end of October last year. This was meant to be a “feature freeze” version and was asking for public comments. Well, the group received quite a number of those. Lots of small things, requiring changes of the documents in many places to make them more precise even in various corner cases, and some more significant ones. In some ways, it shows that the W3C process works, ensuring quite an influence of the community on the final shape of the documents. Because of the many changes the group decided to <a href="http://www.w3.org/blog/SW/2011/03/31/rdfa_core_1_1_and_xhtml_rdfa_1_1_enter_s">re-issue a Last Call</a> (yes, the jargon is a bit misleading here…), aimed at a last check before the document goes to its next phase on the road of becoming a standard. Almost all the changes are minor for users, though important for, e.g., implementers to ensure interoperability. “Almost all”, because there is one new and, I believe, very important though controversial new feature, namely the so-called <em>default profiles</em>.</p>
<p>I have already <a href="http://ivan-herman.name/2010/04/22/rdfa-1-1-drafts/">blogged about profiles</a> when they were first published back in April last year. In short, profile documents provide an indirection mechanism to define prefixes and terms for an RDFa source: publishers may collect all the prefixes they deem important for a specific application and authors, instead of being required to define a whole set of prefixes in the RDFa file itself, can just refer to the profile file to have them all at their disposal. I think the profile feature was the feature stirring the biggest interest in the RDFa 1.1 work: they are undeniably useful, and undeniably controversial… Indeed, in theory at least, profiles represent yet another HTTP round when extracting RDF from and RDFa file, which is never a good thing. But a good caching mechanism or other implementation tricks can greatly alleviate the pain… (B.t.w., the group has also created some <a href="http://www.w3.org/2010/02/rdfa/wiki/Rdfa-profile-management">guidelines for profile publishers</a> to help implementers.)</p>
<p>This draft goes one step further by introducing <em>default profiles</em>. These are profiles just like any other, but they are defined with fixed URI-s (namely <a href="http://www.w3.org/profile/rdfa-1.1">http://www.w3.org/profile/rdfa-1.1</a> for RDFa 1.1 in general, and, additionally, <a href="http://www.w3.org/profile/html-rdfa-1.1">http://www.w3.org/profile/html-rdfa-1.1</a> for the various HTML variants) and the user does not <em>have</em> to declare them in an RDFa source. Which means that a very simple HTML+RDFa file of the sort:</p>
<pre>&lt;html&gt;
  &lt;body&gt;
    &lt;p about ="xsd:maxExclusive" rel="rdf:type" resource="owl:DatatypeProperty"&gt;
      An OWL Axiom: "xsd:maxExclusive" is a Datatype Property in OWL.
    &lt;/p&gt;
  &lt;/body&gt;
&lt;/html&gt;</pre>
<p>(note the missing prefix declarations!) will produce that RDF triple that you might expect. Can’t be simpler, can it?</p>
<p>Why? Why was it necessary to introduce this? Well, the experience shows that many HTML+RDFa authors forget to declare the prefixes. One can look, for example, at the pages that include Facebook’s Open Graph Protocol RDFa statements: although I do not have an exact numbers, I would suspect that around 50% of these pages do not have them. That means that, strictly speaking, those statements cannot be interpreted as RDF triples. The Semantic Web community may ask, try to convince, beg, etc., the HTML authors (or the underlying tools) to do “the right thing”, and we certainly should continue doing so, but we also have to accept this reality. A default profile mechanism can alleviate that, thereby greatly extending the amount of triples that can become part of a Web of Data. And even for seasoned RDF(a) users not having to declare anything for some of the common prefixes <em>is</em> a plus.</p>
<p>Of course, the big, nay, the BIG issue is: what prefixes and terms would those default profiles declare? What is the decision procedure? At this time, we do not have a final answer yet. It is quite obvious that all the vocabularies defined by W3C Recommendations and official Notes and that have a fixed prefix (most of them do) should be part of the list. We may want to add Member Submissions to this list. If you look at the <a href="http://www.w3.org/profile/rdfa-1.1">default profile</a>, these are already there in the first table (i.e., the code example above is safe). The <a href="http://www.w3.org/profile/html-rdfa-1.1">HTML variant</a> would add all the traditional @rel values, like license, next, previous, etc.</p>
<p>But what else? At the moment, the profiles include a set of prefixes and terms that are just there for testing purposes (although they do indicate a tendency), so do not take the default profile as the final content. For the HTML @rel values, we would, most probably, rely on any policy that the HTML5 Working Group will define eventually; the role of the HTML default profile will simply be to reflect those. That seems quite straightforward However, the issues of default prefixes is clearly different. For those, the Working Group is contemplating two different approaches</p>
<ol>
<li>Set up some sort of a registration mechanism, not unlike the <a href="http://www.w3.org/2005/04/xpointer-policy.html">xpointer registry</a>. This would also include some accompanying mailing lists where objections can be raised against the inclusion of a specific prefix, etc.</li>
<li>Try to get some information from search engines on the Semantic Web (<a class="zem_slink" title="Sindice" rel="homepage" href="http://sindice.com">Sindice</a>, Yahoo!, anyone else?) that may provide with a list of, say, the top 20 prefixes as used on the Semantic Web. Such a list would reflect the real usage of vocabularies and prefixes. (We still have to see whether this is an information these engines can provide or not.)</li>
</ol>
<p>At this moment it is not yet clear which way is realistic. <em>Personally</em>, I am more in favour of the second approach (if technically feasible), but the end result may be different; this is a policy that W3C will have to set up.</p>
<p>Apart from the content, another issue is the change mode and frequency of the default profile. First of all, the set of default prefixes can only <em>grow</em>. I.e., once a prefix has made it on the default profile, it has to stay there with an unchanged URI. That is obviously important to ensure stability. I.e., new prefixes coming to the fore by virtue of being used by the community can be added to the set, but no prefix can be removed. As for the frequency: a balance has to be found between stability, i.e., that RDFa processors can rely (e.g., for caching) on a not-too-frequent change of the default profiles, and relevance, i.e., that new vocabularies could find their way into the set of default prefixes. Again my personal feeling is that an update of the profiles once every 6 months, or even once a year, might strike a good balance here. To be decided.</p>
<p>As before, all comments are welcome but, again as before, I would prefer if you sent those comments to the RDFa WG’s mailing list rather than commenting this blog: <a href="mailto:public-rdfa-wg@w3.org">public-rdfa-wg@w3.org</a> (see also the <a href="http://lists.w3.org/Archives/Public/public-rdfa-wg/">archives</a>).</p>
<p>Finally: I have worked on a <a href="http://www.w3.org/2007/08/pyRdfa/Shadow.html">new version of my RDFa distiller</a> to include all the 1.1 features. This version of the distiller is now public, so you can try out the different new features. Of course, it is still not a final release, there are bugs, so…</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/zemified_e.png?x-id=9de51c04-9406-429d-bfc5-0fd0cafc0b3c" alt="Enhanced by Zemanta" /></a></div>
<br />Filed under: <a href='http://ivan-herman.name/category/work-related/semantic-web/'>Semantic Web</a>, <a href='http://ivan-herman.name/category/work-related/'>Work Related</a> Tagged: <a href='http://ivan-herman.name/tag/html/'>HTML</a>, <a href='http://ivan-herman.name/tag/rdf/'>RDF</a>, <a href='http://ivan-herman.name/tag/rdfa/'>RDFa</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/731/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/731/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/731/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/731/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ivanherman.wordpress.com/731/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ivanherman.wordpress.com/731/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ivanherman.wordpress.com/731/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ivanherman.wordpress.com/731/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/731/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/731/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/731/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/731/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/731/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/731/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=731&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ivan-herman.name/2011/04/01/2nd-last-call-for-rdfa-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee636fa218fc08a28db5288c2149e309?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/zemified_e.png?x-id=9de51c04-9406-429d-bfc5-0fd0cafc0b3c" medium="image">
			<media:title type="html">Enhanced by Zemanta</media:title>
		</media:content>
	</item>
		<item>
		<title>LDOW2011 Workshop</title>
		<link>http://ivan-herman.name/2011/03/29/ldow2011-workshop/</link>
		<comments>http://ivan-herman.name/2011/03/29/ldow2011-workshop/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 13:29:25 +0000</pubDate>
		<dc:creator>Ivan Herman</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Work Related]]></category>
		<category><![CDATA[Linked Open Data]]></category>

		<guid isPermaLink="false">http://ivan-herman.name/?p=751</guid>
		<description><![CDATA[The Linked Open Data Workshop (LDOW20XX) has become an integral part of the yearly WWW conferences, and this year was no exception under the unsurprising name of LDOW2011. And, as always, it is was an enjoyable, pleasant event. The organizers (Chris Bizer, Tom Heath, Michael Hausenblas, and Tim Berners-Lee) made the choice of accepting slightly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=751&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Linked Open Data Workshop (LDOW20XX) has become an integral part of the yearly WWW conferences, and <a href="http://wwwconference.org/www2011/">this year</a> was no exception under the unsurprising name of <a href="http://events.linkeddata.org/ldow2011/">LDOW2011</a>. And, as always, it is was an enjoyable, pleasant event. The organizers (Chris Bizer, Tom Heath, Michael Hausenblas, and Tim Berners-Lee) made the choice of accepting slightly less papers to leave room for more discussions. That was a good choice; the workshop was really more of a <em>work</em>shop rather than just listening to presentations, there were nice discussions, lots of comments… and that was great.</p>
<p>It is very difficult to summarize a whole day, and I do not want to go and comment each individual paper. The papers (and, I believe, soon the presentation slides) are <a href="http://events.linkeddata.org/ldow2011/">on the Web</a>, of course, it is worth glancing at each of them. For me, and that is obviously very personal, maybe the most important takeaway is actually close to the blog I <a href="http://ivan-herman.name/2011/03/28/empirical-study-of-real-world-sparql-queries/">wrote yesterday</a> on the empirical study of SPARQL queries. And this is the general fact that we are at the point when the size and complexity of linked open data cloud is such that we can begin to make meaningful measurements, experimental data analysis, empirical studies, etc, to understand how the data is <em>really</em> used out there, what is the shape and behavior of the beast, and how these affect the tools and specifications we develop.</p>
<p>The workshop started with an overview of Chris (I hope his slides will be on the Web at some point) doing exactly that. He looked at the evolution of the LOD cloud and tried to analyze its content. There were some nice cosy figures: the growth in 2010, in terms of the number of triples, was of 300%, with some spectacular application areas coming into the game, like a 955% growing of library related data, or the appearance of  governmental data from nothing in 2009 to about 11B triples in November 2010. Although Danny Vrandecic made the remark at the end of the Workshop that we should stop measuring the LOD cloud in terms of pure number of triples (and I can agree with that), those numbers are nice nevertheless. Some figures were less satisfactory: links among datasets is relatively low (90 out of the 200 datasets have only around 1000 links to the outside, and the majority only interlink with only <em>one</em> other dataset; only around 9% of the datasets publish machine readable licenses (although 31% publish machine readable provenance data, which is a bit nicer). Some of the common vocabularies are commonly reused (31% use Dublin Core terms, for example), but way too many dataset publishers define their own vocabulary even if that is not strictly necessary, and only about 7% publish mapping relationships from their own vocabulary to others.</p>
<p>Beyond the numbers themselves, I believe the important point is that somebody <em>does</em> collect and publish these data regularly to understand where we should put some emphasis in future. For example (and this came up during the discussion) work should be done on simple (in my view, rule, i.e., RIF or N3 based) mappings among vocabularies, those should be published for others to use; that figure of 7% is really too low. Work on helping data providers to create additional links easily is another area of necessary improvement (and there were, in fact, several papers on that very topic during the day).</p>
<p>I do not know whether it was a coincidence or whether the organizers did it on purpose, but the day ended by a similar paper but on vocabularies. A group from DERI collected some specific datasets to see how a particular vocabulary (in this case the <a href="http://www.heppnetz.de/projects/goodrelations/">GoodRelations</a> vocabulary) is being used on the Web of Data, what are the usage patterns, how it can be used for specific possible use cases, etc. The issue here is not the GoodRelations ontology as such (you can see the details of the <a href="http://events.linkeddata.org/ldow2011/papers/ldow2011-paper12-ashraf.pdf">results in the paper</a>) but rather the methodology: we are at the point when we can <em>measure</em> what we got, and we can therefore come up with empirical data that will help us to concentrate on what is essential. I hope this approach will come up to the fore more and more in future.  We need it.</p>
<p>It was a good day.</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/pixy.gif?x-id=71388fb2-9e0c-48bf-a7e5-db18cb8e80a2" alt="" /></div>
<br />Filed under: <a href='http://ivan-herman.name/category/work-related/semantic-web/'>Semantic Web</a>, <a href='http://ivan-herman.name/category/work-related/'>Work Related</a> Tagged: <a href='http://ivan-herman.name/tag/linked-open-data/'>Linked Open Data</a>, <a href='http://ivan-herman.name/tag/semantic-web/'>Semantic Web</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanherman.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanherman.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanherman.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanherman.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ivanherman.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ivanherman.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ivanherman.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ivanherman.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanherman.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanherman.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanherman.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanherman.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanherman.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanherman.wordpress.com/751/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivan-herman.name&amp;blog=557157&amp;post=751&amp;subd=ivanherman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ivan-herman.name/2011/03/29/ldow2011-workshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee636fa218fc08a28db5288c2149e309?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ivanherman</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=71388fb2-9e0c-48bf-a7e5-db18cb8e80a2" medium="image" />
	</item>
	</channel>
</rss>
