Nanopublication

< Home

ID

https://w3id.org/sciencelive/np/RAUoGrByNUVSHy1w5wE8m4GHFW2vZVn54ofS4RfYj5miY

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sciencelive: <https://w3id.org/sciencelive/o/terms/> .
@prefix sub1: <https://w3id.org/sciencelive/np/RAUoGrByNUVSHy1w5wE8m4GHFW2vZVn54ofS4RfYj5miY/> .
@prefix this: <https://w3id.org/sciencelive/np/RAUoGrByNUVSHy1w5wE8m4GHFW2vZVn54ofS4RfYj5miY> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

sub1:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub1:assertion;
    np:hasProvenance sub1:provenance;
    np:hasPublicationInfo sub1:pubinfo .
}

sub1:assertion {
  sub1:kl-claim-ttnhyc1bkl a sciencelive:FORRT-Claim, sciencelive:computational_performance-FORRT-Claim;
    rdfs:label "There is a statistically significant difference in petal length between setosa and versicolor Iris species.";
    sciencelive:asAidaStatement <http://purl.org/aida/There%20is%20a%20statistically%20significant%20difference%20in%20petal%20length%20between%20setosa%20and%20versicolor%20Iris%20species.> .
}

sub1:provenance {
  sub1:assertion prov:wasAttributedTo orcid:0000-0001-5492-3212, orcid:0000-0003-2237-7725,
      <https://orcid.org/https://orcid.org/0000-0002-1784-2920> .
}

sub1:pubinfo {
  <https://en.wikipedia.org/wiki/Iris_setosa> nt:hasLabelFromApi "Iris setosa" .
  
  <https://en.wikipedia.org/wiki/Iris_versicolor> nt:hasLabelFromApi "Iris versicolor" .
  
  <https://orcid.org/https://orcid.org/0000-0002-1784-2920> foaf:name "Anne Fouilloux" .
  
  this: dcterms:created "2026-04-02T16:47:00.000Z"^^xsd:dateTime;
    dcterms:creator <https://orcid.org/https://orcid.org/0000-0002-1784-2920>;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub1:kl-claim-ttnhyc1bkl;
    npx:wasCreatedAt <https://sciencelive4all.org/>;
    rdfs:label "FORRT Claim: There is a statistically significant difference in petal length between setosa a...";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAVdxfm3fgFahBItmNmJX_Xkmg1xlimDtoSMjZgNIs2bQ> .
  
  sub1:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAosxbitQQzLXi1949Zd9JmSkGfYHHlj/CZZ7iiYs1TrZ5/Jk/wGA7kHEv7f9NtsinOdBo9EtHj/jgHE5W2Vv404JbOAY280PvH5Jns5ObWdVZmtHeCw0ZIdPEqNrurrEweKhzcTJW/YRpYWPwVPo47XyIW6IAcmx6gfdtmdPddMpplqExrP6G99ksXfXlZI0InQtZJRSGK5lYLLNzaofFtupPI5OAAGjooDyHijp0Ap2HIXH6WpO4S44cFPKU34pH2xhIY4/XT5DG1X5UoiVHs2Yoo30BHFudj/kAFwdzcy6Yh4tMDaB3ox6p7pi267d7n0y7kypC0Nt+hfgHQ1FpgwIDAQAB";
    npx:hasSignature "JjWdCcjfDx/g8Z5d6rOe7cOPL+uRhSqfT7UHBzFm+cte55yDMIZRgcDKQo3lXkYNC0eFsVGGlr+WEhWrhYAwrOJpZkgA0PBs+uZ6S0WBoA66/SjUgnJBQuMT69wqY9oxJdVT3bqJR0kko8NXi1BYBjzH+F8d5XdIGgSgGjKj2ZXGV5+qLSITe/19k/bQrWKg0K+Wr7DqPFfQlvZtJsIOZpy+ekKnD33y9626AwsObrq3WOnHplaa4pF4eF6bNzWS5z+sRMql13kCcHkk3ZrIShw5brqNBs0+qjB6f4r8uevZ7MD8Yd0mSXPOeXm7sILcID8z/jcY1YLry8qT8+lIkg==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1784-2920 .
  
  <https://www.wikidata.org/entity/Q107412> nt:hasLabelFromApi "Petal" .
}