merge branches in tls-sprint (bis) tls-sprint
authorlogilab@eusebius.local
Tue, 17 Feb 2009 17:30:47 +0100
branchtls-sprint
changeset 678 4a29050fe143
parent 677 9b04bbfe3f90 (diff)
parent 670 6c332f5c969c (current diff)
child 679 d70fb8c9e369
merge branches in tls-sprint (bis)
--- a/web/views/owl.py	Tue Feb 17 17:13:55 2009 +0100
+++ b/web/views/owl.py	Tue Feb 17 17:30:47 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: