@prefix dce: .
@prefix pplan: .
@prefix this: .
@prefix sub: .
@prefix bs: .
@prefix np: .
@prefix pav: .
@prefix authority: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubInfo;
a np:Nanopublication .
}
sub:assertion {
sub:step dce:description "Centrifuge tube at 12,000 x g for 10 min, 4 °C. Discard liquid carefully.";
a pplan:Step;
bs:labEquipmentUsed .
rdfs:label "tube" .
}
sub:provenance {
sub:assertion pav:createdWith ;
prov:generatedAtTime "2021-03-20T05:41:11.954247"^^xsd:dateTime;
prov:wasAttributedTo .
}
sub:pubInfo {
sub:assertion prov:wasDerivedFrom authority:O1v42IlnEeu6RHfVbIrwcQ, authority:TtemqolnEeujewelRt0xzQ .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB";
npx:hasSignature "ZL0gGxkvcyoV3cxwcMCaY2dCuUtspag0vkUqj3/JKAQcDVcNCE8zV4RmRdiXzyQrIBb6qq+XCDpaOZCTZtKQf8ZyYNe4RBIu+HI196xqc2lhzrnPS2EQUY6I6iW+awLun/7n5bQMBVFX0vi/QCuKBXPtcaU5E822g+fhHyHT3cM=";
npx:hasSignatureTarget this: .
this: npx:introduces sub:step;
prov:generatedAtTime "2021-03-20T05:41:11.954247"^^xsd:dateTime;
prov:wasAttributedTo .
}