web/views/owl.py
changeset 551 44ec4836cc1a
parent 550 2300370b8edd
child 552 e5a83e84bc75
--- a/web/views/owl.py	Mon Feb 02 13:32:56 2009 +0100
+++ b/web/views/owl.py	Mon Feb 02 13:43:28 2009 +0100
@@ -51,7 +51,7 @@
 OWL_CLOSING_ROOT = u'</rdf:RDF>'
 
 class OWLView(StartupView):
-    """This view export in owl format schema database. It is the TBOX"""
+    """This view export in owl format the whole cubicweb ontologie. First part is the TBOX, second part is an ABOX ligth version."""
     id = 'owl'
     title = _('owl')
     templatable =False
@@ -75,7 +75,7 @@
         self.w(OWL_CLOSING_ROOT)
 
 class TBoxView(StartupView):
-    """This view export in owl format the whole cubicweb ontologie. First part is the TBOX, second part is an ABOX ligth version."""
+    """This view export in owl format schema database. It is the TBOX"""
     id = 'tbox'
     title = _('tbox')
     templatable =False