<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.3" -->
<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/"
	>

<channel>
	<title>Ontos Blog</title>
	<link>http://blog.ontos.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 24 Jul 2009 14:14:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>
	<language>en</language>
			<item>
		<title>A Quick Start</title>
		<link>http://blog.ontos.com/?p=30</link>
		<comments>http://blog.ontos.com/?p=30#comments</comments>
		<pubDate>Fri, 24 Jul 2009 14:14:11 +0000</pubDate>
		<dc:creator>Philip Dudchuk</dc:creator>
		
		<category><![CDATA[API]]></category>
<category>tips</category>
		<guid isPermaLink="false">http://blog.ontos.com/?p=30</guid>
		<description><![CDATA[To figure out how Ontos API works, use our HTTP binding in order to get started with the web service and your personal dictionary. Proceed as follows:

Log-in to your personal dictionary at http://test.ontos.com/dix in order to initialize the system for your user.

Run a request to authenticate:
http://test.ontos.com/token?j_username=YOUR_USERNAME&#38;j_password=YOUR_PASSWORD.

The request will return a session token (YOUR_TOKEN).
Run a request [...]]]></description>
			<content:encoded><![CDATA[<p>To figure out how Ontos API works, use our HTTP binding in order to get started with the web service and your personal dictionary. Proceed as follows:</p>
<ol>
<li>Log-in to your personal dictionary at <code>http://test.ontos.com/dix</code> in order to initialize the system for your user.</li>
<p></p>
<li>Run a request to authenticate:<br />
<code>http://test.ontos.com/token?j_username=<strong>YOUR_USERNAME</strong>&amp;j_password=<strong>YOUR_PASSWORD</strong></code>.
</li>
<p>The request will return a session token (YOUR_TOKEN).</li>
<li>Run a request to the NLP processor:
<p><code>http://test.ontos.com/api/miner?jsessionid=YOUR_TOKEN&amp;query={<br />
 "get":"process",<br />
 "ontology":"api.common.english",<br />
 "format":"NTRIPLES",<br />
 "text":"Ontos AG participated in the Semantic Conference in San Jose and is planning to join ESTC2009 in Vienna this year."<br />
} </code></p>
<p>This request will return a set of triples in JSON format. The processor recognized &#8220;Semantic Conference&#8221; as a conference, but didn&#8217;t do so for &#8220;ESTC2009&#8243;.</p>
</li>
<li>Sign in to your personal dictionary at <code>http://test.ontos.com/dix</code>, select the instance type &#8220;Conference&#8221; and add <strong>ESTC2009</strong>.</li>
<p></p>
<li>Re-run the request to the NLP processor. Now it will have recognized &#8220;ESTC2009&#8243; as a conference as well.</li>
</ol>
<p>See full <a href="http://test.ontos.com/api/doc">documentation</a> to learn more about what Ontos API can do.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ontos.com/?feed=rss2&amp;p=30</wfw:commentRss>
		</item>
		<item>
		<title>API, hints &#038; tricks</title>
		<link>http://blog.ontos.com/?p=29</link>
		<comments>http://blog.ontos.com/?p=29#comments</comments>
		<pubDate>Thu, 23 Jul 2009 12:03:06 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
		
		<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://blog.ontos.com/?p=29</guid>
		<description><![CDATA[If you copy &#038; paste HTTP requests (e. g. directly form the doc) into the browser&#8217;s address bar, be aware to replace the hash sign (#) by %23. Otherwise the request will be broken by the browser.
]]></description>
			<content:encoded><![CDATA[<p>If you copy &#038; paste HTTP requests (e. g. directly form the doc) into the browser&#8217;s address bar, be aware to replace the hash sign (#) by %23. Otherwise the request will be broken by the browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ontos.com/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
		<item>
		<title>Ontos API, now in beta!</title>
		<link>http://blog.ontos.com/?p=28</link>
		<comments>http://blog.ontos.com/?p=28#comments</comments>
		<pubDate>Mon, 20 Jul 2009 08:29:44 +0000</pubDate>
		<dc:creator>Philip Dudchuk</dc:creator>
		
		<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://blog.ontos.com/?p=28</guid>
		<description><![CDATA[We are happy to announce that the beta version of Ontos API is now pushed on-line together with documentation and some quick demos. More demos and showcases will come in due time (oh, we hope they will also come from you&#8212;yes! feel free to drop us a link to your own apps based on Ontos [...]]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce that the beta version of <a href="http://www.ontos.com/o_eng/index.php?cs=2-1">Ontos API</a> is now pushed on-line together with <a href="http://test.ontos.com/api/doc">documentation</a> and some <a href="http://www.ontos.com">quick demos</a>. More demos and showcases will come in due time (oh, we hope they will also come from you&#8212;yes! feel free to drop us a link to your own apps based on Ontos API).</p>
<p>And now a couple of short notices about our one-day-old kid:</p>
<ul>
<li>to get an API key please request one <a href="http://www.ontos.com/o_eng/index.php?cs=2-1">here</a>, and shortly after this you&#8217;ll get a message with a user ID and a password which you can use in your API calls</li>
<li>in the beta phase we have all functions for the ontology-driven text analysis and reading the RDF store; in the next releases we will add the following features:
<ul>
<li>new languages (German, French and Russian will come as soon as they are available but no later than by the end of October 2009)</li>
<li>full personalization (personal database linked to your account for new dictionaries and ontology’s&#8212;scheduled for November 2009)</li>
</ul>
</li>
</ul>
<p>Feel free to ask us whatever you wanna know about the new Ontos API! Leave comments to this entry or e-mail us at <a href="mailto:support@ontos.com">support@ontos.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ontos.com/?feed=rss2&amp;p=28</wfw:commentRss>
		</item>
		<item>
		<title>Home, sweet home</title>
		<link>http://blog.ontos.com/?p=21</link>
		<comments>http://blog.ontos.com/?p=21#comments</comments>
		<pubDate>Tue, 30 Sep 2008 17:31:00 +0000</pubDate>
		<dc:creator>Philip Dudchuk</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://blog.ontos.com/?p=21</guid>
		<description><![CDATA[We are back from Vienna (see my previous post about the ESTC2008 conference), where we were at a wonderful gathering of people from the SemWeb community, discussing recent trends in research, technology, and business applications. A bit later I will upload some pictures to share the nice ambience of the event. For more details look [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.estc2008.com/./images/phocagallery/press-photo/thumbs/phoca_thumb_l_dsc_9932.jpg' title='Ontos CEO Daniel Hladky (left) at the exhibition, ESTC2008'><img align="right" src='http://blog.ontos.com/wp-content/uploads/2008/09/daniel.thumbnail.jpg' alt='Ontos CEO Daniel Hladky (left) at the exhibition, ESTC2008' /></a>We are back from Vienna (see my previous post about the <a href="http://blog.ontos.com/?p=19">ESTC2008</a> conference), where we were at a wonderful gathering of people from the SemWeb community, discussing recent trends in research, technology, and business applications. A bit later I will upload some pictures to share the nice ambience of the event. For more details look at <a href="http://ivanherman.wordpress.com/2008/09/28/estc2008-vienna/">Ivan Herman&#8217;s report</a> in his blog.</p>
<p>Some more news. We&#8217;ve just created a <a href="http://www.facebook.com">Facebook</a> account for <a href="http://www.facebook.com/pages/Nidau-Switzerland/Ontos-International/26846754285">Ontos International</a>. Now you can join us there!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ontos.com/?feed=rss2&amp;p=21</wfw:commentRss>
		</item>
		<item>
		<title>Meet us in Vienna</title>
		<link>http://blog.ontos.com/?p=19</link>
		<comments>http://blog.ontos.com/?p=19#comments</comments>
		<pubDate>Thu, 18 Sep 2008 13:36:25 +0000</pubDate>
		<dc:creator>Philip Dudchuk</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://blog.ontos.com/?p=19</guid>
		<description><![CDATA[ Now we&#8217;re heading to Vienna, where Ontos is a sponsor of the European Conference SemTechnologies to be held on Sept 24-26. Irina will give a talk titled &#8216;Semantic Technologies and Information Integration: Semantic Wine in Media Wine-skin&#8217; on Wednesday. Come also to Daniel&#8217;s presentation &#8216;Intelligent web pages leading to new business&#8217; on Thursday.
We hope [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://blog.ontos.com/wp-content/uploads/2008/09/estc2008.jpg' title='ESTC2008 to be held in Palais Niederösterreich in Vienna'><img align="right" src='http://blog.ontos.com/wp-content/uploads/2008/09/estc2008.thumbnail.jpg' alt='ESTC2008 to be held in Palais Niederösterreich in Vienna' /></a> Now we&#8217;re heading to Vienna, where Ontos is a sponsor of the <a href="http://www.estc2008.com">European Conference SemTechnologies</a> to be held on Sept 24-26. Irina will give a talk titled <a href="http://www.estc2008.com/index.php/program/program-list/35-irinaefimenko">&#8216;Semantic Technologies and Information Integration: Semantic Wine in Media Wine-skin&#8217;</a> on Wednesday. Come also to Daniel&#8217;s presentation <a href="http://www.estc2008.com/index.php/program/program-list/66-intelligent-web-pages-leading-to-new-business">&#8216;Intelligent web pages leading to new business&#8217;</a> on Thursday.</p>
<p>We hope to see all of you there. And of course, feel free to contact us to arrange a meeting next week at ESTC2008!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ontos.com/?feed=rss2&amp;p=19</wfw:commentRss>
		</item>
		<item>
		<title>Semantic Web Patterns on RWW</title>
		<link>http://blog.ontos.com/?p=18</link>
		<comments>http://blog.ontos.com/?p=18#comments</comments>
		<pubDate>Thu, 27 Mar 2008 10:05:39 +0000</pubDate>
		<dc:creator>Philip Dudchuk</dc:creator>
		
		<category><![CDATA[NLP]]></category>

		<guid isPermaLink="false">http://blog.ontos.com/?p=18</guid>
		<description><![CDATA[A couple of days ago, an exciting article on various aspects of semantic technologies was posted on ReadWriteWeb: Semantic Web Patterns: A Guide to Semantic Technologies. Alex Iskold, the author of the article, highlights many important problems of information workers which can be solved by means of the semantic web. This is a nice overview [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago, an exciting article on various aspects of semantic technologies was posted on <a href="http://www.readwriteweb.com/archives/semantic_web_patterns.php">ReadWriteWeb</a>: <a href="http://www.readwriteweb.com/archives/semantic_web_patterns.php">Semantic Web Patterns: A Guide to Semantic Technologies</a>. Alex Iskold, the author of the article, highlights many important problems of information workers which can be solved by means of the semantic web. This is a nice overview of what has been done by the moment in the area of annotation technologies based on meta data, semantic APIs, search technologies, semantic databases, etc. The notion of the Semantic Web itself is considered from various points of view, since as the author notes,</p>
<blockquote><p>The Semantic Web means many things to different people, because there are a lot of pieces to it. To some, the Semantic Web is the web of data, where information is represented in RDF and OWL. Some people replace RDF with Microformats. Others think that the Semantic Web is about web services, while for many it is about artificial intelligence - computer programs solving complex optimization problems that are out of our reach. And business people always redefine the problem in terms of end user value, saying that whatever it is, it needs to have simple and tangible applications for consumers and enterprises.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.ontos.com/?feed=rss2&amp;p=18</wfw:commentRss>
		</item>
		<item>
		<title>Naturalness of a natural language processor</title>
		<link>http://blog.ontos.com/?p=17</link>
		<comments>http://blog.ontos.com/?p=17#comments</comments>
		<pubDate>Thu, 20 Dec 2007 18:50:55 +0000</pubDate>
		<dc:creator>Philip Dudchuk</dc:creator>
		
		<category><![CDATA[NLP]]></category>

		<guid isPermaLink="false">http://blog.ontos.com/?p=17</guid>
		<description><![CDATA[In the natural language processing blog, Hal Daume III has recently written an exciting post where he argues that data mark-up is not natural. To capture the fuzzy notion of naturalness he compares parallel French-English data and part-of-speech tagged data. Parallel French-English data are natural, he says, because they &#8220;naturally&#8221; exist: one shouldn&#8217;t have particular [...]]]></description>
			<content:encoded><![CDATA[<p>In the <a href="http://nlpers.blogspot.com/">natural language processing blog</a>, Hal Daume III has recently written an exciting <a href="http://nlpers.blogspot.com/2007/09/mark-up-always-wrong-tree.html">post</a> where he argues that data mark-up is not natural. To capture the fuzzy notion of naturalness he compares parallel French-English data and part-of-speech tagged data. Parallel French-English data are natural, he says, because they &#8220;naturally&#8221; exist: one shouldn&#8217;t have particular knowledge to understand what these data are and how to use/create them. As for POS-tagged data, they are unnatural and useless for non-linguists/non-developers.</p>
<blockquote><p>The crux of the argument is that if something is not a task that anyone performs naturally, then it&#8217;s not a task worth computationalizing.</p></blockquote>
<p>The further argumentation consists in that there is no external evidence that when a human translates a text, she performs special operations similar to, say, part-of-speech tagging. Mapping the idea onto the Ontos NLP one could say then that there is no evidence that a human piles up some objects like annotations connected with various fragments of the text using a huge number of patterns similar to the JAPE-patterns we are using. Moreover, it is unbelievable that a human reads the same text scores of times to perform a specific operation each time: first to read the whole text to recognize morphological information, then to recognize the named entities, finally to learn the relations between the recognized entities and so on and so forth. Rather, a human somehow interprets the string, applying by turns various subsystems of the Language Faculty, which are required at the moment: e.g., most likely the encyclopedia is not used permanently, but just in the cases it is necessary.</p>
<p>Still, I am not in the position to maintain the idea that a natural language processor must be &#8220;natural&#8221; in all its aspects. Mark-up is not natural, but it is not a so bad idea. It is noticed long ago that computers are very dissimilar to the human cognitive system. Suppose someone will implement, for instance, all the complex syntactic algorithms proposed in Generative grammar; if such a system is possible at all, it might be too complex and unusable. Computers&#8217; peculiarities sometimes make us to avoid &#8220;naturalness&#8221; in the NLP, although it is not to say that NLPers should not try to reach it where it is appropriate and possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ontos.com/?feed=rss2&amp;p=17</wfw:commentRss>
		</item>
		<item>
		<title>Are semantic Apps to take off</title>
		<link>http://blog.ontos.com/?p=16</link>
		<comments>http://blog.ontos.com/?p=16#comments</comments>
		<pubDate>Tue, 04 Dec 2007 13:45:05 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<category><![CDATA[News Portal]]></category>

		<guid isPermaLink="false">http://blog.ontos.com/?p=16</guid>
		<description><![CDATA[On Read/WriteWeb there was a post about 10 semantic Apps to watch. It seems that the terminology of semantics is used for all sort of kinds. Our understanding is that semantic applications should use some form of ontology in order to describe the meaning of data/text and this includes named entities and relations between the [...]]]></description>
			<content:encoded><![CDATA[<p>On Read/WriteWeb there was a post about <a href="http://www.readwriteweb.com/archives/10_semantic_apps_to_watch.php">10 semantic Apps </a>to watch. It seems that the terminology of semantics is used for all sort of kinds. Our understanding is that semantic applications should use some form of ontology in order to describe the meaning of data/text and this includes named entities and relations between the named entities. In my opinion not all of the presented candidates fulfil this requirement. Nevertheless it will be interesting to see if the semantic search engines will leave the beta status and be able to answer questions to all sort of domains. Another point to watch is if the other Apps add more semantic meaning to their solution. At least Ontos with his news portal already uses the semantic meaning and offers first semantic services and therefore we are happy not to be alone in the take off of semantic Apps.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ontos.com/?feed=rss2&amp;p=16</wfw:commentRss>
		</item>
		<item>
		<title>On compositionality, continued: extracting relations</title>
		<link>http://blog.ontos.com/?p=15</link>
		<comments>http://blog.ontos.com/?p=15#comments</comments>
		<pubDate>Tue, 30 Oct 2007 16:09:55 +0000</pubDate>
		<dc:creator>Philip Dudchuk</dc:creator>
		
		<category><![CDATA[NLP]]></category>

		<guid isPermaLink="false">http://blog.ontos.com/?p=15</guid>
		<description><![CDATA[The single spot in our NLP where compositionality is fully abondoned, is Semantic Tagger. Because of the syntactic and semantic complexity of structures we have to analyse, this module can&#8217;t extract the interpretation of a given construction (say, a finite sentence about the relation &#8220;be employee of&#8221;) step by step from the interpretation of its [...]]]></description>
			<content:encoded><![CDATA[<p>The single spot in our NLP where compositionality is fully abondoned, is Semantic Tagger. Because of the syntactic and semantic complexity of structures we have to analyse, this module can&#8217;t extract the interpretation of a given construction (say, a finite sentence about the relation &#8220;be employee of&#8221;) step by step from the interpretation of its syntactic parts. We can&#8217;t do it not just because we don&#8217;t have a sufficiently powerfull syntactic analyser, but we simply don&#8217;t need it.</p>
<p>To extract a relation like &#8220;be employee of&#8221; we use a number of patterns relying on entities recognized previously. Look at (1).</p>
<p>(1) In the mid-1990 the former German citizen Heinz Schimmelbuch becomes CEO of Weissel company,</p>
<p>If the processor already knows that <i>mid-1990</i> is a Date/Period, <i>Heinz Schimmelbuch</i> is a Person, <i>CEO</i> is a Job Title, <i>Weissel company</i> is an Organization, <i>become</i> is a verb of coming into being or smth. like that, and that there is no punctuation between these items, it has enough information to conclude that this sentence might speak about an employment relation, as long as several additional conditions are satisfied. The first condition is the items&#8217; order in this sentence. The sentence (2) might also be an employment-related sentence, but not (3).</p>
<p>(2) The former German citizen Heinz Schimmelbuch becomes CEO of Weissel company in the mid-1990.<br />
(3) In the mid-1990 Heinz Schimmelbuch becomes American citizen and meets the CEO of Weissel company.</p>
<p>The second condition concerns some specific constraints on the key verb. E.g., the verb <i>become</i> has to be finite: with an non-finite verb, the probability that this sentence is irrelevant, increases, cf. (4).</p>
<p>(4) In the mid-1990 the former German citizen Heinz Schimmelbuch dreamed about becoming CEO of Weissel company.</p>
<p>Then, taking into account these observation, we can safely add a pattern using just the recognized items like Person, Job Title, etc. and some punctuation markup (commas, points, etc.), &#8220;hiding&#8221; all the irrelevant part of the sentence.</p>
<p>(5) &#8230; the mid-1990 &#8230; Heinz Schimmelbuch &#8230; become &#8230; CEO &#8230; Weissel company.</p>
<p>Now we can compose such a pattern.</p>
<p><font face="courier new" size="-1">({Date} | {StartPoint})? {Person}<br />
{becomeVG.VOICE = &#8220;act&#8221;, becomeVG.MOOD = &#8220;ind&#8221;}<br />
{JobTitle} {Organization}<br />
</font></p>
<p>Oh yeap, this pattern is indeed used in our system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ontos.com/?feed=rss2&amp;p=15</wfw:commentRss>
		</item>
		<item>
		<title>Shallow Approach in NLP and Construction Grammar</title>
		<link>http://blog.ontos.com/?p=14</link>
		<comments>http://blog.ontos.com/?p=14#comments</comments>
		<pubDate>Wed, 24 Oct 2007 16:49:23 +0000</pubDate>
		<dc:creator>Philip Dudchuk</dc:creator>
		
		<category><![CDATA[NLP]]></category>

		<guid isPermaLink="false">http://blog.ontos.com/?p=14</guid>
		<description><![CDATA[I came accross an exciting paper by Karin Verspoor, George Papcun and Kari Sentz from LANL. The authors suggest a motivation for the so-called shallow approach to Information Extraction.
Indeed, an ongoing discussion between &#8216;deepers&#8217; (who argue for a deep and presumably full semantic and syntactic analysis) and &#8217;shallowers&#8217; (who argue for a shallow analysis) revealed [...]]]></description>
			<content:encoded><![CDATA[<p>I came accross <a href="http://public.lanl.gov/verspoor/pubs/2003/LAUR_03-1504.pdf">an exciting paper</a> by <a href="http://public.lanl.gov/verspoor/">Karin Verspoor</a>, George Papcun and Kari Sentz from <a href="http://www.lanl.gov/">LANL</a>. The authors suggest a motivation for the so-called shallow approach to Information Extraction.</p>
<p>Indeed, an ongoing discussion between &#8216;deepers&#8217; (who argue for a deep and presumably full semantic and syntactic analysis) and &#8217;shallowers&#8217; (who argue for a shallow analysis) revealed that &#8220;[s]hallower approaches are more robust to the linguistic variance  of free text&#8221;, but &#8220;they are much faster&#8221;, while &#8220;[d]eeper approaches &#8230; are in principle more domain-neutral because they embody general linguistic principles&#8221;, but they are obviously much more expensive both in throughput and development time. I&#8217;ve got a particular interest in this issue, because in Ontos we use a kind of shallow approach, and we really do not attempt to get a full syntactic and semantic analysis. Our rules and patterns primarily  focus on the recognition of objects and relations represented in the domain ontology.</p>
<p>
<a href="http://public.lanl.gov/verspoor/pubs/2003/LAUR_03-1504.pdf">Verspoor et al. 2003</a>&#8217;s motivation relies on the Construction Grammar&#8217;s (CG) hypothesis that constructions are the essential linguistic units stored in the human mind. The basic notion of construction is defined in the following way:</p>
<blockquote><p><i>C</i> is a construction iff <i>C</i> is a form-meaning pair F</i><sub>i</sub>, <i>S</i><sub>j</sub>&gt;, such that some aspect of <i>F</i><sub>i</sub> (form) or some aspect of <i>S</i><sub>j</sub> (semantics) is not strictly predicted from <i>C</i>’s component parts or from other previously established constructions.</p></blockquote>
<p>The main argument of constructionists is that in natural language there is a wide range of non-compositional expressions (e.g. idioms), which should be stored in the lexicon. As far as I understand, the radical constructionist view is that any linguistic structure (w.r.t. its syntax and semantics) is a construction. Although the authors note that CG does not entirely reject the principle of compositionality adopted in formal semantics, this principle does not in fact play an important role in CG. Furthermore, the authors suggest that gazetteer entries and expressions captured by syntactic patterns for named entities in a shallow NLP, are constructions in the sense of CG.</p>
<p>I would not be so enthusiastic with the issue of (non)compositionality in the field of IE. Presumably, using gazetteers has nearly nothing in common with (non)compositionality of their entries. In fact, most entries of key-gazetteers (those providing context information) are splendidly compositional (cf. <i>international company</i>, <i>regional hospital</i>), and e.g. patterns using any output of the Morphology Component (i.e. specifying just grammatical features and order of their units) produce also compositional phrases.</p>
<p>But still, there is a special subfield in our NLP, where patterns (not gazetteers) do involve a kind of non-compositional phenomena. I&#8217;ll write about it in the next post.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ontos.com/?feed=rss2&amp;p=14</wfw:commentRss>
		</item>
	</channel>
</rss>
