Hello,

Might there be interest in adding support for semantic web style
identifiers?  Currently one might use one of the PrefixedXxx
serial generators to create String identifiers, and create e.g. URIs from
those Strings in a second step, but I think it would be desireable to
generate e.g. URIs directly:

URIGenerator
  java.net.URI nextURI();
URLGenerator
  java.net.URL nextURL();
QNameGenerator
  javax.xml.namespace.QName nextQName();

See:

RDF URI-based Vocabulary and Node Identification
> http://www.w3.org/TR/rdf-concepts/#section-URI-Vocabulary

Namespaces in XML
> http://www.w3.org/TR/REC-xml-names/

XML Schema Part 2: Datatypes Second Edition
> http://www.w3.org/TR/xmlschema-2/#QName

   michael


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to