@prefix dcterms: .
@prefix fdof: .
@prefix foaf: .
@prefix iop: .
@prefix np: .
@prefix npx: .
@prefix ntemplate: .
@prefix orcid: .
@prefix prov: .
@prefix rdfs: .
@prefix skos: .
@prefix sub: .
@prefix this: .
@prefix xsd: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
orcid:0000-0003-2195-3997 rdfs:label "Barbara Magagna" .
a iop:Entity;
rdfs:label "classification models" .
a iop:Property;
rdfs:label "score" .
a fdof:FAIRDigitalObject, iop:Variable;
dcterms:conformsTo ;
dcterms:identifier "iadopt-variable-20260323T101847-16";
rdfs:comment "LLM-proposed preferred label is stored in skos:prefLabel. The alternative label is generated from the simple-entity formula.";
skos:altLabel "range: 0 to 1 composition: harmonic mean of precision and recall score of classification models type: classification models condition: imbalanced datasets";
skos:definition "The F1 score is a robust machine learning evaluation metric for classification models that acts as the harmonic mean of precision and recall. Ranging from 0 to 1, it provides a balanced performance score, especially valuable when dealing with imbalanced datasets where accuracy is misleading. A high F1 score indicates high precision (few false positives) and high recall (few false negatives) simultaneously.";
skos:prefLabel "F1 score";
iop:hasConstraint sub:_ndaadab1399da457ba273c673dd8f3345b1, sub:_ndaadab1399da457ba273c673dd8f3345b2,
sub:_ndaadab1399da457ba273c673dd8f3345b3, sub:_ndaadab1399da457ba273c673dd8f3345b4;
iop:hasObjectOfInterest ;
iop:hasProperty .
sub:_ndaadab1399da457ba273c673dd8f3345b1 a iop:Constraint;
rdfs:label "range: 0 to 1";
iop:constrains .
sub:_ndaadab1399da457ba273c673dd8f3345b2 a iop:Constraint;
rdfs:label "type: classification models";
iop:constrains .
sub:_ndaadab1399da457ba273c673dd8f3345b3 a iop:Constraint;
rdfs:label "composition: harmonic mean of precision and recall";
iop:constrains .
sub:_ndaadab1399da457ba273c673dd8f3345b4 a iop:Constraint;
rdfs:label "condition: imbalanced datasets";
iop:constrains .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997;
prov:wasGeneratedBy .
}
sub:pubinfo {
orcid:0000-0003-2195-3997 foaf:name "Barbara Magagna" .
this: dcterms:created "2026-03-23T10:48:24.615Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-2195-3997;
dcterms:license ;
npx:introduces ;
npx:wasCreatedAt ;
ntemplate:wasCreatedFromProvenanceTemplate ;
ntemplate:wasCreatedFromPubinfoTemplate ,
, ;
ntemplate:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzymtTYCOhZMR6OcAN9w2t82zy6tPY5UkyFAEyxdvUUFaHciaH4dxdSgrCXdg8GoZIOW7wQEJGtom7D1fkFOfVFVgLb4wApmPen87msSXoAN1yPeDEkD4BFQ+GanBFQxqebpmgjF9tLIkZFziShWQrAyBOqy4K44YCYq/l94FIdRZGabV9IAngZwydWh2TBBBahuwsysHulhkdgiedWKl75mdsYgDzHlAJz4BnQ8Az9w+k7LnwQDPvThTZJtt+dFAW/y1M3WKzf+9biSlLgbHtRWYI6Z9ovetZi8vWiW2lpiCvyfGKNIgP+Q38D1i3gJEPQnj+iK8Nw9LLHhg8bV+yQIDAQAB";
npx:hasSignature "R9tN8SADoXEGvZdknn2MfeYEyr6yYgVOpsELUAggFIrVndfCQBi1lBotuZ4esS6GWCmEf+ZxwZ3DNrFW73/D+e/gpQVcZUkgXRoxYOw/7z7GdFnCVi+ifPSVclb3i3RXVT4/qh6gA3teQhTAVJ/7UqfMfzz31vsXXwf1BWhws72OFSnbZk1wCk4Kd8oUCHNK+tE90hgqoNda5FPUQXi2Xmbvk7eZasLJMdaGIQWEDJoZe4dDShC9/k3F/biwcYmrKnPl9rjT/BZythAQ+PEBmkiomJ/WU0r1KrkDJgQ4nDwdnng/0agwZFglVZQCvD43a5/P3p9EaKw33O8hl/AdRg==";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0003-2195-3997 .
}