Nanopublication

< Home

ID

http://purl.org/np/RAwdsa4-CdE37sAimf946CXaHzkbi8yhht3RP17dKxsyY

Formats

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

Content

@prefix this: <http://purl.org/np/RAwdsa4-CdE37sAimf946CXaHzkbi8yhht3RP17dKxsyY> .
@prefix sub: <http://purl.org/np/RAwdsa4-CdE37sAimf946CXaHzkbi8yhht3RP17dKxsyY#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubInfo .
}

sub:assertion {
  sp:ChloroformIsoamylAlcoholMixture rdfs:label "chloroform:isoamyl alcohol" .
  
  sub:step a p-plan:Step;
    dc:description "Repeat the above step(5) , then add chloroform:isoamyl alcohol(24:1) and centrifuge at 12,000g for 10 minutes at  4º celcius  .";
    bs:reagentUsed sp:ChloroformIsoamylAlcoholMixture .
}

sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com>;
    prov:generatedAtTime "2021-02-24T16:00:38.023670"^^xsd:dateTime;
    prov:wasAttributedTo <https://hypothes.is/users/zuluaga.lizzz> .
}

sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:DiHF3nbhEeujslfdJ8NR8A, authority:LmSLYHbhEeuWl4_SvauOfg .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB";
    npx:hasSignature "Z7goZYoe7pkfkJOINxIpjjsbz4iAH7anHc9cypuMZL7OLVv8i1uIN0R9tq1vEpKq6OnLjDmR5LTfS/BsOfH+8s1Cnlo4qTNTOXRzyHFTsFYavMMox4f2ZC290RULUw+Nr2JPEFIRNGUclPvZJ8DgaZbrjnai7/UNUtAaZdxe4KY=";
    npx:hasSignatureTarget this: .
  
  this: npx:introduces sub:step;
    prov:generatedAtTime "2021-02-24T16:00:38.023670"^^xsd:dateTime;
    prov:wasAttributedTo <https://hypothes.is/users/zuluaga.lizzz> .
}