Invention Machine's "powered by semantic technology" site search loses when you search for 'semantic'.
danbri: Shame, looked like an interesting company.
DanC_: SWAP update: sax-based RDF parser
DanC_: cwm now uses sax2rdf, which has expat underneath, rather than xml2rdf, which used a locally hacked xmllib.py
DanC_: so it's faster and groks unicode better
DanC_: this depends on python 2.x
DanC_: and xml.sax stuff
DanC_: oh... yeah... it groks internal entities too.
DanC_: cwm now uses sax2rdf, which has expat underneath, rather than xml2rdf, which used a locally hacked xmllib.py
DanC_: so it's faster and groks unicode better
DanC_: this depends on python 2.x
DanC_: and xml.sax stuff
DanC_: oh... yeah... it groks internal entities too.
DanC_: I'm debugging some unicode stuff in python/cwm, and this looks handy.
DanC_: in particular, I'm getting: UnicodeError: ASCII encoding error: ordinal not in range(128)
DanC_: in particular, I'm getting: UnicodeError: ASCII encoding error: ordinal not in range(128)
DanC_: dc:author [ dca:agentName "Michael Arick"].
DanC_: dc:date "Tue May 29 00:04:14 PDT 2001"
DanC_: now where was that thing... xpetal or whatever... that does UML->RDF?
DanC_: hmm... I wonder if I could generate this style of diagram using my rdf/graphviz stuff...
AaronSw: Dan replies
DanC_: dc:date "Tue May 29 00:04:14 PDT 2001"
DanC_: now where was that thing... xpetal or whatever... that does UML->RDF?
DanC_: hmm... I wonder if I could generate this style of diagram using my rdf/graphviz stuff...
AaronSw: Dan replies