@prefix dct: .
@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 ;
dct: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 "cTcEYZxMhuDnP1KQRTIBlXnbg4KqsPfiklExNgecgr4vLWzbrADmyjuMvImejkqFqgDXNHkKvq/hFcYmkAk2At/T7ugIVmFNSxADaRgi8zPu6VA1jBQu5B/iiDHOkQFUVVgDxdA3bJqWJNJaNfDeioO6jB/Yldcv9C0Ftg2lAcM=";
npx:hasSignatureTarget this: .
this: a npx:ExampleNanopub;
dct:created "2023-04-14T11:43:54.473Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
npx:introduces sub:run;
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" .
}