@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 {
rdfs:label "1 ml auto pipette" .
rdfs:label "blood" .
sub:_1 rdfs:label "Ficoll Histopaque" .
sub:step dce:description "Gently layer the blood on the top of Ficoll Histopaque using a 1 ml auto pipette. The layering should be done very slowly that blood and Ficoll Histopaque should stay as two different layers.";
sp:hasExperimentalInput ;
a pplan:Step;
bs:bioSampleUsed ;
bs:labEquipmentUsed ;
bs:reagentUsed sub:_1 .
}
sub:provenance {
sub:assertion pav:createdWith ;
prov:generatedAtTime "2021-03-04T15:11:14.099346"^^xsd:dateTime;
prov:wasAttributedTo .
}
sub:pubInfo {
sub:assertion prov:wasDerivedFrom authority:SoEpUH0jEeu4hOdUUmy_Fg, authority:X1d_-n0jEeuz7d8rRLryUg,
authority:_N0uzn0iEeuQqqNXdaCtXg, authority:ck26An0jEeuIb3dRiLmm0A .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB";
npx:hasSignature "Sb47s30On9qBTTKZt7/k76cSg1Q1Y/sgBKsQ5gWjN4GOxh27e1eCfWYInndcGdHierLG57hsT9Zntd6KN5kmGrGtCxMvwVGsFoQEtypFXhw5qnVyGaQLPXN69MZiFyDp/CKqn1PTbF7U4esd+/K3Yjg7vlsfqSX9loPgYSme94k=";
npx:hasSignatureTarget this: .
this: npx:introduces sub:step;
prov:generatedAtTime "2021-03-04T15:11:14.099346"^^xsd:dateTime;
prov:wasAttributedTo .
}