Brian, > Perry, do you have a java parser that will pass through the qname pair > rather > than the URI? No. We have a C++ processor which builds an RDF model containing N-tuples. Two of the fields of the tuple are namespace name and local name. The high-level API over the model utilizes the namespace name explicitly, e.g., const char* const NS_DC = "http://purl.org/dc/elements/1.1/"; setLiteralValue(NS_DC, "title", "My Summer Vacation"); [The resource that this property describes is implicit in the object that implements this method.] The iterators over the model return QNames as two separate strings. PerryReceived on Friday, 28 July 2000 13:44:07 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:19:40 GMT