Nanopublication

< Home

ID

http://purl.org/np/RAEfoaUX0Gq4GU9YpioCVXMmLmPxA3zAgeytGrLSyedh4

Formats

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

Content

@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix pplan: <http://purl.org/net/p-plan#> .
@prefix this: <http://purl.org/np/RAEfoaUX0Gq4GU9YpioCVXMmLmPxA3zAgeytGrLSyedh4> .
@prefix sub: <http://purl.org/np/RAEfoaUX0Gq4GU9YpioCVXMmLmPxA3zAgeytGrLSyedh4#> .
@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 {
  obo:OBI_0000918 rdfs:label "Dulbecco's modified eagle medium" .
  
  sub:_1 rdfs:label "cells" .
  
  sub:_2 rdfs:label "haemocytometer" .
  
  sub:_3 rdfs:label "10% FBS" .
  
  sub:_4 rdfs:label "W.B.C. diluting fluid" .
  
  sub:_5 rdfs:label "1% of Pencillin-streptomycin solution" .
  
  sub:step a pplan:Step;
    dce:description "Count cells by haemocytometer using W.B.C. diluting fluid: Add 10 µl of cell suspension to 190 µl of W.B.C. diluting fluid and mix well. Load the cell suspension in a haemocytometer and count the cells. Adjust cell concentration at 1 x 106 cells/ml with Dulbecco's modified eagle medium supplemented with 1% of Pencillin-streptomycin solution and 10% FBS. The approximate yield of cells from 4 ml of blood varies between 107-108.";
    bs:bioSampleUsed sub:_1;
    bs:labEquipmentUsed sub:_2;
    bs:reagentUsed obo:OBI_0000918, sub:_3, sub:_4, sub:_5 .
}

sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com>;
    prov:generatedAtTime "2021-03-05T14:28:13.182982"^^xsd:dateTime;
    prov:wasAttributedTo <https://hypothes.is/users/zuluaga.lizzz> .
}

sub:pubInfo {
  sub:assertion prov:wasDerivedFrom <https://hypothes.is/a/-jx25G6tEeujC5fYL3fuAw>,
      authority:Eh2rSG6uEeuXkOPV2qhZUA, authority:NS5sYm6uEeubOlPUL_WTqQ, authority:g3l2Bm6tEeunnzMYDD96gQ,
      authority:laFEsm6tEeucxZcnEwg07A, authority:pMq1BG6tEeu075fQoAHsyw, authority:tzDryG6tEeua6H-ujqr03A .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB";
    npx:hasSignature "U8KFelaVwtdZVbxD9OKDL7gqME7gA+ZrPxkhsXthtpR9rb2f2Z9T41eCIfgDLm3c9B+hbTHuu8fLy6yYXttg+ztpMrITgkGdyslOxUv1Po7Pq60S/m7OTIBi26XGc4KrTxY7ENhIPjfkSWOc5YjJHiMKX0dOgewXLhwkynf4yLk=";
    npx:hasSignatureTarget this: .
  
  this: npx:introduces sub:step;
    prov:generatedAtTime "2021-03-05T14:28:13.182982"^^xsd:dateTime;
    prov:wasAttributedTo <https://hypothes.is/users/zuluaga.lizzz> .
}