@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAJrBOh4bkqFZaoJ4tAq0jemMtJJV08R9fgeMurvqXK7Q> .
@prefix sub: <http://purl.org/np/RAJrBOh4bkqFZaoJ4tAq0jemMtJJV08R9fgeMurvqXK7Q#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:evaluation <http://www.w3.org/ns/mls#hasValue> "0.86" ;
    <http://www.w3.org/ns/mls#specifiedBy> <https://www.wikidata.org/entity/Q6975395> .
  <http://purl.org/np/RAugctYPo5-APG8ms-On0Ug71bAsf5ww6mnnNOZaFc41o#run> dcterms:description "This is a fictitious experiment on detecting texts that are about animals" ;
    a <http://www.w3.org/ns/mls#Run> ;
    rdfs:label "Detection of texts about animals" ;
    <http://www.w3.org/ns/mls#achieves> <http://www.wikidata.org/entity/Q102190569> ;
    <http://www.w3.org/ns/mls#hasInput> <https://doi.org/10.35111/77ba-9x74> ;
    <http://www.w3.org/ns/mls#hasOutput> sub:evaluation ;
    <http://www.w3.org/ns/mls#realizes> <http://www.wikidata.org/entity/Q245748> .
  <https://doi.org/10.35111/77ba-9x74> rdfs:label "The New York Times Annotated Corpus" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB" ;
    npx:hasSignature "mfyM+wnCVxtMGIZ644UGGtOSbaZBbXxgP3fCh+FqWG0BkmajrFb/I8eI4CTNnw0Svh+Sew0+e4Guv8zuxMUKJ6kIctooJGetNLU8g7wqudI7o8Z4EZf3plPwBk/ZFCFbuwP3BVO5uU4bdxORE4rM9LVtVDoGvtfjrNPMoqfyeuY=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-04-12T12:32:19.400Z"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-1267-0234 ;
    npx:introduces <http://purl.org/np/RAugctYPo5-APG8ms-On0Ug71bAsf5ww6mnnNOZaFc41o#run> ;
    npx:supersedes <http://purl.org/np/RAG7t5lymY86DLqimv_gYnOOc9BALsugnrdgfoW3w01o4> ;
    a npx:ExampleNanopub ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RA5gNHxO43rlquxhEeAvFs5OCms5eaumzn--jqUu6g5HA> , <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAugctYPo5-APG8ms-On0Ug71bAsf5ww6mnnNOZaFc41o> .
  <http://www.wikidata.org/entity/Q102190569> nt:hasLabelFromApi "text classification - classification of texts" .
  <http://www.wikidata.org/entity/Q245748> nt:hasLabelFromApi "random forest - statistical algorithm that is used to cluster points of data in functional groups" .
}