- From: Yosi Scharf <syosi@MIT.EDU>
- Date: Fri, 2 Nov 2007 11:31:57 -0400
- To: Story Henry <henry.story@bblfish.net>
- Cc: public-cwm-bugs@w3.org
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 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 15:32:20 UTC