<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://mhausenblas.blogr.com/metaTags/rdfa/rss2html.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>mhausenblas.blogr.com - Tag &apos;rdfa&apos; (RSS 2.0)</title>
<link>http://mhausenblas.blogr.com/metaTags/rdfa/</link>
<description>XML Feed</description>
<language>en</language>
<pubDate>Sat, 21 Jun 2008 18:26:09 +0200</pubDate>
<image><url>/static/modUserIcons/mhausenblas-icon.icon.jpg</url>
<title>mhausenblas</title>
<link>http://mhausenblas.blogr.com/metaTags/rdfa/</link>
<width>48</width>
<height>48</height>
</image>
<item><title>RDFa is Candidate Recommendation</title>
<link>http://mhausenblas.blogr.com/stories/8110836/</link>
<description>&lt;p&gt;So, yesterday it became reality ;) XHTML+RDFa is finally a W3C Candidate Recommendation (CR) - &lt;a href=&quot;http://www.w3.org/News/2008#item114&quot;&gt;more details&lt;/a&gt; available from the W3C news page.&lt;/p&gt;&lt;p&gt;In case you have an RDFa implementation ready, please let us know.&lt;/p&gt;</description>
<guid isPermaLink="true">http://mhausenblas.blogr.com/stories/8110836/</guid>
<pubDate>Sat, 21 Jun 2008 18:26:09 +0200</pubDate>
<dc:creator>mhausenblas</dc:creator>
</item>
<item><title>RDFa Wiki available</title>
<link>http://mhausenblas.blogr.com/stories/8041397/</link>
<description>&lt;a href=&quot;http://rdfa.info/wiki/RDFa_Wiki&quot;&gt;http://rdfa.info/wiki/RDFa_Wiki&lt;/a&gt; is online - check it out! Many thanks to Ben and CC ;)</description>
<guid isPermaLink="true">http://mhausenblas.blogr.com/stories/8041397/</guid>
<pubDate>Wed, 12 Mar 2008 08:34:27 +0100</pubDate>
<dc:creator>mhausenblas</dc:creator>
</item>
<item><title>The Semantic Web Command Line</title>
<link>http://mhausenblas.blogr.com/stories/8030924/</link>
<description>&lt;p&gt;Ever have wondered if there is something around like a command line for the Semantic Web? An online tool that allows you load and query a range of data sources? Well, peradventure &lt;a href=&quot;http://bnode.org/about&quot;&gt;Benjamin Nowack&lt;/a&gt; has developed a tool, called &lt;a href=&quot;http://semsol.org/semcamp/sparqlbot&quot;&gt;SPARQLBot&lt;/a&gt;, that does all this. It is really great. You launch your favourite IRC client (I use &lt;a href=&quot;http://www.hydrairc.com/&quot;&gt;Hydra IRC&lt;/a&gt;) and then you (or a &lt;a href=&quot;http://www.w3.org/TR/rdf-sparql-query/&quot;&gt;SPARQL&lt;/a&gt; geek near to you) defines a command that does something useful. Pull in some data, query it, smush it, etc.&lt;/p&gt;&lt;p&gt;Check it out! Play around with it. Experience how to instant-integrate data source on an RDF-basis. You will enjoy it. An example may better illustrate it: Imagine you&apos;ve joined the #sparqlbot channel at irc:irc.freenode.net; you query for news (from an RSS channel):&lt;/p&gt;&lt;blockquote style=&quot;margin-right: 0px&quot;&gt;mhausenblas&amp;gt;sparqlbot, load &amp;lt;FEEDURI&amp;gt; &lt;p&gt;mhausenblas&amp;gt;sparqlbot, news about XXX&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;What happens in the background is that the feed gets loaded into the store, and the command triggers a SPARQL query:&lt;/p&gt;&lt;blockquote style=&quot;margin-right: 0px&quot;&gt;SELECT DISTINCT ?item ?o WHERE {&lt;br /&gt;  ?item a rss:item ; ?p ?o .&lt;br /&gt;  FILTER REGEX(?o, &amp;quot;$1&amp;quot;, &amp;quot;i&amp;quot;)&lt;br /&gt;}&lt;/blockquote&gt;&lt;p&gt;Isn&apos;t that great? I experienced it today. It really rocks :) You can add your own commands (given some basic SPARQL knowledge) and extend the bot&apos;s intelligence. Not to mention that this nice tool (being based on &lt;a href=&quot;http://arc.semsol.org/&quot;&gt;ARC2&lt;/a&gt;) even understands &lt;a href=&quot;http://www.w3.org/TR/xhtml-rdfa-primer/&quot;&gt;RDFa&lt;/a&gt; - very nice, indeed (try also the &apos;sw faq command&apos;). However, the name SPARQLBot is to modest, IMHO. It is THE Semantic Web command line!&lt;/p&gt;</description>
<guid isPermaLink="true">http://mhausenblas.blogr.com/stories/8030924/</guid>
<pubDate>Wed, 20 Feb 2008 22:28:14 +0100</pubDate>
<dc:creator>mhausenblas</dc:creator>
</item>
<item><title>riese launched!</title>
<link>http://mhausenblas.blogr.com/stories/8022575/</link>
<description>&lt;p&gt;So finally we did it: Today we released the alpha version of &lt;a href=&quot;http://riese.joanneum.at/&quot;&gt;riese&lt;/a&gt;, the &apos;&lt;strong&gt;R&lt;/strong&gt;DFizing and &lt;strong&gt;I&lt;/strong&gt;nterlinking the &lt;strong&gt;E&lt;/strong&gt;uro&lt;strong&gt;S&lt;/strong&gt;tat Data Set &lt;strong&gt;E&lt;/strong&gt;ffort&apos;. Deploying linked-data using XHTML+RDFa is quite a new idea. We combined it with what we call User Contributed Interlinking, i.e. let user add semantic links in a Wiki-style manner. Check it out!&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Btw, thanks &lt;a href=&quot;http://dannyayers.com/&quot;&gt;Danny&lt;/a&gt; for your nice &lt;a href=&quot;http://dannyayers.com/2008/01/31/two-new-arrivals-on&quot;&gt;post on riese&lt;/a&gt; :)&lt;/p&gt;</description>
<guid isPermaLink="true">http://mhausenblas.blogr.com/stories/8022575/</guid>
<pubDate>Thu, 31 Jan 2008 20:19:39 +0100</pubDate>
<dc:creator>mhausenblas</dc:creator>
</item>
<item><title>A great RDFa video tutorial ...</title>
<link>http://mhausenblas.blogr.com/stories/8009557/</link>
<description>... by Manu Sporny (CEO Digital Bazaar, Inc.), available at YouTube: &lt;a href=&quot;http://www.youtube.com/watch?v=ldl0m-5zLz4&quot;&gt;RDFa Basics&lt;/a&gt;. Thanks a lot!</description>
<guid isPermaLink="true">http://mhausenblas.blogr.com/stories/8009557/</guid>
<pubDate>Mon, 07 Jan 2008 10:42:43 +0100</pubDate>
<dc:creator>mhausenblas</dc:creator>
</item>
<item><title>Cool RDFa Tutorial</title>
<link>http://mhausenblas.blogr.com/stories/1104226/</link>
<description>&lt;p&gt;&lt;a href=&quot;http://www-sop.inria.fr/edelweiss/people/Fabien.Gandon/&quot;&gt;Fabien&lt;/a&gt;, you&apos;re simply the best: Your &lt;a href=&quot;http://www.slideshare.net/fabien_gandon/rdfa-in-a-nutshell-v1&quot;&gt;RDFa tutorial&lt;/a&gt; rocks!&lt;/p&gt;</description>
<guid isPermaLink="true">http://mhausenblas.blogr.com/stories/1104226/</guid>
<pubDate>Tue, 18 Dec 2007 09:54:45 +0100</pubDate>
<dc:creator>mhausenblas</dc:creator>
</item>
<item><title>RDFa news</title>
<link>http://mhausenblas.blogr.com/stories/1086749/</link>
<description>&lt;p&gt;As Mark pointed it out &lt;a href=&quot;http://internet-apps.blogspot.com/2007/09/one-step-closer-to-bridging-clickable.html&quot;&gt;on his blog&lt;/a&gt;: RDFa is about to lift-off! Quick links:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The &lt;a href=&quot;http://www.w3.org/2006/07/SWD/RDFa/primer/20070918/&quot;&gt;RDFa Primer&lt;/a&gt;, and&lt;/li&gt;&lt;li&gt;The &lt;a href=&quot;http://www.w3.org/MarkUp/2007/ED-rdfa-syntax-20070921/&quot;&gt;RDFa Syntax&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Take a look at it and start playing around ;) &lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;</description>
<guid isPermaLink="true">http://mhausenblas.blogr.com/stories/1086749/</guid>
<pubDate>Mon, 24 Sep 2007 11:41:21 +0200</pubDate>
<dc:creator>mhausenblas</dc:creator>
</item>
<item><title>An RDFa browser</title>
<link>http://mhausenblas.blogr.com/stories/1081460/</link>
<description>&lt;p&gt;Did you know that the &lt;a href=&quot;http://browser.zitgist.com:8890/&quot; title=&quot;Zitgist RDF browser&quot;&gt;Zitgist RDF browser&lt;/a&gt; actually supports &lt;a href=&quot;http://www.w3.org/TR/xhtml-rdfa-primer/&quot;&gt;RDFa&lt;/a&gt;? This is to say you can feed the browser with XHTML+RDFa (see &lt;a href=&quot;http://browser.zitgist.com/?uri=http%3A//sw.joanneum.at/rammx/index.html&quot;&gt;example&lt;/a&gt;) and it will render it! &lt;/p&gt;&lt;p&gt;Ok. It has some minor hiccups (seems to duplicate each prop) ... but hey ... it&apos;s a start.&lt;/p&gt;</description>
<guid isPermaLink="true">http://mhausenblas.blogr.com/stories/1081460/</guid>
<pubDate>Sun, 02 Sep 2007 20:35:13 +0200</pubDate>
<dc:creator>mhausenblas</dc:creator>
</item>
<item><title>RDFa-deployed Multimedia Metadata (ramm....</title>
<link>http://mhausenblas.blogr.com/stories/1075732/</link>
<description>&lt;p&gt;The RDFa-deployed Multimedia Metadata (&lt;a href=&quot;http://sw.joanneum.at/rammx/&quot;&gt;ramm.x&lt;/a&gt;) activity has been &lt;a href=&quot;http://lists.w3.org/Archives/Public/semantic-web/2007Jul/0330.html&quot;&gt;launched&lt;/a&gt;:&lt;/p&gt;&lt;blockquote style=&quot;margin-right: 0px&quot;&gt;&lt;p&gt;With ramm.x we aim at enabling existing multimedia metadata formats to enter the Semantic Web [...] ramm.x targets at self-descriptive media asset descriptions allowing to apply the &lt;a href=&quot;http://esw.w3.org/topic/FollowLinksForMoreInformation&quot;&gt;&lt;u&gt;&lt;font color=&quot;#810081&quot;&gt;follow-your-nose&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; principle. &lt;/p&gt;&lt;/blockquote&gt;</description>
<guid isPermaLink="true">http://mhausenblas.blogr.com/stories/1075732/</guid>
<pubDate>Sat, 28 Jul 2007 08:43:33 +0200</pubDate>
<dc:creator>mhausenblas</dc:creator>
</item>
<item><title>RDFa applications</title>
<link>http://mhausenblas.blogr.com/stories/1053850/</link>
<description>&lt;p&gt;Two new RDFa applications are available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Ben has announced a new &lt;a href=&quot;http://rdfa.info/2007/03/05/new-bookmarklets-and-rdfa-web-clipboard/&quot;&gt;Bookmarklets and RDFa Web Clipboard&lt;/a&gt;;&lt;/li&gt;&lt;li&gt;I&amp;#39;ve put an alpha version of a FOAF-RDFa generator, called &lt;a href=&quot;http://sw.joanneum.at:8080/foafr/&quot;&gt;FOAFr&lt;/a&gt;, online.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Check it out ;)&lt;/p&gt;</description>
<guid isPermaLink="true">http://mhausenblas.blogr.com/stories/1053850/</guid>
<pubDate>Mon, 05 Mar 2007 09:39:30 +0100</pubDate>
<dc:creator>mhausenblas</dc:creator>
</item>
<item><title>RDFa news</title>
<link>http://mhausenblas.blogr.com/stories/1052703/</link>
<description>Mark Birbek explains how to use &lt;a href=&quot;http://internet-apps.blogspot.com/2007/02/using-rdfa-in-xhtml-1.html&quot;&gt;RDFa in XHTML 1&lt;/a&gt; - STOP - The &lt;a href=&quot;http://www.w3.org/2006/07/SWD/RDFa/&quot;&gt;RDFa specification&lt;/a&gt; (incl. Primer, Syntax, Use Cases, and Test Suite) is on its way - STOP - &lt;a href=&quot;http://www.snee.com/bobdc.blog/&quot;&gt;&lt;font color=&quot;#0066cc&quot;&gt;Bob DuCharme&lt;/font&gt;&lt;/a&gt; has a nice article that &lt;a href=&quot;http://www.xml.com/pub/a/2007/02/14/introducing-rdfa.html&quot;&gt;&lt;font color=&quot;#0066cc&quot;&gt;introduces RDFa&lt;/font&gt;&lt;/a&gt; step by step - STOP - Benjamin Nowack wrote a form-based, semi-automatic &lt;a href=&quot;http://bnode.org/blog/2007/02/12/comparison-of-microformats-erdf-and-rdfa&quot;&gt;comparison matrix for RDFa, eRDF and microformats&lt;/a&gt;.</description>
<guid isPermaLink="true">http://mhausenblas.blogr.com/stories/1052703/</guid>
<pubDate>Fri, 23 Feb 2007 09:51:20 +0100</pubDate>
<dc:creator>mhausenblas</dc:creator>
</item>
<item><title>W3C: Questionnaire on JavaScript-RDF API...</title>
<link>http://mhausenblas.blogr.com/stories/1051461/</link>
<description>&lt;p align=&quot;left&quot;&gt;W3C prepares for Scripting for the Semantic Web:&lt;/p&gt;&lt;blockquote style=&quot;margin-right: 0px&quot;&gt;&lt;p&gt;The W3C Semantic Web Activity is considering whether to propose further work specifying a standard Applications Programming Interface (API) for people writing Semantic Web applications in Javascript running in browsers. Before engaging, possibly, in drafting a charter to be then submitted to W3C members, W3C would like to solicit input from the developers&amp;#39; community. An interactive questionnaire was therefore set up at:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.w3.org/2002/09/wbs/1/semweb-js-api/&quot; target=&quot;_blank&quot;&gt;http://www.w3.org/2002/09/wbs/1/semweb-js-api/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;to collect community input. W3C would appreciate if interested developers filled the questionnaire to promote consensus on this issue.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;BTW: The &lt;a href=&quot;http://www.semanticscripting.org/SFSW2007/&quot;&gt;3rd Workshop on Scripting for the Semantic Web &lt;/a&gt;is colocated with &lt;a href=&quot;http://www.eswc2007.org/&quot;&gt;&lt;u&gt;&lt;font color=&quot;#0000ff&quot;&gt;ESWC 2007&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;. June 6 or 7, 2007 Innsbruck, Austria.&lt;/p&gt;</description>
<guid isPermaLink="true">http://mhausenblas.blogr.com/stories/1051461/</guid>
<pubDate>Tue, 13 Feb 2007 21:17:44 +0100</pubDate>
<dc:creator>mhausenblas</dc:creator>
</item>
<item><title>Another good news: Generating RDFa from...</title>
<link>http://mhausenblas.blogr.com/stories/1049401/</link>
<description>&lt;p&gt;Enjoy reading Bob DuCharme&amp;#39;s &lt;a href=&quot;http://www.snee.com/bobdc.blog/2007/01/generating_rdfa_from_movable_t.html&quot;&gt;blog post&lt;/a&gt; on how to generate &lt;a href=&quot;http://esw.w3.org/topic/RDFa&quot;&gt;RDFa&lt;/a&gt; from Movable Type.&lt;/p&gt;</description>
<guid isPermaLink="true">http://mhausenblas.blogr.com/stories/1049401/</guid>
<pubDate>Thu, 25 Jan 2007 20:59:14 +0100</pubDate>
<dc:creator>mhausenblas</dc:creator>
</item>
<item><title>RDF in HTML and Microformats</title>
<link>http://mhausenblas.blogr.com/stories/1047599/</link>
<description>&lt;p&gt;When Seth &lt;a href=&quot;http://www.semergence.com/archives/2007/01/08/13/22/00/trackback/&quot; target=&quot;_blank&quot; title=&quot;Semergence Blog (by Seth Ladd)&quot;&gt;states&lt;/a&gt; that &amp;quot;[...] Microformats have succeeded here, allowing me to &lt;em&gt;very easily&lt;/em&gt; embed metadata into XHTML.&amp;quot;, I&amp;#39;d like to reply: You can virtually embed RDF into (X)HTML using &lt;a href=&quot;http://www.w3.org/2006/07/SWD/RDFa/&quot; target=&quot;_blank&quot; title=&quot;RDFa Primer&quot;&gt;RDFa&lt;/a&gt;; just as easy as that + you get: multiple Vocs in one place via namespaces, one-tool-for-all-formats, etc.&lt;/p&gt;&lt;p&gt;Want to try out? Go have a look at &lt;a href=&quot;http://www.w3.org/2001/sw/BestPractices/HTML/rdfa-bookmarklet/&quot; target=&quot;_blank&quot; title=&quot;Bookmarklets&quot;&gt;RDFa bookmarklets&lt;/a&gt;. &lt;/p&gt;</description>
<guid isPermaLink="true">http://mhausenblas.blogr.com/stories/1047599/</guid>
<pubDate>Tue, 09 Jan 2007 20:57:06 +0100</pubDate>
<dc:creator>mhausenblas</dc:creator>
</item>
<item><title>RDFa Use Cases</title>
<link>http://mhausenblas.blogr.com/stories/1044600/</link>
<description>&lt;p&gt;In the W3C &lt;a href=&quot;http://www.w3.org/2001/sw/BestPractices/HTML/&quot; target=&quot;_blank&quot;&gt;RDF-in-HTML&lt;/a&gt; task force, we now establish &lt;a href=&quot;http://www.w3.org/2006/07/SWD/wiki/RDFa_Use_Cases_and_Requirements&quot; target=&quot;_blank&quot; title=&quot;RDFa use cases&quot;&gt;use cases&lt;/a&gt; for RDFa.&lt;/p&gt;</description>
<guid isPermaLink="true">http://mhausenblas.blogr.com/stories/1044600/</guid>
<pubDate>Thu, 21 Dec 2006 20:40:56 +0100</pubDate>
<dc:creator>mhausenblas</dc:creator>
</item>
</channel>
</rss>
