OWL2 modelling a subclass with one different axiom
问题 I'm trying to model some lexical data using OWL 2 (DL, using Protege). My main class is "Lemma", which has a number of axioms (using Manchester syntax): Every Lemma hasLanguage some Language. Every Lemma hasEtymology some Etymology. Every Lemma hasMorphology some Morphology. etc. I also have a class VariantLemma, which is basically a variant spelling of the original lemma, but it will always have the same language and etymology as its parent Lemma, but can have different morphology. I