- From: Story Henry <henry.story@bblfish.net>
- Date: Fri, 2 Nov 2007 19:26:55 -0200
- To: Yosi Scharf <syosi@MIT.EDU>
- Cc: public-cwm-bugs@w3.org, doap-interest@lists.gnomehack.com
Received on Friday, 2 November 2007 21:27:38 UTC
On 2 Nov 2007, at 13:31, Yosi Scharf wrote: > Also, if you do instead > > cwm --rdf=R --n3 > > it will do what you want. The "R" flag means don't require a root > <rdf:RDF> tag. > I am adding this to the documentation Thanks. In the meantime CodeZoo has been pulled. http://www.oreilly.com/cc.csp but there is http://doapspace.org/ instead. Henry > Yosi > > > Story Henry wrote: > > On sig today: > > > > bblfish : cwm does not seem to like the doap files on O'Reilly's > code Zoo > > cwm --rdf > > 'http://www.codezoo.com/cs/user/run/component/5576?x-r=doap' --n3 > > it seems to download something looking rdf ish with curl though > > > > sbp: perhaps it's because it's using the typed-node-as-root idiom? > > sbp: it is being served as application/rdf+xml, but perhaps cwm's > > RDF/XML parser predates from when rdf:RDF was allowed > > sbp: check this out: > > sbp: $ cat <<EOF | cwm --rdf --n3 > > <doap:Project > > xmlns:doap="http://usefulinc.com/ns/doap#" > > xmlns:foaf="http://xmlns.com/foaf/0.1/" > > xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" > > xmlns:xh="http://www.w3.org/1999/xhtml"> > > <doap:name>Commons Collections</doap:name> > > </doap:Project> > > > > > > Henry
Received on Friday, 2 November 2007 21:27:38 UTC