Nanopublication

< Home

ID

http://purl.org/np/RACw4Ap2j_JyboYw-CXHknrMf8AF5mF6L5-mEYDJFI_L4

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix pplan: <http://purl.org/net/p-plan#> .
@prefix this: <http://purl.org/np/RACw4Ap2j_JyboYw-CXHknrMf8AF5mF6L5-mEYDJFI_L4> .
@prefix sub: <http://purl.org/np/RACw4Ap2j_JyboYw-CXHknrMf8AF5mF6L5-mEYDJFI_L4#> .
@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 prov: <http://www.w3.org/ns/prov#> .
@prefix sp: <http://purl.org/net/SMARTprotocol#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubInfo .
}

sub:assertion {
  sub:_1 rdfs:label "leaf tissues" .
  
  sub:_2 rdfs:label "leaf tissues" .
  
  sub:_3 rdfs:label " 50 mL Falcon tube" .
  
  sub:_4 rdfs:label "extraction buffer " .
  
  sub:step a pplan:Step;
    dce:description "Take one gram of frozen finely powdered leaf tissues in a new 50 mL Falcon tube and mixed with the pre-heated extraction buffer (10 ml) for one sample. Breifly, vertex for 30sec to ensure leaf material is fully mixed with buffer. Fine grind is a key to obtaining high DNA quantity with lesser artifacts of resin.";
    sp:hasExperimentalInput sub:_1;
    bs:bioSampleUsed sub:_2;
    bs:labEquipmentUsed sub:_3;
    bs:reagentUsed sub:_4 .
}

sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com>;
    prov:generatedAtTime "2021-03-10T11:06:48.919028"^^xsd:dateTime;
    prov:wasAttributedTo <https://hypothes.is/users/alejandra.sandoval> .
}

sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:3d8UhoFIEeuMmKOpLo_86Q, authority:9-iKsIFIEeuHh7NVjU9TpQ,
      authority:GsYUXn7mEeuLuR-rFfCUWw, authority:h_dxNoG6EeujMV8JcmvoFg .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB";
    npx:hasSignature "ZiH/Hyn7P4/i/LNmNG1bj8vMV16rIZVQvXQrryfkpcqyUshcHKwUIbbeRqJ6893PNTPVPsyOj+vyFiHRFOTHOIwbi7+yFmtvdD4kwdhc/et8MDgUGVqSo95fs1stJJ3/9Gq+dKaigG5V57DfeVhiZQiMftpaINeN/eABILJZfZ4=";
    npx:hasSignatureTarget this: .
  
  this: npx:introduces sub:step;
    prov:generatedAtTime "2021-03-10T11:06:48.919028"^^xsd:dateTime;
    prov:wasAttributedTo <https://hypothes.is/users/alejandra.sandoval> .
}