From list at incunabulum.de Wed Feb 6 13:52:02 2008 From: list at incunabulum.de (Michael Zimmermann) Date: Wed, 06 Feb 2008 13:52:02 +0100 Subject: [Rdf2go-devel] Namespaces for a Model? Message-ID: <47A9AD72.90305@incunabulum.de> Hi there, with the new release of rdfreactor on your downloadpage a rdf class "Thing" works. Great! This fixes the bug mentioned previously. Still, in my case I end up with rather messy classnames like owl_domain_de20070805owlfilename_owl_classname. A nicer naming scheme like e.g. ClassNamePrefixName.java could be implemented by extending JavaNamingUtils.guessNSPrefix and registering all namespaces present in the model. *But how can I get the namespaces defined in the model?* cu, Michael