@prefix this: <http://purl.org/np/RAHtjEsQsMV_LDnIvB-i72ZgBaCCHaAvEDwdj2JQhfqrs> .
@prefix sub: <http://purl.org/np/RAHtjEsQsMV_LDnIvB-i72ZgBaCCHaAvEDwdj2JQhfqrs#> .
@prefix bs: <https://bioschemas.org/profiles/LabProtocol/0.4-DRAFT-2020_07_23/#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix pav: <http://purl.org/pav/> .
@prefix authority: <https://hypothes.is/a/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix p-plan: <http://purl.org/net/p-plan#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix sp: <http://purl.org/net/SMARTprotocol#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubInfo ;
    a np:Nanopublication .
}
sub:assertion {
  sp:CentrifugeTube rdfs:label "centrifuge tube" .
  sub:step dc:description "Transfer the resulting solution to a sterile centrifuge tube (size=2 ml), and then mix sample by briefly vortexing until the sample is thoroughly resuspended." ;
    a p-plan:Step ;
    bs:labEquipmentUsed sp:CentrifugeTube .
}
sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com> ;
    prov:generatedAtTime "2021-02-24T15:12:35.957935"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/zuluaga.lizzz> .
}
sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:5oLEmnbYEeu2ZKvhYHAEdA , authority:q2FztnbYEeu4LktB_THpPQ .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB" ;
    npx:hasSignature "MK0F1iWVtds4lndW4PdDktWNGXQyLOW8uBxe208RjQqcdU0pNzYtJl4+O7B6hIFcK6SLAKoXaM0ramE6wlRr60b6mCi1YwQ8m8e5nvNLC9wdtG3NO8MfhYoYoBh+fb+KyF/lcKTEn281uJ9VKNqJaS22/qSvHuOeCmjOJ9Rr0vM=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:step ;
    prov:generatedAtTime "2021-02-24T15:12:35.957935"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/zuluaga.lizzz> .
}