<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-11614</id>
	<title>Nabble - w3.org - rdf</title>
	<updated>2009-11-09T00:56:12Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/w3.org---rdf-f11614.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/w3.org---rdf-f11614.html" />
	<subtitle type="html">The Resource Description Framework (RDF) integrates a variety of applications from library catalogs and world-wide directories to syndication and aggregation of news, software, and content to personal collections of music, photos, and events using XML as an interchange syntax. The RDF specifications provide a lightweight ontology system to support the exchange of knowledge on the Web. w3.org - rdf home is &lt;a href=&quot;http://www.w3.org/RDF/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26263011</id>
	<title>Re: Meeting minutes, 2009-11-05</title>
	<published>2009-11-09T00:56:12Z</published>
	<updated>2009-11-09T00:56:12Z</updated>
	<author>
		<name>Ivan Herman-2</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Toby Inkster wrote:
&lt;br&gt;&amp;gt; On Thu, 2009-11-05 at 19:42 +0100, Ivan Herman wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;... There is MediaRSS - which is RDFa being used in a non-XHTML
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;dialect.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; DataRSS, surely? DataRSS is RDFa in Atom.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;I am sorry. Yes, I meant DataRSS. Thanks for catching this:-)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Regarding an RSS 1.1 Core specification, it looks to me like there are
&lt;br&gt;&amp;gt; currently three &amp;quot;branches&amp;quot; of RDFa syntax:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1. XHTML+RDFa - the original, and a W3C Rec. DataRSS uses the same
&lt;br&gt;&amp;gt; branch of RDFa - it's essentially just got different tag names.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2. HTML+RDFa - small refinements on XHTML+RDFa necessary to get it to
&lt;br&gt;&amp;gt; work on an HTML DOM.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 3. SVG 1.2 Tiny - this differs significantly from the other two in that
&lt;br&gt;&amp;gt; it may also legitimately include RDF/XML chunks.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;/div&gt;Just for the records, AFAIK the differences are:
&lt;br&gt;&lt;br&gt;- SVG 1.2 accepts the genuine xml verbs like xml:base and xml:lang (and
&lt;br&gt;the latter should be added to RDFa in general)
&lt;br&gt;- SVG 1.2 restricts itself to the genuine RDFa attributes and does not
&lt;br&gt;have special reference to @href or @src
&lt;br&gt;&lt;br&gt;which would probably characterize the generic RDFa for XML in general. I
&lt;br&gt;would not consider these two as significant.
&lt;br&gt;&lt;br&gt;There is, of course, another item that you refer to below: SVG always
&lt;br&gt;had the &amp;lt;metadata&amp;gt; element, and it was defined in such a way that this
&lt;br&gt;could include &amp;lt;rdf:RDF&amp;gt; portions, ie, RDF/XML things. The way SVG 1.2 is
&lt;br&gt;defined is such that the generated default graph is a merge of the RDFa
&lt;br&gt;processing output and such RDF/XML statements. Which is indeed, as you
&lt;br&gt;say below, a feature we might want to think about in general for XML in
&lt;br&gt;general...
&lt;br&gt;&lt;br&gt;&amp;gt; RDF 1.1 Core 
&lt;br&gt;&lt;br&gt;You mean RDFa 1.1 and not RDF 1.1, right? :-)
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;needs to unite not only the first two, but also the third
&lt;br&gt;&amp;gt; branch - XML-based varieties of RDFa which can legitimately include
&lt;br&gt;&amp;gt; RDF/XML chunks. (It should specify whether triples from all of them form
&lt;br&gt;&amp;gt; a single graph or should/may be separated into separate graphs. 
&lt;br&gt;&lt;br&gt;SVG 1.2 does not specify separate graphs
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;It might
&lt;br&gt;&amp;gt; even be useful if:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	&amp;lt;x property=&amp;quot;foo:bar&amp;quot; datatype=&amp;quot;rdfa:reified&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;	 &amp;nbsp;&amp;lt;rdf:RDF&amp;gt;...&amp;lt;/rdf:RDF&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;/x&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; resulted in something like the following N3:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	&amp;lt;&amp;gt; foo:bar { ... } .
&lt;/div&gt;&lt;/div&gt;Wow. That would open the floodgates vs. named graphs and reification...:-)
&lt;br&gt;&lt;br&gt;Ivan
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Just some things to think about...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;Ivan Herman, W3C Semantic Web Activity Lead
&lt;br&gt;Home: &lt;a href=&quot;http://www.w3.org/People/Ivan/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/People/Ivan/&lt;/a&gt;&lt;br&gt;mobile: +31-641044153
&lt;br&gt;PGP Key: &lt;a href=&quot;http://www.ivan-herman.net/pgpkey.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/pgpkey.html&lt;/a&gt;&lt;br&gt;FOAF: &lt;a href=&quot;http://www.ivan-herman.net/foaf.rdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/foaf.rdf&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;smime.p7s&lt;/strong&gt; (5K) &lt;a href=&quot;http://old.nabble.com/attachment/26263011/0/smime.p7s&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Meeting-minutes%2C-2009-11-05-tp26220130p26263011.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26256818</id>
	<title>Re: Meeting minutes, 2009-11-05</title>
	<published>2009-11-08T11:04:18Z</published>
	<updated>2009-11-08T11:04:18Z</updated>
	<author>
		<name>Toby Inkster-4</name>
	</author>
	<content type="html">On Thu, 2009-11-05 at 19:42 +0100, Ivan Herman wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;... There is MediaRSS - which is RDFa being used in a non-XHTML
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;dialect.
&lt;br&gt;&lt;br&gt;DataRSS, surely? DataRSS is RDFa in Atom.
&lt;br&gt;&lt;br&gt;Regarding an RSS 1.1 Core specification, it looks to me like there are
&lt;br&gt;currently three &amp;quot;branches&amp;quot; of RDFa syntax:
&lt;br&gt;&lt;br&gt;1. XHTML+RDFa - the original, and a W3C Rec. DataRSS uses the same
&lt;br&gt;branch of RDFa - it's essentially just got different tag names.
&lt;br&gt;&lt;br&gt;2. HTML+RDFa - small refinements on XHTML+RDFa necessary to get it to
&lt;br&gt;work on an HTML DOM.
&lt;br&gt;&lt;br&gt;3. SVG 1.2 Tiny - this differs significantly from the other two in that
&lt;br&gt;it may also legitimately include RDF/XML chunks.
&lt;br&gt;&lt;br&gt;RDF 1.1 Core needs to unite not only the first two, but also the third
&lt;br&gt;branch - XML-based varieties of RDFa which can legitimately include
&lt;br&gt;RDF/XML chunks. (It should specify whether triples from all of them form
&lt;br&gt;a single graph or should/may be separated into separate graphs. It might
&lt;br&gt;even be useful if:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;x property=&amp;quot;foo:bar&amp;quot; datatype=&amp;quot;rdfa:reified&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp;	 &amp;nbsp;&amp;lt;rdf:RDF&amp;gt;...&amp;lt;/rdf:RDF&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/x&amp;gt;
&lt;br&gt;&lt;br&gt;resulted in something like the following N3:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&amp;gt; foo:bar { ... } .
&lt;br&gt;&lt;br&gt;Just some things to think about...
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Toby A Inkster
&lt;br&gt;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26256818&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mail@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://tobyinkster.co.uk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tobyinkster.co.uk&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Meeting-minutes%2C-2009-11-05-tp26220130p26256818.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26237617</id>
	<title>TPAC09: IRC log of RDFa and Microdata in HTML5 session</title>
	<published>2009-11-06T11:43:09Z</published>
	<updated>2009-11-06T11:43:09Z</updated>
	<author>
		<name>Manu Sporny</name>
	</author>
	<content type="html">What follows is an IRC log of the RDFa and Microdata in HTML5 break-out
&lt;br&gt;session that happened today.
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;--&amp;gt;|	YOU (manu) have joined #html-wg2
&lt;br&gt;&amp;nbsp;=-= Topic for #html-wg2 is “RDFa and Microdata next steps, in Salon B”
&lt;br&gt;&amp;nbsp;=-= Topic for #html-wg2 was set by MikeSmith on Fri Nov 6 11:53:20 2009
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... The current HTML5+RDFa draft takes use of that provision
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... so it's kind of a question of whether validator profiles
&lt;br&gt;will take into account such specifications
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... will they put them into
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; tantek: does html5 define a validation model for extensions?
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; Hixie: I don't understand what that means
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; MJS: HTML5 defines the concrete syntax
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... converting source into DOM
&lt;br&gt;&amp;nbsp;* manu unfortunately has an unrelated 2 hour meeting right now, but
&lt;br&gt;will check this thread after I get back.
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... and defining values for certain attributes
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... other documents would have to define how their things
&lt;br&gt;integrate
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; tantek: extensions work at the DOM or tree model
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... instead of the parsing model?
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; MJS: correct
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; plh: ...
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... maybe it would be worth writing a document somewhere
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... saying &amp;quot;these are the use cases for ...&amp;quot;
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; Hixie: We actually have the use cases for microdata
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... but I've never seen that for RDFa
&lt;br&gt;&amp;nbsp;&amp;lt;tantek&amp;gt; Zakim q?
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; plh: Who is the community who sees them as unrelated
&lt;br&gt;&amp;nbsp;&amp;lt;tantek&amp;gt; Zakim, q?
&lt;br&gt;&amp;nbsp;&amp;lt;Zakim&amp;gt; I see plh on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... if we don't tell them &amp;quot;this is what you should use&amp;quot;
&lt;br&gt;&amp;nbsp;&amp;lt;tantek&amp;gt; ack plh
&lt;br&gt;&amp;nbsp;* Zakim sees no one on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; Hixie: we have an open bug on making the use of data-* more
&lt;br&gt;clear
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; plh: take those use cases and put them into one document
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; Hixie: I think the spec does this rather well
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... we have an introduction that explains how to use this
&lt;br&gt;and (when?)
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... In my view, we shouldn't split this out
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... there is one thing which needs to be integrated in and
&lt;br&gt;that'll help make it clearer
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; plh: do we have a list of where all the extensions are?
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; Hixie: this isn't really practical
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... there are too many
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... and i don't think people will come to the spec looking
&lt;br&gt;for this
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; tantek: I heard three requests from plh
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... 1. use cases
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... 2. a tutorial, of how to use the different pieces
&lt;br&gt;&amp;nbsp;&amp;lt;Hixie&amp;gt; plh,
&lt;br&gt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/public-html/2009May/0207.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-html/2009May/0207.html&lt;/a&gt;&amp;nbsp;has
&lt;br&gt;the list of use cases used for developing microdata
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... 3. some sort of documentation iterating all of the
&lt;br&gt;extension mechanisms in htm5
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; plh: ...
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... I think we could put some of this in
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... a wiki (perhaps)
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; Hixie: do we have something like this in html4?
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; plh: no, we don't
&lt;br&gt;&amp;nbsp;&amp;lt;Julian&amp;gt; canvas?
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; Hixie: i don't think this has been a problem
&lt;br&gt;&amp;nbsp;&amp;lt;annevk&amp;gt; Julian, not an author extension
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; tantek: when I looked at html4, i had a lot of trouble
&lt;br&gt;figuring out what was extensible, and what wasn't
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... I ended up writing this up in XMDP
&lt;br&gt;&amp;nbsp;&amp;lt;annevk&amp;gt; Julian, also a bad example, Apple is still regretting doing it
&lt;br&gt;unilaterally
&lt;br&gt;&amp;nbsp;--&amp;gt;| rubys (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237617&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rubys@...&lt;/a&gt;) has joined #html-wg2
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... before that, there were very few extensions in html
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... it was only after someone took the time to do that, that
&lt;br&gt;people started doing that
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; Hixie: I think it's healthy not to encourage this
&lt;br&gt;&amp;nbsp;&amp;lt;Julian&amp;gt; q+
&lt;br&gt;&amp;nbsp;* Zakim sees Julian on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; plh: If they're going to do it, they want to give them some
&lt;br&gt;guidance
&lt;br&gt;&amp;nbsp;&amp;lt;plh&amp;gt; s/they want/we want/
&lt;br&gt;&amp;nbsp;&amp;lt;tantek&amp;gt; q+
&lt;br&gt;&amp;nbsp;* Zakim sees Julian, tantek on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; [ scribe pauses to roll back to elsewhere ]
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ack Julian
&lt;br&gt;&amp;nbsp;* Zakim sees tantek on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;tantek&amp;gt; ack julian
&lt;br&gt;&amp;nbsp;* Zakim sees tantek on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; Julian: I don't buy the argument that extensibility should
&lt;br&gt;not be well documented to make it harder to use it
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... people will do it
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; Julian: see &amp;lt;canvas&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; Hixie: well &amp;lt;canvas&amp;gt; happened *way* later
&lt;br&gt;&amp;nbsp;* tantek notes that &amp;lt;canvas&amp;gt; didn't use any HTML4 extensibility mechanisms.
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... and I told apple to go to the working group
&lt;br&gt;&amp;nbsp;&amp;lt;Kai&amp;gt; HTML 4 was not extended, because most people didn't really
&lt;br&gt;understand it.
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ack tantek
&lt;br&gt;&amp;nbsp;* Zakim sees no one on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; tantek: I'm going to stay neutral on this
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... it would have helped to have the document i ended up writing
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... on the other hand, the process of doing the research
&lt;br&gt;&amp;nbsp;&amp;lt;tross&amp;gt; q+ to state that guidance helps avoid conflicts with future
&lt;br&gt;HTML features
&lt;br&gt;&amp;nbsp;* Zakim sees tross on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... led me to a far deeper understanding, than had i just
&lt;br&gt;read a tutorial
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; tantek: I'm going to propose to wrap this up
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... for people who want such tutorials
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... you're welcome to write tutorials, or file change requests
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; Hixie: ... or file bugs
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; tantek: ... or just leave material on the side that search
&lt;br&gt;engines can find
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... I'm hearing no requests for a change request
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; q?
&lt;br&gt;&amp;nbsp;* Zakim sees tross on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;tantek&amp;gt; ack tross
&lt;br&gt;&amp;nbsp;&amp;lt;Zakim&amp;gt; tross, you wanted to state that guidance helps avoid conflicts
&lt;br&gt;with future HTML features
&lt;br&gt;&amp;nbsp;* Zakim sees no one on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;MikeSmith&amp;gt; scribe: MikeSmith
&lt;br&gt;&amp;nbsp;&amp;lt;tantek&amp;gt; tross: we have had trouble figuring out how to not step on
&lt;br&gt;parts of HTML5 with extensions.
&lt;br&gt;&amp;nbsp;&amp;lt;MikeSmith&amp;gt; tross: ... while also enabling people to produce conformant
&lt;br&gt;documents
&lt;br&gt;&amp;nbsp;--&amp;gt;| timeless_mbp (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237617&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;timeless@...&lt;/a&gt;) has joined #html-wg2
&lt;br&gt;&amp;nbsp;&amp;lt;MikeSmith&amp;gt; scribe: timeless_mbp
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; RRSAgent: make minutes
&lt;br&gt;&amp;nbsp;&amp;lt;RRSAgent&amp;gt; I have made the request to generate
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/2009/11/05-html-wg2-minutes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/05-html-wg2-minutes.html&lt;/a&gt;&amp;nbsp;timeless_mbp
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; scribenick: timeless_mbp
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; [ proposal for coffee break ]
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; tantek: I heard plh 's request about use cases
&lt;br&gt;&amp;nbsp;|&amp;lt;-- timeless has left irc.w3.org:6665 (Ping timeout)
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... i'm also going to raise this up
&lt;br&gt;&amp;nbsp;--&amp;gt;| markbirbeck (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237617&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markbirbec@...&lt;/a&gt;) has joined #html-wg2
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... this has been a source of perma threads on the
&lt;br&gt;mailing list
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... i think it would be useful to put the use cases
&lt;br&gt;somewhere else other than the email archives
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... it would be useful to put them, e.g. in a wiki page
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... just in the interest of reducing the amount of
&lt;br&gt;duplicate traffic on the mailing list
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Hixie: I think the use cases are on a wiki page
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; tantek: I heard that plh is willing to help
&lt;br&gt;&amp;nbsp;&amp;lt;Hixie&amp;gt; plh, &lt;a href=&quot;http://wiki.whatwg.org/wiki/Microdata_Problem_Descriptions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.whatwg.org/wiki/Microdata_Problem_Descriptions&lt;/a&gt;&lt;br&gt;is the wiki page
&lt;br&gt;&amp;nbsp;&amp;lt;Hixie&amp;gt; plh, and
&lt;br&gt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/public-html/2009May/0207.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-html/2009May/0207.html&lt;/a&gt;&amp;nbsp;is the
&lt;br&gt;e-mail
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Hixie: oh you wanted it for extensions, not just microdata
&lt;br&gt;&amp;nbsp;&amp;lt;annevk&amp;gt; &lt;a href=&quot;http://wiki.whatwg.org/wiki/New_Vocabularies&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.whatwg.org/wiki/New_Vocabularies&lt;/a&gt;&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; annevk: We did have something like this
&lt;br&gt;&amp;nbsp;&amp;lt;myakura&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2009-May/019681.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2009-May/019681.html&lt;/a&gt;&lt;br&gt;that one?
&lt;br&gt;&amp;nbsp;&amp;lt;Hixie&amp;gt; plh,
&lt;br&gt;&lt;a href=&quot;http://wiki.whatwg.org/wiki/FAQ#HTML5_should_support_a_way_for_anyone_to_invent_new_elements.21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.whatwg.org/wiki/FAQ#HTML5_should_support_a_way_for_anyone_to_invent_new_elements.21&lt;/a&gt;&lt;br&gt;is the extension mechanism list
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; tantek: I'm going to ask plh to review that page
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... and otherwise, i think this issue is closed
&lt;br&gt;&amp;nbsp;&amp;lt;tantek&amp;gt; zakim, q?
&lt;br&gt;&amp;nbsp;&amp;lt;Zakim&amp;gt; I see no one on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Hixie: plh if you look at all of the urls that were just
&lt;br&gt;pasted
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... they're all related/derivatives
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... the wiki is probably out of date
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... feel free to edit the what wg wiki to your heart's
&lt;br&gt;content
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; tantek: other topics?
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... it was noted that these are both extensions
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... mjs mentioned that html5 allows both attributes and
&lt;br&gt;elements
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... do both RDFa and microdata add just attributes?
&lt;br&gt;&amp;nbsp;&amp;lt;Julian&amp;gt; q+
&lt;br&gt;&amp;nbsp;* Zakim sees Julian on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Hixie: that's an incomplete explanation
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... RDFa also adds APIs
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... one of these relies on something from drag and drop
&lt;br&gt;&amp;nbsp;&amp;lt;tantek&amp;gt; ack Julian
&lt;br&gt;&amp;nbsp;* Zakim sees no one on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ack Julian
&lt;br&gt;&amp;nbsp;* Zakim sees no one on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Julian: I think people are working on a javascript spec
&lt;br&gt;for RDFa
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... it's not in the spec, but people are working on a
&lt;br&gt;proposal
&lt;br&gt;&amp;nbsp;&amp;lt;annevk&amp;gt; (RDFa adds near-infinite attributes)
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; tantek: any other issues?
&lt;br&gt;&amp;nbsp;&amp;lt;Hixie&amp;gt; what i said above is that microdata has a DOM API, not RDFa
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... are we only talking about moving RDFa into a
&lt;br&gt;separate spec?
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Julian: it's a big time spot
&lt;br&gt;&amp;nbsp;&amp;lt;Julian&amp;gt; s/spot/slot/
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; BryanSullivan: it would be good ...
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... to have a comparison-tutorial for how these stack up
&lt;br&gt;together
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... without having to go into them in deep detail
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Hixie: it would be really helpful for someone who has
&lt;br&gt;not established a public opinion
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... to write this
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; tantek: the source is often accused of bias based on who
&lt;br&gt;the source is
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... it's a tough problem to compare the three in a way
&lt;br&gt;that is objective and seems objective
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; plh: how stable are all three
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... ?
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Hixie: microdata and RDFa
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... microdata has issues open as to whether it should
&lt;br&gt;exist or not
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... RDFa has issues as to whether to use namespaces or not
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... for microdata, stability depends on when/how we get
&lt;br&gt;implementations
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... without an implementation in the next six months,
&lt;br&gt;then the spec is very fluid
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; tantek: does anyone want to address stability for RDFa
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... technically
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Julian: i think there are open questions about edge cases
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... i don't anything in the generic syntax
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Hixie: there is an open bug about namespaces in RDFa
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; plh: I don't want someone who might spend time to make a
&lt;br&gt;tutorial to waste their time if there's significant potential change
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Hixie: ... in microdata, i think the desire is for
&lt;br&gt;microdata to cease to exist (?)
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... from my point of view, i don't think microdata needs
&lt;br&gt;to exist
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... RDFa has flaws
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... especially namespaces/prefixes
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; tantek: use cases can be found in the microformats wiki
&lt;br&gt;&amp;nbsp;&amp;lt;Julian&amp;gt; q+
&lt;br&gt;&amp;nbsp;* Zakim sees Julian on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; s/use cases/open issues/
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ack Julian
&lt;br&gt;&amp;nbsp;* Zakim sees no one on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;tantek&amp;gt; ack Julian
&lt;br&gt;&amp;nbsp;* Zakim sees no one on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Julian: i want to mention that there's disagreement as
&lt;br&gt;to whether the use of namespaces and prefixes is an actual bug
&lt;br&gt;&amp;nbsp;&amp;lt;Kai&amp;gt; q+
&lt;br&gt;&amp;nbsp;* Zakim sees Kai on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; tantek: is there an actual bug for this?
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Hixie: bug 7670
&lt;br&gt;&amp;nbsp;&amp;lt;Hixie&amp;gt; &lt;a href=&quot;http://www.w3.org/Bugs/Public/show_bug.cgi?id=7670&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Bugs/Public/show_bug.cgi?id=7670&lt;/a&gt;&lt;br&gt;&amp;nbsp;|&amp;lt;-- mjs has left irc.w3.org:6665 (Quit: mjs)
&lt;br&gt;&amp;nbsp;* timeless_mbp thanks Hixie
&lt;br&gt;&amp;nbsp;--&amp;gt;| mjs (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237617&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mjs@...&lt;/a&gt;) has joined #html-wg2
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; MJS: the process for resolving this issue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... will be the same as if this were a bug against the
&lt;br&gt;main html5 spec
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... the html5+RDFa editor will need to give an initial
&lt;br&gt;editor's response
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... and if someone cares to raise a complaint, it will
&lt;br&gt;go to the issue tracker
&lt;br&gt;&amp;nbsp;|&amp;lt;-- mjs has left irc.w3.org:6665 (Quit: mjs)
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... and once it's in the issue tracker, we'll solicit
&lt;br&gt;change proposals
&lt;br&gt;&amp;nbsp;* timeless_mbp tries out things
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; q?
&lt;br&gt;&amp;nbsp;* Zakim sees Kai on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ack Kai
&lt;br&gt;&amp;nbsp;* Zakim sees no one on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;tantek&amp;gt; zakim, q?
&lt;br&gt;&amp;nbsp;&amp;lt;Zakim&amp;gt; I see no one on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Kai: (deutsche telecom)
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... I want to make a plug for RDFa
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... RDFa is sort of on the upswing
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... I don't think one can really say at this point,
&lt;br&gt;what's going to happen
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... i bet there will be tons of use cases in
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... where there will be lots of files
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... using this stuff
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Hixie: microdata and RDFa are both serializations of RDF
&lt;br&gt;&amp;nbsp;--&amp;gt;| mjs (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237617&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mjs@...&lt;/a&gt;) has joined #html-wg2
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... they fulfill the same use cases
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... in exactly the same places where you can have urls
&lt;br&gt;in RDFa, you can have urls in microdata
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... the exception is per field data types
&lt;br&gt;&amp;nbsp;&amp;lt;tantek&amp;gt; zakim, q?
&lt;br&gt;&amp;nbsp;&amp;lt;Zakim&amp;gt; I see no one on the speaker queue
&lt;br&gt;&amp;nbsp;|&amp;lt;-- mnot has left irc.w3.org:6665 (Ping timeout)
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... and xml-wippls (?)
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Kai: i find it difficult for such a relatively small
&lt;br&gt;group to foresee what will actually happen
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Hixie: just having one of either type will satisfy users
&lt;br&gt;&amp;nbsp;&amp;lt;markbirbeck&amp;gt; @Hixie: I don't like namespaces/prefixes either, but I
&lt;br&gt;think they are here for a while to come. However, in the RDFa TF, I am
&lt;br&gt;pushing for 'URIs-everywhere' -- i.e., authors don't need to use
&lt;br&gt;namespaces if they don't want to. Would that address your issue with
&lt;br&gt;RDFa? Or is it really 'all namespaces must go'?
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; tantek: Kai: i'm going to ask you to review those urls
&lt;br&gt;from irc
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... and describe the
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Kai: I need approval before i could join
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Kai: I have a question, have you talked to Evan Herman?
&lt;br&gt;&amp;nbsp;&amp;lt;plh&amp;gt; s/Evan/Ivan/
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Julian: I think he's on the RDFa task force
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; tantek: the specific request was for additional use cases
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; Kai: i think we could ask Evan to look for additional
&lt;br&gt;use cases
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; s/Evan/Ivan/
&lt;br&gt;&amp;nbsp;&amp;lt;plh&amp;gt; s/Evan/Ivan/
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; MikeSmith: was there a dispute as to whether microdata
&lt;br&gt;didn't address all the use cases of RDFa
&lt;br&gt;&amp;nbsp;&amp;lt;tantek&amp;gt; Zakim, q?
&lt;br&gt;&amp;nbsp;&amp;lt;Zakim&amp;gt; I see no one on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; MikeSmith: I think we have massive amounts of use cases
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; mjs: I think if anyone wants to talk to other
&lt;br&gt;communities, they're welcome to
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; ... I think chairs have a lot of work to do
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; tantek: Kai, request: either you document use cases, or
&lt;br&gt;you talk to Ivan and request that he document the use cases on a web page
&lt;br&gt;&amp;nbsp;&amp;lt;Hixie&amp;gt; markbirbeck: imho we should never introduce namespaces to text/html
&lt;br&gt;&amp;nbsp;&amp;lt;tantek&amp;gt; zakim, q?
&lt;br&gt;&amp;nbsp;&amp;lt;Zakim&amp;gt; I see no one on the speaker queue
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; doug: are we expecting an equal amount of use cases from
&lt;br&gt;microdata?
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; tantek: we already have this for microdata
&lt;br&gt;&amp;nbsp;--&amp;gt;| glenng (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237617&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;48fe68fb@...&lt;/a&gt;) has joined #html-wg2
&lt;br&gt;&amp;nbsp;|&amp;lt;-- tross has left irc.w3.org:6665 (Quit: CGI:IRC)
&lt;br&gt;&amp;nbsp;|&amp;lt;-- mjs has left irc.w3.org:6665 (Quit: mjs)
&lt;br&gt;&amp;nbsp;&amp;lt;timeless_mbp&amp;gt; tantek: I want to Close this Session
&lt;br&gt;&amp;nbsp;|&amp;lt;-- adrianba has left irc.w3.org:6665 (Ping timeout)
&lt;br&gt;&amp;nbsp;|&amp;lt;-- Eliot_Graff has left irc.w3.org:6665 (Quit: For Sale: Parachute.
&lt;br&gt;Only used once, never opened, small stain.)
&lt;br&gt;&amp;nbsp;=-= timeless_mbp is now known as timeless
&lt;br&gt;&amp;nbsp;|&amp;lt;-- weinig has left irc.w3.org:6665 (Quit: weinig)
&lt;br&gt;&amp;nbsp;* tantek noted queue is empty, MJS noted time is up, hence close session
&lt;br&gt;&amp;nbsp;|&amp;lt;-- Julian has left irc.w3.org:6665 (Ping timeout)
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; scribenick: timeless
&lt;br&gt;&amp;nbsp;&amp;lt;hober&amp;gt; (this is several months out-of-date with respect to microdata
&lt;br&gt;and rdfa-in-html changes, but) I put together some thoughts on how
&lt;br&gt;microdata, microformats, rdf, and rdfa relate:
&lt;br&gt;&lt;a href=&quot;http://edward.oconnor.cx/2009/05/microdata-microformats-and-rdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://edward.oconnor.cx/2009/05/microdata-microformats-and-rdf&lt;/a&gt;&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; ... as the queue is empty, and MJS noted time is up
&lt;br&gt;&amp;nbsp;&amp;lt;timeless&amp;gt; SESSION CLOSED
&lt;br&gt;&lt;br&gt;-- manu
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Manu Sporny (skype: msporny, twitter: manusporny)
&lt;br&gt;President/CEO - Digital Bazaar, Inc.
&lt;br&gt;blog: Establishing an Open Digital Media Commerce Standard
&lt;br&gt;&lt;a href=&quot;http://blog.digitalbazaar.com/2009/09/28/a-digital-content-commerce-standard/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.digitalbazaar.com/2009/09/28/a-digital-content-commerce-standard/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/TPAC09%3A-IRC-log-of-RDFa-and-Microdata-in-HTML5-session-tp26237617p26237617.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26234540</id>
	<title>ECCM2010 Mini-Symposium on Image Processing and Visualization</title>
	<published>2009-11-06T08:10:40Z</published>
	<updated>2009-11-06T08:10:40Z</updated>
	<author>
		<name>João Manuel R. S. Tavares</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;
&lt;title&gt;Subject: Symposium &amp;#8220;Computational Methods in Image Analysis&amp;#8221;
within the USNCCM IX Congress &amp;#8211; Announce &amp;amp; Call for Papers&lt;/title&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=PT link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;-------------------------------------------------------------------------------------------------------------------------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;(Apologies for cross-posting)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Mini-Symposium on Image Processing and
Visualization&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;IV European Congress on Computational Mechanics
(ECCM IV):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Solids, Structures and Coupled Problems in
Engineering&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;Palais des Congrès in Paris, France, May 16-21,
2010&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;a href=&quot;http://www.eccm2010.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eccm2010.org&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;We would appreciate if you could distribute
this information by your colleagues and co-workers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;-------------------------------------------------------------------------------------------------------------------------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Dear Colleague,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Within the IV European Congress on
Computational Mechanics (ECCM IV): Solids, Structures and Coupled Problems in
Engineering (&lt;a href=&quot;http://www.eccm2010.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eccm2010.org&lt;/a&gt;), to
be held at &lt;/span&gt;&lt;span lang=EN-US&gt;Palais des Congrès in Paris, France, on
16-21 May 2010&lt;/span&gt;&lt;span lang=EN-GB&gt;, we are organizing the Mini-Symposium on
&amp;#8220;Image Processing and Visualization&amp;#8221; (#12).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Due to your research activities in the related
fields, we would like to invite you to submit an invited abstract to our
mini-symposium. Your contribution is mostly welcomed, and we would be honoured
if you could accept this invitation.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;TOPICS OF INTEREST (not restricted to):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Image Analysis;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Image Restoration, Compression,
Segmentation and Description;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Object Tracking, Matching, Recognition,
and Reconstruction;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Visual Inspection;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- 3D Vision;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Medical Imaging;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Scientific Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Enhanced Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Human Computer Interaction;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Virtual Reality;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Simulation and Animation;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Data Processing, Modeling and Analysis;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Numerical Methods, Partial Differential
Equations, Level-sets, Meshless and Extended or Enriched Finite Element in
Image Processing and Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Multifields and Multiphysics Problems
involving Image Processing and Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Software Development for Image Processing
and Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Grid Computing in Image Processing and
Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Applications of Image Processing and
Visualization.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;IMPORTANT DATES:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Deadline for submissions of abstracts:
November 20, 2009;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Notification of abstract acceptance:
January 7, 2010.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;ABSTRACT SUBMISSION:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Please go to the abstract submission page (&lt;a href=&quot;https://www.eccm-2010.org/internet/proposition_abstract.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.eccm-2010.org/internet/proposition_abstract.php&lt;/a&gt;)
and select the Mini-Symposium on &amp;#8220;Image Processing and
Visualization&amp;#8221; (#12).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;With kind regards,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;João Manuel R. S. Tavares, University of Porto, Portugal, &lt;span lang=EN-US&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234540&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tavares@...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Renato Natal Jorge, University of Porto, Portugal, &lt;span lang=EN-US&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234540&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rnatal@...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Laurent Cohen, Universite Paris IX
Dauphine, Paris, France, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234540&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cohen@...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Gerald Schaefer, Aston University, UK, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234540&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gerald.schaefer@...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;(Organizers of the Mini-Symposium on
&amp;#8220;Image Processing and Visualization&amp;#8221; (#12))&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-rdf-rules-f11724.html&quot; embed=&quot;fixTarget[11724]&quot; target=&quot;_top&quot; &gt;w3.org - www-rdf-rules&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ECCM2010-Mini-Symposium-on-Image-Processing-and-Visualization-tp26234540p26234540.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26234543</id>
	<title>ECCM2010 Mini-Symposium on Image Processing and Visualization</title>
	<published>2009-11-06T08:10:39Z</published>
	<updated>2009-11-06T08:10:39Z</updated>
	<author>
		<name>João Manuel R. S. Tavares</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;
&lt;title&gt;Subject: Symposium &amp;#8220;Computational Methods in Image Analysis&amp;#8221;
within the USNCCM IX Congress &amp;#8211; Announce &amp;amp; Call for Papers&lt;/title&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=PT link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;-------------------------------------------------------------------------------------------------------------------------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;(Apologies for cross-posting)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Mini-Symposium on Image Processing and
Visualization&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;IV European Congress on Computational Mechanics
(ECCM IV):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Solids, Structures and Coupled Problems in
Engineering&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;Palais des Congrès in Paris, France, May 16-21,
2010&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;a href=&quot;http://www.eccm2010.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eccm2010.org&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;We would appreciate if you could distribute
this information by your colleagues and co-workers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;-------------------------------------------------------------------------------------------------------------------------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Dear Colleague,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Within the IV European Congress on
Computational Mechanics (ECCM IV): Solids, Structures and Coupled Problems in
Engineering (&lt;a href=&quot;http://www.eccm2010.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eccm2010.org&lt;/a&gt;), to
be held at &lt;/span&gt;&lt;span lang=EN-US&gt;Palais des Congrès in Paris, France, on
16-21 May 2010&lt;/span&gt;&lt;span lang=EN-GB&gt;, we are organizing the Mini-Symposium on
&amp;#8220;Image Processing and Visualization&amp;#8221; (#12).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Due to your research activities in the related
fields, we would like to invite you to submit an invited abstract to our
mini-symposium. Your contribution is mostly welcomed, and we would be honoured
if you could accept this invitation.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;TOPICS OF INTEREST (not restricted to):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Image Analysis;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Image Restoration, Compression,
Segmentation and Description;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Object Tracking, Matching, Recognition,
and Reconstruction;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Visual Inspection;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- 3D Vision;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Medical Imaging;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Scientific Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Enhanced Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Human Computer Interaction;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Virtual Reality;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Simulation and Animation;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Data Processing, Modeling and Analysis;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Numerical Methods, Partial Differential
Equations, Level-sets, Meshless and Extended or Enriched Finite Element in
Image Processing and Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Multifields and Multiphysics Problems
involving Image Processing and Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Software Development for Image Processing
and Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Grid Computing in Image Processing and
Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Applications of Image Processing and
Visualization.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;IMPORTANT DATES:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Deadline for submissions of abstracts:
November 20, 2009;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Notification of abstract acceptance:
January 7, 2010.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;ABSTRACT SUBMISSION:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Please go to the abstract submission page (&lt;a href=&quot;https://www.eccm-2010.org/internet/proposition_abstract.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.eccm-2010.org/internet/proposition_abstract.php&lt;/a&gt;)
and select the Mini-Symposium on &amp;#8220;Image Processing and
Visualization&amp;#8221; (#12).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;With kind regards,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;João Manuel R. S. Tavares, University of Porto, Portugal, &lt;span lang=EN-US&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234543&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tavares@...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Renato Natal Jorge, University of Porto, Portugal, &lt;span lang=EN-US&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234543&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rnatal@...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Laurent Cohen, Universite Paris IX
Dauphine, Paris, France, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234543&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cohen@...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Gerald Schaefer, Aston University, UK, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234543&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gerald.schaefer@...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;(Organizers of the Mini-Symposium on
&amp;#8220;Image Processing and Visualization&amp;#8221; (#12))&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-rdf-logic-f11722.html&quot; embed=&quot;fixTarget[11722]&quot; target=&quot;_top&quot; &gt;w3.org - www-rdf-logic&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ECCM2010-Mini-Symposium-on-Image-Processing-and-Visualization-tp26234543p26234543.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26234553</id>
	<title>ECCM2010 Mini-Symposium on Image Processing and Visualization</title>
	<published>2009-11-06T08:10:39Z</published>
	<updated>2009-11-06T08:10:39Z</updated>
	<author>
		<name>João Manuel R. S. Tavares</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;
&lt;title&gt;Subject: Symposium &amp;#8220;Computational Methods in Image Analysis&amp;#8221;
within the USNCCM IX Congress &amp;#8211; Announce &amp;amp; Call for Papers&lt;/title&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=PT link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;-------------------------------------------------------------------------------------------------------------------------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;(Apologies for cross-posting)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Mini-Symposium on Image Processing and
Visualization&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;IV European Congress on Computational Mechanics
(ECCM IV):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Solids, Structures and Coupled Problems in
Engineering&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;Palais des Congrès in Paris, France, May 16-21,
2010&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;a href=&quot;http://www.eccm2010.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eccm2010.org&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;We would appreciate if you could distribute
this information by your colleagues and co-workers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;-------------------------------------------------------------------------------------------------------------------------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Dear Colleague,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Within the IV European Congress on
Computational Mechanics (ECCM IV): Solids, Structures and Coupled Problems in
Engineering (&lt;a href=&quot;http://www.eccm2010.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eccm2010.org&lt;/a&gt;), to
be held at &lt;/span&gt;&lt;span lang=EN-US&gt;Palais des Congrès in Paris, France, on
16-21 May 2010&lt;/span&gt;&lt;span lang=EN-GB&gt;, we are organizing the Mini-Symposium on
&amp;#8220;Image Processing and Visualization&amp;#8221; (#12).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Due to your research activities in the related
fields, we would like to invite you to submit an invited abstract to our
mini-symposium. Your contribution is mostly welcomed, and we would be honoured
if you could accept this invitation.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;TOPICS OF INTEREST (not restricted to):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Image Analysis;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Image Restoration, Compression,
Segmentation and Description;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Object Tracking, Matching, Recognition,
and Reconstruction;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Visual Inspection;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- 3D Vision;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Medical Imaging;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Scientific Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Enhanced Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Human Computer Interaction;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Virtual Reality;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Simulation and Animation;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Data Processing, Modeling and Analysis;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Numerical Methods, Partial Differential
Equations, Level-sets, Meshless and Extended or Enriched Finite Element in
Image Processing and Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Multifields and Multiphysics Problems
involving Image Processing and Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Software Development for Image Processing
and Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Grid Computing in Image Processing and
Visualization;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;- Applications of Image Processing and
Visualization.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;IMPORTANT DATES:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Deadline for submissions of abstracts:
November 20, 2009;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Notification of abstract acceptance:
January 7, 2010.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;ABSTRACT SUBMISSION:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Please go to the abstract submission page (&lt;a href=&quot;https://www.eccm-2010.org/internet/proposition_abstract.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.eccm-2010.org/internet/proposition_abstract.php&lt;/a&gt;)
and select the Mini-Symposium on &amp;#8220;Image Processing and
Visualization&amp;#8221; (#12).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;With kind regards,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;João Manuel R. S. Tavares, University of Porto, Portugal, &lt;span lang=EN-US&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234553&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tavares@...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Renato Natal Jorge, University of Porto, Portugal, &lt;span lang=EN-US&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234553&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rnatal@...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Laurent Cohen, Universite Paris IX
Dauphine, Paris, France, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234553&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cohen@...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;Gerald Schaefer, Aston University, UK, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234553&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gerald.schaefer@...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-GB&gt;(Organizers of the Mini-Symposium on
&amp;#8220;Image Processing and Visualization&amp;#8221; (#12))&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-rdf-interest-f11721.html&quot; embed=&quot;fixTarget[11721]&quot; target=&quot;_top&quot; &gt;w3.org - www-rdf-interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ECCM2010-Mini-Symposium-on-Image-Processing-and-Visualization-tp26234553p26234553.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26231380</id>
	<title>Re: Call for Review of XHTML Test Cases 142, 147, and 154</title>
	<published>2009-11-06T04:40:17Z</published>
	<updated>2009-11-06T04:40:17Z</updated>
	<author>
		<name>Shane McCarron</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Yes, it is the change to NMTOKEN.  We were unconfortable pushing a
change to the scope of NMTOKEN onto all existing implementations -
especially since we feared the change would not be supported in
existing user agents and conforming processors.&lt;br&gt;
&lt;br&gt;
Ivan Herman wrote:
&lt;blockquote cite=&quot;mid:4AF3E68F.6090103@w3.org&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;
Shane McCarron wrote:
  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;Actually...  XHTML+RDFa is based upon XHTML M12N.  And M12N references
4th Edition explicitly.  All XHTML Family Recs are being updated to
refer to 4th Edition in the coming weeks.  We don't trust 5th Edition. 
So.... I am not sure what that means for this test case.

    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;
Can you tell me why the xhtml group does not trust the 5th edition? Is
it all the extra unicode stuff?

Ivan


  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;Philip Taylor wrote:
    &lt;/pre&gt;
    &lt;blockquote type=&quot;cite&quot;&gt;
      &lt;pre wrap=&quot;&quot;&gt;Mark Birbeck wrote:
      &lt;/pre&gt;
      &lt;blockquote type=&quot;cite&quot;&gt;
        &lt;pre wrap=&quot;&quot;&gt;My observation about TC154 is simply that the character after
&quot;xmlns:test&quot; caused my XML editor problems. (I thought I might as well
see if the document was well-formed.)
        &lt;/pre&gt;
      &lt;/blockquote&gt;
      &lt;pre wrap=&quot;&quot;&gt;The entire point of the test case is that that particular character is
likely to cause problems :-)

It's a U+0140, which is permitted by the latest Rec of XML at
&lt;a class=&quot;moz-txt-link-rfc2396E&quot; href=&quot;http://www.w3.org/TR/REC-xml/#NT-NameChar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&amp;lt;http://www.w3.org/TR/REC-xml/#NT-NameChar&amp;gt;&lt;/a&gt; but forbidden (not
well-formed) according to the previous Rec at
&lt;a class=&quot;moz-txt-link-rfc2396E&quot; href=&quot;http://www.w3.org/TR/2006/REC-xml-20060816/#NT-NameChar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&amp;lt;http://www.w3.org/TR/2006/REC-xml-20060816/#NT-NameChar&amp;gt;&lt;/a&gt;.

Most XML implementations follow the old 4th Edition, so they'll
consider the test case ill-formed. I guess RDFa is meant to be based
on the latest edition (since I don't see anything that looks like
intentional references to old versions), but I'm not at all certain
about that. So this test case is an attempt to clarify the situation.

      &lt;/pre&gt;
    &lt;/blockquote&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;pre class=&quot;moz-signature&quot; cols=&quot;72&quot;&gt;-- 
Shane P. McCarron                          Phone: +1 763 786-8160 x120
Managing Director                            Fax: +1 763 786-8180
ApTest Minnesota                            Inet: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26231380&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shane@...&lt;/a&gt;

&lt;/pre&gt;
&lt;/body&gt;
&lt;/html&gt;

&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Call-for-Review-of-XHTML-Test-Cases-142%2C-147%2C-and-154-tp26216903p26231380.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26229698</id>
	<title>Re: Call for Review of XHTML Test Cases 142, 147, and 154</title>
	<published>2009-11-06T02:24:37Z</published>
	<updated>2009-11-06T02:24:37Z</updated>
	<author>
		<name>Ivan Herman-2</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Philip Taylor wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Ivan Herman wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; TC147: approved/rejected/approved with modifications/needs discussion
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I am not sure whether the test should be a positive or a negative test.
&lt;br&gt;&amp;gt;&amp;gt; The description of the test says &amp;quot;xmlns prefix 'xmlzzz' (reserved)&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; which suggests a negative test. In that case, I approve.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (we should make that more clear in the test cases, maybe in the html
&lt;br&gt;&amp;gt;&amp;gt; test...)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It's meant to be positive -
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://rdfa.digitalbazaar.com/test-suite/xhtml-manifest.rdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rdfa.digitalbazaar.com/test-suite/xhtml-manifest.rdf&lt;/a&gt;&amp;nbsp;says
&lt;br&gt;&amp;gt; expectedResults is true.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/TR/xml-names/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/xml-names/&lt;/a&gt;&amp;nbsp;says:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;quot;All other prefixes beginning with the three-letter sequence x, m, l,
&lt;br&gt;&amp;gt; in any case combination, are reserved. This means that:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;* users SHOULD NOT use them except as defined by later specifications
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;* processors MUST NOT treat them as fatal errors.&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So the test case XML document is violating the 'should', but XML
&lt;br&gt;&amp;gt; processors (and presumably RDFa processors) must treat it exactly like
&lt;br&gt;&amp;gt; any other normal prefix.
&lt;/div&gt;&lt;/div&gt;Ah! True, you are right.
&lt;br&gt;&lt;br&gt;If we had some sort of a warning mechanism, a warning would therefore be
&lt;br&gt;in order, but it is indeed not an error.
&lt;br&gt;&lt;br&gt;To be formal: yes, I approve the test.
&lt;br&gt;&lt;br&gt;Thanks Philip
&lt;br&gt;&lt;br&gt;Ivan
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;Ivan Herman, W3C Semantic Web Activity Lead
&lt;br&gt;Home: &lt;a href=&quot;http://www.w3.org/People/Ivan/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/People/Ivan/&lt;/a&gt;&lt;br&gt;mobile: +31-641044153
&lt;br&gt;PGP Key: &lt;a href=&quot;http://www.ivan-herman.net/pgpkey.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/pgpkey.html&lt;/a&gt;&lt;br&gt;FOAF: &lt;a href=&quot;http://www.ivan-herman.net/foaf.rdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/foaf.rdf&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;smime.p7s&lt;/strong&gt; (5K) &lt;a href=&quot;http://old.nabble.com/attachment/26229698/0/smime.p7s&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Call-for-Review-of-XHTML-Test-Cases-142%2C-147%2C-and-154-tp26216903p26229698.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26229639</id>
	<title>Re: Call for Review of XHTML Test Cases 142, 147, and 154</title>
	<published>2009-11-06T02:19:42Z</published>
	<updated>2009-11-06T02:19:42Z</updated>
	<author>
		<name>Philip Taylor-5</name>
	</author>
	<content type="html">Ivan Herman wrote:
&lt;br&gt;&amp;gt;&amp;gt; TC147: approved/rejected/approved with modifications/needs discussion
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am not sure whether the test should be a positive or a negative test.
&lt;br&gt;&amp;gt; The description of the test says &amp;quot;xmlns prefix 'xmlzzz' (reserved)&amp;quot;
&lt;br&gt;&amp;gt; which suggests a negative test. In that case, I approve.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (we should make that more clear in the test cases, maybe in the html
&lt;br&gt;&amp;gt; test...)
&lt;br&gt;&lt;br&gt;It's meant to be positive - 
&lt;br&gt;&lt;a href=&quot;http://rdfa.digitalbazaar.com/test-suite/xhtml-manifest.rdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rdfa.digitalbazaar.com/test-suite/xhtml-manifest.rdf&lt;/a&gt;&amp;nbsp;says 
&lt;br&gt;expectedResults is true.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/xml-names/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/xml-names/&lt;/a&gt;&amp;nbsp;says:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot;All other prefixes beginning with the three-letter sequence x, m, l, 
&lt;br&gt;in any case combination, are reserved. This means that:
&lt;br&gt;&amp;nbsp; &amp;nbsp; * users SHOULD NOT use them except as defined by later specifications
&lt;br&gt;&amp;nbsp; &amp;nbsp; * processors MUST NOT treat them as fatal errors.&amp;quot;
&lt;br&gt;&lt;br&gt;So the test case XML document is violating the 'should', but XML 
&lt;br&gt;processors (and presumably RDFa processors) must treat it exactly like 
&lt;br&gt;any other normal prefix.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Philip Taylor
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26229639&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pjt47@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Call-for-Review-of-XHTML-Test-Cases-142%2C-147%2C-and-154-tp26216903p26229639.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26228836</id>
	<title>Re: Call for Review of XHTML Test Cases 142, 147, and 154</title>
	<published>2009-11-06T01:10:25Z</published>
	<updated>2009-11-06T01:10:25Z</updated>
	<author>
		<name>Ivan Herman-2</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Manu Sporny wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; This is a call for review for Test Cases 142, 147 and 154. Everybody is
&lt;br&gt;&amp;gt; encouraged to review these test cases. Reviews are due by next Thursday,
&lt;br&gt;&amp;gt; 1600 UTC.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The test cases can be found at the following URL:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://rdfa.digitalbazaar.com/test-suite/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rdfa.digitalbazaar.com/test-suite/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For &amp;quot;Test Suite&amp;quot;, select: &amp;quot;XHTML+RDFa 1.0&amp;quot;
&lt;br&gt;&amp;gt; For &amp;quot;Unit Test Status&amp;quot;, select: &amp;quot;Unreviewed&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here is a template to follow when responding:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; TC142: approved/rejected/approved with modifications/needs discussion
&lt;/div&gt;&lt;/div&gt;approved
&lt;br&gt;&lt;br&gt;&amp;gt; TC147: approved/rejected/approved with modifications/needs discussion
&lt;br&gt;&lt;br&gt;I am not sure whether the test should be a positive or a negative test.
&lt;br&gt;The description of the test says &amp;quot;xmlns prefix 'xmlzzz' (reserved)&amp;quot;
&lt;br&gt;which suggests a negative test. In that case, I approve.
&lt;br&gt;&lt;br&gt;(we should make that more clear in the test cases, maybe in the html
&lt;br&gt;test...)
&lt;br&gt;&lt;br&gt;(sigh, my implementation is wrong:-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; TC154: approved/rejected/approved with modifications/needs discussion
&lt;br&gt;&lt;br&gt;I guess for the current version this means that this is a negative test,
&lt;br&gt;though it may become a positive one if, in a new release, we move to xml
&lt;br&gt;5th edition...
&lt;br&gt;&lt;br&gt;Ivan
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- manu
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;Ivan Herman, W3C Semantic Web Activity Lead
&lt;br&gt;Home: &lt;a href=&quot;http://www.w3.org/People/Ivan/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/People/Ivan/&lt;/a&gt;&lt;br&gt;mobile: +31-641044153
&lt;br&gt;PGP Key: &lt;a href=&quot;http://www.ivan-herman.net/pgpkey.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/pgpkey.html&lt;/a&gt;&lt;br&gt;FOAF: &lt;a href=&quot;http://www.ivan-herman.net/foaf.rdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/foaf.rdf&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;smime.p7s&lt;/strong&gt; (5K) &lt;a href=&quot;http://old.nabble.com/attachment/26228836/0/smime.p7s&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Call-for-Review-of-XHTML-Test-Cases-142%2C-147%2C-and-154-tp26216903p26228836.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26228756</id>
	<title>Re: Call for Review of XHTML Test Cases 142, 147, and 154</title>
	<published>2009-11-06T01:04:15Z</published>
	<updated>2009-11-06T01:04:15Z</updated>
	<author>
		<name>Ivan Herman-2</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Shane McCarron wrote:
&lt;br&gt;&amp;gt; Actually... &amp;nbsp;XHTML+RDFa is based upon XHTML M12N. &amp;nbsp;And M12N references
&lt;br&gt;&amp;gt; 4th Edition explicitly. &amp;nbsp;All XHTML Family Recs are being updated to
&lt;br&gt;&amp;gt; refer to 4th Edition in the coming weeks. &amp;nbsp;We don't trust 5th Edition. 
&lt;br&gt;&amp;gt; So.... I am not sure what that means for this test case.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Can you tell me why the xhtml group does not trust the 5th edition? Is
&lt;br&gt;it all the extra unicode stuff?
&lt;br&gt;&lt;br&gt;Ivan
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Philip Taylor wrote:
&lt;br&gt;&amp;gt;&amp;gt; Mark Birbeck wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; My observation about TC154 is simply that the character after
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;xmlns:test&amp;quot; caused my XML editor problems. (I thought I might as well
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; see if the document was well-formed.)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The entire point of the test case is that that particular character is
&lt;br&gt;&amp;gt;&amp;gt; likely to cause problems :-)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It's a U+0140, which is permitted by the latest Rec of XML at
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.w3.org/TR/REC-xml/#NT-NameChar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/REC-xml/#NT-NameChar&lt;/a&gt;&amp;gt; but forbidden (not
&lt;br&gt;&amp;gt;&amp;gt; well-formed) according to the previous Rec at
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.w3.org/TR/2006/REC-xml-20060816/#NT-NameChar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2006/REC-xml-20060816/#NT-NameChar&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Most XML implementations follow the old 4th Edition, so they'll
&lt;br&gt;&amp;gt;&amp;gt; consider the test case ill-formed. I guess RDFa is meant to be based
&lt;br&gt;&amp;gt;&amp;gt; on the latest edition (since I don't see anything that looks like
&lt;br&gt;&amp;gt;&amp;gt; intentional references to old versions), but I'm not at all certain
&lt;br&gt;&amp;gt;&amp;gt; about that. So this test case is an attempt to clarify the situation.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;/div&gt;-- 
&lt;br&gt;&lt;br&gt;Ivan Herman, W3C Semantic Web Activity Lead
&lt;br&gt;Home: &lt;a href=&quot;http://www.w3.org/People/Ivan/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/People/Ivan/&lt;/a&gt;&lt;br&gt;mobile: +31-641044153
&lt;br&gt;PGP Key: &lt;a href=&quot;http://www.ivan-herman.net/pgpkey.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/pgpkey.html&lt;/a&gt;&lt;br&gt;FOAF: &lt;a href=&quot;http://www.ivan-herman.net/foaf.rdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/foaf.rdf&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;smime.p7s&lt;/strong&gt; (5K) &lt;a href=&quot;http://old.nabble.com/attachment/26228756/0/smime.p7s&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Call-for-Review-of-XHTML-Test-Cases-142%2C-147%2C-and-154-tp26216903p26228756.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26224237</id>
	<title>Re: Call for Review of XHTML Test Cases 142, 147, and 154</title>
	<published>2009-11-05T15:27:45Z</published>
	<updated>2009-11-05T15:27:45Z</updated>
	<author>
		<name>Mark Birbeck-4</name>
	</author>
	<content type="html">Hi Philip,
&lt;br&gt;&lt;br&gt;&amp;gt; The entire point of the test case is that that particular character is
&lt;br&gt;&amp;gt; likely to cause problems :-)
&lt;br&gt;&lt;br&gt;Damn...that's the second time I've been caught out by the fact that
&lt;br&gt;you need to know a particular test is failing, rather than succeeding.
&lt;br&gt;&lt;br&gt;Ah well -- I now know more about Unicode than I did before.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Mark Birbeck, webBackplane
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26224237&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark.birbeck@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://webBackplane.com/mark-birbeck&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webBackplane.com/mark-birbeck&lt;/a&gt;&lt;br&gt;&lt;br&gt;webBackplane is a trading name of Backplane Ltd. (company number
&lt;br&gt;05972288, registered office: 2nd Floor, 69/85 Tabernacle Street,
&lt;br&gt;London, EC2A 4RR)
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Call-for-Review-of-XHTML-Test-Cases-142%2C-147%2C-and-154-tp26216903p26224237.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26222269</id>
	<title>Re: Call for Review of XHTML Test Cases 142, 147, and 154</title>
	<published>2009-11-05T13:10:12Z</published>
	<updated>2009-11-05T13:10:12Z</updated>
	<author>
		<name>Shane McCarron</name>
	</author>
	<content type="html">I agree completely. &amp;nbsp;It is one of the reasons we are planning to update 
&lt;br&gt;all the XHTML family specs. &amp;nbsp;As to the xml-names reference in 
&lt;br&gt;RDFa-syntax. &amp;nbsp;That one's completely my fault. &amp;nbsp;I pasted in the wrong 
&lt;br&gt;thing and never checked it. &amp;nbsp;Pathetic, really.
&lt;br&gt;&lt;br&gt;Philip Taylor wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Shane McCarron wrote:
&lt;br&gt;&amp;gt;&amp;gt; Actually... &amp;nbsp;XHTML+RDFa is based upon XHTML M12N. &amp;nbsp;And M12N 
&lt;br&gt;&amp;gt;&amp;gt; references 4th Edition explicitly. &amp;nbsp;All XHTML Family Recs are being 
&lt;br&gt;&amp;gt;&amp;gt; updated to refer to 4th Edition in the coming weeks. &amp;nbsp;We don't trust 
&lt;br&gt;&amp;gt;&amp;gt; 5th Edition. &amp;nbsp;So.... I am not sure what that means for this test case.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Okay, sounds good - if the intent is that everyone should use the 4th 
&lt;br&gt;&amp;gt; Edition instead, and it's made clear in the specs, then I'm happy with 
&lt;br&gt;&amp;gt; that (and test case 154 will be invalid, or could be turned into a 
&lt;br&gt;&amp;gt; negative test case of some kind).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Looking at the current normative references from RDFa:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/TR/rdfa-syntax/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/rdfa-syntax/&lt;/a&gt;&amp;nbsp;includes 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/TR/2004/REC-xml-20040204&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2004/REC-xml-20040204&lt;/a&gt;&amp;nbsp;(Third Edition) as [XML-LANG].
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/TR/rdfa-syntax/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/rdfa-syntax/&lt;/a&gt;&amp;nbsp;includes 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/TR/1999/REC-xml-names-19990114/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/1999/REC-xml-names-19990114/&lt;/a&gt;&amp;nbsp;which includes 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/TR/REC-xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/REC-xml&lt;/a&gt;&amp;nbsp;dated 10 February 1998 (either First 
&lt;br&gt;&amp;gt; Edition if you go by the date, or Fifth if you go by URL).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/TR/rdfa-syntax/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/rdfa-syntax/&lt;/a&gt;&amp;nbsp;includes 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/TR/2001/REC-xmlbase-20010627/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2001/REC-xmlbase-20010627/&lt;/a&gt;&amp;nbsp;which includes 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/TR/2000/REC-xml-20001006&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2000/REC-xml-20001006&lt;/a&gt;&amp;nbsp;(Second Edition).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/TR/rdfa-syntax/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/rdfa-syntax/&lt;/a&gt;&amp;nbsp;includes 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/TR/2008/REC-xhtml-modularization-20081008/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2008/REC-xhtml-modularization-20081008/&lt;/a&gt;&amp;nbsp;which 
&lt;br&gt;&amp;gt; includes &lt;a href=&quot;http://www.w3.org/TR/2006/REC-xml-20060816&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2006/REC-xml-20060816&lt;/a&gt;&amp;nbsp;(Fourth Edition)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So the normative reference chains lead to at least four out of five 
&lt;br&gt;&amp;gt; editions in various ways, and I don't think it's currently clear that 
&lt;br&gt;&amp;gt; any particular edition is blessed as being the one to use for RDFa 
&lt;br&gt;&amp;gt; processors. That wasn't a problem until the 5th Edition came along and 
&lt;br&gt;&amp;gt; redefined well-formedness, but it'd be nice to see the references 
&lt;br&gt;&amp;gt; tidied up a bit now.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Shane P. McCarron &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Phone: +1 763 786-8160 x120
&lt;br&gt;Managing Director &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fax: +1 763 786-8180
&lt;br&gt;ApTest Minnesota &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Inet: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26222269&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shane@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Call-for-Review-of-XHTML-Test-Cases-142%2C-147%2C-and-154-tp26216903p26222269.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26222224</id>
	<title>Re: Call for Review of XHTML Test Cases 142, 147, and 154</title>
	<published>2009-11-05T13:06:53Z</published>
	<updated>2009-11-05T13:06:53Z</updated>
	<author>
		<name>Philip Taylor-5</name>
	</author>
	<content type="html">Shane McCarron wrote:
&lt;br&gt;&amp;gt; Actually... &amp;nbsp;XHTML+RDFa is based upon XHTML M12N. &amp;nbsp;And M12N references 
&lt;br&gt;&amp;gt; 4th Edition explicitly. &amp;nbsp;All XHTML Family Recs are being updated to 
&lt;br&gt;&amp;gt; refer to 4th Edition in the coming weeks. &amp;nbsp;We don't trust 5th Edition. &amp;nbsp;
&lt;br&gt;&amp;gt; So.... I am not sure what that means for this test case.
&lt;br&gt;&lt;br&gt;Okay, sounds good - if the intent is that everyone should use the 4th 
&lt;br&gt;Edition instead, and it's made clear in the specs, then I'm happy with 
&lt;br&gt;that (and test case 154 will be invalid, or could be turned into a 
&lt;br&gt;negative test case of some kind).
&lt;br&gt;&lt;br&gt;Looking at the current normative references from RDFa:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/rdfa-syntax/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/rdfa-syntax/&lt;/a&gt;&amp;nbsp;includes 
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/2004/REC-xml-20040204&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2004/REC-xml-20040204&lt;/a&gt;&amp;nbsp;(Third Edition) as [XML-LANG].
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/rdfa-syntax/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/rdfa-syntax/&lt;/a&gt;&amp;nbsp;includes 
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/1999/REC-xml-names-19990114/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/1999/REC-xml-names-19990114/&lt;/a&gt;&amp;nbsp;which includes 
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/REC-xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/REC-xml&lt;/a&gt;&amp;nbsp;dated 10 February 1998 (either First 
&lt;br&gt;Edition if you go by the date, or Fifth if you go by URL).
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/rdfa-syntax/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/rdfa-syntax/&lt;/a&gt;&amp;nbsp;includes 
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/2001/REC-xmlbase-20010627/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2001/REC-xmlbase-20010627/&lt;/a&gt;&amp;nbsp;which includes 
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/2000/REC-xml-20001006&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2000/REC-xml-20001006&lt;/a&gt;&amp;nbsp;(Second Edition).
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/rdfa-syntax/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/rdfa-syntax/&lt;/a&gt;&amp;nbsp;includes 
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/2008/REC-xhtml-modularization-20081008/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2008/REC-xhtml-modularization-20081008/&lt;/a&gt;&amp;nbsp;which 
&lt;br&gt;includes &lt;a href=&quot;http://www.w3.org/TR/2006/REC-xml-20060816&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2006/REC-xml-20060816&lt;/a&gt;&amp;nbsp;(Fourth Edition)
&lt;br&gt;&lt;br&gt;So the normative reference chains lead to at least four out of five 
&lt;br&gt;editions in various ways, and I don't think it's currently clear that 
&lt;br&gt;any particular edition is blessed as being the one to use for RDFa 
&lt;br&gt;processors. That wasn't a problem until the 5th Edition came along and 
&lt;br&gt;redefined well-formedness, but it'd be nice to see the references tidied 
&lt;br&gt;up a bit now.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Philip Taylor
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26222224&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pjt47@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Call-for-Review-of-XHTML-Test-Cases-142%2C-147%2C-and-154-tp26216903p26222224.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26222210</id>
	<title>Some comments on the SPARQL 1.1 draft documents</title>
	<published>2009-11-05T13:00:56Z</published>
	<updated>2009-11-05T13:00:56Z</updated>
	<author>
		<name>Ben Lavender-2</name>
	</author>
	<content type="html">I posted some comments about the 1.1 draft on my blog, which Axel
&lt;br&gt;Polleres asked that I post here. &amp;nbsp;I will not paste the entire
&lt;br&gt;contents, as I suffer from a clinical lack of conciseness. &amp;nbsp;Instead, I
&lt;br&gt;will say my two main points and link.
&lt;br&gt;&lt;br&gt;The first, smaller point was a disappointment with the choice of
&lt;br&gt;RDF/XML as the one standard required to be supported by the new RDF
&lt;br&gt;graph HTTP management API. &amp;nbsp;The protocol has issues marked as
&lt;br&gt;'postponed' for years. &amp;nbsp;Other easy to parse protocols have existed for
&lt;br&gt;years. &amp;nbsp;Why the continued support of RDF/XML as the canonical
&lt;br&gt;standard?
&lt;br&gt;&lt;br&gt;The larger point was that the sizable syntax extensions make a
&lt;br&gt;protocol with limited adoption even more difficult to implement.
&lt;br&gt;Implementations do not exist for several popular web development
&lt;br&gt;languages, and enlarging the syntax only increases the range of
&lt;br&gt;features that are 'required' to be supported.
&lt;br&gt;&lt;br&gt;I suggested that a better route would be to establish a more
&lt;br&gt;machine-friendly format as the standard, and define SPARQL in terms of
&lt;br&gt;how it compiles into that. &amp;nbsp;That algebra, already published alongside
&lt;br&gt;the syntax, is readably expressible as S-expressions, and those should
&lt;br&gt;be the protocol, with the human-readable form as an addendum. &amp;nbsp;The end
&lt;br&gt;result is that *every* language feature can easily be subject to
&lt;br&gt;extension, service discovery, and the incremental implementation that
&lt;br&gt;small-scale open source projects need, instead of only those features
&lt;br&gt;expressible by extension functions.
&lt;br&gt;&lt;br&gt;Further, it's worth noting that SQL has spent the last 20 years being
&lt;br&gt;abstracted away by necessarily complicated libraries, and having the
&lt;br&gt;structure of a query language be well-defined in a machine-readable
&lt;br&gt;format seems to be more forward-looking than the incidental details of
&lt;br&gt;a human-readable version.
&lt;br&gt;&lt;br&gt;The service discovery feature was an excellent step in the right
&lt;br&gt;direction, and some of us would love to see it apply to everything
&lt;br&gt;SPARQL can do, not just part of it.
&lt;br&gt;&lt;br&gt;The long-winded version is at:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bhuga.net/2009/11/w3c-going-wrong-direction-sparql-11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bhuga.net/2009/11/w3c-going-wrong-direction-sparql-11&lt;/a&gt;&lt;br&gt;&lt;br&gt;Ben Lavender
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-dawg-comments-f11615.html&quot; embed=&quot;fixTarget[11615]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-dawg-comments&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Some-comments-on-the-SPARQL-1.1-draft-documents-tp26222210p26222210.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26221985</id>
	<title>Re: Call for Review of XHTML Test Cases 142, 147, and 154</title>
	<published>2009-11-05T12:48:13Z</published>
	<updated>2009-11-05T12:48:13Z</updated>
	<author>
		<name>Shane McCarron</name>
	</author>
	<content type="html">Actually... &amp;nbsp;XHTML+RDFa is based upon XHTML M12N. &amp;nbsp;And M12N references 
&lt;br&gt;4th Edition explicitly. &amp;nbsp;All XHTML Family Recs are being updated to 
&lt;br&gt;refer to 4th Edition in the coming weeks. &amp;nbsp;We don't trust 5th Edition. &amp;nbsp;
&lt;br&gt;So.... I am not sure what that means for this test case.
&lt;br&gt;&lt;br&gt;Philip Taylor wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Mark Birbeck wrote:
&lt;br&gt;&amp;gt;&amp;gt; My observation about TC154 is simply that the character after
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;xmlns:test&amp;quot; caused my XML editor problems. (I thought I might as well
&lt;br&gt;&amp;gt;&amp;gt; see if the document was well-formed.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The entire point of the test case is that that particular character is 
&lt;br&gt;&amp;gt; likely to cause problems :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It's a U+0140, which is permitted by the latest Rec of XML at 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.w3.org/TR/REC-xml/#NT-NameChar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/REC-xml/#NT-NameChar&lt;/a&gt;&amp;gt; but forbidden (not 
&lt;br&gt;&amp;gt; well-formed) according to the previous Rec at 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.w3.org/TR/2006/REC-xml-20060816/#NT-NameChar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2006/REC-xml-20060816/#NT-NameChar&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Most XML implementations follow the old 4th Edition, so they'll 
&lt;br&gt;&amp;gt; consider the test case ill-formed. I guess RDFa is meant to be based 
&lt;br&gt;&amp;gt; on the latest edition (since I don't see anything that looks like 
&lt;br&gt;&amp;gt; intentional references to old versions), but I'm not at all certain 
&lt;br&gt;&amp;gt; about that. So this test case is an attempt to clarify the situation.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Shane P. McCarron &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Phone: +1 763 786-8160 x120
&lt;br&gt;Managing Director &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fax: +1 763 786-8180
&lt;br&gt;ApTest Minnesota &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Inet: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26221985&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shane@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Call-for-Review-of-XHTML-Test-Cases-142%2C-147%2C-and-154-tp26216903p26221985.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26221765</id>
	<title>Re: Call for Review of XHTML Test Cases 142, 147, and 154</title>
	<published>2009-11-05T12:31:56Z</published>
	<updated>2009-11-05T12:31:56Z</updated>
	<author>
		<name>Philip Taylor-5</name>
	</author>
	<content type="html">Mark Birbeck wrote:
&lt;br&gt;&amp;gt; My observation about TC154 is simply that the character after
&lt;br&gt;&amp;gt; &amp;quot;xmlns:test&amp;quot; caused my XML editor problems. (I thought I might as well
&lt;br&gt;&amp;gt; see if the document was well-formed.)
&lt;br&gt;&lt;br&gt;The entire point of the test case is that that particular character is 
&lt;br&gt;likely to cause problems :-)
&lt;br&gt;&lt;br&gt;It's a U+0140, which is permitted by the latest Rec of XML at 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.w3.org/TR/REC-xml/#NT-NameChar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/REC-xml/#NT-NameChar&lt;/a&gt;&amp;gt; but forbidden (not 
&lt;br&gt;well-formed) according to the previous Rec at 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.w3.org/TR/2006/REC-xml-20060816/#NT-NameChar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2006/REC-xml-20060816/#NT-NameChar&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;br&gt;Most XML implementations follow the old 4th Edition, so they'll consider 
&lt;br&gt;the test case ill-formed. I guess RDFa is meant to be based on the 
&lt;br&gt;latest edition (since I don't see anything that looks like intentional 
&lt;br&gt;references to old versions), but I'm not at all certain about that. So 
&lt;br&gt;this test case is an attempt to clarify the situation.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Philip Taylor
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26221765&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pjt47@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Call-for-Review-of-XHTML-Test-Cases-142%2C-147%2C-and-154-tp26216903p26221765.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26220130</id>
	<title>Meeting minutes, 2009-11-05</title>
	<published>2009-11-05T10:42:31Z</published>
	<updated>2009-11-05T10:42:31Z</updated>
	<author>
		<name>Ivan Herman-2</name>
	</author>
	<content type="html">Minutes are here:
&lt;br&gt;&lt;br&gt;www.w3.org/2009/11/05-rdfa-minutes.html
&lt;br&gt;&lt;br&gt;text version below.
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;Ivan
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;[1]W3C
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [1] &lt;a href=&quot;http://www.w3.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;RDFa in XHTML Task Force
&lt;br&gt;&lt;br&gt;05 Nov 2009
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Agenda:
&lt;br&gt;&amp;nbsp; &amp;nbsp;[2]&lt;a href=&quot;http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2009No&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2009No&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;v/0004.html
&lt;br&gt;&amp;nbsp; &amp;nbsp;See also: [3]IRC log
&lt;br&gt;&amp;nbsp; &amp;nbsp;Previous: [4]&lt;a href=&quot;http://www.w3.org/2009/10/29-rdfa-minutes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/29-rdfa-minutes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [2]
&lt;br&gt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2009Nov/0004.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2009Nov/0004.html&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [3] &lt;a href=&quot;http://www.w3.org/2009/11/05-rdfa-irc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/05-rdfa-irc&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [4] &lt;a href=&quot;http://www.w3.org/2009/10/29-rdfa-minutes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/29-rdfa-minutes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Attendees
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Present
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Ivan Herman, Manu Sporny, Shane McCarron
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Regrets
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Ben Adida, Mark Birbeck, Steven Pemberton
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Chair
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Manu Sporny
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Scribe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Manu Sporny
&lt;br&gt;&lt;br&gt;Contents
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [5]Topics
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1. [6]Action Items
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2. [7]RDFa WG Charter
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3. [8]profile/vocab discussion
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4. [9]RDFa DOM API
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [10]Summary of Action Items
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;_________________________________________________________
&lt;br&gt;&lt;br&gt;Action Items
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;scribe&amp;gt; ACTION: Manu to aggressively push review of test cases via
&lt;br&gt;&amp;nbsp; &amp;nbsp;mailing list [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[11]&lt;a href=&quot;http://www.w3.org/2009/10/29-rdfa-minutes.html#action08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/29-rdfa-minutes.html#action08&lt;/a&gt;] [DONE]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[11] &lt;a href=&quot;http://www.w3.org/2009/10/29-rdfa-minutes.html#action08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/29-rdfa-minutes.html#action08&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Manu: Sent out overview
&lt;br&gt;&amp;nbsp; &amp;nbsp;... Asked 3 new test cases to be reviewed.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;scribe&amp;gt; ACTION: Manu to try and find other interested parties in
&lt;br&gt;&amp;nbsp; &amp;nbsp;RDFa WG. [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[12]&lt;a href=&quot;http://www.w3.org/2009/10/22-rdfa-minutes.html#action08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/22-rdfa-minutes.html#action08&lt;/a&gt;]
&lt;br&gt;&amp;nbsp; &amp;nbsp;[CONTINUES]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[12] &lt;a href=&quot;http://www.w3.org/2009/10/22-rdfa-minutes.html#action08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/22-rdfa-minutes.html#action08&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;scribe&amp;gt; ACTION: Ben to finish authoring RDFa WG charter. [recorded
&lt;br&gt;&amp;nbsp; &amp;nbsp;in [13]&lt;a href=&quot;http://www.w3.org/2009/10/22-rdfa-minutes.html#action07&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/22-rdfa-minutes.html#action07&lt;/a&gt;]
&lt;br&gt;&amp;nbsp; &amp;nbsp;[CONTINUES]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[13] &lt;a href=&quot;http://www.w3.org/2009/10/22-rdfa-minutes.html#action07&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/22-rdfa-minutes.html#action07&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;scribe&amp;gt; ACTION: Manu speak with Andy Seaborne about SPARQL.org
&lt;br&gt;&amp;nbsp; &amp;nbsp;implementation re: c14n [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[14]&lt;a href=&quot;http://www.w3.org/2009/10/15-rdfa-minutes.html#action06&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/15-rdfa-minutes.html#action06&lt;/a&gt;] [DONE]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[14] &lt;a href=&quot;http://www.w3.org/2009/10/15-rdfa-minutes.html#action06&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/15-rdfa-minutes.html#action06&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Manu: Do have more thoughts on RDFa WG, Ivan?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Ivan: We need more W3C members.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... Currently in talks with a number of people offline - we seem to
&lt;br&gt;&amp;nbsp; &amp;nbsp;be in good shape.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... If we have 2 large search companies and a number of other
&lt;br&gt;&amp;nbsp; &amp;nbsp;smaller companies (all W3C members) we're fine.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... We should expect questions that are raised regarding why RDFa is
&lt;br&gt;&amp;nbsp; &amp;nbsp;a separate group from Semantic Web.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;scribe&amp;gt; ACTION: Manu speak with Andy Seaborne about SPARQL.org
&lt;br&gt;&amp;nbsp; &amp;nbsp;implementation re: c14n [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[15]&lt;a href=&quot;http://www.w3.org/2009/10/15-rdfa-minutes.html#action06&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/15-rdfa-minutes.html#action06&lt;/a&gt;] [DONE]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[15] &lt;a href=&quot;http://www.w3.org/2009/10/15-rdfa-minutes.html#action06&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/15-rdfa-minutes.html#action06&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Manu: Jeremy Carroll said that this is a bug in Jena/SPARQL.org
&lt;br&gt;&amp;nbsp; &amp;nbsp;... Andy seemed to imply it was as well.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;scribe&amp;gt; ACTION: Shane to look at XML spec and see if xml: is
&lt;br&gt;&amp;nbsp; &amp;nbsp;illegal in RDF/XML re: TC 142 [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[16]&lt;a href=&quot;http://www.w3.org/2009/10/22-rdfa-minutes.html#action09&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/22-rdfa-minutes.html#action09&lt;/a&gt;]
&lt;br&gt;&amp;nbsp; &amp;nbsp;[CONTINUES]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[16] &lt;a href=&quot;http://www.w3.org/2009/10/22-rdfa-minutes.html#action09&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/22-rdfa-minutes.html#action09&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;scribe&amp;gt; ACTION: Shane to re-draft XMLLiteral errata text [recorded
&lt;br&gt;&amp;nbsp; &amp;nbsp;in [17]&lt;a href=&quot;http://www.w3.org/2009/10/15-rdfa-minutes.html#action04&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/15-rdfa-minutes.html#action04&lt;/a&gt;]
&lt;br&gt;&amp;nbsp; &amp;nbsp;[CONTINUES]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[17] &lt;a href=&quot;http://www.w3.org/2009/10/15-rdfa-minutes.html#action04&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/15-rdfa-minutes.html#action04&lt;/a&gt;&lt;br&gt;&lt;br&gt;RDFa WG Charter
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Ivan: I have one thing to mention re: the charter
&lt;br&gt;&amp;nbsp; &amp;nbsp;... I don't think we should include the Microsoft extensibility
&lt;br&gt;&amp;nbsp; &amp;nbsp;thing as a part of the RDFa charter.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... What happens if the HTML5 group stops the extensibility
&lt;br&gt;&amp;nbsp; &amp;nbsp;mechanism? Our charter would be wrong.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Manu: Fine to remove it - we were attempting to express that we'd
&lt;br&gt;&amp;nbsp; &amp;nbsp;like to work with HTML WG on distributed extensibility.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Ivan: We need to remove names for W3C staff contact - wait until
&lt;br&gt;&amp;nbsp; &amp;nbsp;after a vote.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Manu: ok, made both changes to the charter.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Ivan: The other discussion we'll want to have is IG vs. WG
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Shane: We want to publish REC track documents, so we have to be a
&lt;br&gt;&amp;nbsp; &amp;nbsp;WG.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Ivan: So, an open question is that RDFa 1.1 will probably apply to
&lt;br&gt;&amp;nbsp; &amp;nbsp;HTML5, so why the new WG?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Shane: XHTML+RDFa module has to be updated, and is work that is done
&lt;br&gt;&amp;nbsp; &amp;nbsp;independently of the HTML5 spec. That's why we need a new WG.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Manu: There is also an RDFa 1.1 Core spec
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Ivan: Right, the underlying RDFa 1.1 Core spec would be independent
&lt;br&gt;&amp;nbsp; &amp;nbsp;of any language.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... There is MediaRSS - which is RDFa being used in a non-XHTML
&lt;br&gt;&amp;nbsp; &amp;nbsp;dialect.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... That should be a REC, and must be done by a WG, not at IG.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Shane: Sure - we should have some kind of language-agnostic RDFa 1.1
&lt;br&gt;&amp;nbsp; &amp;nbsp;Core document.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... An evolution of the current spec could do that pretty easily.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... The XHTML logic is restricted to 1 chapter.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Ivan: A little more than that - we refer to href and img, and some
&lt;br&gt;&amp;nbsp; &amp;nbsp;other HTML dependent things.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ShaneM&amp;gt; @src too
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Ivan: We could do a generic spec which may have an additional XHTML
&lt;br&gt;&amp;nbsp; &amp;nbsp;spec.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... We have to be very specific about what the WG is producing.
&lt;br&gt;&lt;br&gt;profile/vocab discussion
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Manu: @profile is perma-thread area on HTML WG and WHAT WG. We'll
&lt;br&gt;&amp;nbsp; &amp;nbsp;want to use @vocab
&lt;br&gt;&amp;nbsp; &amp;nbsp;Shane: or &amp;lt;link rel=&amp;quot;vocab&amp;quot; href=&amp;quot;&lt;a href=&quot;http://example.org/vocab#&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://example.org/vocab#&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;RDFa DOM API
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Manu: Two approaches - generic RDF DOM API, and a specific RDFa DOM
&lt;br&gt;&amp;nbsp; &amp;nbsp;API.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Ivan: We may not want to make this an HTML-specific thing.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Shane: I don't think there is an HTML DOM - so, we may want to do
&lt;br&gt;&amp;nbsp; &amp;nbsp;something that is XML-specific.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... XHTML/HTML DOM was something we never wanted to do.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Ivan: What might be faster and easier to define would be the
&lt;br&gt;&amp;nbsp; &amp;nbsp;RDFa-specific DOM API.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... At ISWC2009, there was a paper on how one could extract triples
&lt;br&gt;&amp;nbsp; &amp;nbsp;from an element.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... The point is that there is a slightly more general issue that is
&lt;br&gt;&amp;nbsp; &amp;nbsp;coming up.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... How can we reconcile this: How do I get and manage RDF data from
&lt;br&gt;&amp;nbsp; &amp;nbsp;Javascript in general? Regardless of whether or not it comes from
&lt;br&gt;&amp;nbsp; &amp;nbsp;RDFa?
&lt;br&gt;&amp;nbsp; &amp;nbsp;... Tabulator was done in Javascript, data was extracted from all
&lt;br&gt;&amp;nbsp; &amp;nbsp;places... RDFa is just one source.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... it would be nice if these two things could be reconciled.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... Unless it becomes overcomplicated.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Manu: So, we could use the jQuery approach - specific API for RDFa
&lt;br&gt;&amp;nbsp; &amp;nbsp;... Then jQuery provides the RDF query mechanism.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Shane: I think this could conflict with the way the HTML5 group does
&lt;br&gt;&amp;nbsp; &amp;nbsp;things.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Manu: I disagree, I think it's in-line with how the web is being
&lt;br&gt;&amp;nbsp; &amp;nbsp;developed. If we do the jQuery approach - we could tie in a unified
&lt;br&gt;&amp;nbsp; &amp;nbsp;RDF query mechanism, regardless of the underlying data expression
&lt;br&gt;&amp;nbsp; &amp;nbsp;mechanism - Microdata, RDFa, Microformats, etc.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Ivan: So, are we interested in a generic API to extract data out of
&lt;br&gt;&amp;nbsp; &amp;nbsp;triple stores, regardless of where it comes from.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... Is that something that the RDFa WG would like to solve?
&lt;br&gt;&amp;nbsp; &amp;nbsp;... There is a clear pressure from a number of people that we need
&lt;br&gt;&amp;nbsp; &amp;nbsp;something at the triple store level... a specific RDFa API won't
&lt;br&gt;&amp;nbsp; &amp;nbsp;solve the real problem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Shane: So, RDFa API is necessary, but not sufficient.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Ivan: Is another WG needed to provide this? Or can this be solved in
&lt;br&gt;&amp;nbsp; &amp;nbsp;the RDFa WG?
&lt;br&gt;&amp;nbsp; &amp;nbsp;... What I'm interested in is the integrated triple store.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... From a SemWeb programmers point of view, this is what I'd want.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Shane: I see a couple of different things here, one of them is
&lt;br&gt;&amp;nbsp; &amp;nbsp;having triple-store access available. Via the DOM or otherwise.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... This is an API for extracting triples from a URI.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Ivan: In rdflib, there is no provenance.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... Everything gets merged into the same bin.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Manu: So is it fair to say that we're talking about a TripleStore
&lt;br&gt;&amp;nbsp; &amp;nbsp;API and a separate RDFa API? I'm worried about the amount of work
&lt;br&gt;&amp;nbsp; &amp;nbsp;required to accomplish a TripleStore API.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Ivan: Yes... but these two should meet somewhere.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... Maybe only at an implementation level.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... Some have said you don't need a TripleStore API - you only need
&lt;br&gt;&amp;nbsp; &amp;nbsp;a SPARQL API.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... Just like you don't have an API to get SQL data, you just issue
&lt;br&gt;&amp;nbsp; &amp;nbsp;SQL commands.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... I think charter text should make these points very clearly.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;scribe&amp;gt; ACTION: Manu to update the charter to talk about RDFa API
&lt;br&gt;&amp;nbsp; &amp;nbsp;[recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[18]&lt;a href=&quot;http://www.w3.org/2009/11/05-rdfa-minutes.html#action08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/05-rdfa-minutes.html#action08&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Manu: We could do TripleStore API in jQuery, RDFa API in jQuery and
&lt;br&gt;&amp;nbsp; &amp;nbsp;natively?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Ivan: Maybe we want to put conditional item in there about
&lt;br&gt;&amp;nbsp; &amp;nbsp;TripleStore API
&lt;br&gt;&amp;nbsp; &amp;nbsp;... Maybe we plan to have a Note on a generic TripleStore API.
&lt;br&gt;&amp;nbsp; &amp;nbsp;... We would not be obligated to do TripleStore API, but we will
&lt;br&gt;&amp;nbsp; &amp;nbsp;look into the issue.
&lt;br&gt;&lt;br&gt;Summary of Action Items
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;]
&lt;br&gt;&amp;nbsp; &amp;nbsp;[NEW] ACTION: Manu to update the charter to talk about RDFa API
&lt;br&gt;&amp;nbsp; &amp;nbsp;[recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[19]&lt;a href=&quot;http://www.w3.org/2009/11/05-rdfa-minutes.html#action08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/05-rdfa-minutes.html#action08&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;[PENDING] ACTION: Manu to aggressively push review of test cases via
&lt;br&gt;&amp;nbsp; &amp;nbsp;mailing list [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[20]&lt;a href=&quot;http://www.w3.org/2009/10/29-rdfa-minutes.html#action08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/29-rdfa-minutes.html#action08&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;[PENDING] ACTION: Ben to finish authoring RDFa WG charter. [recorded
&lt;br&gt;&amp;nbsp; &amp;nbsp;in [21]&lt;a href=&quot;http://www.w3.org/2009/10/22-rdfa-minutes.html#action07&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/22-rdfa-minutes.html#action07&lt;/a&gt;]
&lt;br&gt;&amp;nbsp; &amp;nbsp;[PENDING] ACTION: Manu to try and find other interested parties in
&lt;br&gt;&amp;nbsp; &amp;nbsp;RDFa WG. [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[22]&lt;a href=&quot;http://www.w3.org/2009/10/22-rdfa-minutes.html#action08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/22-rdfa-minutes.html#action08&lt;/a&gt;]
&lt;br&gt;&amp;nbsp; &amp;nbsp;[PENDING] ACTION: Shane to look at XML spec and see if xml: is
&lt;br&gt;&amp;nbsp; &amp;nbsp;illegal in RDF/XML re: TC 142 [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[23]&lt;a href=&quot;http://www.w3.org/2009/10/22-rdfa-minutes.html#action09&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/22-rdfa-minutes.html#action09&lt;/a&gt;]
&lt;br&gt;&amp;nbsp; &amp;nbsp;[PENDING] ACTION: Shane to re-draft XMLLiteral errata text [recorded
&lt;br&gt;&amp;nbsp; &amp;nbsp;in [24]&lt;a href=&quot;http://www.w3.org/2009/10/15-rdfa-minutes.html#action04&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/15-rdfa-minutes.html#action04&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[20] &lt;a href=&quot;http://www.w3.org/2009/10/29-rdfa-minutes.html#action08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/29-rdfa-minutes.html#action08&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[21] &lt;a href=&quot;http://www.w3.org/2009/10/22-rdfa-minutes.html#action07&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/22-rdfa-minutes.html#action07&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[22] &lt;a href=&quot;http://www.w3.org/2009/10/22-rdfa-minutes.html#action08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/22-rdfa-minutes.html#action08&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[23] &lt;a href=&quot;http://www.w3.org/2009/10/22-rdfa-minutes.html#action09&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/22-rdfa-minutes.html#action09&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[24] &lt;a href=&quot;http://www.w3.org/2009/10/15-rdfa-minutes.html#action04&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/15-rdfa-minutes.html#action04&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;[DONE] ACTION: Manu speak with Andy Seaborne about SPARQL.org
&lt;br&gt;&amp;nbsp; &amp;nbsp;implementation re: c14n [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[25]&lt;a href=&quot;http://www.w3.org/2009/10/15-rdfa-minutes.html#action06&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/15-rdfa-minutes.html#action06&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[25] &lt;a href=&quot;http://www.w3.org/2009/10/15-rdfa-minutes.html#action06&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/15-rdfa-minutes.html#action06&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;[End of minutes]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;_________________________________________________________
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Minutes formatted by David Booth's [26]scribe.perl version 1.135
&lt;br&gt;&amp;nbsp; &amp;nbsp; ([27]CVS log)
&lt;br&gt;&amp;nbsp; &amp;nbsp; $Date: 2009/11/05 18:40:30 $
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;_________________________________________________________
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[26] &lt;a href=&quot;http://dev.w3.org/cvsweb/%7Echeckout%7E/2002/scribe/scribedoc.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/%7Echeckout%7E/2002/scribe/scribedoc.htm&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[27] &lt;a href=&quot;http://dev.w3.org/cvsweb/2002/scribe/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/2002/scribe/&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;Ivan Herman, W3C Semantic Web Activity Lead
&lt;br&gt;Home: &lt;a href=&quot;http://www.w3.org/People/Ivan/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/People/Ivan/&lt;/a&gt;&lt;br&gt;mobile: +31-641044153
&lt;br&gt;PGP Key: &lt;a href=&quot;http://www.ivan-herman.net/pgpkey.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/pgpkey.html&lt;/a&gt;&lt;br&gt;FOAF: &lt;a href=&quot;http://www.ivan-herman.net/foaf.rdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/foaf.rdf&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;smime.p7s&lt;/strong&gt; (5K) &lt;a href=&quot;http://old.nabble.com/attachment/26220130/0/smime.p7s&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Meeting-minutes%2C-2009-11-05-tp26220130p26220130.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26218710</id>
	<title>Re: Call for Review of XHTML Test Cases 142, 147, and 154</title>
	<published>2009-11-05T09:14:55Z</published>
	<updated>2009-11-05T09:14:55Z</updated>
	<author>
		<name>Mark Birbeck-4</name>
	</author>
	<content type="html">Hi Manu,
&lt;br&gt;&lt;br&gt;&amp;nbsp; TC142: approved
&lt;br&gt;&amp;nbsp; TC147: approved
&lt;br&gt;&amp;nbsp; TC154: approved, but with a small observation
&lt;br&gt;&lt;br&gt;My observation about TC154 is simply that the character after
&lt;br&gt;&amp;quot;xmlns:test&amp;quot; caused my XML editor problems. (I thought I might as well
&lt;br&gt;see if the document was well-formed.)
&lt;br&gt;&lt;br&gt;It's probably not an issue, since the character is definitely in the
&lt;br&gt;correct range for a namespace prefix character. But the reason I'm
&lt;br&gt;flagging it up, is that it's also not a straightforward problem with
&lt;br&gt;my editor, because if I replace your character with another from
&lt;br&gt;nearby in the Unicode tables, the document is seen as well-formed.
&lt;br&gt;&lt;br&gt;Like I say, I doubt it's a 'proper' problem, but I thought I'd mention
&lt;br&gt;it, in case someone with more Unicode knowledge knows what's going on.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Mark Birbeck, webBackplane
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26218710&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark.birbeck@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://webBackplane.com/mark-birbeck&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webBackplane.com/mark-birbeck&lt;/a&gt;&lt;br&gt;&lt;br&gt;webBackplane is a trading name of Backplane Ltd. (company number
&lt;br&gt;05972288, registered office: 2nd Floor, 69/85 Tabernacle Street,
&lt;br&gt;London, EC2A 4RR)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Thu, Nov 5, 2009 at 3:35 PM, Manu Sporny &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26218710&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;msporny@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; This is a call for review for Test Cases 142, 147 and 154. Everybody is
&lt;br&gt;&amp;gt; encouraged to review these test cases. Reviews are due by next Thursday,
&lt;br&gt;&amp;gt; 1600 UTC.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The test cases can be found at the following URL:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://rdfa.digitalbazaar.com/test-suite/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rdfa.digitalbazaar.com/test-suite/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For &amp;quot;Test Suite&amp;quot;, select: &amp;quot;XHTML+RDFa 1.0&amp;quot;
&lt;br&gt;&amp;gt; For &amp;quot;Unit Test Status&amp;quot;, select: &amp;quot;Unreviewed&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here is a template to follow when responding:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; TC142: approved/rejected/approved with modifications/needs discussion
&lt;br&gt;&amp;gt; TC147: approved/rejected/approved with modifications/needs discussion
&lt;br&gt;&amp;gt; TC154: approved/rejected/approved with modifications/needs discussion
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- manu
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Manu Sporny (skype: msporny, twitter: manusporny)
&lt;br&gt;&amp;gt; President/CEO - Digital Bazaar, Inc.
&lt;br&gt;&amp;gt; blog: Establishing an Open Digital Media Commerce Standard
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://blog.digitalbazaar.com/2009/09/28/a-digital-content-commerce-standard/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.digitalbazaar.com/2009/09/28/a-digital-content-commerce-standard/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Call-for-Review-of-XHTML-Test-Cases-142%2C-147%2C-and-154-tp26216903p26218710.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26216903</id>
	<title>Call for Review of XHTML Test Cases 142, 147, and 154</title>
	<published>2009-11-05T07:35:05Z</published>
	<updated>2009-11-05T07:35:05Z</updated>
	<author>
		<name>Manu Sporny</name>
	</author>
	<content type="html">This is a call for review for Test Cases 142, 147 and 154. Everybody is
&lt;br&gt;encouraged to review these test cases. Reviews are due by next Thursday,
&lt;br&gt;1600 UTC.
&lt;br&gt;&lt;br&gt;The test cases can be found at the following URL:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://rdfa.digitalbazaar.com/test-suite/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rdfa.digitalbazaar.com/test-suite/&lt;/a&gt;&lt;br&gt;&lt;br&gt;For &amp;quot;Test Suite&amp;quot;, select: &amp;quot;XHTML+RDFa 1.0&amp;quot;
&lt;br&gt;For &amp;quot;Unit Test Status&amp;quot;, select: &amp;quot;Unreviewed&amp;quot;
&lt;br&gt;&lt;br&gt;Here is a template to follow when responding:
&lt;br&gt;&lt;br&gt;TC142: approved/rejected/approved with modifications/needs discussion
&lt;br&gt;TC147: approved/rejected/approved with modifications/needs discussion
&lt;br&gt;TC154: approved/rejected/approved with modifications/needs discussion
&lt;br&gt;&lt;br&gt;-- manu
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Manu Sporny (skype: msporny, twitter: manusporny)
&lt;br&gt;President/CEO - Digital Bazaar, Inc.
&lt;br&gt;blog: Establishing an Open Digital Media Commerce Standard
&lt;br&gt;&lt;a href=&quot;http://blog.digitalbazaar.com/2009/09/28/a-digital-content-commerce-standard/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.digitalbazaar.com/2009/09/28/a-digital-content-commerce-standard/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Call-for-Review-of-XHTML-Test-Cases-142%2C-147%2C-and-154-tp26216903p26216903.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26216602</id>
	<title>Reviewing Test Cases via the RDFa Community</title>
	<published>2009-11-05T07:19:52Z</published>
	<updated>2009-11-05T07:19:52Z</updated>
	<author>
		<name>Manu Sporny</name>
	</author>
	<content type="html">I have an action to start aggressively pushing the review of test cases
&lt;br&gt;via the RDFa community mailing lists. Reviewing these test cases via the
&lt;br&gt;telecons is time consuming and takes up valuable time that could be used
&lt;br&gt;to work on new features or discuss various design changes.
&lt;br&gt;&lt;br&gt;Each week (around Wednesday or Thursday), I will introduce a number of
&lt;br&gt;test cases in a call for review. It would be great if the community
&lt;br&gt;could help us review the tests. A review by at least 4 RDFa Task Force
&lt;br&gt;members will be mandatory, so if the list hasn't received at least 4
&lt;br&gt;reviews by RDFa Task Force members, I'll start pestering those that
&lt;br&gt;haven't replied.
&lt;br&gt;&lt;br&gt;A review doesn't have to be complicated or verbose, for example if Test
&lt;br&gt;Cases 200-203 were being reviewed, the only response to the mailing list
&lt;br&gt;could be:
&lt;br&gt;&lt;br&gt;---------------------
&lt;br&gt;TC200: approved
&lt;br&gt;TC201: approved
&lt;br&gt;TC202: approved
&lt;br&gt;TC203: approved
&lt;br&gt;---------------------
&lt;br&gt;&lt;br&gt;If there should be changes to the test cases, a short explanation on
&lt;br&gt;which changes should be made and the rationale for the changes should be
&lt;br&gt;included. For example:
&lt;br&gt;&lt;br&gt;------------
&lt;br&gt;TC204: approved with the following changes:
&lt;br&gt;&lt;br&gt;The &amp;quot;foaf&amp;quot; prefix uses the incorrect URL &amp;quot;&lt;a href=&quot;http://xmlns.com/foaf/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xmlns.com/foaf/&lt;/a&gt;&amp;quot;. It
&lt;br&gt;should be &amp;quot;&lt;a href=&quot;http://xmlns.com/foaf/0.1/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xmlns.com/foaf/0.1/&lt;/a&gt;&amp;quot;.
&lt;br&gt;------------
&lt;br&gt;&lt;br&gt;or
&lt;br&gt;&lt;br&gt;------------
&lt;br&gt;TC205: rejected, we need to discuss this feature
&lt;br&gt;&lt;br&gt;The @xxx attribute is obsolete in HTML5, so we should come up with an
&lt;br&gt;alternative attribute to provide this behavior.
&lt;br&gt;------------
&lt;br&gt;&lt;br&gt;I'll be sending the first such review e-mail out shortly.
&lt;br&gt;&lt;br&gt;-- manu
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Manu Sporny (skype: msporny, twitter: manusporny)
&lt;br&gt;President/CEO - Digital Bazaar, Inc.
&lt;br&gt;blog: Establishing an Open Digital Media Commerce Standard
&lt;br&gt;&lt;a href=&quot;http://blog.digitalbazaar.com/2009/09/28/a-digital-content-commerce-standard/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.digitalbazaar.com/2009/09/28/a-digital-content-commerce-standard/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reviewing-Test-Cases-via-the-RDFa-Community-tp26216602p26216602.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26216209</id>
	<title>Re: Telecon Agenda - November 5, 2009, 1600 UTC</title>
	<published>2009-11-05T06:55:45Z</published>
	<updated>2009-11-05T06:55:45Z</updated>
	<author>
		<name>Steven Pemberton-3</name>
	</author>
	<content type="html">TPAC regrets
&lt;br&gt;&lt;br&gt;Steven
&lt;br&gt;&lt;br&gt;On Thu, 05 Nov 2009 02:27:46 +0100, Ben Adida &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26216209&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ben@...&lt;/a&gt;&amp;gt; wrote
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We're all on the same schedule now, so it's 1600 UTC for our meeting.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Given TPAC, it may be that we shouldn't have this call, let's see what &amp;nbsp;
&lt;br&gt;&amp;gt; folks are up to?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Ben
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ==========
&lt;br&gt;&amp;gt; Thursday, November 5th 2009
&lt;br&gt;&amp;gt; 1500 UTC, W3C Zakim bridge
&lt;br&gt;&amp;gt; tel:+1.617.761.6200 conference code RDFA
&lt;br&gt;&amp;gt; irc://irc.w3.org:6665/#rdfa
&lt;br&gt;&amp;gt; Duration: 60 minutes
&lt;br&gt;&amp;gt; Scribe: Zakim, pick a victim
&lt;br&gt;&amp;gt; ==========
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Agenda:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1) Action Items
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/2009/10/29-rdfa-minutes.html#ActionSummary&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/29-rdfa-minutes.html#ActionSummary&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2) profile/vocab discussion
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 3) DOM API
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Telecon-Agenda---November-5%2C-2009%2C-1600-UTC-tp26207756p26216209.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26213614</id>
	<title>Re: problem report</title>
	<published>2009-11-05T04:26:23Z</published>
	<updated>2009-11-05T04:26:23Z</updated>
	<author>
		<name>Marjolein Katsma</name>
	</author>
	<content type="html">Looking at the archives, I just discovered that my earlier &amp;quot;problem report&amp;quot; mail to the list seems to have lost its message body, and only the attachment came through. (My Sent folder does have the actual message body.) Sorry about any confusion caused.
&lt;br&gt;&lt;br&gt;Here is the original message body that outlined the problem (for which the attachment was the input with which the problem could be reproduced):
&lt;br&gt;&lt;br&gt;~~~~~
&lt;br&gt;One of the dc:subject Bag elements is quoted in the source (&amp;quot;dry earth&amp;quot; escaped as &amp;quot;); in the triplets table this appears as double double quotes (OK) but in the graph it appears as an empty box - looks like it's confused by the double double quotes.
&lt;br&gt;&lt;br&gt;Input to the validator attached.
&lt;br&gt;~~~~~
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;--
&lt;br&gt;Marjolein Katsma
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.linkedin.com/in/marjoleinkatsma&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/marjoleinkatsma&lt;/a&gt;&lt;br&gt;Info: &lt;a href=&quot;http://marjoleinkatsma.com/personal/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marjoleinkatsma.com/personal/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;Blog: &lt;a href=&quot;http://blog.marjoleinkatsma.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.marjoleinkatsma.com/&lt;/a&gt;&lt;br&gt;Kölnisch Wasser: &lt;a href=&quot;http://wasser.iamback.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wasser.iamback.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-rdf-validator-f11726.html&quot; embed=&quot;fixTarget[11726]&quot; target=&quot;_top&quot; &gt;w3.org - www-rdf-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-problem-report-tp26213614p26213614.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26211678</id>
	<title>Re: Telecon Agenda - November 5, 2009, 1600 UTC</title>
	<published>2009-11-05T01:44:01Z</published>
	<updated>2009-11-05T01:44:01Z</updated>
	<author>
		<name>Mark Birbeck-4</name>
	</author>
	<content type="html">I'm also around. (This is like the Seven Samurai.)
&lt;br&gt;&lt;br&gt;On Thu, Nov 5, 2009 at 9:10 AM, Ivan Herman &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26211678&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ivan@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I am around (not at TPAC). But I may be the only one...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ben Adida wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We're all on the same schedule now, so it's 1600 UTC for our meeting.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Given TPAC, it may be that we shouldn't have this call, let's see what
&lt;br&gt;&amp;gt;&amp;gt; folks are up to?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -Ben
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ==========
&lt;br&gt;&amp;gt;&amp;gt; Thursday, November 5th 2009
&lt;br&gt;&amp;gt;&amp;gt; 1500 UTC, W3C Zakim bridge
&lt;br&gt;&amp;gt;&amp;gt; tel:+1.617.761.6200 conference code RDFA
&lt;br&gt;&amp;gt;&amp;gt; irc://irc.w3.org:6665/#rdfa
&lt;br&gt;&amp;gt;&amp;gt; Duration: 60 minutes
&lt;br&gt;&amp;gt;&amp;gt; Scribe: Zakim, pick a victim
&lt;br&gt;&amp;gt;&amp;gt; ==========
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Agenda:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 1) Action Items
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/2009/10/29-rdfa-minutes.html#ActionSummary&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/29-rdfa-minutes.html#ActionSummary&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2) profile/vocab discussion
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 3) DOM API
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ivan Herman, W3C Semantic Web Activity Lead
&lt;br&gt;&amp;gt; Home: &lt;a href=&quot;http://www.w3.org/People/Ivan/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/People/Ivan/&lt;/a&gt;&lt;br&gt;&amp;gt; mobile: +31-641044153
&lt;br&gt;&amp;gt; PGP Key: &lt;a href=&quot;http://www.ivan-herman.net/pgpkey.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/pgpkey.html&lt;/a&gt;&lt;br&gt;&amp;gt; FOAF: &lt;a href=&quot;http://www.ivan-herman.net/foaf.rdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/foaf.rdf&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Telecon-Agenda---November-5%2C-2009%2C-1600-UTC-tp26207756p26211678.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26211295</id>
	<title>Re: Telecon Agenda - November 5, 2009, 1600 UTC</title>
	<published>2009-11-05T01:10:18Z</published>
	<updated>2009-11-05T01:10:18Z</updated>
	<author>
		<name>Ivan Herman-2</name>
	</author>
	<content type="html">I am around (not at TPAC). But I may be the only one...
&lt;br&gt;&lt;br&gt;I.
&lt;br&gt;&lt;br&gt;Ben Adida wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We're all on the same schedule now, so it's 1600 UTC for our meeting.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Given TPAC, it may be that we shouldn't have this call, let's see what
&lt;br&gt;&amp;gt; folks are up to?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Ben
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ==========
&lt;br&gt;&amp;gt; Thursday, November 5th 2009
&lt;br&gt;&amp;gt; 1500 UTC, W3C Zakim bridge
&lt;br&gt;&amp;gt; tel:+1.617.761.6200 conference code RDFA
&lt;br&gt;&amp;gt; irc://irc.w3.org:6665/#rdfa
&lt;br&gt;&amp;gt; Duration: 60 minutes
&lt;br&gt;&amp;gt; Scribe: Zakim, pick a victim
&lt;br&gt;&amp;gt; ==========
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Agenda:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1) Action Items
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/2009/10/29-rdfa-minutes.html#ActionSummary&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/29-rdfa-minutes.html#ActionSummary&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2) profile/vocab discussion
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 3) DOM API
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;/div&gt;-- 
&lt;br&gt;&lt;br&gt;Ivan Herman, W3C Semantic Web Activity Lead
&lt;br&gt;Home: &lt;a href=&quot;http://www.w3.org/People/Ivan/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/People/Ivan/&lt;/a&gt;&lt;br&gt;mobile: +31-641044153
&lt;br&gt;PGP Key: &lt;a href=&quot;http://www.ivan-herman.net/pgpkey.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/pgpkey.html&lt;/a&gt;&lt;br&gt;FOAF: &lt;a href=&quot;http://www.ivan-herman.net/foaf.rdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/foaf.rdf&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;smime.p7s&lt;/strong&gt; (5K) &lt;a href=&quot;http://old.nabble.com/attachment/26211295/0/smime.p7s&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Telecon-Agenda---November-5%2C-2009%2C-1600-UTC-tp26207756p26211295.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26207756</id>
	<title>Telecon Agenda - November 5, 2009, 1600 UTC</title>
	<published>2009-11-04T17:27:46Z</published>
	<updated>2009-11-04T17:27:46Z</updated>
	<author>
		<name>Ben Adida-2</name>
	</author>
	<content type="html">&lt;br&gt;We're all on the same schedule now, so it's 1600 UTC for our meeting.
&lt;br&gt;&lt;br&gt;Given TPAC, it may be that we shouldn't have this call, let's see what 
&lt;br&gt;folks are up to?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-Ben
&lt;br&gt;&lt;br&gt;&lt;br&gt;==========
&lt;br&gt;Thursday, November 5th 2009
&lt;br&gt;1500 UTC, W3C Zakim bridge
&lt;br&gt;tel:+1.617.761.6200 conference code RDFA
&lt;br&gt;irc://irc.w3.org:6665/#rdfa
&lt;br&gt;Duration: 60 minutes
&lt;br&gt;Scribe: Zakim, pick a victim
&lt;br&gt;==========
&lt;br&gt;&lt;br&gt;Agenda:
&lt;br&gt;&lt;br&gt;1) Action Items
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/2009/10/29-rdfa-minutes.html#ActionSummary&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/10/29-rdfa-minutes.html#ActionSummary&lt;/a&gt;&lt;br&gt;&lt;br&gt;2) profile/vocab discussion
&lt;br&gt;&lt;br&gt;3) DOM API
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Telecon-Agenda---November-5%2C-2009%2C-1600-UTC-tp26207756p26207756.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26205600</id>
	<title>Re: Automatic XML namespaces</title>
	<published>2009-11-04T14:14:13Z</published>
	<updated>2009-11-04T14:14:13Z</updated>
	<author>
		<name>Steven Pemberton-3</name>
	</author>
	<content type="html">In fact I proposed something like this at a talk at the Technical Plenary &amp;nbsp;
&lt;br&gt;in 2003. Glad to see it's finally getting some traction...
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.w3.org/2003/Talks/tp-steven-web/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2003/Talks/tp-steven-web/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Steven
&lt;br&gt;&lt;br&gt;On Wed, 04 Nov 2009 19:56:11 +0100, Manu Sporny &amp;nbsp;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26205600&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;msporny@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sam Ruby wrote:
&lt;br&gt;&amp;gt;&amp;gt; Liam Quin, W3C XML Activity Lead, has discussed the following in the
&lt;br&gt;&amp;gt;&amp;gt; context of the Hypertext Coordination Group (HCG) and at the TPAC, but I
&lt;br&gt;&amp;gt;&amp;gt; have not seen it discussed here:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/2009/Talks/08-quin-balisage-namespaces/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/Talks/08-quin-balisage-namespaces/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (bcc: RDFa TF)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, Liam' proposal is a good one.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A number of us have been discussing the &amp;quot;Namespace Definition files&amp;quot;
&lt;br&gt;&amp;gt; approach offline for a number of months. I remember that Mark Birbeck
&lt;br&gt;&amp;gt; had also brought the concept up about a year ago in a XHTML+RDFa Task
&lt;br&gt;&amp;gt; Force telecon.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; While there are a number of issues to be worked out, I think this is the
&lt;br&gt;&amp;gt; right direction for the distributed extensibility debate. It provides a
&lt;br&gt;&amp;gt; solid replacement for xmlns: while requiring authors to know what a
&lt;br&gt;&amp;gt; namespace is or how to use it. It seems like this approach could be a
&lt;br&gt;&amp;gt; good compromise and it seems to be in line with requirements put forth
&lt;br&gt;&amp;gt; by WHATWG, the RDFa TF and HTML WG.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- manu
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Automatic-XML-namespaces-tp26202478p26205600.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26202478</id>
	<title>Re: Automatic XML namespaces</title>
	<published>2009-11-04T10:55:43Z</published>
	<updated>2009-11-04T10:55:43Z</updated>
	<author>
		<name>Manu Sporny</name>
	</author>
	<content type="html">Sam Ruby wrote:
&lt;br&gt;&amp;gt; Liam Quin, W3C XML Activity Lead, has discussed the following in the
&lt;br&gt;&amp;gt; context of the Hypertext Coordination Group (HCG) and at the TPAC, but I
&lt;br&gt;&amp;gt; have not seen it discussed here:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/2009/Talks/08-quin-balisage-namespaces/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/Talks/08-quin-balisage-namespaces/&lt;/a&gt;&lt;br&gt;&lt;br&gt;(bcc: RDFa TF)
&lt;br&gt;&lt;br&gt;Yes, Liam' proposal is a good one.
&lt;br&gt;&lt;br&gt;A number of us have been discussing the &amp;quot;Namespace Definition files&amp;quot;
&lt;br&gt;approach offline for a number of months. I remember that Mark Birbeck
&lt;br&gt;had also brought the concept up about a year ago in a XHTML+RDFa Task
&lt;br&gt;Force telecon.
&lt;br&gt;&lt;br&gt;While there are a number of issues to be worked out, I think this is the
&lt;br&gt;right direction for the distributed extensibility debate. It provides a
&lt;br&gt;solid replacement for xmlns: while requiring authors to know what a
&lt;br&gt;namespace is or how to use it. It seems like this approach could be a
&lt;br&gt;good compromise and it seems to be in line with requirements put forth
&lt;br&gt;by WHATWG, the RDFa TF and HTML WG.
&lt;br&gt;&lt;br&gt;-- manu
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Manu Sporny (skype: msporny, twitter: manusporny)
&lt;br&gt;President/CEO - Digital Bazaar, Inc.
&lt;br&gt;blog: Establishing an Open Digital Media Commerce Standard
&lt;br&gt;&lt;a href=&quot;http://blog.digitalbazaar.com/2009/09/28/a-digital-content-commerce-standard/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.digitalbazaar.com/2009/09/28/a-digital-content-commerce-standard/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Automatic-XML-namespaces-tp26202478p26202478.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26201278</id>
	<title>3rd CFP Agent-Directed Simulation, April 12-14, 2010, Orlando,  Florida</title>
	<published>2009-11-04T09:22:50Z</published>
	<updated>2009-11-04T09:22:50Z</updated>
	<author>
		<name>Yu Zhang-4</name>
	</author>
	<content type="html">===============================================================
&lt;br&gt;CALL FOR PAPERS and POSTERS
&lt;br&gt;Agent-Directed Simulation Symposium (ADS'10)
&lt;br&gt;Orlando, Florida, USA
&lt;br&gt;April 12-14, 2010
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.site.uottawa.ca/~oren/conf-org/ADS_2010/ADS-CFP.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.site.uottawa.ca/~oren/conf-org/ADS_2010/ADS-CFP.htm&lt;/a&gt;&lt;br&gt;Manuscript Submission: November 30, 2009.
&lt;br&gt;&lt;br&gt;Sponsored by The Society for Modeling and Simulation
&lt;br&gt;International (SCS) in collaboration with ACM/SIGSIM.
&lt;br&gt;==============================================================
&lt;br&gt;&lt;br&gt;As part of the 2010 Spring Simulation Multi-conference (SpringSim'10) 
&lt;br&gt;&lt;a href=&quot;http://www.scs.org/confernc/springsim/springsim10/springsim10.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.scs.org/confernc/springsim/springsim10/springsim10.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;the 2010 Agent-Directed Simulation Symposium is a premier platform to
&lt;br&gt;explore all three aspects of the synergy of simulation and agent
&lt;br&gt;technologies. Hence, it has a special place within simulation and
&lt;br&gt;agent conferences, including agent-based (social) simulation
&lt;br&gt;conferences. Therefore the ADS symposium fills a gap in the agent
&lt;br&gt;community as well as the simulation community.
&lt;br&gt;&lt;br&gt;The purpose of the ADS symposium is to facilitate dissemination of the
&lt;br&gt;most recent advancements in the theory, methodology, application, and
&lt;br&gt;toolkits of agent-directed simulation. Agent-directed simulation is
&lt;br&gt;comprehensive in the integration of agent and simulation technologies,
&lt;br&gt;by including models that use agents to develop domain-specific
&lt;br&gt;simulations, i.e., agent simulation (this is often referred to as
&lt;br&gt;agent-based simulation -when other two important aspects are not
&lt;br&gt;considered), and by also including the use of agent technology to
&lt;br&gt;develop simulation techniques and toolkits that are subsequently
&lt;br&gt;applied, either with or without agents.
&lt;br&gt;&lt;br&gt;Hence, agent-directed simulation consists of three distinct, yet
&lt;br&gt;related areas that can be grouped under two categories as follows:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. Simulation for Agents (agent simulation): simulation of agent
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; systems in engineering, human and social dynamics, military
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; applications etc.
&lt;br&gt;&amp;nbsp; &amp;nbsp;2. Agents for Simulation (which has two aspects): agent-supported
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; simulation deals with the use of agents as a support facility to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; enable computer assistance in problem solving or enhancing
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; cognitive capabilities; and agent-based simulation that focuses
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; on the use of agents for the generation of model behavior in a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; simulation study.
&lt;br&gt;&lt;br&gt;Through the theme of agent-directed simulation, the symposium will
&lt;br&gt;bring together agent technologies, tools, toolkits, platforms,
&lt;br&gt;languages, methodologies, and applications in a pragmatic manner. In
&lt;br&gt;this symposium, established researchers, educators, and students are
&lt;br&gt;encouraged to come together and discuss the benefits of agent
&lt;br&gt;technology in their use and application for simulation. It is a way
&lt;br&gt;for people to discuss why and how they have used agent technology in
&lt;br&gt;their simulations, and describe the benefit of having done so.
&lt;br&gt;&lt;br&gt;&lt;br&gt;The theme of ADS'10 is based on the observation of the following
&lt;br&gt;premises.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* The growth of new advanced distributed computing standards along
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;with the rapid rise of e-commerce are providing a new context that
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;acts as a critical driver for the development of next generation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;systems. These standards revolve around service-oriented
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;technologies, pervasive computing, web-services, Grid, autonomic
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;computing, ambient intelligence etc. The supporting role that
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;intelligent agents play in the development of such systems is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;becoming pervasive, and simulation plays a critical role in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;analysis and design of such systems.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* The use of emergent agent technologies at the organization,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;interaction (e.g., coordination, negotiation, communication) and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;agent levels (i.e. reasoning, autonomy) are expected to advance
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;the state of the art in various application technologies is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;difficult. Using agent-supported simulation techniques for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;testing complex agent systems is up and coming field.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* To facilitate bridging the gap between research and application,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;there is a need for tools, agent programming languages, and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;methodologies to analyze, design, and implement complex,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;non-trivial agent-based simulations. Existing agent-based
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;simulation tools are still not mature enough to enable developing
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;agents with varying degrees cognitive and reasoning capabilities.
&lt;br&gt;&lt;br&gt;ADS'10 will provide a leading forum to bring together researchers and
&lt;br&gt;practitioners from diverse simulation societies within computer science,
&lt;br&gt;social sciences, engineering, business, education, human factors, and
&lt;br&gt;systems engineering. The involvement of various agent-directed
&lt;br&gt;simulation groups will enable the cross-fertilization of ideas and
&lt;br&gt;development of new perspectives by fostering novel advanced solutions,
&lt;br&gt;as well as enabling technologies for agent-directed simulation
&lt;br&gt;&lt;br&gt;AUTHOR GUIDE
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* Technical papers provide a longer format for presenting experience
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;reports, research results, or descriptions of &amp;nbsp;&amp;quot;work in progress&amp;quot;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;They are limited to 8 pages.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* Short position papers are targeted at raising a question or framing
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;an issue for discussion during the symposium. Position papers are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;limited to 3 pages.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* Poster presentations present an opportunity to present work in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;progress and receive feedback from colleagues. A one page write-up
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;of the poster presentations will be included in the proceedings.
&lt;br&gt;&lt;br&gt;(For all, required font sizes are: min 10 pt for text and min 9 pt for
&lt;br&gt;figures or references).
&lt;br&gt;&lt;br&gt;Papers should be submitted electronically to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.softconf.com/scs/ADS10/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.softconf.com/scs/ADS10/&lt;/a&gt;&amp;nbsp;.
&lt;br&gt;All papers will be subject to a peer-reviewing process by three program
&lt;br&gt;committee members. (Please see the key dates listed below.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;FINAL PAPER SUBMISSION GUIDELINES
&lt;br&gt;&lt;br&gt;All prospective authors, whose papers are accepted for inclusion in the
&lt;br&gt;program, will be invited to submit their position or technical &amp;nbsp;papers
&lt;br&gt;to ADS'10. Accepted and registered papers will be published in the
&lt;br&gt;conference proceedings by the SCS. In addition, the committee will
&lt;br&gt;select a set of best papers. Authors of these papers will be encouraged to 
&lt;br&gt;submit appropriately expanded versions of these papers for journal
&lt;br&gt;publication.
&lt;br&gt;&lt;br&gt;&lt;br&gt;KEY DATES
&lt;br&gt;&amp;nbsp; &amp;nbsp;Nov 30, 2009: Manuscript submission
&lt;br&gt;&amp;nbsp; &amp;nbsp;Dec 30, 2009: Notification of acceptance
&lt;br&gt;&amp;nbsp; &amp;nbsp;Jan 20, 2010: Full Camera-ready papers
&lt;br&gt;&amp;nbsp; &amp;nbsp;Apr 12-14, 2010: ADS'10 Symposium
&lt;br&gt;&lt;br&gt;&lt;br&gt;General Co-Chair
&lt;br&gt;&amp;nbsp; &amp;nbsp;Levent Yilmaz, Auburn University
&lt;br&gt;&amp;nbsp; &amp;nbsp;Tuncer Ören, University of Ottawa
&lt;br&gt;Program Co-Chair
&lt;br&gt;&amp;nbsp; &amp;nbsp;Gregory Madey, University of Notre Dame
&lt;br&gt;&amp;nbsp; &amp;nbsp;Maarten Sierhuis, Carnegie Mellon University, NASA Ames Research Center
&lt;br&gt;&amp;nbsp; &amp;nbsp;Yu Zhang, Trinity University&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-rdf-interest-f11721.html&quot; embed=&quot;fixTarget[11721]&quot; target=&quot;_top&quot; &gt;w3.org - www-rdf-interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3rd-CFP-Agent-Directed-Simulation%2C-April-12-14%2C-2010%2C-Orlando%2C--Florida-tp26201278p26201278.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26191847</id>
	<title>Re: Concerning LET or AS</title>
	<published>2009-11-03T22:58:05Z</published>
	<updated>2009-11-03T22:58:05Z</updated>
	<author>
		<name>Jeremy Carroll-2</name>
	</author>
	<content type="html">As a personal comment, (sorry you are probably sick of me now). I don't 
&lt;br&gt;particularly seek a response to this comment.
&lt;br&gt;&lt;br&gt;I am surprised that there is concern that the LET single assignment 
&lt;br&gt;construct may mislead users into having an incorrect processing model in 
&lt;br&gt;their heads that might be overly procedural.
&lt;br&gt;&lt;br&gt;This surprise is because the whole point about having a declarative 
&lt;br&gt;semantics is that the processing model is irrelevant. Thus, with a 
&lt;br&gt;declarative language, we expect, perhaps even desire, that users have 
&lt;br&gt;incorrect processing models. Each implementation is free to use their 
&lt;br&gt;own processing model, and the user works with their own. For example, 
&lt;br&gt;when running an XSLT script, if it has some side effect of writing a 
&lt;br&gt;message to the console, it is often surprising when these messages get 
&lt;br&gt;written. This is because the easiest way to think of the XSLT processing 
&lt;br&gt;model is top-down left-to-right, but good implementations tend to be 
&lt;br&gt;lazy. This mismatch between the users model and the implementor's 
&lt;br&gt;reality is desirable because:
&lt;br&gt;a) it makes it easier for the user to understand the language
&lt;br&gt;b) it allows the implementor to efficiently implement the language
&lt;br&gt;c) the declarative language design ensures that it doesn't matter that 
&lt;br&gt;these two views of the processing model differ, perhaps radically.
&lt;br&gt;&lt;br&gt;So, I think an advantage of the term LET as opposed to BIND (say) is 
&lt;br&gt;that LET reminds some users of procedural programming in BASIC, and 
&lt;br&gt;allows them to reuse that programming model. Now, while the details of 
&lt;br&gt;the execution flow are very different in SPARQL than in BASIC, it seems 
&lt;br&gt;that this apparent familiarity has pedagogical advantages.
&lt;br&gt;&lt;br&gt;==
&lt;br&gt;&lt;br&gt;For the record, TopQuadrant's position is we don't care what word is 
&lt;br&gt;used, whether it is LET or BIND or something else.
&lt;br&gt;&lt;br&gt;A further aside is that the latest release of TopBraid Composer includes 
&lt;br&gt;a SPARQL debugger function that exposes some aspects of the insides of 
&lt;br&gt;the SPARQL processing (I haven't used it). But I guess that using such a 
&lt;br&gt;tool would quickly disabuse you of any incorrect notions of the 
&lt;br&gt;processing model. (LET, I believe, &amp;nbsp;is one of the SPARQL extensions 
&lt;br&gt;supported by the tool).
&lt;br&gt;&lt;br&gt;Jeremy
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-dawg-comments-f11615.html&quot; embed=&quot;fixTarget[11615]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-dawg-comments&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Concerning-LET-or-AS-tp26175807p26191847.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26191737</id>
	<title>Re: Concerning LET or AS</title>
	<published>2009-11-03T22:43:48Z</published>
	<updated>2009-11-03T22:43:48Z</updated>
	<author>
		<name>Jeremy Carroll-2</name>
	</author>
	<content type="html">I made a couple of mistakes in my previous text.
&lt;br&gt;&lt;br&gt;Please allow me to withdraw that text and try again.
&lt;br&gt;&lt;br&gt;The errors were:
&lt;br&gt;1) I missed the { } around the subselect
&lt;br&gt;2) my modification to rule 43 lost the SubSelect expansion
&lt;br&gt;3) Removed too many '(' ')' in rewrite rule
&lt;br&gt;&lt;br&gt;I made some modifications for clarity too.
&lt;br&gt;&lt;br&gt;Also as a very minor comment, rule [43] etc combined with the gramar 
&lt;br&gt;rules from SPARQL 1.0 do not seem to expand to the example query 
&lt;br&gt;immediately above.
&lt;br&gt;&lt;br&gt;I take the intent of rule 43 to be:
&lt;br&gt;&lt;br&gt;GroupGraphPattern &amp;nbsp;::= &amp;nbsp;'{' ( SubSelect | GroupGraphPatternSub )+ '}'
&lt;br&gt;&lt;br&gt;(Without the +, the rule matches either a single subselect or a SPARQL 
&lt;br&gt;1.0 body,
&lt;br&gt;but not a combination of both.)
&lt;br&gt;&lt;br&gt;Here is modified text:
&lt;br&gt;&lt;br&gt;===============================
&lt;br&gt;&lt;br&gt;'LET' is specified as a macro-expansion, in terms of subselect queries.
&lt;br&gt;In the FPWD of Query 1.1 we modify rule 43 for GroupGraphPattern as follows:
&lt;br&gt;&lt;br&gt;[43*] GroupGraphPattern ::= '{' GroupGraphPatternLetSub '}'
&lt;br&gt;&lt;br&gt;[A] GroupGraphPatternLetSub ::= ( GroupGraphPatternLetSub LetExpr '.'? 
&lt;br&gt;)? GroupGraphPatternNoLetSub
&lt;br&gt;&lt;br&gt;[B] LetExpr ::= 'LET' '(' &amp;nbsp;Var ':=' Expression &amp;nbsp;( ',' &amp;nbsp;Var ':=' 
&lt;br&gt;Expression )* ')'
&lt;br&gt;&lt;br&gt;[C] GroupGraphPatternNoLetSub ::= ( SubSelect | GroupGraphPatternSub )+
&lt;br&gt;&lt;br&gt;Rules [A] and [B] are interpreted by rewriting queries involving LET
&lt;br&gt;into queries not involving LET.
&lt;br&gt;We will use phi(x) to be the rewritten query of x.
&lt;br&gt;For clarity of exposition we will expand the two alternative readings of 
&lt;br&gt;[A] as
&lt;br&gt;[A.1] GroupGraphPatternLetSub ::= GroupGraphPatternNoLetSub
&lt;br&gt;[A.2] GroupGraphPatternLetSub ::= &amp;nbsp;GroupGraphPatternLetSub LetExpr '.'? 
&lt;br&gt;GroupGraphPatternNoLetSub
&lt;br&gt;Expressions matching rule [A.1] are not rewritten.
&lt;br&gt;&lt;br&gt;If x matches rule B, then:
&lt;br&gt;&lt;br&gt;phi(x) = 'SELECT' &amp;nbsp;* '(' Expression 'AS' Var ')' ( '(' Expression 'AS' 
&lt;br&gt;Var ')' )*
&lt;br&gt;&lt;br&gt;(with the variables matching respectively).
&lt;br&gt;&lt;br&gt;If x matches rule A.2 &amp;nbsp;with y matching GroupGraphPatternLetSub on the 
&lt;br&gt;R.H.S.,
&lt;br&gt;z matching LetExpr, and w matching &amp;nbsp;GroupGraphPatternNoLetSub then
&lt;br&gt;&lt;br&gt;phi(x) =
&lt;br&gt;'{' phi(z)
&lt;br&gt;&amp;nbsp; &amp;nbsp;'WHERE' '{'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;phi(y)
&lt;br&gt;&amp;nbsp; &amp;nbsp;'}'
&lt;br&gt;'}'
&lt;br&gt;w
&lt;br&gt;&lt;br&gt;After this rewrite is applied to all instances matching rules [A] and 
&lt;br&gt;[B], the rewritten query does not involve 'LET' and its meaning is as 
&lt;br&gt;given in
&lt;br&gt;the rest of the specification.
&lt;br&gt;======================
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-dawg-comments-f11615.html&quot; embed=&quot;fixTarget[11615]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-dawg-comments&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Concerning-LET-or-AS-tp26175807p26191737.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26191328</id>
	<title>FYI again on RDFa and Drupal 7</title>
	<published>2009-11-03T21:44:06Z</published>
	<updated>2009-11-03T21:44:06Z</updated>
	<author>
		<name>Ivan Herman-2</name>
	</author>
	<content type="html">&lt;a href=&quot;http://openspring.net/blog/2009/11/02/status-of-rdf-in-drupal-november-09-and-wrap-up-of-iswc2009&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://openspring.net/blog/2009/11/02/status-of-rdf-in-drupal-november-09-and-wrap-up-of-iswc2009&lt;/a&gt;&lt;br&gt;&lt;br&gt;All in all, this stuff really looks good:-)
&lt;br&gt;&lt;br&gt;Ivan
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;Ivan Herman, W3C Semantic Web Activity Lead
&lt;br&gt;Home: &lt;a href=&quot;http://www.w3.org/People/Ivan/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/People/Ivan/&lt;/a&gt;&lt;br&gt;mobile: +31-641044153
&lt;br&gt;PGP Key: &lt;a href=&quot;http://www.ivan-herman.net/pgpkey.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/pgpkey.html&lt;/a&gt;&lt;br&gt;FOAF: &lt;a href=&quot;http://www.ivan-herman.net/foaf.rdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ivan-herman.net/foaf.rdf&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;smime.p7s&lt;/strong&gt; (5K) &lt;a href=&quot;http://old.nabble.com/attachment/26191328/0/smime.p7s&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-in-xhtml-tf-f11616.html&quot; embed=&quot;fixTarget[11616]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-in-xhtml-tf&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FYI-again-on-RDFa-and-Drupal-7-tp26191328p26191328.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26188113</id>
	<title>Re: Concerning LET or AS</title>
	<published>2009-11-03T14:51:40Z</published>
	<updated>2009-11-03T14:51:40Z</updated>
	<author>
		<name>Jeremy Carroll-2</name>
	</author>
	<content type="html">off list Steve and Lee encouraged me to be clearer about what I thought 
&lt;br&gt;LET as a keyword means.
&lt;br&gt;&lt;br&gt;Here is my attempt at specifying it (based on the WG Wiki page).
&lt;br&gt;Please note that I am not responsible for TopQuadrant's SPARQL work; 
&lt;br&gt;Holger is our expert, and we tend to be dependent on Andy's implementation.
&lt;br&gt;So, I am happy with any corrections from Andy.
&lt;br&gt;&lt;br&gt;It is not important how the word LET is spelt (i.e. as far as I know, 
&lt;br&gt;TopQuadrant has no particular attachment to 'LET' rather than 'BIND' for 
&lt;br&gt;example).
&lt;br&gt;&lt;br&gt;================================
&lt;br&gt;&lt;br&gt;In the FPWD of Query 1.1 we modify rule 43 for GroupGraphPattern as follows:
&lt;br&gt;&lt;br&gt;[43*] GroupGraphPattern ::= '{' GroupGraphPatternLetSub '}'
&lt;br&gt;&lt;br&gt;[A] GroupGraphPatternLetSub ::= ( GroupGraphPatternLetSub Let '.'? )? 
&lt;br&gt;GroupGraphPatternSub
&lt;br&gt;&lt;br&gt;[B] Let ::= 'LET' '(' &amp;nbsp;Var ':=' Expression &amp;nbsp;( ',' &amp;nbsp;Var ':=' Expression 
&lt;br&gt;)* ')'
&lt;br&gt;&lt;br&gt;Rules [43*] [A] and [B] are interpreted by rewriting queries involving 
&lt;br&gt;LET into queries
&lt;br&gt;not involving LET.
&lt;br&gt;We will use phi(x) to be the written query of x.
&lt;br&gt;&lt;br&gt;If x matches rule B, then:
&lt;br&gt;&lt;br&gt;phi(x) = 'SELECT' '(' * '(' Expression 'AS' Var ')' ( '(' Expression 
&lt;br&gt;'AS' Var ')' )* ')'
&lt;br&gt;&lt;br&gt;(with the variables matching respectively).
&lt;br&gt;&lt;br&gt;If x matches rule A then
&lt;br&gt;&lt;br&gt;phi(x) =
&lt;br&gt;phi(Let)
&lt;br&gt;'WHERE' '{'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;phi(GroupGraphPatternLetSub)
&lt;br&gt;'}'
&lt;br&gt;GroupGraphPatternSub
&lt;br&gt;&lt;br&gt;The rest of the specification then applies.
&lt;br&gt;==================
&lt;br&gt;&lt;br&gt;(Note this is a fine recipe for implementing as well).
&lt;br&gt;Specifically, this prohibits forward references.
&lt;br&gt;Being a macro expansion into a declarative form, this is declarative.
&lt;br&gt;&lt;br&gt;Jeremy
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-dawg-comments-f11615.html&quot; embed=&quot;fixTarget[11615]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-dawg-comments&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Concerning-LET-or-AS-tp26175807p26188113.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26183062</id>
	<title>Re: Concerning LET or AS</title>
	<published>2009-11-03T09:13:25Z</published>
	<updated>2009-11-03T09:13:25Z</updated>
	<author>
		<name>Jeremy Carroll-2</name>
	</author>
	<content type="html">&lt;br&gt;I thought I should share a couple of the comments I have had on this 
&lt;br&gt;topic from TopQuadrant colleagues:
&lt;br&gt;&lt;br&gt;[[
&lt;br&gt;Speaking as a person who teaches this stuff, more than our own 
&lt;br&gt;reputation is at stake. &amp;nbsp;Perhaps this is something to add to our objection.
&lt;br&gt;&lt;br&gt;Technology adoption is the goal of a standard. &amp;nbsp;SPARQL fights an uphill 
&lt;br&gt;battle for a couple of reasons: (1) It's Not SQL. &amp;nbsp;(2) Pattern-based 
&lt;br&gt;retrieval is weird (witness the fabulous popularity of PROLOG as a 
&lt;br&gt;software engineering language). &amp;nbsp;In short, many people are looking for 
&lt;br&gt;reasons not to adopt it, and to stay with familiarity.
&lt;br&gt;In short, the semantic web is faced with a huge hurdle in SPARQL. &amp;nbsp;And 
&lt;br&gt;while I applaud the &amp;quot;small standard&amp;quot; policy (which in general is a boon 
&lt;br&gt;to teaching and adoption), it is only good when it serves ease of adoption.
&lt;br&gt;&lt;br&gt;SPARQL 1.0 has some huge problems, that give SQL fans great ammunition 
&lt;br&gt;when it comes to saying &amp;quot;it's not ready&amp;quot; - negation and aggregates are 
&lt;br&gt;the biggies here, and both of them have been fixed.
&lt;br&gt;&lt;br&gt;Adding in another complex idiom (like nested subqueries) for something 
&lt;br&gt;simple (LET) will be repeating the mistake of negation. &amp;nbsp;Another reason 
&lt;br&gt;to say, &amp;quot;Wait for SPARQL 3&amp;quot;.
&lt;br&gt;I would go so far as to use the &amp;quot;small standard&amp;quot; argument the other 
&lt;br&gt;way. &amp;nbsp;Subqueries are difficult - in fact, in my course, I say, 'The 
&lt;br&gt;reason SPARQL doesn't have subquery is because it is not needed. &amp;nbsp;The 
&lt;br&gt;sorts of things that you use them for in SQL are done easily in a 
&lt;br&gt;pattern language, without resorted to a complex construct like a 
&lt;br&gt;subquery&amp;quot;. &amp;nbsp;I challenge the room to prove me wrong. &amp;nbsp;One person was able 
&lt;br&gt;to do so. &amp;nbsp;No SQL programmer can do it - subqueries are error prone and 
&lt;br&gt;confusing.
&lt;br&gt;&lt;br&gt;So - faced with a confusing, difficult, unsuccessful idea from SQL 
&lt;br&gt;(subqueries) vs a well-accepted idea from BASIC, which one fits the 
&lt;br&gt;&amp;quot;small standard&amp;quot; mantra better? &amp;nbsp;I can speak confidently as an educator 
&lt;br&gt;in this stuff. &amp;nbsp; LET wins hands-down.
&lt;br&gt;]]
&lt;br&gt;&lt;br&gt;and
&lt;br&gt;&lt;br&gt;[[
&lt;br&gt;Also look at our mailing list to see what our customers are doing. [X]'s 
&lt;br&gt;message from yesterday contains:
&lt;br&gt;&lt;br&gt;SELECT ?stringPredicate ?stringObject ?stringAttributesNodeName ?
&lt;br&gt;stringAttributeNodeName
&lt;br&gt;WHERE {
&lt;br&gt;&amp;nbsp; &amp;nbsp;CQ:GatheredData ?predicate ?object .
&lt;br&gt;&amp;nbsp; &amp;nbsp;LET (?stringPredicate := smf:cast(smf:name(?predicate),
&lt;br&gt;xsd:string)) .
&lt;br&gt;&amp;nbsp; &amp;nbsp;LET (?stringObject := smf:cast(smf:name(?object), xsd:string)) .
&lt;br&gt;&amp;nbsp; &amp;nbsp;LET (?uuid := smf:generateUUID()) .
&lt;br&gt;&amp;nbsp; &amp;nbsp;?attributes a CQ:attributes .
&lt;br&gt;&amp;nbsp; &amp;nbsp;LET (?attributesNodeName := smf:qname(?attributes)) .
&lt;br&gt;&amp;nbsp; &amp;nbsp;LET (?stringAttributesNodeName := smf:cast(smf:name(?
&lt;br&gt;attributesNodeName), xsd:string)) .
&lt;br&gt;&amp;nbsp; &amp;nbsp;LET (?stringAttributeNodeName := smf:buildString(&amp;quot;{?
&lt;br&gt;stringAttributesNodeName}-{?uuid}&amp;quot;)) .
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Will make a nice chain of sub-SELECTs...
&lt;br&gt;&lt;br&gt;]]
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-dawg-comments-f11615.html&quot; embed=&quot;fixTarget[11615]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-dawg-comments&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Concerning-LET-or-AS-tp26175807p26183062.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26175860</id>
	<title>Re: Concerning LET or AS</title>
	<published>2009-11-02T23:39:15Z</published>
	<updated>2009-11-02T23:39:15Z</updated>
	<author>
		<name>Jeremy Carroll-2</name>
	</author>
	<content type="html">PS
&lt;br&gt;&lt;br&gt;My example come from putting together the following thoughts ...
&lt;br&gt;A suggestion that what people don't like about LET is that it is 
&lt;br&gt;'procedural'.
&lt;br&gt;However single-assignment is declarative, and that perceiving LET as 
&lt;br&gt;procedural is a failure of understanding.
&lt;br&gt;Ordering constraints can be declarative or procedural, LET introduces 
&lt;br&gt;declarative ordering constraints.
&lt;br&gt;The ordering constraints appear because of the shape of the problem: for 
&lt;br&gt;example if you compute an end date from a start date and a duration, you 
&lt;br&gt;need to know the start date and the duration.
&lt;br&gt;Each LET declaratively but concisely introduces an ordering constraint.
&lt;br&gt;The alternative SELECT AS WHERE construct declaratively and verbosely 
&lt;br&gt;introduces an ordering constraint.
&lt;br&gt;&lt;br&gt;There is a natural ordering to do with the flow of information. This 
&lt;br&gt;isn't necessarily the order of computation, but it is an order in which 
&lt;br&gt;it is easier for the query author to think about the query. The LET 
&lt;br&gt;syntax follows this natural ordering, the AS syntax does not.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---public-rdf-dawg-comments-f11615.html&quot; embed=&quot;fixTarget[11615]&quot; target=&quot;_top&quot; &gt;w3.org - public-rdf-dawg-comments&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Concerning-LET-or-AS-tp26175807p26175860.html" />
</entry>

</feed>
