@prefix this: <https://bio-protocol.org/bio101/e47?sid=de7a2235-709d-4e48-86a1-bb0f2f29c4c4&sousouid=20201027053706545&ptype=1&px=5&intwzid=47#RA43PHgfB-LOTUYXyIo5Ycb-NUESkJIgmcdtf_ocCJJdQ> .
@prefix sub: <https://bio-protocol.org/bio101/e47?sid=de7a2235-709d-4e48-86a1-bb0f2f29c4c4&sousouid=20201027053706545&ptype=1&px=5&intwzid=47#RA43PHgfB-LOTUYXyIo5Ycb-NUESkJIgmcdtf_ocCJJdQ.> .
@prefix authority: <https://hypothes.is/a/> .
@prefix bs: <https://bioschemas.org/profiles/LabProtocol/0.4-DRAFT-2020_07_23/#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sp: <http://purl.org/net/SMARTprotocol#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubInfo ;
    a np:Nanopublication .
  sub:assertion rdfs:member sub:step .
}
sub:assertion {
  sub:step dc:description "Wash worms off plates with M9 buffer and collect them in 15-ml Corning tubes." ;
    sp:hasExperimentalInput "worms" ;
    bs:bioSampleUsed "worms" ;
    bs:labEquipmentUsed "15-ml Corning tubes" ;
    bs:reagentUsed "M9 buffer" .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2020-11-08T15:36:34.491765+00:00"^^xsd:dateTime ;
    prov:wasDerivedFrom authority:48AdsiHXEeup58OoDHPLoA , authority:DNf3dCHYEeumCSOhLn3pMA , authority:Gjl-th9_EeuHH8Oz9OZKWQ , authority:LrOerCHYEeuDrieD6LJnOg .
}
sub:pubInfo {
  this: prov:generatedAtTime "2020-11-08T15:36:34.491765+00:00"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/a/acct:iannotate@hypothes.is> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTAMWqX1ukrcolIABD4FqAnwdudrcdHH1xi3wTk/xbgazi7BBg0KYaCvQmw4M92siVaHAxSI5duM6oE/B3pQNGMS3doPfYEyf+j4P2v8GcYKgysWEggtdwXzeSj5vW5RW49StqA62WwlP5IYM8C6yNTf+YbWr5PwR0RGneRX1qpwIDAQAB" ;
    npx:hasSignature "aTOcFniAPPXzofCjRaRTS6nNOALiP7Z6D1fZgTDHRu1Ydf5EuuylCT5KYFztrv/bV2b/5u1UI5KQxCAHps1oGXCz1woqpoToVXITITYhnKgI+doksm6zii4EFDdSJ0wtJVxCtGH8wOVmXYRIklUz6ZE57rOTwjTH9yxmrrPq0yU=" ;
    npx:hasSignatureTarget this: .
}