<?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>notes on Web Evolution</title>
	<atom:link href="http://ajbadd.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ajbadd.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 06 Jan 2011 07:21:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ajbadd.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>notes on Web Evolution</title>
		<link>http://ajbadd.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ajbadd.wordpress.com/osd.xml" title="notes on Web Evolution" />
	<atom:link rel='hub' href='http://ajbadd.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Javascript: an introduction</title>
		<link>http://ajbadd.wordpress.com/2011/01/06/javascript-an-introduction/</link>
		<comments>http://ajbadd.wordpress.com/2011/01/06/javascript-an-introduction/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 07:21:30 +0000</pubDate>
		<dc:creator>ajbadd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ajbadd.wordpress.com/?p=64</guid>
		<description><![CDATA[I recently stumbled upon a presentation by Douglas Crockford regarding Javascript. This talk was a good introduction to the language. There are many misconceptions about the language and the biggest contribution of this session is that it sheds some light on the history and nature of Javascript. I have borrowed heavily from this presentation. Javascript [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajbadd.wordpress.com&amp;blog=8098166&amp;post=64&amp;subd=ajbadd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently stumbled upon a <a href="http://video.yahoo.com/watch/111593">presentation</a> by Douglas Crockford regarding Javascript. This talk was a good introduction to the language. There are many misconceptions about the language and the biggest contribution of this session is that it sheds some light on the history and nature of Javascript. I have borrowed heavily from this presentation.</p>
<p>Javascript is a misnomer as it is not a subset of Java, nor is it an incomplete &#8220;web toy&#8221;. It is completely independent of Java and is a complete programming language. While its is a very popular language its is not without its blemishes. It has design errors, some of which have been rectified while others have not been. Some of the negativity associated with Javascript is due to the fact that many early implementations were less than stellar and the DOM environment inherently is not an easy environment to program in. he confirms that good resources on Javascript are hard to come by and the O&#8217;rielly book Javascript: The definitive guide, 5th ed was probably the best book on the subject.</p>
<p>Next was a mini history lesson about the origins of Javascript. Here Crockford sheds some light on some confusing nomenclature and history of the language. What was supposed to be called C++++ was called livescript and then finally Javascript. The naming was a by product of Sun and Netscape collaborating to counter Microsoft. Jscript was created by Microsoft by reverse engineering javascript.</p>
<p>Some salient features of the language:</p>
<p>1) load and go delivery. Code is delivered as text not compiled or classes, designed to be embedded in web pages.</p>
<p>2) loose typing &#8211; more expressive, any variable can receive any type of object</p>
<p>3) objects as general containers</p>
<p>4) prototypal inheritance &#8211; different from classical inheritance, obis derive from other objects not classes.</p>
<p>5) Lambda &#8211; functions as first class objects</p>
<p>6) Linkage through global namespaces</p>
<p>The session ended with some information about the datatypes and operators.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Example Javascript program</p>
<p>&lt;html&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
function sayHi(){<br />
 y=2;<br />
 z=2;<br />
 x=y+z;<br />
 alert(x);<br />
}<br />
&lt;/script&gt;<br />
&lt;body onLoad=&#8221;sayHi()&#8221;&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<br />Filed under: <a href='http://ajbadd.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajbadd.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajbadd.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajbadd.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajbadd.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ajbadd.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ajbadd.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ajbadd.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ajbadd.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajbadd.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajbadd.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajbadd.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajbadd.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajbadd.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajbadd.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajbadd.wordpress.com&amp;blog=8098166&amp;post=64&amp;subd=ajbadd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ajbadd.wordpress.com/2011/01/06/javascript-an-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e03c0de4831e0b9afcc408f4b050beba?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ajbadd</media:title>
		</media:content>
	</item>
		<item>
		<title>Show me the data!!</title>
		<link>http://ajbadd.wordpress.com/2009/06/27/show-me-the-data/</link>
		<comments>http://ajbadd.wordpress.com/2009/06/27/show-me-the-data/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 00:07:41 +0000</pubDate>
		<dc:creator>ajbadd</dc:creator>
				<category><![CDATA[linked data]]></category>
		<category><![CDATA[semantic annotation]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DBpedia]]></category>
		<category><![CDATA[freebase]]></category>
		<category><![CDATA[semanticweb]]></category>
		<category><![CDATA[Site Management]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://ajbadd.wordpress.com/?p=47</guid>
		<description><![CDATA[The core of the &#8220;Semantic Web&#8221; phenomenon is rich, machine readable data. In my last post I had mentioned that some data on the web is annotated. Viewed by itself, this body of data is vast. A large part of Wikipedia is available in an annotated format at DBpedia. Freebase is another huge, user driven [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajbadd.wordpress.com&amp;blog=8098166&amp;post=47&amp;subd=ajbadd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">The core of the &#8220;<a class="zem_slink" title="Semantic Web" rel="wikipedia" href="http://en.wikipedia.org/wiki/Semantic_Web">Semantic Web</a>&#8221; phenomenon is rich, <strong>machine readable data</strong>. In my <a title="Semantic Web quick intro" href="http://ajbadd.wordpress.com/2009/06/09/the-semantic-web-a-low-fat-no-nonsense-introduction/" target="_blank">last post</a> I had mentioned that some data on the web is annotated. Viewed by itself, this body of data is vast. A <a href="http://dbpedia.org/About" target="_blank">large part of Wikipedia</a> is available in an annotated format at <span style="text-decoration:underline;"><strong>DBpedia</strong></span>. <span style="text-decoration:underline;"><strong><a href="http://www.freebase.com">Freebase</a></strong></span> is another huge, user driven data repository. There is a plethora of smaller sites like <a title="Bio Ontology" href="http://bioontology.org/" target="_blank">bioontology.org</a>. This still is only a fraction of the data available on the Internet. A large amount of content, and hence knowledge, is published every day on the Internet and a very small proportion of this is produced in the annotated format today. An increasing number of people and companies are are publishing their data in an annotated format.</p>
<p style="text-align:center;"><a href="http://www.dbpedia.org"><img class="size-full wp-image-49 aligncenter" title="dbpedia" src="http://ajbadd.files.wordpress.com/2009/06/dbpedia.jpg?w=450" alt="dbpedia"   /></a></p>
<p style="text-align:center;"><a style="text-decoration:none;" href="http://ajbadd.wordpress.com/wp-admin/www.freebase.com"><img class="alignnone size-full wp-image-50" title="freebase-logo" src="http://ajbadd.files.wordpress.com/2009/06/freebase-logo.png?w=450" alt="freebase-logo"   /></a></p>
<p style="text-align:justify;">How can you use this data? You would have utilize these data sources in <strong>semantically aware applications</strong> to fully realize the potential of such data. There are also several <strong>semantic search engines</strong> that look for annotated data. Some of these are &#8211; <a href="http://swoogle.umbc.edu/">swoogle</a>, <a href="http://sindice.com/" target="_blank">sindice</a>, <a href="http://iws.seu.edu.cn/services/falcons/conceptsearch/index.jsp" target="_blank">falcons</a> and <a href="http://watson.kmi.open.ac.uk/WatsonWUI/" target="_blank">watson</a>. You can type in a search term at these sites to get results of annotated data, but to fully leverage these sources you would have to access them programatically and leverage computing power to <strong>draw inferences</strong> from vast amounts of interlinked data.</p>
<p style="text-align:justify;">The vision of the &#8220;Semantic Web&#8221; has a tenet that any object or concept is recognized by its own <strong>URI</strong> (uniform resource identifier). An example of a URI is:</p>
<p style="text-align:center;"><a title="http://dbpedia.org/resource/Cricket" href="http://dbpedia.org/resource/Cricket">http://dbpedia.org/resource/Cricket</a></p>
<p style="text-align:justify;">This is the identifier for the English game of cricket. It cannot represent you, Mike Tyson, Christmas or even the insect cricket. It may or may not be an actual link that opens up in a web page. (When a URI opens up in a browser it is <em>dereferenceable</em>). As annotated data proliferates on the Internet there is bound to be a lot of duplication and and dispute involving URIs. Whose definition of cricket is valid ? which one should I use? This is a stumbling block for the semantic applications. There are several initiatives that address this issue. <a href="http://sameas.org" target="_blank">Sameas.org</a> is one such site. It lists possible equivalent URIs for a given URI. It would be great if sameas exposed an API but does not look like they do as yet.</p>
<p style="text-align:justify;"><a href="http://sameas.org"><img class="size-full wp-image-51 aligncenter" title="sameAs.white.shadow" src="http://ajbadd.files.wordpress.com/2009/06/sameas-white-shadow.png?w=450" alt="sameAs.white.shadow"   /></a></p>
<p style="text-align:justify;">Another initiative is Faviki. Faviki is a bookmarking tool that allows you to tag pages that you like. Now there are many services that do this, what&#8217;s great about Faviki is that you can tag pages with concepts and objects that <strong>already have URIs</strong> in DBpedia (or other sources). This is a great alternative to using arbitrary text tags whose functionality is limited. Adding little text tags to content is a whole another initiative that would better be discussed under Microformats (more about that later).</p>
<p style="text-align:justify;"><a href="http://www.faviki.com"><img class="size-full wp-image-54 aligncenter" title="faviki" src="http://ajbadd.files.wordpress.com/2009/06/faviki.jpg?w=450" alt="faviki"   /></a></p>
<div class="zemanta-pixie" style="text-align:justify;"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=dc2edef2-fc99-4998-9eb9-4c08899ed31e" alt="" /></div>
<br />Posted in linked data, semantic annotation, semantic web Tagged: Database, DBpedia, freebase, linked data, semanticweb, Site Management, Wikipedia, World Wide Web <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajbadd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajbadd.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajbadd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajbadd.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ajbadd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ajbadd.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ajbadd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ajbadd.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajbadd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajbadd.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajbadd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajbadd.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajbadd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajbadd.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajbadd.wordpress.com&amp;blog=8098166&amp;post=47&amp;subd=ajbadd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ajbadd.wordpress.com/2009/06/27/show-me-the-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e03c0de4831e0b9afcc408f4b050beba?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ajbadd</media:title>
		</media:content>

		<media:content url="http://ajbadd.files.wordpress.com/2009/06/dbpedia.jpg" medium="image">
			<media:title type="html">dbpedia</media:title>
		</media:content>

		<media:content url="http://ajbadd.files.wordpress.com/2009/06/freebase-logo.png" medium="image">
			<media:title type="html">freebase-logo</media:title>
		</media:content>

		<media:content url="http://ajbadd.files.wordpress.com/2009/06/sameas-white-shadow.png" medium="image">
			<media:title type="html">sameAs.white.shadow</media:title>
		</media:content>

		<media:content url="http://ajbadd.files.wordpress.com/2009/06/faviki.jpg" medium="image">
			<media:title type="html">faviki</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=dc2edef2-fc99-4998-9eb9-4c08899ed31e" medium="image" />
	</item>
		<item>
		<title>The &#8220;Semantic Web&#8221;: a low-fat, no-nonsense introduction</title>
		<link>http://ajbadd.wordpress.com/2009/06/09/the-semantic-web-a-low-fat-no-nonsense-introduction/</link>
		<comments>http://ajbadd.wordpress.com/2009/06/09/the-semantic-web-a-low-fat-no-nonsense-introduction/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 23:41:47 +0000</pubDate>
		<dc:creator>ajbadd</dc:creator>
				<category><![CDATA[semantic annotation]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[Knowledge Representation]]></category>
		<category><![CDATA[ontology]]></category>
		<category><![CDATA[owl]]></category>
		<category><![CDATA[rdf]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[semanticweb]]></category>
		<category><![CDATA[web 3.0]]></category>

		<guid isPermaLink="false">http://ajbadd.wordpress.com/?p=3</guid>
		<description><![CDATA[So what is all the buzz about ? I&#8217;ll get right to the point - &#160; &#160; &#160; &#160; &#160; The &#8220;Semantic Web&#8221; is a broad term that denotes the annotation of data on the Internet and the operations these annotations will allow. The annotations better describe an object and relationships between objects. 1) Idealistic, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajbadd.wordpress.com&amp;blog=8098166&amp;post=3&amp;subd=ajbadd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">So what is all the buzz about ? I&#8217;ll get right to the point -</p>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:left;"><span style="color:#ff6600;"><strong>The &#8220;Semantic Web&#8221; is a broad term that denotes the annotation of data on the Internet and the operations these annotations will allow. The annotations better describe an object and relationships between objects.<br />
</strong></span></p>
<p style="text-align:left;"><span style="text-decoration:underline;"><span id="more-3"></span></span></p>
<p style="text-align:left;"><span style="text-decoration:underline;">1) Idealistic, pie in the sky take</span></p>
<p style="text-align:left;">All data on the Internet will be annotated. <strong>Computer programs</strong> will be able to trawl the net, <strong>drawing inferences</strong> and producing <strong>new knowledge</strong>.</p>
<p style="text-align:left;">Why is that a big deal ? Consider the case where you have a web page about Sam; it says Sam has a son Max and Max has a daughter called Zoe. All computers know to do is display this information, so you can read it.  A traditional search engine will not display any information from this page if you queried &#8221; Sam&#8217;s grand-daughter&#8221;. Now consider the case when the same page is semantically enabled.   In addition to displaying information, <strong>computers know more</strong> about the content and can make <strong>inferences</strong> from the page. Like both Sam and Max have children and Sam has a grand-child.</p>
<p style="text-align:center;"><img class="alignnone size-full wp-image-42" title="semantically enabled inferences" src="http://ajbadd.files.wordpress.com/2009/06/sem3.jpg?w=450" alt="semantically enabled inferences"   /></p>
<p style="text-align:left;"><span style="text-decoration:underline;">2) Pragmatic, &#8220;working today&#8221; situation</span></p>
<p style="text-align:left;"><strong>Some data</strong> on the net is annotated. People are working on annotating more data. There is a <strong>good possibility</strong> of exploiting this annotation in the Web as it exists today. These benefits are <strong>not</strong> necessarily from technically spectacular acts of drawing inferences.</p>
<p style="text-align:left;">I try not to use the phrase &#8220;Semantic Web&#8221;, capitalization and all..such usage can get you associated with the idealistic, flag waving bunch (who may be proved right in years to come). I personally prefer the middle path &#8211; there are benefits today and there is a possibility of a lot more, but there exist sizable stumbling blocks (more about these later).</p>
<p style="text-align:left;">_____________________________________________________________</p>
<p style="text-align:left;">How is data annotated ?</p>
<p style="text-align:left;">One popular method of annotating data in the Internet is to use RDFs. RDFs is an XML based standard that allows you to describe data.</p>
<p style="text-align:left;">What is an <strong><a class="zem_slink" title="Ontology (information science)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Ontology_%28information_science%29">ontology</a></strong>?</p>
<p style="text-align:left;">In this context an ontology is the representation of knowledge in a domain. OWL is a popular standard for depict ontologies. Ontologies provide a <strong>vocabulary</strong> for annotation of data on the web. In the example above, computers could use, say a human relationships ontology, to infer that Sam has a grand-daughter.</p>
<p style="text-align:left;">This is an attempt at a very basic introduction to the subject. There are several <a href="http://www.cs.man.ac.uk/~horrocks/ISWC2003/Tutorial/" target="_blank">great resource</a>s on-line for those who wish to dig deeper.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=fab83d2a-0837-4ca3-b207-d79fd32ce9aa" alt="" /></div>
<br />Posted in semantic annotation, semantic web Tagged: Knowledge Representation, ontology, owl, rdf, semantic web, Semantics, semanticweb, web 3.0 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajbadd.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajbadd.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajbadd.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajbadd.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ajbadd.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ajbadd.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ajbadd.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ajbadd.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajbadd.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajbadd.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajbadd.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajbadd.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajbadd.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajbadd.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajbadd.wordpress.com&amp;blog=8098166&amp;post=3&amp;subd=ajbadd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ajbadd.wordpress.com/2009/06/09/the-semantic-web-a-low-fat-no-nonsense-introduction/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e03c0de4831e0b9afcc408f4b050beba?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ajbadd</media:title>
		</media:content>

		<media:content url="http://ajbadd.files.wordpress.com/2009/06/sem3.jpg" medium="image">
			<media:title type="html">semantically enabled inferences</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=fab83d2a-0837-4ca3-b207-d79fd32ce9aa" medium="image" />
	</item>
	</channel>
</rss>
