<?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>Bossam Rule/OWL Reasoner</title>
	<atom:link href="http://bossam.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bossam.wordpress.com</link>
	<description>rule engine, ontology reasoner, semantic web, intelligent machines...</description>
	<lastBuildDate>Fri, 17 Aug 2007 17:31:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bossam.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Bossam Rule/OWL Reasoner</title>
		<link>http://bossam.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bossam.wordpress.com/osd.xml" title="Bossam Rule/OWL Reasoner" />
	<atom:link rel='hub' href='http://bossam.wordpress.com/?pushpress=hub'/>
		<item>
		<title>New API</title>
		<link>http://bossam.wordpress.com/2007/08/18/new-api/</link>
		<comments>http://bossam.wordpress.com/2007/08/18/new-api/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 17:29:58 +0000</pubDate>
		<dc:creator>zebehn</dc:creator>
				<category><![CDATA[bossam]]></category>

		<guid isPermaLink="false">http://bossam.wordpress.com/2007/08/18/new-api/</guid>
		<description><![CDATA[I am working on a new release of Bossam. The upcoming release features a newly designed API. The new API exposes more interfaces for accessing the knowledge object model. You&#8217;ll be able to create and manipulate fact and rule objects, which will open better support for programming in rules. The new Bossam operates in push [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=27&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am working on a new release of Bossam. The upcoming release features a newly designed API. The new API exposes more interfaces for accessing the knowledge object model. You&#8217;ll be able to create and manipulate fact and rule objects, which will open better support for programming in rules.</p>
<p>The new Bossam operates in push model, like SAX. It pushes derivations and inconsistencies to the listeners that listen to the events generated from the reasoner. Creating a reasoner and executing a reasoning session looks as follows.</p>
<pre><em>// Create a reasoner with the OWL reasoning capability</em>
IReasonerFactory f = ReasonerFactory.getInstance();
IReasoner r = f.createReasoner(ModelType.OWL);</pre>
<pre><em>// Read an OWL document specified in N3 from a URL</em>
r.read(ModelType.OWL, Syntax.N3,
       "http://someplace.com/sample.n3");</pre>
<pre><em>// Set a listener for events from the reasoner</em>
IReasonerListener l = new MyReasonerListener();
r.setReasonerListener(l);</pre>
<pre><em>// Execute a reasoning session.
// Derivations are pushed to the listener</em>
r.run();</pre>
<p>The reasoner listener interface has three methods:</p>
<ul>
<li><code>void onDerivation(IFact f)</code>: called when a new fact is derived.</li>
<li><code>void onDerivation(IRule r)</code>: called when a new rule is derived.</li>
<li><code>void onInconsistency(IExplanation e)</code>: called when an inconsistency is encountered.</li>
</ul>
<p>As seen in the example code, it&#8217;s possible to specify the syntax and the content model when reading in knowledge. For example, if an OWL document specified in RDF/XML is given, it&#8217;s possible to read in the document in two ways: either as a plain RDF document or as an OWL document, as shown below.</p>
<ul>
<li>Read the document as a plain RDF document:<br />
<code>reasoner.read(ModelType.RDF, Syntax.RDFXML, "http://.....");</code></li>
<li>Read the document as an OWL document:<br />
<code>reasoner.read(ModelType.OWL, Syntax.RDFXML, "http://....");</code></li>
</ul>
<p>As such, the new Bossam release will come with new API set, which will not be compatible with the previous releases. Any opinions on the new API and the compatibility issue are welcomed.</p>
<p>The new release will also feature user-defined builtin functions and (limited but working) forgetting.</p>
<p>Stay tuned and let me know if you have any idea to be accompanied to the new release. Thanks!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bossam.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bossam.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bossam.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bossam.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bossam.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bossam.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bossam.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bossam.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bossam.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bossam.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bossam.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bossam.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bossam.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bossam.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bossam.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bossam.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=27&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bossam.wordpress.com/2007/08/18/new-api/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44bd8346bc46d111b12f26ec76e1dcc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zebehn</media:title>
		</media:content>
	</item>
		<item>
		<title>Be sure to add all the JAR files to your project.</title>
		<link>http://bossam.wordpress.com/2007/07/04/be-sure-to-add-all-the-jar-files-to-your-project/</link>
		<comments>http://bossam.wordpress.com/2007/07/04/be-sure-to-add-all-the-jar-files-to-your-project/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 06:47:19 +0000</pubDate>
		<dc:creator>zebehn</dc:creator>
				<category><![CDATA[bossam]]></category>

		<guid isPermaLink="false">http://bossam.wordpress.com/2007/07/04/be-sure-to-add-all-the-jar-files-to-your-project/</guid>
		<description><![CDATA[When you build a Java application that uses bossam, you need to include all the JAR files distributed with bossam to the classpath of the Java application. You can find the JAR files under bin directory of the bossam release.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=26&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When you build a Java application that uses bossam, you need to include all the JAR files distributed with bossam to the classpath of the Java application. You can find the JAR files under <code>bin</code> directory of the bossam release.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bossam.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bossam.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bossam.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bossam.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bossam.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bossam.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bossam.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bossam.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bossam.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bossam.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bossam.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bossam.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bossam.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bossam.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bossam.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bossam.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=26&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bossam.wordpress.com/2007/07/04/be-sure-to-add-all-the-jar-files-to-your-project/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44bd8346bc46d111b12f26ec76e1dcc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zebehn</media:title>
		</media:content>
	</item>
		<item>
		<title>An error in the code sample for RDF/OWL Ontology Querying fixed</title>
		<link>http://bossam.wordpress.com/2007/07/04/an-error-in-the-code-sample-for-rdfowl-ontology-querying-fixed/</link>
		<comments>http://bossam.wordpress.com/2007/07/04/an-error-in-the-code-sample-for-rdfowl-ontology-querying-fixed/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 00:43:38 +0000</pubDate>
		<dc:creator>zebehn</dc:creator>
				<category><![CDATA[bossam]]></category>

		<guid isPermaLink="false">http://bossam.wordpress.com/2007/07/04/an-error-in-the-code-sample-for-rdfowl-ontology-querying-fixed/</guid>
		<description><![CDATA[I&#8217;ve just realized that the sample code I presented in my previous post has some error. The base namespace of the wine ontology is not correct in the code. I&#8217;ve just fixed it and the code correctly works!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=25&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just realized that the sample code I presented in <a href="http://bossam.wordpress.com/2007/02/01/querying-rdf-using-bossam/">my previous post</a> has some error. The base namespace of the wine ontology is not correct in the code. I&#8217;ve just fixed it and the code correctly works!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bossam.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bossam.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bossam.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bossam.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bossam.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bossam.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bossam.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bossam.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bossam.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bossam.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bossam.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bossam.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bossam.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bossam.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bossam.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bossam.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=25&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bossam.wordpress.com/2007/07/04/an-error-in-the-code-sample-for-rdfowl-ontology-querying-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44bd8346bc46d111b12f26ec76e1dcc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zebehn</media:title>
		</media:content>
	</item>
		<item>
		<title>an exercise with math equations&#8230;</title>
		<link>http://bossam.wordpress.com/2007/02/21/an-exercise-with-math-equations/</link>
		<comments>http://bossam.wordpress.com/2007/02/21/an-exercise-with-math-equations/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 00:42:07 +0000</pubDate>
		<dc:creator>zebehn</dc:creator>
				<category><![CDATA[rambling]]></category>

		<guid isPermaLink="false">http://bossam.wordpress.com/2007/02/21/an-exercise-with-math-equations/</guid>
		<description><![CDATA[I&#8217;ve just found out that I can write complex math equations using Latex syntax on WP. Here&#8217;s my first try: Wow! Great! Learned this from this blog post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=24&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just found out that I can write complex math equations using Latex syntax on WP. Here&#8217;s my first try:<br />
<img src='http://s0.wp.com/latex.php?latex=%28K_%7Bi%7D%5Cvarphi+%5Cwedge+K_%7Bi%7D%28%5Cvarphi+%5CLongrightarrow+%5Cpsi%29%29+%5CLongrightarrow+K_%7Bi%7D%5Cpsi&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='(K_{i}&#92;varphi &#92;wedge K_{i}(&#92;varphi &#92;Longrightarrow &#92;psi)) &#92;Longrightarrow K_{i}&#92;psi' title='(K_{i}&#92;varphi &#92;wedge K_{i}(&#92;varphi &#92;Longrightarrow &#92;psi)) &#92;Longrightarrow K_{i}&#92;psi' class='latex' /><br />
Wow! Great! Learned this from <a href="http://wordpress.com/blog/2007/02/17/math-for-the-masses/">this blog post</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bossam.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bossam.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bossam.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bossam.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bossam.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bossam.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bossam.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bossam.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bossam.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bossam.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bossam.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bossam.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bossam.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bossam.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bossam.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bossam.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=24&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bossam.wordpress.com/2007/02/21/an-exercise-with-math-equations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44bd8346bc46d111b12f26ec76e1dcc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zebehn</media:title>
		</media:content>
	</item>
		<item>
		<title>Representing and Processing Time &amp; Dates</title>
		<link>http://bossam.wordpress.com/2007/02/20/representing-and-processing-time/</link>
		<comments>http://bossam.wordpress.com/2007/02/20/representing-and-processing-time/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 02:18:02 +0000</pubDate>
		<dc:creator>zebehn</dc:creator>
				<category><![CDATA[bossam]]></category>
		<category><![CDATA[manual]]></category>

		<guid isPermaLink="false">http://bossam.wordpress.com/2007/02/20/representing-and-processing-time/</guid>
		<description><![CDATA[Time Data Types (Some of the features explained in this post are available in the next Bossam release.) With Bossam, time data can be represented and processed. The following time types supported. Date (corresponds to xsd:date) Syntax: yyyy-MM-dd Example: 2004-10-09 Time (corresponds to xsd:time) Syntax: HH:mm:ss Example: 22:10:30 DateTime (corresponds to xsd:dateTime) Syntax: yyyy-MM-dd'T'HH:mm:ss Example: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=23&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Time Data Types</h3>
<p>(<em>Some of the features explained in this post are available in the next Bossam release.</em>)</p>
<p>With Bossam, time data can be represented and processed. The following time types supported.</p>
<h4>Date (corresponds to xsd:date)</h4>
<ul>
<li>Syntax: <code>yyyy-MM-dd</code></li>
<li>Example: <code>2004-10-09</code></li>
</ul>
<h4>Time (corresponds to xsd:time)</h4>
<ul>
<li>Syntax: <code>HH:mm:ss</code></li>
<li>Example: <code>22:10:30</code></li>
</ul>
<h4>DateTime (corresponds to xsd:dateTime)</h4>
<ul>
<li>Syntax: <code>yyyy-MM-dd'T'HH:mm:ss</code></li>
<li>Example: <code>2004-10-09T22:10:30</code></li>
</ul>
<h4>Time Duration (corresponds to xsd:duration)</h4>
<p><em>(refer to <a href="http://www.w3.org/TR/xmlschema-2/#duration">XSD Duration</a> on how to write time durations)</em></p>
<ul>
<li>ex1) <code>P10Y9M8DT10H9M8S</code> represents 10 years 9 months 8 days 10 hours 9 minutes 8 seconds.</li>
<li>ex2) <code>P10Y8DT10H</code> represents 10 years 8 days 10 hours.</li>
<li>ex1) <code>P10Y9M8D</code> represents 10 years 9 months 8 days.</li>
<li>ex1) <code>PT10H9S</code> represents 10 hours 9 seconds.</li>
</ul>
<h3>Getting the Current Time/Date</h3>
<p>Three builtin functions are available for getting the current time, current date, and current dateTime, as follows.<br />
<em>The namespace URI, <code>http://www.etri.re.kr/2003/10/bossam-builtin#</code>, is the reserved namespace for designating Bossam&#8217;s builtin functions. Let&#8217;s assume <code>func</code> corresponds to <code>http://www.etri.re.kr/2003/10/bossam-builtin#</code>.</em></p>
<ul>
<li><code>func:thisTime()</code>: returns the current time</li>
<li><code>func:thisDate()</code>: returns the current date</li>
<li><code>func:thisDateTime()</code>: returns the current date-time</li>
</ul>
<h3>Builtin Functions for Comparing Date/Time</h3>
<p>There are three builtin functions for processing time data.</p>
<ul>
<li><code>func:after(time-const1,time-const2)</code>
<ul>
<li>returns true if time-const1 follows <code>time-const2</code></li>
</ul>
</li>
<li><code>func:before(time-const1,time-const2)</code>
<ul>
<li>returns true if time-const1 precedes <code>time-const2</code></li>
</ul>
</li>
<li><code>func:containedIn(time-const1,time-begin,time-end)</code>
<ul>
<li>returns true if <code>time-const1</code> is in the duration formed by <code>time-begin</code> and <code>time-end</code></li>
</ul>
</li>
</ul>
<p>A sample rulebase utilizing time constants is shown below.</p>
<pre>
prefix xsd = http://www.w3.org/2001/XMLSchema#;
prefix rdfs = http://www.w3.org/2000/01/rdf-schema#;
prefix func = http://www.etri.re.kr/2003/10/bossam-builtin#;
namespace is http://etri.re.kr/2003/10/Bossam#;
rulebase TimeConstants
{
 class Person;
 property birthdate for Person is xsd:date;
 individual John is Person and birthdate = 1970-10-05;
 individual Sam is Person and birthdate = 1970-05-05;

 rule r1 is
 if
  birthdate(?x,?date1) and birthdate(?y,?date2)
  and [func:after(?date1,?date2) = true]
 then
  isYoungerThan(?x,?y);

 rule r2 is
 if
  birthdate(?x,?date1) and birthdate(?y,?date2)
  and [func:before(?date1,?date2) = true]
 then
  isOlderThan(?x,?y);

 fact f01 is beginsAt(MeetingA,2005-10-04T12:00:00);
 fact f02 is endsAt(MeetingA,2005-10-04T15:00:00);
 fact f03 is beginsAt(MeetingB,2005-10-04T14:00:00);
 fact f04 is endsAt(MeetingB,2005-10-04T17:00:00);
 fact f05 is beginsAt(MeetingC,2005-10-04T16:00:00);
 fact f06 is endsAt(MeetingC,2005-10-04T17:00:00);

 rule CompatibleMeetings is
 if
  endsAt(?m1,?t1) and beginsAt(?m2,?t2)
  and [func:after(?t2,?t1) = true]
 then
  Compatible(?m1,?m2);
}</pre>
<h3>Expressions on Time Data</h3>
<p>Simple addition and subtraction on time and duration can be processed.</p>
<h4>Calculating Time Difference</h4>
<p>By subtracting a time from another time, it&#8217;s possible to calculate the difference between the two time points. Some examples follow:</p>
<ul>
<li><code>2005-10-20 - 2005-09-10</code> gives <code>P0Y0M40DT0H0M0S</code> which is 40 days.</li>
<li><code>23:10:20 - 10:30:40</code> gives <code>P0Y0M0DT12H39M40S</code> which is 12 hours 39 minutes 40 seconds.</li>
<li><code>2007-12-31T24:00:00 - 2007-02-20T10:48:18</code> gives <code>P0Y0M314DT13H11M42S</code> which is 314 days 13 hours 11 minutes 42 seconds.</li>
</ul>
<p>As such, it&#8217;s possible to get a time difference between two points in time.</p>
<h4>Forwarding and Backwarding Times</h4>
<p>By adding a duration to a time, we get a forwarded time. By subtracting a duration from a time, we get a bacwarded time. Addition examples follow:</p>
<ul>
<li><code>0003-12-10 + P1Y1M1D</code> gives <code>0005-01-11</code>.</li>
<li><code>0003-12-10 + P13M9D</code> gives <code>0005-01-19</code>.</li>
<li><code>12:10:20 + PT1H1M1S</code> gives <code>13:11:21</code>.</li>
<li><code>12:10:20 + PT13H20M30S</code> gives <code>01:30:50</code>.</li>
<li><code>0003-12-10T12:10:20 + P1Y1M1DT1H1M1S</code> gives <code>0005-01-11T13:11:21</code>.</li>
<li><code>0003-12-10T12:10:20 + P1Y13M2DT13H20M30S</code> gives <code>0006-01-13T01:30:50</code>.</li>
</ul>
<p>Subtraction examples follow:</p>
<ul>
<li><code>0003-12-10 - P1Y1M1D</code> gives <code>0002-11-09</code>.</li>
<li><code>0003-12-10 - P13M9D</code> gives <code>0002-11-01</code>.</li>
<li><code>12:10:20 - PT1H1M1S</code> gives <code>11:09:19</code>.</li>
<li><code>12:10:20 - PT13H20M30S</code> gives <code>22:49:50</code>.</li>
<li><code>0003-12-10T12:10:20 - P1Y1M1DT1H1M1S</code> gives <code>0002-11-09T11:09:19</code>.</li>
<li><code>0003-12-10T12:10:20 - P1Y13M2DT13H20M30S</code> gives <code>0001-11-07T22:49:50</code>.</li>
</ul>
<p>Some rule examples are as follows.</p>
<pre>
fact f is time(2002-10-10);
fact g is time(2002-12-31);
rule r is
   if time(?t1) and time(?t2)
   then result([?t1 - ?t2]);

fact f is time(2002-10-10);
fact g is duration(P10Y3M);
rule r is
   if time(?t) and duration(?d)
   then result([?t - ?d]);

fact f is time(12:30:00);
fact g is duration(PT1H30M);
rule r is
   if time(?t) and duration(?d)
   then result([?t + ?d]);

fact f is time(2002-10-10T12:30:00);
fact g is duration(P10DT1H30M);
rule r is
   if time(?t) and duration(?d)
   then result([?t - ?d]);</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bossam.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bossam.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bossam.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bossam.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bossam.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bossam.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bossam.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bossam.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bossam.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bossam.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bossam.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bossam.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bossam.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bossam.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bossam.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bossam.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=23&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bossam.wordpress.com/2007/02/20/representing-and-processing-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44bd8346bc46d111b12f26ec76e1dcc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zebehn</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating OwlTrMReasoner</title>
		<link>http://bossam.wordpress.com/2007/02/07/creating-owltrmreasoner/</link>
		<comments>http://bossam.wordpress.com/2007/02/07/creating-owltrmreasoner/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 19:38:01 +0000</pubDate>
		<dc:creator>zebehn</dc:creator>
				<category><![CDATA[bossam]]></category>
		<category><![CDATA[manual]]></category>

		<guid isPermaLink="false">http://bossam.wordpress.com/2007/02/07/creating-owltrmreasoner/</guid>
		<description><![CDATA[OwlTrMReasoner is a new OWL-DL reasoner added to Bossam. This reasoner is the most recommended OWL reasoner among the reasoners provided by Bossam. The following is the sample codes for creating and utilizing the reasoner. // Create a reasoner IReasonerFactory factory = ReasonerFactory.getInstance(); IReasoner r = factory.createOwlDlTrMReasoner(); // Load an ontology r.load(IReasoner.OWL, "...."); // Perform [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=22&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OwlTrMReasoner is a new OWL-DL reasoner added to Bossam. This reasoner is the most recommended OWL reasoner among the reasoners provided by Bossam. The following is the sample codes for creating and utilizing the reasoner.</p>
<pre>
// Create a reasoner
IReasonerFactory factory = ReasonerFactory.getInstance();
IReasoner r = factory.createOwlDlTrMReasoner();
// Load an ontology
r.load(IReasoner.OWL, "....");
// Perform a silent reasoning session,
//  which does not return conclusions
r.silentRun();</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bossam.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bossam.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bossam.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bossam.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bossam.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bossam.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bossam.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bossam.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bossam.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bossam.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bossam.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bossam.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bossam.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bossam.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bossam.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bossam.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=22&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bossam.wordpress.com/2007/02/07/creating-owltrmreasoner/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44bd8346bc46d111b12f26ec76e1dcc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zebehn</media:title>
		</media:content>
	</item>
		<item>
		<title>Rule Generating Rules</title>
		<link>http://bossam.wordpress.com/2007/02/07/rule-generating-rules/</link>
		<comments>http://bossam.wordpress.com/2007/02/07/rule-generating-rules/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 19:31:57 +0000</pubDate>
		<dc:creator>zebehn</dc:creator>
				<category><![CDATA[bossam]]></category>
		<category><![CDATA[manual]]></category>

		<guid isPermaLink="false">http://bossam.wordpress.com/2007/02/07/rule-generating-rules/</guid>
		<description><![CDATA[Bossam supports asserting rules at the consequent of rules. Here&#8217;s a simple example. rule r is if father(?x,?y) then assert if Man(?x) then hasChild(?x); The pattern at the consequent part is called the rule template. Instead of deriving facts, RGRs generate rule instances from the rule templates. I believe that RGR will be very useful [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=21&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bossam supports asserting rules at the consequent of rules. Here&#8217;s a simple example.</p>
<pre>
rule r is
   if father(?x,?y)
   then
      assert if Man(?x) then hasChild(?x);</pre>
<p>The pattern at the consequent part is called the <em>rule template</em>. Instead of deriving facts, RGRs generate rule instances from the rule templates.</p>
<p>I believe that RGR will be very useful for encoding dynamic &amp; complex knowledge. Also, RGR is an essential tool for performance optimization because it&#8217;s possible to reduce the number of facts by utilizing RGRs.</p>
<p>Hope RGRs be of a useful toy for Bossam users!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bossam.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bossam.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bossam.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bossam.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bossam.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bossam.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bossam.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bossam.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bossam.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bossam.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bossam.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bossam.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bossam.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bossam.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bossam.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bossam.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=21&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bossam.wordpress.com/2007/02/07/rule-generating-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44bd8346bc46d111b12f26ec76e1dcc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zebehn</media:title>
		</media:content>
	</item>
		<item>
		<title>Bossam 0.9b45 Released</title>
		<link>http://bossam.wordpress.com/2007/02/07/bossam-09b45-released/</link>
		<comments>http://bossam.wordpress.com/2007/02/07/bossam-09b45-released/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 19:10:34 +0000</pubDate>
		<dc:creator>zebehn</dc:creator>
				<category><![CDATA[bossam]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://bossam.wordpress.com/2007/02/07/bossam-09b45-released/</guid>
		<description><![CDATA[This release includes several enhancements and new features. (1) The RETE core of Bossam is redesigned and it shows a significant improvement. (2) A more elaborated and advanced OWL reasoner, OwlDlTrMReasoner, is added. This reasoner performs OWL reasoning based on elaborated translation and meta-rules. It covers a lot more of OWL reasoning than OwlDlTrHReasoner. Performance [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=20&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This release includes several enhancements and new features. (1) The RETE core of Bossam is redesigned and it shows a significant improvement. (2) A more elaborated and advanced OWL reasoner, OwlDlTrMReasoner, is added. This reasoner performs OWL reasoning based on elaborated translation and meta-rules. It covers a lot more of OWL reasoning than OwlDlTrHReasoner. Performance measures against famous ontologies and LUBM will soon be posted. (3) It&#8217;s possible to assert a rule at the head of rules. These rules, called rule-generating rules (RGR), enable writing more complex &amp; dynamic knowledge and optimizing knowledge structure and performance.</p>
<p>Binary download is available at: <a href="http://projects.semwebcentral.org/projects/bossam/" title="bossam download at semanticwebcentral">http://projects.semwebcentral.org/projects/bossam/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bossam.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bossam.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bossam.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bossam.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bossam.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bossam.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bossam.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bossam.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bossam.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bossam.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bossam.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bossam.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bossam.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bossam.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bossam.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bossam.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=20&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bossam.wordpress.com/2007/02/07/bossam-09b45-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44bd8346bc46d111b12f26ec76e1dcc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zebehn</media:title>
		</media:content>
	</item>
		<item>
		<title>A new Bossam on Feb. 5</title>
		<link>http://bossam.wordpress.com/2007/02/02/a-new-bossam-on-feb-2/</link>
		<comments>http://bossam.wordpress.com/2007/02/02/a-new-bossam-on-feb-2/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 14:43:09 +0000</pubDate>
		<dc:creator>zebehn</dc:creator>
				<category><![CDATA[bossam]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://bossam.wordpress.com/2007/02/02/a-new-bossam-on-feb-2/</guid>
		<description><![CDATA[A new Bossam release is planned on Feb. 5, 2007. The new release will include better OWL DL reasoning supports: Enhanced coverage on classification based on boolean compositions of classes Enhanced coverage on classification based on nominals (owl:oneOf) Also, a new rule construct is introduced: rule-generating rules (RGR). With RGR, it&#8217;s possible to assert a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=18&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A new Bossam release is planned on Feb. 5, 2007.</p>
<p>The new release will include better OWL DL reasoning supports:</p>
<ul>
<li>Enhanced coverage on classification based on boolean compositions of classes</li>
<li>Enhanced coverage on classification based on nominals (<code>owl:oneOf</code>)</li>
</ul>
<p>Also, a new rule construct is introduced: <strong>rule-generating rules (RGR)</strong>. With RGR, it&#8217;s possible to assert a rule at the consequent as shown below.</p>
<p><code><br />
rule r is<br />
if causality(?cause, ?result)<br />
then<br />
assert if ?cause then ?result;<br />
</code></p>
<p>RGR will help representing more complex knowledge and optimizing knowledge structure!</p>
<p>Also on performance-side, the RETE core of Bossam is well optimized and it gives a lot better performance than before!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bossam.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bossam.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bossam.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bossam.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bossam.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bossam.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bossam.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bossam.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bossam.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bossam.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bossam.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bossam.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bossam.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bossam.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bossam.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bossam.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=18&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bossam.wordpress.com/2007/02/02/a-new-bossam-on-feb-2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44bd8346bc46d111b12f26ec76e1dcc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zebehn</media:title>
		</media:content>
	</item>
		<item>
		<title>[BUG] xsd:boolean value reading error</title>
		<link>http://bossam.wordpress.com/2007/02/02/xsdboolean-value-reading-error/</link>
		<comments>http://bossam.wordpress.com/2007/02/02/xsdboolean-value-reading-error/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 13:36:55 +0000</pubDate>
		<dc:creator>zebehn</dc:creator>
				<category><![CDATA[bug]]></category>

		<guid isPermaLink="false">http://bossam.wordpress.com/2007/02/02/xsdboolean-value-reading-error/</guid>
		<description><![CDATA[A bug in reading xsd:boolean value is reported. Boolean value literals &#8211; "true", "false" &#8211; which are of type xsd:boolean are misinterpreted by Bossam. The bug-fix will be included in the next build which will be released on Feb. 05, 2007. Thanks. (note) Fixed by 0.9b45 release. (2007/02/08)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=17&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A bug in reading <code>xsd:boolean</code> value is reported.</p>
<p>Boolean value literals &#8211; <code>"true", "false"</code> &#8211; which are of type <code>xsd:boolean</code> are misinterpreted by Bossam.</p>
<p>The bug-fix will be included in the next build which will be released on Feb. 05, 2007. Thanks.</p>
<p>(note) Fixed by 0.9b45 release. (2007/02/08)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bossam.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bossam.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bossam.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bossam.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bossam.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bossam.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bossam.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bossam.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bossam.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bossam.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bossam.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bossam.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bossam.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bossam.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bossam.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bossam.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bossam.wordpress.com&amp;blog=692612&amp;post=17&amp;subd=bossam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bossam.wordpress.com/2007/02/02/xsdboolean-value-reading-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44bd8346bc46d111b12f26ec76e1dcc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zebehn</media:title>
		</media:content>
	</item>
	</channel>
</rss>
