@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAQV0grGVX22NUdKxBijorX0vy06-hdDY3BpScIeQzhx0> .
@prefix sub: <http://purl.org/np/RAQV0grGVX22NUdKxBijorX0vy06-hdDY3BpScIeQzhx0#> .
@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> .
  sub:run dct: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 "cTcEYZxMhuDnP1KQRTIBlXnbg4KqsPfiklExNgecgr4vLWzbrADmyjuMvImejkqFqgDXNHkKvq/hFcYmkAk2At/T7ugIVmFNSxADaRgi8zPu6VA1jBQu5B/iiDHOkQFUVVgDxdA3bJqWJNJaNfDeioO6jB/Yldcv9C0Ftg2lAcM=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-04-14T11:43:54.473Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    npx:introduces sub: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/RAGEv4a9uT48mgnIlWqAvL-XnupfNYojIUmszJDa50xoc> .
  <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" .
}