@prefix this: <http://purl.org/np/RAbwRArJot7zPpYMTWm9KijvNYCWLr7T5Mdy87adPkFvc> .
@prefix sub: <http://purl.org/np/RAbwRArJot7zPpYMTWm9KijvNYCWLr7T5Mdy87adPkFvc#> .
@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:DNAPellet rdfs:label "DNA pellet " .
  sub:_1 rdfs:label "micropipette" .
  sub:step dc:description "Centrifuge at maximum speed for 2-5 min and carefully discard the supernatant by decanting or with a micropipette. A whitish DNA pellet should be visible during discarding a supernatant." ;
    sp:hasExperimentalOutput sp:DNAPellet ;
    a p-plan:Step ;
    bs:bioSampleUsed sp:DNAPellet ;
    bs:labEquipmentUsed sub:_1 .
}
sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com> ;
    prov:generatedAtTime "2021-02-14T05:43:40.551794"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/zuluaga.lizzz> .
}
sub:pubInfo {
  sub:assertion prov:wasDerivedFrom <https://hypothes.is/a/-elXQmBEEeuMSW9hyFSJ1g> , authority:4dlplGBEEeuxunff2-McuQ , authority:wsoaOmBEEeu3Wq95z9HRgA .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB" ;
    npx:hasSignature "UIyWo9oQt2y/u5iHc8DYMi1GA//nD8aVcrg5g3iWBnYV7pue54J7hJExTo3uuDobE0gRp1I6GK7T5bXal9idSOFRNa7m3JBCbyBwhNo0Pw/CuODo7IWCK6yY+0DZbw7SklSPuUDLL/mhZxnYpqSsXOOOkVV4xL64mmn7NSKbVaA=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:step ;
    prov:generatedAtTime "2021-02-14T05:43:40.551794"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/zuluaga.lizzz> .
}