You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by st...@apache.org on 2004/10/20 03:15:28 UTC

svn commit: rev 55112 - gump/trunk/python/gump/actor/rdf

Author: stefano
Date: Tue Oct 19 18:15:28 2004
New Revision: 55112

Modified:
   gump/trunk/python/gump/actor/rdf/describer.py
Log:
changing the URI to an address space that we control


Modified: gump/trunk/python/gump/actor/rdf/describer.py
==============================================================================
--- gump/trunk/python/gump/actor/rdf/describer.py	(original)
+++ gump/trunk/python/gump/actor/rdf/describer.py	Tue Oct 19 18:15:28 2004
@@ -52,7 +52,7 @@
     GUMP_URI = 'http://gump.apache.org/schemas/main/1.0/'
     GUMP_NS = Namespace(GUMP_URI)
         
-    GUMP_ENTITY_URI_BASE = 'http://apache.org/gump'
+    GUMP_ENTITY_URI_BASE = 'http://gump.apache.org/metadata/'
     
     def __init__(self,run,resolver=None):