<?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/"
	>

<channel>
	<title>Semantic Web Greece</title>
	<atom:link href="http://www.semanticweb.gr/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.semanticweb.gr</link>
	<description>semantic web related activity in Greece</description>
	<lastBuildDate>Tue, 06 Apr 2010 17:28:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Thea presentation</title>
		<link>http://www.semanticweb.gr/?p=45</link>
		<comments>http://www.semanticweb.gr/?p=45#comments</comments>
		<pubDate>Tue, 06 Apr 2010 17:28:00 +0000</pubDate>
		<dc:creator>vangelis</dc:creator>
				<category><![CDATA[Thea]]></category>
		<category><![CDATA[Thessaloniki Semantic Web Meetup]]></category>

		<guid isPermaLink="false">http://www.semanticweb.gr/?p=45</guid>
		<description><![CDATA[Thea was presented at the Thessaloniki Semantic Web meetup on March 23. The presentation is available here
]]></description>
			<content:encoded><![CDATA[<p>Thea was presented at the <a title="Thessaloniki Semantic Web meetup" href="http://www.meetup.com/Thessaloniki-Semantic-Web-Meetup/" onclick="pageTracker._trackPageview('/outgoing/www.meetup.com/Thessaloniki-Semantic-Web-Meetup/?referer=');">Thessaloniki Semantic Web meetup</a> on March 23. The presentation is available <a title="here" href="http://www.slideshare.net/vangelisv/processing-owl2-ontologies-using-thea-an-application-of-logic-programming" onclick="pageTracker._trackPageview('/outgoing/www.slideshare.net/vangelisv/processing-owl2-ontologies-using-thea-an-application-of-logic-programming?referer=');">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticweb.gr/?feed=rss2&amp;p=45</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thea Open Calais Prolog wrapper library</title>
		<link>http://www.semanticweb.gr/?p=37</link>
		<comments>http://www.semanticweb.gr/?p=37#comments</comments>
		<pubDate>Wed, 10 Feb 2010 22:42:29 +0000</pubDate>
		<dc:creator>vangelis</dc:creator>
				<category><![CDATA[Thea]]></category>
		<category><![CDATA[Open Calais]]></category>

		<guid isPermaLink="false">http://www.semanticweb.gr/?p=37</guid>
		<description><![CDATA[
Introduction
Open Calais is a Web service provided by Thomson Reuters. Open Calais analyses content using NLP and semantic tecniques and returns an RDF based response containing entities and relationships identified in the source and associated metadata.
thea_opencalais is a Prolog wrapper for accessing Open Calais and process the results. It is an application of Thea Prolog [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { size: 21cm 29.7cm; margin: 2cm } 		H2.western { font-family: "Albany", sans-serif; font-size: 14pt; font-style: italic } 		H2.cjk { font-family: "HG Mincho Light J"; font-size: 14pt; font-style: italic } 		H2.ctl { font-family: "Arial Unicode MS"; font-size: 14pt; font-style: italic } 		PRE.code { background: #f8f8f8; border: 1px solid #000000; padding-top: 0.13cm; padding-bottom: 0.13cm; padding-left: 0.13cm; padding-right: 0.05cm } 		DT.pubdef { background: #c5e1ff } --></p>
<h3>Introduction</h3>
<p><a href="http://www.opencalais.com/" onclick="pageTracker._trackPageview('/outgoing/www.opencalais.com/?referer=');">Open Calais</a> is a Web service provided by Thomson Reuters. Open Calais analyses content using NLP and semantic tecniques and returns an RDF based response containing entities and relationships identified in the source and associated metadata.</p>
<p>thea_opencalais is a Prolog wrapper for accessing Open Calais and process the results. It is an application of <a href="../../../../../thea">Thea</a> Prolog library for OWL2 Ontologies. thea_opencalais uses the Open Calais ontology and parses the service response first into Ontology axioms and finally into prolog terms and predicates, accessible from within a Prolog program.</p>
<h3>Example</h3>
<ol>
<li>Get your Open Calais license key and assert it as a Prolog 	fact:
<pre style="margin-bottom: 0.5cm;">     :- assert(thea_opencalais:open_calais(license('Your open calais license key'))).</pre>
</li>
<li>Load the Open Calais Ontology into Prolog using Thea.
<pre style="margin-bottom: 0.5cm;">    :- owl_parse_rdf('owl.opencalais-4.3.xml.owl',[imports(false),clear(complete)]).</pre>
<p>The Ontology in this example has been already downloaded in the 	working directory. Originaly it can be found <a href="http://www.opencalais.com/files/owl.opencalais-4.3a.xml" onclick="pageTracker._trackPageview('/outgoing/www.opencalais.com/files/owl.opencalais-4.3a.xml?referer=');">here</a></li>
<li>Post the content of a Wikipeadia page about papal visits to 	the Open Calais REST service
<pre style="margin-bottom: 0.5cm;">    :- oc_rest(http('http://en.wikipedia.org/wiki/List_of_journeys_of_Pope_Benedict_XVI'),'',_X).</pre>
</li>
<li>Use Prolog provided prolog predicates to examine Markup 	Elements (Entities and Relationships) in the result
<pre> <img src='http://www.semanticweb.gr/wp-includes/images/smilies/icon_surprised.gif' alt=':-o' class='wp-smiley' /> c_entity(A,B,C,E,D).
       A = 'http://d.opencalais.com/genericHasher-1/f545c2a6-ccd3-3095-adb0-c1c8dda96624',
       B = 'http://s.opencalais.com/1/type/em/e/Anniversary',
       C = ['http://s.opencalais.com/1/pred/name'=literal('the 500th anniversary of Catholic...')],
       E = [instance_info('http://d.opencalais.com/dochash-1/2d1827f8-c251-36b1-bfe6-043a4a.....
       D = []</pre>
</li>
<li>You can also write custom predicates to query the resulted 	database of Markup Elements e.g.
<pre>    quotation(Person,Quotation) :-
            oc_relation(_I,'http://s.opencalais.com/1/type/em/r/Quotation',PVList),
            pv_attr('http://s.opencalais.com/1/pred/person',PVList,Person),
            pv_attr('http://s.opencalais.com/1/pred/quote',PVList,Quotation).</pre>
</li>
</ol>
<h3>Download and use</h3>
<p>Thea and thea_opencalais are open source licensed under GPL and are hosted on <a href="http://github.com/vangelisv/thea" onclick="pageTracker._trackPageview('/outgoing/github.com/vangelisv/thea?referer=');">github</a>. thea_opencalais module and examples can be found in apps/opencalais folder</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticweb.gr/?feed=rss2&amp;p=37</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thessaloniki Semantic Web Meetup</title>
		<link>http://www.semanticweb.gr/?p=24</link>
		<comments>http://www.semanticweb.gr/?p=24#comments</comments>
		<pubDate>Mon, 08 Feb 2010 17:25:38 +0000</pubDate>
		<dc:creator>vangelis</dc:creator>
				<category><![CDATA[Thessaloniki Semantic Web Meetup]]></category>
		<category><![CDATA[Thessaloniki SW Meetup]]></category>

		<guid isPermaLink="false">http://www.semanticweb.gr/?p=24</guid>
		<description><![CDATA[
Thessaloniki Semantic Web meetup is an informal group of people -researchers and practinioners- who are interested in Semantic Web and  live and work in Thessaloniki.
The meetup is a member of http://www.lotico.com, a global alliance of communities interested in Semantic Web, sponsored by SemTech 2010.
It acts as a forum for getting together and exchange ideas and [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;" lang="en-US"><a href="http://www.meetup.com/Thessaloniki-Semantic-Web-Meetup/" onclick="pageTracker._trackPageview('/outgoing/www.meetup.com/Thessaloniki-Semantic-Web-Meetup/?referer=');">Thessaloniki Semantic Web meetup</a> is an informal group of people -researchers and practinioners- who are interested in Semantic Web and  live and work in Thessaloniki.</p>
<p style="margin-bottom: 0in;" lang="en-US">The meetup is a member of <a title="lotico" href="http://www.lotico.com/" onclick="pageTracker._trackPageview('/outgoing/www.lotico.com/?referer=');">http://www.lotico.com</a>, a global alliance of communities interested in Semantic Web, sponsored by <a href="http://www.lotico.com/stc2010" onclick="pageTracker._trackPageview('/outgoing/www.lotico.com/stc2010?referer=');">SemTech 2010</a>.</p>
<p style="margin-bottom: 0in;" lang="en-US">It acts as a forum for getting together and exchange ideas and experiences on the Semantic Web and related topics, technologies and tools. There are meetings every 2 months where various topics are discussed and members give presentations of their work on projects related to Semantic Web and/or involved technologies.</p>
<p style="margin-bottom: 0in;" lang="en-US">The first meetup took place last November while in the second one, last January, Mike Salampasis presented the <a href="http://seebrowser.it.teithe.gr/" onclick="pageTracker._trackPageview('/outgoing/seebrowser.it.teithe.gr/?referer=');">SeeBrowser</a>, a semanticaly enhanced browser for visually impaired people.</p>
<p style="margin-bottom: 0in;"><span lang="en-US">Currently the meetup has 20 members mostly from the Academic institutions of the city but also from the IT sector.<br />
</span></p>
<p style="margin-bottom: 0in;" lang="en-US">Next meeting is planned for March 23 where Vangelis Vassiliadis will present Thea, a Prolog library for OWL2 ontologies.</p>
<p style="margin-bottom: 0in;" lang="en-US">
]]></content:encoded>
			<wfw:commentRss>http://www.semanticweb.gr/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semanticweb Greece blog</title>
		<link>http://www.semanticweb.gr/?p=1</link>
		<comments>http://www.semanticweb.gr/?p=1#comments</comments>
		<pubDate>Tue, 15 Dec 2009 22:00:11 +0000</pubDate>
		<dc:creator>vangelis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.semanticweb.gr/?p=1</guid>
		<description><![CDATA[Front page is now a blog.
The wiki pages are still available in www.semanticweb.gr/wiki
]]></description>
			<content:encoded><![CDATA[<p>Front page is now a blog.</p>
<p>The wiki pages are still available in <a href="http://www.semanticweb.gr/wiki">www.semanticweb.gr/wiki</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticweb.gr/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
