SOAP/NTriples testing and visualization

> Yeah, why waste your time on checking when there are prizes to
> be figured out! :-)

:)

I'll get thinking!

In the meantime, I took a look at your examples, unpacked them on w3.org, and
made a few tweaks. First, I started unpacking your msg into .xml, .n3, and
.t files; got halfway through and figured it'd be easier to get a .zip of
the originals from you.

I worked from the (derrived) .nt files since I'm not a huge .n3 fan yet,
chopped out some bits that appeared to be cruft from Cwm, and then ran
them through a cleanup of my rdfviz.org perl script hacked to eat a
(subset of! eek...) ntriples.

todo:
	- need a Perl ntriples parser (Dan, did you write one of these?)
	- if you're interested, get you write access to the directory
	- refine the tests (maybe in .n3 or just in plain .nt ?)
        - generate .png visualisations
        - show to some selected SOAP folk (hi Hugo! ;-)

I found running the .nt through a visualiser made for a nice way of
picking up glitches in the data (eg. you need to s/Think/Thing/ in test001).

> > One nitpic: what's with the daml-equiv stuff? Why do we need that?
>
> It's a hack so that I can give the () list a name. You could
> just merge the two if you wanted.

I'm thinking that if we can avoid RDFisms in our representation of SOAP
data, we might get away with persuading them to adopt NTriples as a
testing format...

What do you reckon?

Anyway work so far (inc. a .png for 1st two tests; 2nd is prettier) is all
at
	http://www.w3.org/2001/09/soap-ntriples/

I figure there are three reasons at least why this is interesting:

  - SOAP conformance testing
  - visualisation of SOAP data structures
  - RDF/SOAP interoperability

Dan

Received on Saturday, 8 September 2001 06:26:16 UTC