Nanopublication

< Home

ID

http://purl.org/np/RA0ckBCe4tkHarTh_j4P80KUYtsRIbvOjtKSAgrV8xYm8

Formats

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

Content

@prefix pplan: <http://purl.org/net/p-plan#> .
@prefix this: <http://purl.org/np/RA0ckBCe4tkHarTh_j4P80KUYtsRIbvOjtKSAgrV8xYm8> .
@prefix sub: <http://purl.org/np/RA0ckBCe4tkHarTh_j4P80KUYtsRIbvOjtKSAgrV8xYm8#> .
@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#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .

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

sub:assertion {
  <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C62218> rdfs:label "70% ethanol" .
  
  sub:_1 rdfs:label "DNA " .
  
  sub:_2 rdfs:label "DNA " .
  
  sub:_3 rdfs:label "pellet" .
  
  sub:_4 rdfs:label "tubes" .
  
  sub:_5 rdfs:label "TE" .
  
  sub:step a pplan:Step;
    dc:description "After incubation, the tubes were centrifuged at 5000 × g for 10 min at 4°C and the supernatant was gently removed. The pellet is washed two times with 1ml of 70% ethanol and the DNA is pellet by 5000 × g at 4°C for only 5 min. The supernatant is discarded and the pellet is air-dried (10 min). The pellet are allowed to re-suspend in 50 μL of TE (10 mM Tris. HCl pH 8.0; 1 mM EDTA pH 8.0).";
    sp:hasExperimentalOutput sub:_1;
    bs:bioSampleUsed sub:_2, sub:_3;
    bs:labEquipmentUsed sub:_4;
    bs:reagentUsed <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C62218>, sub:_5 .
}

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

sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:LCpvRoFOEeuIKp8RxBt8IQ, authority:UwzjpoFNEeuO5vPfHtOEXw,
      authority:_7_TpoFNEeu3wv9aWnG4oQ, authority:fRxWbIFOEeu3xVt13uxEUw, authority:iIepxoFNEeukrhvbYqQvHQ,
      authority:n1MtvoFOEeua_Nfa0WTqLA .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB";
    npx:hasSignature "TIU44xRVDvpJD8t9nIaKEvsiwaRxRrgQ/JForD7Opk4JiuIXg2NRvcRwne72A7k9t90FQYVYR+IdXDY0nsRikYnw5/Ho/zOiKX19iIRWsPjfV/P8J/xv2n2jaVqDGVvssiv1aWMVCmRKZqkA9sRUn0KG1KFCL0J2putNXOo0W5A=";
    npx:hasSignatureTarget this: .
  
  this: npx:introduces sub:step;
    prov:generatedAtTime "2021-03-18T16:15:11.750660"^^xsd:dateTime;
    prov:wasAttributedTo <https://hypothes.is/users/alejandra.sandoval> .
}