Skip to content

Commit

Permalink
Resolve using identifiers.org before purl IRI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed Apr 23, 2019
1 parent e84bea0 commit dd514de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public class OWLAnnotationCellRenderer2 extends PageCellRenderer {
PubMedLinkExtractor.createExtractor(),
ISBN10LinkExtractor.createExtractor(),
WikipediaLinkExtractor.createExtractor(),
OboFoundryLinkExtractor.createLinkExtractor(),
IdentifiersDotOrgLinkExtractor.createExtractor());
IdentifiersDotOrgLinkExtractor.createExtractor(),
OboFoundryLinkExtractor.createLinkExtractor());

public OWLAnnotationCellRenderer2(OWLEditorKit editorKit) {
super();
Expand Down

0 comments on commit dd514de

Please sign in to comment.