Describe the bug
When an ontology entity is declared both as (i) an owl:Class or an owl:ObjectProperty and (ii) as an owl:NamedIndividual (OWL 2 punning), Widoco fails to display its rdfs:comment in the Classes or Object Properties sections of the generated HTML documentation.
Expected behavior
The resource's rdfs:comment should be displayed in the Description field of the Classes or Object Properties sections, even if the entity is also typed as an individual.
Punning is standard in OWL 2, so documentation should include these annotations without loss of information.