You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
output.comments << "INFO: Linked Data Found. Now searching for the metadata identifier using appropriate linked data predicates (#{FAIRChampion::Utils::SELF_IDENTIFIER_PREDICATES}).\n"
60
+
output.comments << "INFO: Linked Data Found. Now searching for the metadata identifier using appropriate linked data predicates (#{FAIRChampionHarvester::Utils::SELF_IDENTIFIER_PREDICATES}).\n"
output.comments << "FAILURE: No metadata identifiers were found in the metadata record using predicates #{FAIRChampion::Utils::SELF_IDENTIFIER_PREDICATES}. \n"
72
+
output.comments << "FAILURE: No metadata identifiers were found in the metadata record using predicates #{FAIRChampionHarvester::Utils::SELF_IDENTIFIER_PREDICATES}. \n"
73
73
returnoutput.createEvaluationResponse# release the result from all other tests
74
74
end
75
75
unlessfoundID.first =~ /\w/
76
76
output.score='fail'
77
-
output.comments << "FAILURE: No metadata identifiers were found in the metadata record using predicates #{FAIRChampion::Utils::SELF_IDENTIFIER_PREDICATES}. \n"
77
+
output.comments << "FAILURE: No metadata identifiers were found in the metadata record using predicates #{FAIRChampionHarvester::Utils::SELF_IDENTIFIER_PREDICATES}. \n"
78
78
returnoutput.createEvaluationResponse# release the result from all other tests
0 commit comments