Nanopublication

< Home

ID

http://purl.org/np/RAi9SKo7-re6vO3nWPJzZcthuREF-Hjsi2hlwJk9OmRUE

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/RAi9SKo7-re6vO3nWPJzZcthuREF-Hjsi2hlwJk9OmRUE> .
@prefix sub: <http://purl.org/np/RAi9SKo7-re6vO3nWPJzZcthuREF-Hjsi2hlwJk9OmRUE#> .
@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 {
  <http://purl.obolibrary.org/obo/NCBITaxon_1> rdfs:label " root" .
  
  <http://purl.obolibrary.org/obo/PO_0025034> rdfs:label "leaf" .
  
  sub:_1 rdfs:label "recalcitrant samples" .
  
  sub:_2 rdfs:label "recalcitrant samples" .
  
  sub:_3 rdfs:label "mortar" .
  
  sub:_4 rdfs:label "pestle" .
  
  sub:_5 rdfs:label "liquid nitrogen" .
  
  sub:_6 rdfs:label "extraction buffer" .
  
  sub:step a pplan:Step;
    dce:description "Ground samples (leaf, shoot, root, and recalcitrant samples, approximately 0.5-1 g) using 1 ml of the extraction buffer with or without liquid nitrogen in mortar and pestle that are sterilized.CRITICAL STEP The procedure are carried out at room temperature except the centrifugation steps (at 4℃) as well as the time of precipitating of the nucleic acid using the isopropanol (on ice).CRITICAL STEP Severely disrupt the tissues to create the glaze mode of samples";
    sp:hasExperimentalInput <http://purl.obolibrary.org/obo/NCBITaxon_1>, <http://purl.obolibrary.org/obo/PO_0025034>,
      sub:_1, <http://www.ebi.ac.uk/efo/EFO_0000992>;
    bs:bioSampleUsed <http://purl.obolibrary.org/obo/NCBITaxon_1>, <http://purl.obolibrary.org/obo/PO_0025034>,
      sub:_2, <http://www.ebi.ac.uk/efo/EFO_0000992>;
    bs:labEquipmentUsed sub:_3, sub:_4;
    bs:reagentUsed sub:_5, sub:_6 .
  
  <http://www.ebi.ac.uk/efo/EFO_0000992> rdfs:label "shoot" .
}

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

sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:85nfmHJFEeupsZf00tQnZA, authority:GR0bVHJGEeuiqkcaESmO6Q,
      authority:OWfHdHJGEeujmAvPIUDH6w, authority:USf8vHJGEeub4tMCkIYnUA, authority:c0g59nJGEeuhuXe3r_IOtA,
      authority:h_gQsHJGEeujy2Ps728ADg, authority:owhuNnJGEeuFPWP_py-RsA, authority:rbSDonJFEeuo0j902ftpgg,
      authority:teA4hnJGEeuqgNcqv6DR-w .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB";
    npx:hasSignature "ICqufBq+ZemZiQADI6AET0h71gC/UtyHkeZPzACNzGkuNzmXT69sxGKqpfZV4YFhsKdrEAQWMJXjXLPduFMw0zvDRsX8EDsMPw20h1dyc0QCA8fzI3MddHlpxswu64ZRkLz57LbcKeiEZh0uXZ9SkDplbo/eM0UUGgESw6u/j1Q=";
    npx:hasSignatureTarget this: .
  
  this: npx:introduces sub:step;
    prov:generatedAtTime "2021-03-10T10:16:14.459970"^^xsd:dateTime;
    prov:wasAttributedTo <https://hypothes.is/users/alejandra.sandoval> .
}