Changeset 2128
- Timestamp:
- 06/16/09 22:17:13 (15 months ago)
- Files:
-
- 1 modified
-
trunk/lv2specgen/lv2specgen.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lv2specgen/lv2specgen.py
r2127 r2128 283 283 comment = p.object 284 284 if onProp != None: 285 doc += '<d iv class="restriction"><dt>Restriction on property %s</dt><dd>' % getTermLink(onProp.uri)285 doc += '<dt>Restriction on property %s</dt><dd class="restriction">' % getTermLink(onProp.uri) 286 286 if comment != None: 287 287 doc += "<p>%s</p>\n" % comment … … 292 292 p.predicate == rdf.type and p.object == owl.Restriction): 293 293 doc += "<dt>%s</dt><dd>%s</dd>" % (getTermLink(p.predicate.uri), getTermLink(p.object.uri)) 294 doc += "</dl></dd> </div>"294 doc += "</dl></dd>" 295 295 296 296 # Find out about properties which have rdfs:domain of t
