@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";
.
sub:run 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 "NmduT7Ud9N9+InquFpO6Loemt0cAQTh0m0/5Kth2G2TqMoXmpAEhJoS/QRLIoRQD6IehngkWz+HNwmeOgyFXKHOM6mptyub2qGkDXYHrFzlI7b939i7sohPY3toNp06Ug+tXHcawWroq2ZK9uSYkm4YPyipTvZehdg97P+OSwKM=";
npx:hasSignatureTarget this: .
this: a npx:ExampleNanopub;
dcterms:created "2023-04-12T12:14:54.116Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
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" .
}