Skip to content

Principles for Taxonomy

stap-m edited this page Oct 22, 2019 · 3 revisions

Principle of single inheritance.

Strive to build the ontology monohierarchically, i.e. each term has at most one parent.

Bad example:

                         role
                        /    \
               socialRole    biologicalRole
                        \    /
                      motherRole

Good example:

                         role
                          |
                      motherRole
                        /    \
     biologicalMotherRole    adoptedMotherRole
Clone this wiki locally