<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Disqus - Latest Comments for Laurent Szyster</title><link>http://disqus.com/people/c0bd6122bd3ebe720c758e79ef617b3c/</link><description></description><language>en</language><lastBuildDate>Tue, 20 Sep 2005 14:50:42 -0000</lastBuildDate><item><title>Re: Tagtriples + identity precision</title><link>http://phildawesstuff.disqus.com/tagtriples_identity_precision/#comment-2753099</link><description>URI are not appropriate for the Semantic Web, Tim Berner Lee wrote that himself back in 2001:&lt;br&gt;&lt;br&gt;  &lt;a href="http://www.w3.org/DesignIssues/HTTP-URI.html" rel="nofollow"&gt;http://www.w3.org/DesignIssues/HTTP-URI.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;  section 2.5 - Extra info with URI:&lt;br&gt;&lt;br&gt;  "Effectively, the URI scheme has now failed to identify anything by itself."&lt;br&gt;&lt;br&gt;This issue and others have since then not been addressed, although context was forced in RDF store implementation and semantic patched on RDF/XML with Named Graphs.&lt;br&gt;&lt;br&gt;As a data model for the Semantic Web, RDF triple is just broken, it is too simple.&lt;br&gt;&lt;br&gt;Have a look a:&lt;br&gt;&lt;br&gt;  &lt;a href="http://laurentszyster.be/blog/public-names/" rel="nofollow"&gt;http://laurentszyster.be/blog/public-names/&lt;/a&gt;&lt;br&gt;&lt;br&gt;and&lt;br&gt;&lt;br&gt;  &lt;a href="http://laurentszyster.be/blog/public-rdf/" rel="nofollow"&gt;http://laurentszyster.be/blog/public-rdf/&lt;/a&gt;&lt;br&gt;&lt;br&gt;then tell me what you think.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laurent Szyster</dc:creator><pubDate>Thu, 15 Sep 2005 22:22:50 -0000</pubDate></item><item><title>Re: Tagtriples + identity precision</title><link>http://phildawesstuff.disqus.com/tagtriples_identity_precision/#comment-2753101</link><description>"Also, why bother with the netstring numbers? - for the sake of simplicity, why not (apple,computer) or something?"&lt;br&gt;&lt;br&gt;Because articulated text is not made of sequence of byte strings, but like you understood as *sets* of text. For instance, the sentence:&lt;br&gt;&lt;br&gt;  Steve Jobs is the creator of the Apple Computer&lt;br&gt;&lt;br&gt;may be articulated (considering "the", "is" and "of" as&lt;br&gt;articulators and with CRLF added for readability) as the Public Name:&lt;br&gt;&lt;br&gt;  15:&lt;br&gt;    5:Steve,&lt;br&gt;    4:Jobs,&lt;br&gt;    ,&lt;br&gt;  19:&lt;br&gt;    5:Apple,&lt;br&gt;    8:Computer,&lt;br&gt;    ,&lt;br&gt;  7:creator,&lt;br&gt;&lt;br&gt;Sorted sequence of netstring effectively represent the three sets of text:&lt;br&gt;&lt;br&gt;  ((Steve, Jobs) creator (Apple, Computer))&lt;br&gt;&lt;br&gt;and actually preserve the semantic between those sets expressed by the original text articulation.&lt;br&gt;&lt;br&gt;Public Names have many other interesting properties: they can be used as URI, can be used to build fast indexes and can encode any 8-bit byte strings.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laurent Szyster</dc:creator><pubDate>Fri, 16 Sep 2005 11:23:46 -0000</pubDate></item><item><title>Re: XML to tagtriples (and mapping heuristics)</title><link>http://phildawesstuff.disqus.com/xml_to_tagtriples_and_mapping_heuristics/#comment-2753134</link><description>Simplification of RDF/XML without URI constraint for subject, predicate or objects is a good idea. But I have to disaggree on this:&lt;br&gt;&lt;br&gt;  "statement order in a graph is maintained"&lt;br&gt;&lt;br&gt;Because there is little semantic to be found in a sequence of XML elements and it's a big restriction on its practical usage.&lt;br&gt;&lt;br&gt;An XML element tree can represent sets of hierarchical relationships, display ordered sequence, but making an assumption about the meaning of a sequence restricts the liberty of the author to change this order of elements. That's exactly why XML is so popular: it is less complex than SGML and provides a more flexible text format than *fixed* position records or flat database interchange formats.&lt;br&gt;&lt;br&gt;The first example XML string with your name and e-mail address could be rewritten as:&lt;br&gt;&lt;br&gt;  &lt;br&gt;    &lt;a href="mailto:pdawes@users.sf.net" rel="nofollow"&gt;pdawes@users.sf.net&lt;/a&gt;&lt;br&gt;  &lt;br&gt;&lt;br&gt;explicitely assign the name "Phil Dawes" as the context of the e-mail address .&lt;br&gt;&lt;br&gt;Or vice-versa, using a well-supported URL,&lt;br&gt;&lt;br&gt;  &lt;a href="mailto:pdawes@users.sf.net" rel="nofollow"&gt;Phil Dawes&lt;/a&gt;&lt;br&gt;&lt;br&gt;A metabase (a semantic server, a metada management system) should not re-articulate the information submitted. It is up to the application or its users to produce well articulated statements.&lt;br&gt;&lt;br&gt;By the way, I tried to send you a private mail to  but that did not work out so well. The mailer at &lt;a href="http://sf.net" rel="nofollow"&gt;sf.net&lt;/a&gt; bounced it back.&lt;br&gt;&lt;br&gt;Kind Regards,</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laurent Szyster</dc:creator><pubDate>Tue, 20 Sep 2005 14:38:02 -0000</pubDate></item><item><title>Re: URIs make metadata complicated</title><link>http://phildawesstuff.disqus.com/uris_make_metadata_complicated/#comment-2753139</link><description>"Any others?"&lt;br&gt;&lt;br&gt;Yes:&lt;br&gt;&lt;br&gt;  &lt;a href="http://laurentszyster.be/blog/public-names/" rel="nofollow"&gt;http://laurentszyster.be/blog/public-names/&lt;/a&gt;&lt;br&gt;&lt;br&gt;of course ;-)&lt;br&gt;&lt;br&gt;Public Names provide a data model that:&lt;br&gt;&lt;br&gt;1. Captures simple text articulation as unique&lt;br&gt;   sets of strings in a single semantic field,&lt;br&gt;   for instance (with CRLF added):&lt;br&gt;&lt;br&gt;   17:&lt;br&gt;     6:Public,&lt;br&gt;     5:Names,&lt;br&gt;     ,&lt;br&gt;   15:&lt;br&gt;      4:data,&lt;br&gt;      5:model,&lt;br&gt;      ,&lt;br&gt;   1:a,&lt;br&gt;   7:provide,&lt;br&gt;   4:that,&lt;br&gt;&lt;br&gt;2. Allow a simple computer system to validate&lt;br&gt;   a string of bytes as an *unambiguous* text&lt;br&gt;   articulation, for instance:&lt;br&gt;&lt;br&gt;   5:Dawes,4:Phil,&lt;br&gt;&lt;br&gt;and use them as Unique Resource Identifier&lt;br&gt;with the required properties for a semantic&lt;br&gt;application.&lt;br&gt;&lt;br&gt;Kind Regards,</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laurent Szyster</dc:creator><pubDate>Tue, 20 Sep 2005 14:50:42 -0000</pubDate></item></channel></rss>