@prefix this: <http://purl.org/np/RAJODcXkxbQqP3lyEUrcmEwNwlUO6Wq4HwMxF62hjjF74> .
@prefix sub: <http://purl.org/np/RAJODcXkxbQqP3lyEUrcmEwNwlUO6Wq4HwMxF62hjjF74#> .
@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 {
  <http://purl.obolibrary.org/obo/OBI_0400155> rdfs:label "water bath" .
  sub:_1 rdfs:label "mycobacterial suspension" .
  sub:_2 rdfs:label "mycobacterial suspension" .
  sub:step dc:description "Incubate mycobacterial suspension at 80 °C for 1 h in a water bath. This step will facilitate loosening of the mycobacterial cell wall and will also inactivate pathogenic mycobacteria." ;
    sp:hasExperimentalInput sub:_1 ;
    a p-plan:Step ;
    bs:bioSampleUsed sub:_2 ;
    bs:labEquipmentUsed <http://purl.obolibrary.org/obo/OBI_0400155> .
}
sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com> ;
    prov:generatedAtTime "2021-03-10T11:19:16.882093"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/alejandra.sandoval> .
}
sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:1_SHpoFQEeuYIRPzQ5FGfQ , authority:WcA7XoFREeu4cxPyrFuLaw , authority:tcBmyIFQEeu31K9HBR-sGQ .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB" ;
    npx:hasSignature "Ha240A612HD6k/gv+tg4w5cH4IBsCclyg1P3V064JlOVT2sFoTmp8nN9MZJdktnxeUhqMpBLX4CbdQORachVmt+JePWwrRMrdSlabJteHYlHvV9dzv6q18iCy0pcDf6eAVAFIM8KPM90os4FDqHxV/4ZbDDXWfpr0H9bk3VFMWQ=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:step ;
    prov:generatedAtTime "2021-03-10T11:19:16.882093"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/alejandra.sandoval> .
}