@prefix this: <http://purl.org/np/RAHUloo-6H_rInkMhB-1v589_KeGnlR9t0nIr_li-KNE8> .
@prefix sub: <http://purl.org/np/RAHUloo-6H_rInkMhB-1v589_KeGnlR9t0nIr_li-KNE8#> .
@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_33697> rdfs:label "RNA" .
  sub:_1 rdfs:label "NanoDrop" .
  sub:step dc:description "RNA concentration and purity were determined by NanoDrop" ;
    sp:hasExperimentalOutput <http://purl.obolibrary.org/obo/CHEBI_33697> ;
    a p-plan:Step ;
    bs:bioSampleUsed <http://purl.obolibrary.org/obo/CHEBI_33697> ;
    bs:labEquipmentUsed sub:_1 .
}
sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com> ;
    prov:generatedAtTime "2021-02-18T10:03:03.607796"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/alejandra.sandoval> .
}
sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:SG98rnH6EeuyUktHXhFl1w , authority:b7MAZnFAEeuhdw_wLzIHiQ , authority:htDa3nFAEeu6B5M0zcwPrQ .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB" ;
    npx:hasSignature "EC9J7Oq00+f6IvD94vGoUwmwTTqtOyU3f3M8cyVnWw2IOJfL+b5H6/A+90JmHNxwP3IMfcDAvj5v5nUFWSi/0oo5wBfd/OK6AMM0s4UabsgG0CYXOMYBLZ9rMzaiyhI7YxPlc0Osq/JYErR/1zmRNHaYOWfIqTArEONQ/FsoCrs=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:step ;
    prov:generatedAtTime "2021-02-18T10:03:03.607796"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/alejandra.sandoval> .
}