Would it be possible to allow an ontology in subject position in an annotation axiom? e.g. ```scala o = manager.createOntology() val fu = AnnotationProperty("fu") val anax = o Annotation(fu, "bar") ```