@prefix dcterms: .
@prefix foaf: .
@prefix np: .
@prefix npx: .
@prefix nt: .
@prefix orcid: .
@prefix prov: .
@prefix rdfs: .
@prefix sciencelive: .
@prefix sub1: .
@prefix this: .
@prefix xsd: .
sub1:Head {
this: a np:Nanopublication;
np:hasAssertion sub1:assertion;
np:hasProvenance sub1:provenance;
np:hasPublicationInfo sub1:pubinfo .
}
sub1:assertion {
sub1:kl-claim-tchxtyk2ql a sciencelive:FORRT-Claim, sciencelive:computational_performance-FORRT-Claim;
dcterms:source ;
rdfs:label "There is a statistically significant difference in sepal width between setosa and virginica Iris species.";
sciencelive:asAidaStatement .
}
sub1:provenance {
sub1:assertion prov:wasAttributedTo orcid:0000-0001-5492-3212, orcid:0000-0003-2237-7725,
.
}
sub1:pubinfo {
nt:hasLabelFromApi "Iris setosa" .
nt:hasLabelFromApi "Iris virginica" .
foaf:name "Anne Fouilloux" .
this: dcterms:created "2026-04-02T16:57:12.000Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub1:kl-claim-tchxtyk2ql;
npx:wasCreatedAt ;
rdfs:label "FORRT Claim: There is a statistically significant difference in sepal width between setosa an...";
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
sub1:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAosxbitQQzLXi1949Zd9JmSkGfYHHlj/CZZ7iiYs1TrZ5/Jk/wGA7kHEv7f9NtsinOdBo9EtHj/jgHE5W2Vv404JbOAY280PvH5Jns5ObWdVZmtHeCw0ZIdPEqNrurrEweKhzcTJW/YRpYWPwVPo47XyIW6IAcmx6gfdtmdPddMpplqExrP6G99ksXfXlZI0InQtZJRSGK5lYLLNzaofFtupPI5OAAGjooDyHijp0Ap2HIXH6WpO4S44cFPKU34pH2xhIY4/XT5DG1X5UoiVHs2Yoo30BHFudj/kAFwdzcy6Yh4tMDaB3ox6p7pi267d7n0y7kypC0Nt+hfgHQ1FpgwIDAQAB";
npx:hasSignature "jmfgVkNgMd5SkXkUHdxwslsKzzuN3236Y9dKVcF9AN1ynDF217aRYeHcyMTYHugpOBrlJzRy3mCGrjGvvZxZut1Tf5R5R6K9PHNqLumCW9ztbV1R6USm5xPZUqSpIBcQ+CRlaw/KjqvaW/bhDWh1OVfpErKsH073ZnHIrBurNSkorZv4j+GNjKtsyFomf1jjuP/D7o3oROgPMUlU9bJhIWIp9asoq/6+pgzJLGpCfDlBGzSalMEeld86tAv+bTHS7F2WdRu9b7TkgMWsq75KW5qg0dnW03OuDZrhapWO8Oiolymd+u2wef0jfR9kihIJxBrl3VzuasZSXZ0wgOEzhQ==";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1784-2920 .
nt:hasLabelFromApi "Sepal" .
}