@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 "EgT3R76O7dZoM4o9i0fmXB7fBL//88AVIc/vxhuwBHr+SQhxkIy5oe/VwNObSTju5MVXaTTVzfTEBsBrXIzSySsSRQwPXKu4HbeBWQ7ZJJ090YIoxc9S9XDY/IRjM8TtrZcG6qngQFZt9zcy5clqDq0m25Aubc3mpUyxlHDjCBs=";
npx:hasSignatureTarget this: .
this: a npx:ExampleNanopub;
dct:created "2023-04-12T13:07:20.006Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
npx:introduces sub:run;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ;
nt:wasCreatedFromTemplate .
}