<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments for n²</title>
	<atom:link href="http://blogs.talis.com/n2/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.talis.com/n2</link>
	<description>All about developing with the Talis Platform</description>
	<pubDate>Sun, 05 Jul 2009 02:51:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Understanding the Big BBC Graph by Tom Scott</title>
		<link>http://blogs.talis.com/n2/archives/569/comment-page-1#comment-965</link>
		<dc:creator>Tom Scott</dc:creator>
		<pubDate>Thu, 11 Jun 2009 14:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=569#comment-965</guid>
		<description>It's also worth pointing out that the music reviews are published under a CC license (non-commercial, attribution share-alike).

Nice write up of the structure BTW :)</description>
		<content:encoded><![CDATA[<p>It&#8217;s also worth pointing out that the music reviews are published under a CC license (non-commercial, attribution share-alike).</p>
<p>Nice write up of the structure BTW <img src='http://blogs.talis.com/n2/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick OpenCalais Hack by Tom Tague</title>
		<link>http://blogs.talis.com/n2/archives/539/comment-page-1#comment-959</link>
		<dc:creator>Tom Tague</dc:creator>
		<pubDate>Mon, 08 Jun 2009 12:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=539#comment-959</guid>
		<description>Leigh:

Tom Tague from OpenCalais here.

Thanks for the post. This is great. We always appreciate it when someone takes the time to publish examples / cookbooks that help jump start others exploration of Calais. 

For those of you not directly involved in NASA space flight data you might see interesting results taking in full text news feeds such a the Huffington Post or the Reuters Spotlight feed (or many others). By automatically adding semantic metadata (entities are interesting - but events like natural disasters, product recalls, management changes, bankruptcies are even more so) you can quickly create a very interesting exploratory database around a particular domain (sports, business, etc). With a combination of SPARQL plus the Calais Linked Data assets you can ask interesting questions like "What natural disasters were mentioned in relation to South America" or "What Sports Teams are mentioned that are located in New York". You get the idea..

Again, thanks for the examples. 

Regards,</description>
		<content:encoded><![CDATA[<p>Leigh:</p>
<p>Tom Tague from OpenCalais here.</p>
<p>Thanks for the post. This is great. We always appreciate it when someone takes the time to publish examples / cookbooks that help jump start others exploration of Calais. </p>
<p>For those of you not directly involved in NASA space flight data you might see interesting results taking in full text news feeds such a the Huffington Post or the Reuters Spotlight feed (or many others). By automatically adding semantic metadata (entities are interesting - but events like natural disasters, product recalls, management changes, bankruptcies are even more so) you can quickly create a very interesting exploratory database around a particular domain (sports, business, etc). With a combination of SPARQL plus the Calais Linked Data assets you can ask interesting questions like &#8220;What natural disasters were mentioned in relation to South America&#8221; or &#8220;What Sports Teams are mentioned that are located in New York&#8221;. You get the idea..</p>
<p>Again, thanks for the examples. </p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moriarty Progess Report by kwijibo</title>
		<link>http://blogs.talis.com/n2/archives/518/comment-page-1#comment-953</link>
		<dc:creator>kwijibo</dc:creator>
		<pubDate>Wed, 03 Jun 2009 14:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=518#comment-953</guid>
		<description>Another recent update has been to the ChangeSet class, which can now do &lt;a&gt;batch changesets&lt;/a&gt; - just don't provide a
subjectOfChange parameter
You can also pass any kind of RDF to the 'before' and 'after'
parameters - RDF/XML, turtle, triples array, index array
You can also add extra metadata to each of the changesets created like
this:&lt;code&gt;

                $args =  array(
                        'after' =&gt; $this-&gt;g1,
                        'before' =&gt; array(),
                        'properties' =&gt; array(
                                'http://purl.org/dc/elements/1.1/source' =&gt; array(array('value' =&gt;
'http://example.org/home.rdf', 'type' =&gt; 'uri')),
                                ),
                        );
                $this-&gt;ChangeSet = new ChangeSet($args);
&lt;/code&gt;
This will add  the properties under the 'properties' key to each
changeset created.</description>
		<content:encoded><![CDATA[<p>Another recent update has been to the ChangeSet class, which can now do <a>batch changesets</a> - just don&#8217;t provide a<br />
subjectOfChange parameter<br />
You can also pass any kind of RDF to the &#8216;before&#8217; and &#8216;after&#8217;<br />
parameters - RDF/XML, turtle, triples array, index array<br />
You can also add extra metadata to each of the changesets created like<br />
this:<code></p>
<p>                $args =  array(<br />
                        'after' =&gt; $this-&gt;g1,<br />
                        'before' =&gt; array(),<br />
                        'properties' =&gt; array(<br />
                                'http://purl.org/dc/elements/1.1/source' =&gt; array(array('value' =&gt;<br />
'http://example.org/home.rdf', 'type' =&gt; 'uri')),<br />
                                ),<br />
                        );<br />
                $this-&gt;ChangeSet = new ChangeSet($args);<br />
</code><br />
This will add  the properties under the &#8216;properties&#8217; key to each<br />
changeset created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on voiD, datasets, graphs, documents, and dcterms:isPartOf backlinks by Simon Reinhardt</title>
		<link>http://blogs.talis.com/n2/archives/485/comment-page-1#comment-947</link>
		<dc:creator>Simon Reinhardt</dc:creator>
		<pubDate>Fri, 29 May 2009 11:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=485#comment-947</guid>
		<description>Hmpf, the URI got filtered out. This was supposed to be "So in the log vocabulary (used by Cwm) there is http://www.w3.org/2000/10/swap/log#semantics".</description>
		<content:encoded><![CDATA[<p>Hmpf, the URI got filtered out. This was supposed to be &#8220;So in the log vocabulary (used by Cwm) there is <a href="http://www.w3.org/2000/10/swap/log#semantics" rel="nofollow">http://www.w3.org/2000/10/swap/log#semantics</a>&#8220;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on voiD, datasets, graphs, documents, and dcterms:isPartOf backlinks by kwijibo</title>
		<link>http://blogs.talis.com/n2/archives/485/comment-page-1#comment-944</link>
		<dc:creator>kwijibo</dc:creator>
		<pubDate>Fri, 29 May 2009 08:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=485#comment-944</guid>
		<description>Hi Simon, Tim, 

Yes, I wasn't all that sure about using that frbr property; it was the nearest I could find at the time. log:semantics would be far better. I was also thinking perhaps the proposed awww:representation property in http://esw.w3.org/topic/AwwswVocabulary might be suitable, but  log:semantics is better.

I would be interested in hearing if LOD publishers prefer to use this slightly more complicated (because it introduces another node and another level of indirection), but more precise modeling.</description>
		<content:encoded><![CDATA[<p>Hi Simon, Tim, </p>
<p>Yes, I wasn&#8217;t all that sure about using that frbr property; it was the nearest I could find at the time. log:semantics would be far better. I was also thinking perhaps the proposed awww:representation property in <a href="http://esw.w3.org/topic/AwwswVocabulary" rel="nofollow">http://esw.w3.org/topic/AwwswVocabulary</a> might be suitable, but  log:semantics is better.</p>
<p>I would be interested in hearing if LOD publishers prefer to use this slightly more complicated (because it introduces another node and another level of indirection), but more precise modeling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on voiD, datasets, graphs, documents, and dcterms:isPartOf backlinks by Simon Reinhardt</title>
		<link>http://blogs.talis.com/n2/archives/485/comment-page-1#comment-941</link>
		<dc:creator>Simon Reinhardt</dc:creator>
		<pubDate>Thu, 28 May 2009 21:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=485#comment-941</guid>
		<description>I'm not very convinced of the usage of FRBR here (partly maybe because I'm less and less convinced FRBR is a suitable model for designing ontologies but that's another topic).
So in the log vocabulary (used by Cwm) there is . Look at the description, I think this might be a good property for linking from an information resource to a graph.

Regards,
  Simon</description>
		<content:encoded><![CDATA[<p>I&#8217;m not very convinced of the usage of FRBR here (partly maybe because I&#8217;m less and less convinced FRBR is a suitable model for designing ontologies but that&#8217;s another topic).<br />
So in the log vocabulary (used by Cwm) there is . Look at the description, I think this might be a good property for linking from an information resource to a graph.</p>
<p>Regards,<br />
  Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on voiD, datasets, graphs, documents, and dcterms:isPartOf backlinks by Tim Berners-Lee</title>
		<link>http://blogs.talis.com/n2/archives/485/comment-page-1#comment-938</link>
		<dc:creator>Tim Berners-Lee</dc:creator>
		<pubDate>Thu, 28 May 2009 21:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=485#comment-938</guid>
		<description>@prefix log: &lt;http://www.w3.org/2000/10/swap/log#&gt;.

For the record, there is log:semantics which cwm understands as a builtin function
and is exactly the relation between the document and the graph.

So you might say 

[ is log:semantics of &lt;http://lastfm.rdfize.com/?artistName=Black+Sabbath&amp;output=rdf&gt; ] 
dcterms:isPartOf &lt;http://lastfm.rdfize.com/meta.n3#Dataset&gt;.

or as a path

&lt;http://lastfm.rdfize.com/?artistName=Black+Sabbath&amp;output=rdf&gt;!log:semantics
  dcterms:isPartOf &lt;http://lastfm.rdfize.com/meta.n3#Dataset&gt;.

timbl</description>
		<content:encoded><![CDATA[<p>@prefix log: &lt;http://www.w3.org/2000/10/swap/log#&gt;.</p>
<p>For the record, there is log:semantics which cwm understands as a builtin function<br />
and is exactly the relation between the document and the graph.</p>
<p>So you might say </p>
<p>[ is log:semantics of &lt;http://lastfm.rdfize.com/?artistName=Black+Sabbath&amp;output=rdf&gt; ]<br />
dcterms:isPartOf &lt;http://lastfm.rdfize.com/meta.n3#Dataset&gt;.</p>
<p>or as a path</p>
<p>&lt;http://lastfm.rdfize.com/?artistName=Black+Sabbath&amp;output=rdf&gt;!log:semantics<br />
  dcterms:isPartOf &lt;http://lastfm.rdfize.com/meta.n3#Dataset&gt;.</p>
<p>timbl</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Opening for a Senior Platform Developer by Kjetil Kjernsmo</title>
		<link>http://blogs.talis.com/n2/archives/257/comment-page-1#comment-905</link>
		<dc:creator>Kjetil Kjernsmo</dc:creator>
		<pubDate>Wed, 08 Apr 2009 14:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=257#comment-905</guid>
		<description>How about Perl? I know talisians tend to like Perl</description>
		<content:encoded><![CDATA[<p>How about Perl? I know talisians tend to like Perl</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Talis Connected Commons Frequently Asked Questions by Open Knowledge Foundation Blog &#187; Blog Archive &#187; Talis launches &#8216;Connected Commons&#8217; for open data at OKCon 2009</title>
		<link>http://blogs.talis.com/n2/cc-faq/comment-page-1#comment-893</link>
		<dc:creator>Open Knowledge Foundation Blog &#187; Blog Archive &#187; Talis launches &#8216;Connected Commons&#8217; for open data at OKCon 2009</dc:creator>
		<pubDate>Fri, 03 Apr 2009 14:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?page_id=404#comment-893</guid>
		<description>[...] We were also pleased to notice in their FAQ: [...]</description>
		<content:encoded><![CDATA[<p>[...] We were also pleased to notice in their FAQ: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pho: A Ruby Client for the Talis Platform by Elliot Smith</title>
		<link>http://blogs.talis.com/n2/archives/290/comment-page-1#comment-890</link>
		<dc:creator>Elliot Smith</dc:creator>
		<pubDate>Fri, 03 Apr 2009 10:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=290#comment-890</guid>
		<description>Any chance you could support changesets? I can't see any reference to it in the documentation, and this is the part of the Platform API where I need most help.

Thanks.</description>
		<content:encoded><![CDATA[<p>Any chance you could support changesets? I can&#8217;t see any reference to it in the documentation, and this is the part of the Platform API where I need most help.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
