@prefix this: <http://purl.org/np/RAlklS5qvWcHW-55KnZJIVDlGkh6o6NzKP5ah_eg6YRM4> .
@prefix sub: <http://purl.org/np/RAlklS5qvWcHW-55KnZJIVDlGkh6o6NzKP5ah_eg6YRM4#> .
@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/CHEBI_17824> rdfs:label "isopropanol" .
  sub:_1 rdfs:label "aqueous phase" .
  sub:_2 rdfs:label "aqueous phase" .
  sub:step dc:description "The upper aqueous phase was transfer into a new tube and mixed with 1:1 (volume/volume) of 100% isopropanol, and then incubated for 10 min at room temperature." ;
    sp:hasExperimentalInput sub:_1 ;
    a p-plan:Step ;
    bs:bioSampleUsed sub:_2 ;
    bs:labEquipmentUsed <http://www.bioassayontology.org/bao#BAO_0010014> ;
    bs:reagentUsed <http://purl.obolibrary.org/obo/CHEBI_17824> .
  <http://www.bioassayontology.org/bao#BAO_0010014> rdfs:label "tube" .
}
sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com> ;
    prov:generatedAtTime "2021-02-18T09:55:21.848291"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/alejandra.sandoval> .
}
sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:CTFZyHH5Eeukd7s8DSoT6A , authority:Ka8OonH5Eeu4bmvYWVf6-g , authority:ihadLnE_Eeur-rPQMNBP5A , authority:qp-cdnE_EeukhOtR-mOhYw .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB" ;
    npx:hasSignature "eWILUSVcY3SHvfLaK9HApuV3ptHnJ3ZEl8gRuzFZbm4DmUrN0zVHcJvBd2yBbXBF3NzWtCtJL5EyZGCeO2I3EMKH5FNwMbn0gyF6z/2M7sQUH6/RxGNpUwmoA7hnqWk5U92onYSo7Xkj9OsO52DqHDyXCFgVgeomkyHLsValPL0=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:step ;
    prov:generatedAtTime "2021-02-18T09:55:21.848291"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/alejandra.sandoval> .
}