@prefix dce: .
@prefix pplan: .
@prefix this: .
@prefix sub: .
@prefix bs: .
@prefix np: .
@prefix pav: .
@prefix authority: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix sp: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubInfo;
a np:Nanopublication .
}
sub:assertion {
sub:_1 rdfs:label "white pellet" .
sub:_2 rdfs:label "white pellet" .
sub:_3 rdfs:label "tubes " .
sub:step dce:description "Centrifuge tubes at 13700 g at 4℃ for 10 min. The white pellet will be visible on the bottom of the tubes.CRITICAL STEP Do not disturb bottom phases of the solution when you pipet the upper phase";
sp:hasExperimentalOutput sub:_1;
a pplan:Step;
bs:bioSampleUsed sub:_2;
bs:labEquipmentUsed sub:_3 .
}
sub:provenance {
sub:assertion pav:createdWith ;
prov:generatedAtTime "2021-03-10T10:20:24.863959"^^xsd:dateTime;
prov:wasAttributedTo .
}
sub:pubInfo {
sub:assertion prov:wasDerivedFrom ,
authority:4YepOnJJEeu3s2NrWzbI2g, authority:vEFbYnJJEeuS4pMr_I_beQ .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB";
npx:hasSignature "MDsxvLTwD1s9csc9EDejHdFbzl7snUj89UVgZP1hGa2pE1ozNA/N8dWOi1viQ+P0r7glRW+uNdttn3J+wymnbNSqGzW910dQNi9buwxCtCFTl27OhNNYoZNQaMuiTYXoNY22HZT8E43/EyafnMDaVrACgDDTxm8/apBDlJ9wVOo=";
npx:hasSignatureTarget this: .
this: npx:introduces sub:step;
prov:generatedAtTime "2021-03-10T10:20:24.863959"^^xsd:dateTime;
prov:wasAttributedTo .
}