Nanopublication

< Home

ID

http://purl.org/np/RAq7IDV7RXGB4QnFD2UeWd5W0FVH3Bw_VLsb9LvsdSu24

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/RAq7IDV7RXGB4QnFD2UeWd5W0FVH3Bw_VLsb9LvsdSu24> .
@prefix sub: <http://purl.org/np/RAq7IDV7RXGB4QnFD2UeWd5W0FVH3Bw_VLsb9LvsdSu24#> .
@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#> .

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

sub:assertion {
  sub:_1 rdfs:label "swing-out bucket." .
  
  sub:_2 rdfs:label "tubes " .
  
  sub:step a pplan:Step;
    dce:description "Centrifuge the tubes (without any delay) for 30 min at 100 x g in 4 °C in a swing-out bucket. Fixed angle rotors also can be used but would require more caution when separating cells in interphase.";
    bs:labEquipmentUsed sub:_1, sub:_2 .
}

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

sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:Hfyt4FbrEeuegUefhE8ndw, authority:OubDRlbrEeuo-K9vpYq8mg,
      authority:U-OAPFbrEeuj2i8drh2PKg .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB";
    npx:hasSignature "UUWsCnXxbWWX01d+3suDvxf52ivDPSpBQ3SJ2uUaiZduIleVvubTBOCTms8HJDG9VY73y+L1lZjfRjKS6fnOBcTPgjdofFiHa3YaVOhwzS4aEbyr9JRICnmgJgELDD+WIjWD6vsYnhuTxAB+Us58WHAI0p3Su0HhxNec7n7h0wU=";
    npx:hasSignatureTarget this: .
  
  this: npx:introduces sub:step;
    prov:generatedAtTime "2021-02-14T04:56:14.950567"^^xsd:dateTime;
    prov:wasAttributedTo <https://hypothes.is/users/zuluaga.lizzz> .
}