@prefix this: <http://purl.org/np/RAZiy5ROk2yuRvAbl-CohffNy4Wgy2SLWXIo3HBKj4unQ> .
@prefix sub: <http://purl.org/np/RAZiy5ROk2yuRvAbl-CohffNy4Wgy2SLWXIo3HBKj4unQ#> .
@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 {
  sub:_1 rdfs:label "cells" .
  sub:_2 rdfs:label "cells" .
  sub:_3 rdfs:label "TRIzol" .
  sub:step dc:description "At the indicated time points (0, 2, 4, 8, 12, 16, 20, 24, 28 h post-infection), cells were rinsed with 10 ml Phosphate Buffered Saline (PBS) buffer once and lysed in 1 ml TRIzol for 5 min at room temperature." ;
    sp:hasExperimentalInput sub:_1 ;
    a p-plan:Step ;
    bs:bioSampleUsed sub:_2 ;
    bs:reagentUsed sub:_3 , <http://www.bioassayontology.org/bao#BAO_0000012> .
  <http://www.bioassayontology.org/bao#BAO_0000012> rdfs:label "Phosphate Buffered Saline (PBS) buffer" .
}
sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com> ;
    prov:generatedAtTime "2021-03-05T16:02:25.744142"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/iannotate> .
}
sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:5_4i5n3wEeuHHedpwQte0g , authority:_BhhVn3wEeue-xf0uhMXow , authority:rgQ_nn3wEeu0G5-yVfVEZg , authority:wc3PBH3wEeuUWht40pM97Q .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB" ;
    npx:hasSignature "H0qkR4artV+OF7X86SdC2YW8klv+g9JAPWdDoTn9E8Zm2slgpp3qPTBkHEkhDrvXOZQiZh9x8X2DObva62PQL3rNNuLtG3v932rYWpYO3/W+AMKvDn/iGbn9tAInHkEqK0zVOLYy0RnK6mWE/HdjeaFBOKzn+fYQc8ersshrPA0=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:step ;
    prov:generatedAtTime "2021-03-05T16:02:25.744142"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/iannotate> .
}