@prefix this: <http://purl.org/np/RAygMp38G7_Qi0gHGOpr8M-VzbqYNXHzuxsG8PTtgUhoM> .
@prefix sub: <http://purl.org/np/RAygMp38G7_Qi0gHGOpr8M-VzbqYNXHzuxsG8PTtgUhoM#> .
@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 "mortar" .
  sub:_2 rdfs:label "pestle" .
  sub:step dc:description "If in step one the sample is not grinded with mortar and pestle then vortex the falcon tube for 5 min otherwise proceed to step 3." ;
    a p-plan:Step ;
    bs:labEquipmentUsed sub:_1 , sub:_2 , <http://www.bioassayontology.org/bao#BAO_0010014> .
  <http://www.bioassayontology.org/bao#BAO_0010014> rdfs:label "falcon tube" .
}
sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com> ;
    prov:generatedAtTime "2021-03-11T16:45:05.510202"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/iannotate> .
}
sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:G6rKvoKvEeufY3-MwIpSKw , authority:K65hjIKvEeutBFuM9KXRmg , authority:PCTZOIKvEeuz02ME6cT2Sg , authority:U4JibIKvEeuveus00rnfiA .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB" ;
    npx:hasSignature "A3YrU7XkPtLO1H0KiR2L8tnBmnObFAMCkUpAAK3xSIdYwS46DOv/zVR08sFVlKVfrqJ5+k1H5otEbsbXwjQrZfgSuUpcI+RU0J15dtcqdJlksaKKNoc7S14hOAj0CjSuG9nltc8CPy6JN/OIfDjawMnB2f5KX7ly0i3zIoGFsjk=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:step ;
    prov:generatedAtTime "2021-03-11T16:45:05.510202"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/iannotate> .
}