owl module has two views : OWLView (TBOX) and OWLABOXView (more or less ABOX. indeed, it layout ABOX information only for an specific entity and not all entities)
class YamsEntity(EntityType):
if 'Blog' in defined_types and 'Article' in defined_types:
ambiguous_relation = SubjectRelation(('Blog', 'Article'))
if 'Blog' in defined_types:
inlined_relation = SubjectRelation('Blog', cardinality='?*')
class inlined_relation(RelationType):
inlined = True