We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762d28b commit c438cc1Copy full SHA for c438cc1
1 file changed
src/ubic/basecode/ontology/jena/IndexerSelector.java
@@ -43,7 +43,6 @@ class IndexerSelector implements Selector {
43
static {
44
wantedForIndexing = new HashSet<>();
45
wantedForIndexing.add( RDFS.label );
46
- wantedForIndexing.add( RDFS.comment );
47
48
wantedForIndexing.add( OBO.id );
49
wantedForIndexing.add( OBO.hasDbXref );
0 commit comments