web/views/owl.py
changeset 674 8580f1632055
parent 585 23c2f934b669
child 688 cddfbdee0eb3
child 814 c0bee055c594
--- a/web/views/owl.py	Mon Feb 16 15:21:46 2009 +0100
+++ b/web/views/owl.py	Tue Feb 17 16:20:53 2009 +0100
@@ -77,11 +77,10 @@
             self.visit_property_schema(eschema, skiprels)
             self.w(u'<!-- datatype property -->')
             self.visit_property_object_schema(eschema)
-                       
+
     def visit_entityschema(self, eschema, skiprels=()):
         """get a layout for an entity OWL schema"""
-        self.w(u'<owl:Class rdf:ID="%s"><rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>'
-               % eschema)         
+        self.w(u'<owl:Class rdf:ID="%s">'% eschema)         
         self.w(u'<!-- relations -->')    
         for rschema, targetschemas, role in eschema.relation_definitions():
             if rschema.type in skiprels: