minutes: RDF Data Access 19-20 Jan 2005 near Helsinki (in progress; fun with actions)

I'm working on the minutes; I'm pretty much done
editing the stuff thru unsaid (lunch on the 1st day)

 RDF Data Access Working Group Meeting, 19-20 January 2005
 hosted near Helsinki, Finland by Profium
 $Revision: 1.35 $ minutes in progress@@ 
 http://www.w3.org/2001/sw/DataAccess/ftf4.html

I think these are all the actions:

 * Convene, take roll, review records and agenda
  - ACTION DaveB: discuss options for column ordering and pick one
  - ACTION DaveB: to post announcement about XML result set on
appropriate mailing lists
  - ACTION DanC: ask Liam, via SemWeb CG, which XML groups might be
interested in SPARQL result set WD
 * Issues Poll
  - ACTION DanC: to (with EricP) communicate WBS user experience to
systems team.
 * prefixSyntax
 * unsaid issue (and useMentionOp)
  - ACTION EricP: to update rq23 w.r.t. str()
  - ACTION SteveH: to propose tests for str() and =~
  - ACTION EricP: to update rq23 w.r.t. BOUND/UNSAID
  - ACTION DaveB: to draft tests for BOUND (based on ericp's examples)
 * SOURCE issue
  - ACTION AndyS: to revise "unnamed" terminology
  - ACTION SteveH: to revise test manifest w.r.t. "background" and named
graphs
  - ACTION DaveB: to propose source test to approve
 * fromUnionQuery
 * SPARQL Protocol Spec
  - ACTION KendallC: Announce the protocol spec
  - ACTION EricP: to inviestigate WSDL/SOAP encodings of SPARQL protocol
 * protocolRootReferent issue
  - ACTION KendallC: to propose a solution to protocolRootReferent
 * Service Descriptions
  - ACTION DanC: write up "sparqlParam" approach
  - ACTION SteveH: Write up a service description of features supported
for his service
  - ACTION KendallC: Add section for service descriptions and put graph
specifying in it to start it off
  - ACTION DanC: Write up definitive service concept
  - ACTION KendallC: to think about predicate to relate html-forms and
svc descriptions, and how this goes into the spec
 * yesNoQueries issue
 * WG Schedule (ftf meetings, last call, CR)
  - ACTION AlbertoR: to propose a f2f meeting in Leiden
 * DESCRIBE Issue
 * Services (DawgShows)
  - ACTION AndyS: to propose test case re optionals and ordering
 * NASA Interop Event
 * Handling Public Comments
 * SPARQL punctuation syntax
 * accessing collections
  - ACTION DanC: to propose to postpone
 * graphSolutionMapping
 * nestedOptionals issue
 * consUnboundVars issue
 * consWithBnodes
 * disjunction
 * cascadedQueries issue
 * valueTesting
 * Thanks to Profium for hosting

That's generated using XSLT and GRDDL and all that fun stuff.
  http://www.w3.org/2001/sw/DataAccess/ftf4-formal.rdf
  http://www.w3.org/2001/sw/DataAccess/Makefile

So I can query for my action items ala:

-----
PREFIX k: <http://opencyc.sourceforge.net/daml/cyc.daml#>
PREFIX sumo: <http://reliant.teknowledge.com/DAML/SUMO.owl#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#">
SELECT ?hd, ?text
WHERE
  (?ITEM k:subEvents ?ACTION)
  (?ITEM k:nameString ?hd)
  (?ACTION sumo:agent ?WHO)
  (?ACTION k:nameString ?text)
  (?WHO k:nameOfAgent "DanC")
-----

i.e.

http://librdf.org/query?uri=http%3A%2F%2Fwww.w3.org%2F2001%2Fsw%
2FDataAccess%2Fftf4-formal.rdf&query=PREFIX+k%3A+%3Chttp%3A%2F%
2Fopencyc.sourceforge.net%2Fdaml%2Fcyc.daml%23%3E%0D%0APREFIX+sumo%3A+%
3Chttp%3A%2F%2Freliant.teknowledge.com%2FDAML%2FSUMO.owl%23%3E%0D%
0APREFIX+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%
2F22-rdf-syntax-ns%23%22%3E%0D%0ASELECT+%3Fhd%2C+%3Ftext%0D%0AWHERE%0D%
0A%23++%28%3FACTION+rdf%3Atype+sumo%3ACommitting%29%0D%0A++%28%3FITEM+k%
3AsubEvents+%3FACTION%29%0D%0A++%28%3FITEM+k%3AnameString+%3Fhd%29%0D%0A
++%28%3FACTION+sumo%3Aagent+%3FWHO%29%0D%0A++%28%3FACTION+k%3AnameString
+%3Ftext%29%0D%0A++%28%3FWHO+k%3AnameOfAgent+%22DanC%22%29%0D%
0A&language=sparql&Run+Query=Run+Query&.cgifields=language



-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541  0875 0F91 96DE 6E52 C29E

Received on Tuesday, 25 January 2005 19:32:22 UTC