@@ -68,6 +68,13 @@ public IndexerSelector() {
6868 unwantedForIndexing .add ( "http://www.ebi.ac.uk/efo/gwas_trait" );
6969 unwantedForIndexing .add ( "http://www.ebi.ac.uk/efo/definition_editor" );
7070 unwantedForIndexing .add ( "http://www.ebi.ac.uk/efo/example_of_usage" );
71+ unwantedForIndexing .add ( "http://www.ebi.ac.uk/efo/creator" );
72+ unwantedForIndexing .add ( "http://www.ebi.ac.uk/efo/definition_citation" );
73+ unwantedForIndexing .add ( "http://www.geneontology.org/formats/oboInOwl#created_by" );
74+ unwantedForIndexing .add ( "http://purl.org/dc/elements/1.1/rights" );
75+ unwantedForIndexing .add ( "http://purl.org/dc/terms/license" );
76+ unwantedForIndexing .add ( "http://www.w3.org/2000/01/rdf-schema#comment" );
77+ unwantedForIndexing .add ( "http://www.w3.org/2002/07/owl#versioninfo" );
7178 unwantedForIndexing .add ( "http://www.geneontology.org/formats/oboInOwl#Definition" );
7279 unwantedForIndexing .add ( "http://purl.obolibrary.org/obo/IAO_0000115" ); // 'definition' - too often has extra
7380 // junk.
@@ -94,7 +101,7 @@ public IndexerSelector() {
94101 unwantedForIndexing .add ( "http://purl.obolibrary.org/obo/UBPROP_0000005" ); // external comment
95102 unwantedForIndexing .add ( "http://purl.obolibrary.org/obo/UBPROP_0000011" ); // development notes
96103 unwantedForIndexing .add ( "http://xmlns.com/foaf/0.1/depicted_by" ); // not sure how often this comes up as a problem, but it does for one case
97-
104+
98105 unwantedForIndexing .add ( "http://purl.obolibrary.org/obo/CLO_0037275" ); // problematic cell line annotation as in "this is not a glioblastoma"
99106 }
100107
@@ -155,7 +162,7 @@ public boolean test( Statement s ) {
155162 if ( !retain && log .isDebugEnabled () ) {
156163 log .debug ( "Removed: " + s );
157164 }
158-
165+
159166 return retain ;
160167 }
161168}
0 commit comments