@prefix this: <http://purl.org/np/RAG_gr9TPD0TFCrMSQth3GnTxhr18h7YNBZy5y7ovDbOY> .
@prefix sub: <http://purl.org/np/RAG_gr9TPD0TFCrMSQth3GnTxhr18h7YNBZy5y7ovDbOY#> .
@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 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 {
  sub:_1 rdfs:label "15-ml Corning centrifuge tube" .
  sub:_2 rdfs:label "EB" .
  sub:step dc:description "Add to 15-ml Corning centrifuge tube containing 5 ml EB (2.5 ml EB if sample is less than 0.2 g), vortex 2 min at room temperature." ;
    a p-plan:Step ;
    bs:labEquipmentUsed sub:_1 ;
    bs:reagentUsed sub:_2 .
}
sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com> ;
    prov:generatedAtTime "2021-01-26T22:31:49.604305"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/zuluaga.lizzz> .
}
sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:3nUsXmBMEeu3nB824r59DA , authority:9LgxvmBMEeu5an-8pWSz8g , authority:xtNL2mBMEeu6gIu9DYCJKw .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB" ;
    npx:hasSignature "UWZxyUO4J6fITVr6jiv9x6ttcih8BWBgvFBZMJlN5tu4bomSeEFqG1x+QyVqjY05xGboWmycGW7l9MH8Zm0dvtmsesI8JaapWQvegK4GcYk22KUfVui4hsQr3n1X2k10CpzmTSl/ced4uUsO4UhgRqkgS8p3dnqFqhOYsBB2wwQ=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:step ;
    prov:generatedAtTime "2021-01-26T22:31:49.604305"^^xsd:dateTime ;
    prov:wasAttributedTo <https://orcid.org/0000-0002-3784-0922> .
}