Change bnodes so they don't carry their names around. Instead,
authorChris Hanson <org/chris-hanson/cph>
Thu, 9 Nov 2006 20:07:42 +0000 (20:07 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 9 Nov 2006 20:07:42 +0000 (20:07 +0000)
commitb86ccc4ef46396bf0fe5b9535fc020004bd0b5f0
treeb57b901ef0b23e62a6e03fe30f2238fd299e0543
parent4ae976198f952557ddd2d234a181bf901f58ba0a
Change bnodes so they don't carry their names around.  Instead,
generate the names on demand from their hash numbers, which guarantees
uniqueness without a lot of digits.  As a corollary this obviates the
bnode "handle" mechanism, so that's removed.
v7/src/xml/rdf-nt.scm
v7/src/xml/rdf-struct.scm
v7/src/xml/xml.pkg