@prefix this: <http://purl.org/np/RAPv8Hp5egcpaAp_9Q3KM2WCkRUdUNIKk00vU0gcSyZRw> .
@prefix sub: <http://purl.org/np/RAPv8Hp5egcpaAp_9Q3KM2WCkRUdUNIKk00vU0gcSyZRw#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubInfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:_1 rdfs:label "Cells" .
  sub:_2 rdfs:label "Cells" .
  sub:step dc:description """Cells can be treated with different antigens for different period of times and the supernatants can be analysed for cytokine levels. The cells can be analysed for phenotypic change, apoptosis or proliferation.
Note: PBMCs are primary cells and cannot be cultured for more than one passage under normal conditions. Lymphocytes of PBMCs can be made to proliferate in vitro by mitogens e.g., Phytohaemagglutin or Concanavin-A etc over a period to 72-96 h. Monocytes generally are end cells and do not proliferate. In absence of mitogens the proliferation of PBMCs will be negligible.""" ;
    sp:hasExperimentalOutput sub:_1 ;
    a p-plan:Step ;
    bs:bioSampleUsed sub:_2 .
}
sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com> ;
    prov:generatedAtTime "2021-02-14T05:25:00.298371"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/zuluaga.lizzz> .
}
sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:oSHW_G6uEeuii7ca-i5j8Q , authority:sF9xfm6uEeuUs1e0wlWoEg .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB" ;
    npx:hasSignature "Hu1Yxtv8E/0y2tZJDKjdAVw7rOmw+t8LeJ+OszNpR16M/adWx/RSt9u0WbZqjiJ3UB02D7yn0BC4h7HW2dUw9N3+8ia1FmqF7dF0pOYTDuXKS3JuQ99tykCWU5THmKuDMzbWMe0bhtmHWLoOyvcIzb+eL5gPyDKYgACGI4A9alA=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:step ;
    prov:generatedAtTime "2021-02-14T05:25:00.298371"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/zuluaga.lizzz> .
}