Nanopublication

< Home

ID

http://purl.org/np/RA6egOJTStrhnuuA67beegaqBNH7qllIcrb6eOLpniUXk

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/RA6egOJTStrhnuuA67beegaqBNH7qllIcrb6eOLpniUXk> .
@prefix sub: <http://purl.org/np/RA6egOJTStrhnuuA67beegaqBNH7qllIcrb6eOLpniUXk#> .
@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 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 {
  sub:_1 rdfs:label "solution" .
  
  sub:_2 rdfs:label "sterile centrifuge tube (size=2 ml)" .
  
  sub:step a pplan:Step;
    dc:description "Transfer the resulting solution to a sterile centrifuge tube (size=2 ml), and then mix sample by briefly vortexing until the sample is thoroughly resuspended";
    bs:bioSampleUsed sub:_1;
    bs:labEquipmentUsed sub:_2 .
}

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

sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:Opk2rIGyEeu781dqGdfIrg, authority:oMZCfHJIEeuiaVu_opwoJg,
      authority:zl0U4nJGEeuoB39vOJIBGg .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB";
    npx:hasSignature "QEa5jcghBxioe9l0YlZoOSPT9Z30hZEB++b2izgOHETjaIl84XvyAF2s7KXyz31ivacR+tH/OEC0KNt6MOfXzFhGAlIgYXM5YskGXy+4W7Fi2zK256OKWMgife4w6v8jJpTk1FdgAyYj3UAJHBTSkzrHBuPowL9GMByjBzZ3LDI=";
    npx:hasSignatureTarget this: .
  
  this: npx:introduces sub:step;
    prov:generatedAtTime "2021-03-10T10:08:41.287064"^^xsd:dateTime;
    prov:wasAttributedTo <https://hypothes.is/users/alejandra.sandoval> .
}