W3C

- DRAFT -

Tag teleconference of 26-April-2005

26 Apr 2005

Agenda

See also: IRC log

Attendees

Present
Roy_Fielding, Vincent_Quint, Tim_Berners-Lee, Noah_Mendelsohn, Norm_Walsh, Ed_Rice
Regrets
David_Orchard, Dan_Connolly_(seems_to_be_on_IRC)
Chair
Vincent Quint
Scribe
Noah Mendelsohn

Contents


 

 

Tag teleconference of 26-April-2005

<scribe> scribe: Noah Mendelsohn

<scribe> scribenick: noah

Attendance

Missing for now: Henry Thompson

Future Meetings

May 10th: Norm and Tim will be unavailable

May 17th: Tim at risk

May 3rd: no regrets for now

<timbl> I note May 10th is the WWW conference in Chiba Japan

For next week, scribes will be: David Orchard if available, otherwise Norm Walsh

Approval of previous minutes

Review of: http://www.w3.org/2001/tag/2005/04/19-minutes.html

Norm: haven't reviewed but no problem if others agree.

RESOLUTION: Minutes of April 19th accepted (http://www.w3.org/2001/tag/2005/04/19-minutes.html)

Henry reports that he has been on phone for past 5 minutes

TAG Publications and "Heartbeats"

Norm sent a note (member only) on errata: http://lists.w3.org/Archives/Member/tag/2005Apr/0036.html

VQ: do we have errata?

NW: yes, 3 or 4 reported to comments list, all editorial

<scribe> ACTION: Norm to gather errata list for consideration next week. [recorded in http://www.w3.org/2005/04/26-tagmem-minutes.html#action01]

NW: RDDL to do may be mine. It had history with Tim Bray, then Paul Cotton, both now gone.
... I've somewhat lost track of where it stands, but I'll take the lead if we figure out what we want to do.
... The AC asked the TAG to produce a rec-track document, presumably based on RDDL.

VQ: Do we have a draft?

NW: No.
... I'm willing to produce if asked to do so, either based on RDDL 1.0 or something else. What do we want to do?

<ht> Would prefer 1.0

NW: ht has pointed out use of RDDL 1.0 in some W3C specs. Microsoft is also deploying?

TBL: Are you saying TAG should produce a Rec?

NW: AC asked us to.

TBL: GRDDL affects this, no?

HT: Solves a different problem.

TBL: Why?

HT: RDDL solves, what should you do specifically with namespaces. GRDDL is about: "I've got a doc that serves two purposes (1) to be an XML document and (2) how to harvest metadata"

TBL: GRDDL allows you to extract (RDF?) information from something that is not in RDF form.

NW: One of the objections to earlier Namespace formats was that they were not in RDF and should have been. GRDDL takes the heat off of that.

HT: Some of the problems we're solving don't need all the RDF mechanism.

TBL: Yes, but for the many namespaces built for RDF it makes great sense.
... For a semantic web language, then OWL should be the language of the namespace document.

HT: Historically, we decided early that there was no single thing you wanted to say about a namespace.
... Among the many such things is what the RDF schema is, what the XML Schema is for the serialization.

TBL: I understand. I think you need to divide the cases. XML Schema makes no sense for RDF vocabularies.

HT: But with GRDDL it does make sense. It gives me license to author in colloquial XML a document that is known to contain RDF statements.
... For such a document, all of that makes sense.

TBL: That makes sense, except that when I extract the RDF information I would not expect the extracted doc to be in the same namespace.

HT: OK, makes sense.
... Still, my point is that the original RDDL was based on the presumption was that there would be more than one document of interest, and that it would contain pointers to one or more things as necessary.

TBL: Well, only if we say that this is only for non-semantic web namespaces.

HT: I'm less convinced than you that the differences matter, but I can easily live with a statement that at least for now, the RDDL approach is aimed at non-semantic web namespaces.
... Information please: does OWL say use it as a namespaces doc?

TBL: No, but the TAG did some sort of best practices note (can't fine right now) says do that, and I think it's common practice.

HT: OK, so finding might say: if (isSementicWeb) then {use owl} else {use RDDL}

NW: I'm not convinced that using RDDL for all is bad, with the RDDL pointing to the OWL. I want human readable documentation, etc.
... I'm thinking of Ed Dumbill's work on software project descriptions. It's both RDF and not.

<ht> DOAP

NW: I don't totally disagree with Tim, but I'm not totally convinced either.

TBL: what's he really done?

<Roy> pointer to RDDL in minutes?

<ht> http://usefulinc.com/doap

NW: A constrained RDF that's usable as XML.

<ht> http://www.rddl.org/

TBL: right, that's the tricky case
... specifically because there's an issue of whether the fragid identifies the concept or the markup

HT: argh, not httpRange-14!

NRM: No, smaller than httpRange-14. We need to ask what's the media type in this case, and what answer is given to Tim's question about fragids.

<Roy> http://www.w3.org/TR/2004/REC-webarch-20041215/#namespace-document

RF: We've been around this before. Key question is: what's the requirement for the document? I think we had consensus on one thing, which is that the key requirement is that it be human readable.

<Norm> Roy is right, we did come to consensus on that point

TBL: I'm not sure we said that. For some cases, machine readable is important.

<timbl> I don't think we had a consensus that human readable was primary. Tim Bray said so strongly. I am prepared to defend strongly the semantic web use of OWL and RDF in general.

RF: I mostly don't want to go around same ground again. Ideally, it's useful for human purposes and machine readable as necessary.

TBL: We have a current suite of specs that tell a semantic web agent how to go out and find semantic web information. This would require a new spec and engineering into future software. Is this a good thing to require for agents?
... In fact, you can use a stylesheet to make an owl doc human readable

HT: We did this for W3C XML schema

<Norm> If the cost of the redirect is too expensive, then the cost of the retreival is probably too expensive too.

HT: The rec was written to allow you to implement indirection through things like namespace documents. Most implementations do the right thing when a RDDL doc comes back.
... This is a relevant precedent. It was easy and lightweight. About 10 lines of code in the validators I built.

TBL: Most of this software has no XML processing software, except for limited purposes.

RF: They're not extensible for new media types?

TBL: There's no XML schema processing in the RDF processors.

HT: You've misunderstood. I'm only drawing a parallel. I'm pointing out that the fact that it was easy to add to XML schema processors suggests it will be equally easy to add such indirection to RDF processors.

TBL: Adding something simple to an existing system to something that's currently simple and complete results in a kind of complication.
... e.g., using different DTD syntax for XML complicated everything
... Even using the XML stuff for RDF was a complication, but it would be good to hold the line there. OWL is in RDF, so we can get into that world quite quickly and cleanly.

<Zakim> noah, you wanted to ask how sem. web namespaces are the same and different from others

<Zakim> Roy, you wanted to ask if there are any examples of such an OWL namespace description to look at

<ht> I always thought it was the XSL WG's requirement that produced Namespaces. . .

NRM: Tim tells us that sem. web. is a clean closed consistent world, but some of the complication comes from the fact that it shares a namespace mechanism with a wider XML world.

<ht> DanC, are you happy with the XRI response?

<Norm> http://localhost:8123/2005/04/26/atom.rdf

<Norm> http://norman.walsh.name/2005/04/26/atom.rdf

NRM: This allows a nice "pun", in which the serialization of an RDF namespace is the corresponding (same) XML namespace. We also can reference XML datatypes.

<DanC> I think so, ht. the one I reviewed and commented on was pretty close, and I assume the subsequent edits remain in that neighborhood

NRM: This will pop up on one side or the other: if we want the sem web side to be clean and consistent, then the story about namespaces as a whole gets more complicated. If we have a uniform story about all namespaces (e.g. RDDL), then the sem. web side gets a bit more complicated. Take your choice.

NW: Well, if we need a special case for something like semantic web, I'm not sure it's worth doing at all.

<timbl> I have :)

<timbl> (taken my choice)

VQ: Time's about up. I had hoped we could decide about publishing something based on RDDL? Looks like 'no'.
... Let me ask the original question again: is there anything we could publish as a heartbeat from the WG?

TBL: Note or working draft?

VQ: Working draft would make requirement heartbeat. Do you have any in mind, Tim?

TBL: No. Norm said he would write something.

Dan appears to have joined the call.

NW: I'm reluctant to write draft without consensus on what high level approach to attempt.

TBL: We're being lured into grabbing an answer that's lying around. This sounds like a job that's more suited to a WG that would focus on it more seriously. When we started this, RDDL looked pretty well baked.

DC: We have to publish something or close the group, or get permission from the director to continue anyway. We don't have to decide what it is today.

VQ: My understanding is RDDL is not ready for pub soon, and I'm asking if we have anything else to publish.

TBL: What about asking Norm to write a finding discussing the RDDL/OWL questions in relation to namespaces?

<DanC> (pls let the record show we're discussing issue namespaceDocument-8, not just the heartbeat publishing requirement)

NW: I could pull together a short finding talking about earlier RDDL work, and today's discussion.

TBL: Would OWL be in there?

NW: Yes, if it belongs at all. I know where I'd like it to come out, but this finding is where it all belongs.
... Will try to do something this week.

DC: You're going to hit all kinds of fun stuff, such as the fact that rddl.org is a non-w3c basis for a namespace name.

VQ: what's on the agenda was dan's proposal to publish something based on RDDL.

DC: that was an aside.

HT: I could possibly move along the finding on issue 50, which would give us something to publish.

<DanC> (what HT is drafting on issue 50... doing that as a /TR/ publication would be different from the way we've done findings in the past, but not a bad idea)

VQ: That would give us a first WD

HT: Right, that's what I meant.
... Do findings count as heartbeats.

DC: No

HT: We need discussion on that meta topic.
... We are not working primarily in a Rec mode, and should not do backflips to fit into a process not tuned to our needs.

VQ: Yes, we should discuss that.

<timbl> TBL: I agree with HT

<DanC> (I don't mind changing the rules. My job as team contact is to enforce them or change them. I'm happy to do either.)

NRM: At next meeting?

VQ: yes.
... Henry, can you make progress in issue 50 anyway?

HT: Yes, I intend to try.

Planning next F2F meeting in Boston

VQ: We started some discussion about what we should do as next technical document, that we should prepare in advance, but should do that mainly face to face.
... This is a reminder to start that discussion.
... Ed, was there something else you wanted to ask?

ED: Partly travel plans, partly wanting to focus on issues.

VQ; Meeting will start morning of June 14. Some of us will leave early- to mid-afternoon of 3rd day.

VQ: Please send travel plans to tag mailing list.

<Roy> 9am

VQ: Start time 8AM, Tues, June 14.

HT: I'd prefer we go as late as possible on the 3rd day.

No conflicts reported.

VQ: Since there are no conflicts, we'll go a full day on the 3rd day.

<DanC> (not sure that was really 8am and not 9am, but probably doesn't matter)

(right, we can fine tune later.)

<Zakim> Roy, you wanted to suggest we have a F2F goal for a REC track webarch volume 2 that contains only an outline

NRM: I think prioirty and as much time as necessary should be given to figuring out what our big themes are for the coming year or two. Issues should be discussed, but only time permitting.

RF: We could try to publish an outline for Web Arch 2. That would take most of 3 days.

<Zakim> noah, you wanted to suggest main focus should be on trying to identify what our big themes will be for next year+

<DanC> (yes, let's work on an outline; dunno if I want to publish it)

<Zakim> DanC, you wanted to ask about xquery namespace study, and timing

<ndw> DanC, please send those as LC comments!

DC: I spent a lot of time working bottom up on the functions and operators stuff.
... I think I'm suggesting the group spend some time working through those particular details.

VQ: Let's wrap up the agenda discussion. I think it will be useful to have a draft agenda early. I will aim for one month in advance, which is mid May.

<scribe> ACTION: Vincent to prepare by mid-May a draft agenda for the June face to face meeting [recorded in http://www.w3.org/2005/04/26-tagmem-minutes.html#action02]

<ndw> We've hit my hot list for the f2f: outline WebArch V2, httpRange-14, and the issues DanC mentioned

Feedback on XRI proposal

ED: We've had some discussion on tag@w3.org. What's the right order for putting something on www-tag and/or sending to Oasis?

<timbl> http://www.w3.org/2001/tag/doc/URNsAndRegistries-50.xml

s/http://www.w3.org/2001/tag/doc/URNsAndRegistries-50.xml//

http://lists.w3.org/Archives/Member/tag/2005Apr/0062.html

Discussing Henry's (member only) draft at: http://lists.w3.org/Archives/Member/tag/2005Apr/0062.html

DC: we need better links to XRI docs.
... Actually, this is close enough.

TBL: This is good, but somewhat underrepresents level of detail of our analysis. Much better than nothing.

HT: Should we point to the httpDNS thread in the public mailing list?

<DanC> for names consisting of an adiminstrative hierarchy and a path, HTTP/DNS is as good as it gets

HT: I feel we should reproduce the tag@w3.org discussion on www-tag@w3.org

this can be provided with existing HTTP and DNS protocols"

HT: I can send a package with all the emails tomorrow.

<DanC> PROPOSED: to respond to XRI docs ala 0062 in the tag archive, plus public version of technical details discussed in tag@w3.org ...

HT: I can then reference that and other threads in the formal response.

<DanC> PROPOSED: to respond to XRI docs ala 0062 in the tag archive, plus public version of technical details discussed in tag@w3.org by HT, unless show-stoppers are raised within 2 business days

<Ed> +1

VQ: OK, and formal response can go out by Friday after we review
... who should send?

<DanC> mechanics: VQ mail it to www-tag and then copy it into the OASIS form.

TBL: Anybody on TAG can do as long as they correctly speak for the TAG.

HT: I think it would be more polite from VQ

DC: The mechanics of getting feedback to them are more complex than you'd like.

TBL: Do email first so at least we have web archive copy for reference.

<DanC> mechanichs: VQ send to xri-comments@lists.oasis.org, cc www-tag; then take a pointer and put it in the OASIS form

NRM: Suggest that Henry's note warn that we owe feedback at end of week, and that we need to focus discussion toward that goal.

General agreement to that suggestion.

DC: Silence is assent.

<DanC> RESOLVED: to respond to XRI docs ala 0062 in the tag archive, plus public version of technical details discussed in tag@w3.org by HT, unless show-stoppers are raised within 2 business days

VQ: Right, if there's no objection, I'll send Friday France time.

Note that the HTTPDNS thread (note) mentioned above is at: http://lists.w3.org/Archives/Public/www-tag/2005Apr/0076.html

Binary XML

VQ: I see some progress in email.
... Ed, do you feel your action is fulfilled?

ED: The working group doesn't exist, where do comments go?

DC: Mailing list exists after group is gone. use public-xml-binary@w3.org

VQ: Do we expect to do more?

<timbl> http://lists.w3.org/Archives/Public/www-tag/2005Apr/0059.html

DC: Where's the list?

<ndw> I agreed with Dave's points, it's a good list

<DanC> http://www.w3.org/2001/tag/2005/04/26-agenda.html

Discussing Ed's additions to the list at: http://lists.w3.org/Archives/Public/www-tag/2005Apr/0085.html

VQ: Proposal for today is to ask everyone to check this message, and see whether we think this is our reply.

<Zakim> DanC, you wanted to re-iterate Orchard's concerns about explaining how http/DNS addresses these issues and to

NRM: Should we also get ready to signal whether and how we would contribute to the possible chartering of a new WG?

TBL: That's the director's decision.

NRM: I think it's for the TAG to decide whether they do or don't want to provide input to the director and/or the AC. I'm suggesting it may be constructive to do a round of thinking now about where we stand on that.

DC: Do we have a draft response.

No.

ED: I can try to draft one.

DC: I had said we should try to make a decisionon issue 30 before June AC meeting. Because the team may not make that deadline anyway, the need for feedback is less urgent.

VQ: Ed's help in refining this is most welcome.

ED: Input solicited.

NRM: Please extract from email thread as well.

ED: Will do.

Closing

VQ: Two or three items remain.
... Roy, could you look at putMediaType-38. I've looked, just have to write the email. Put on agenda for next week.

<Roy> I've looked, just have to write the email.

HT: I sent some email on httpRange-14.

<Ed> suggest asking Zakim to save agenda world-access

VQ: Please send input for next agenda before next Monday, France time.

<Ed> Zakim save agenda world-access

<Ed> (makes it public and readable)

<Ed> private logs work as well :)

<Ed> This happened to me last time, the IRC log was fine, but there was an invalid date at the start of the log.

<Ed> I downloaded the IRC, modified the script to fix dates and then re-ran it.

Summary of Action Items

[NEW] ACTION: Norm to gather errata list for consideration next week. [recorded in http://www.w3.org/2005/04/26-tagmem-minutes.html#action01]
[NEW] ACTION: Vincent to prepare by mid-May a draft agenda for the June face to face meeting [recorded in http://www.w3.org/2005/04/26-tagmem-minutes.html#action02]
 
[End of minutes]

Minutes formatted by David Booth's scribe.perl version 1.122 (CVS log)
$Date: 2005/04/26 18:35:33 $

Scribe.perl diagnostic output

[Delete this section before finalizing the minutes.]
This is scribe.perl Revision: 1.122  of Date: 2005/03/31 04:43:41  
Check for newer version at http://dev.w3.org/cvsweb/~checkout~/2002/scribe/

Guessing input format: RRSAgent_Text_Format (score 1.00)

Succeeded: s/Future Regrets/Future Meetings/
Succeeded: s/do./do?/
Succeeded: s/readiable/readable/
Succeeded: s/./?/
Succeeded: s/namespaces./namespaces?/
Succeeded: s/tech reports/heartbeats/
Succeeded: s/This/VQ: This/
WARNING: Bad s/// command: s/http://www.w3.org/2001/tag/doc/URNsAndRegistries-50.xml//
Found Scribe: Noah Mendelsohn
Found ScribeNick: noah
Default Present: TimBL, noah, [INRIA], norm, Vincent, Roy_Fielding, Ht, DanC
Present: Roy_Fielding Vincent_Quint Tim_Berners-Lee Noah_Mendelsohn Norm_Walsh Ed_Rice
Regrets: David_Orchard Dan_Connolly_(seems_to_be_on_IRC)
Agenda: http://lists.w3.org/Archives/Public/www-tag/2005Apr/0083.html
Got date from IRC log name: 26 Apr 2005
Guessing minutes URL: http://www.w3.org/2005/04/26-tagmem-minutes.html
People with action items: norm vincent

WARNING: Input appears to use implicit continuation lines.
You may need the "-implicitContinuations" option.


[End of scribe.perl diagnostic output]