Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 620f8a99 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- corected a bug with subsumption

parent fbf483b9
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ public class OWLAxiomsRendererVisitor extends IndentedRendererVisitor implements
URI u1;
try {
Relation rel = cell.getRelation();
if ( rel instanceof SubsumedRelation || rel instanceof HasInstanceRelation ){
if ( rel instanceof SubsumeRelation || rel instanceof HasInstanceRelation ){
u1 = onto2.getEntityURI( ob2 );
} else {
u1 = onto1.getEntityURI( ob1 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment