@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:evaluation "0.86";
.
a ;
dcterms:description "This is a fictitious experiment on detecting texts that are about animals";
rdfs:label "Detection of texts about animals";
;
;
sub:evaluation;
.
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: a npx:ExampleNanopub;
dcterms:created "2023-04-12T12:32:19.400Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
npx:introduces ;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ;
nt:wasCreatedFromTemplate .
nt:hasLabelFromApi "text classification - classification of texts" .
nt:hasLabelFromApi "random forest - statistical algorithm that is used to cluster points of data in functional groups" .
}