@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 "pipette" .
sub:_1 rdfs:label "mycobacteria" .
sub:_2 rdfs:label "mycobacteria" .
sub:_3 rdfs:label "culture medium" .
sub:_4 rdfs:label "TE" .
sub:step dce:description """Harvest mycobacteria by centrifuging 20-40 ml log phase culture (O.D.600 ≈ 0.8) at 2,000 x g for 10 min, room temperature. Carefully discard culture medium and add 10 ml TE (at room temperature) buffer to pellet. Mix gently with a pipette.
Note: If isolating DNA from pathogenic mycobacteria such as M. tuberculosis, step 1 and 2 must be performed in a BSL-3 facility.""";
sp:hasExperimentalInput sub:_1;
a pplan:Step;
bs:bioSampleUsed sub:_2;
bs:labEquipmentUsed ;
bs:reagentUsed sub:_3, sub:_4 .
}
sub:provenance {
sub:assertion pav:createdWith ;
prov:generatedAtTime "2021-03-10T11:20:30.406999"^^xsd:dateTime;
prov:wasAttributedTo .
}
sub:pubInfo {
sub:assertion prov:wasDerivedFrom authority:F5hHDoFQEeupMnfBwWNSFA, authority:dko6BoFPEeuJf99nep5VFA,
authority:lwnWrIFPEeuSpOPhPMkNog, authority:vFGivoFPEeu8CqN-Wci9Sw, authority:zppHCoFPEeu7CktybqeS2Q .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB";
npx:hasSignature "MC6E9m3cxtSsdsvlva8NE1habj8YrPsLAxyw9icRRdO34BiwBHyie47jO85pkdrXP/3ghZ3ziJlfnMN+J/vgmDZToHG9kNd0ZDlCWGJZFurZ3PZCRwBp1TFKiVVs6gjP45/GBml+6vq0wvXyktenXZULNwqu+jADacA7WiyMW+U=";
npx:hasSignatureTarget this: .
this: npx:introduces sub:step;
prov:generatedAtTime "2021-03-10T11:20:30.406999"^^xsd:dateTime;
prov:wasAttributedTo .
}