@prefix this: <http://purl.org/np/RAZQSfTf7hdqYE1qFLykuQB4o3Oftn9vZTlXwsJpPLiCM> .
@prefix sub: <http://purl.org/np/RAZQSfTf7hdqYE1qFLykuQB4o3Oftn9vZTlXwsJpPLiCM#> .
@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 "cell suspension" .
  sub:_2 rdfs:label "cell suspension" .
  sub:_3 rdfs:label "24 well culture plate" .
  sub:step dc:description """Seed 500 µl of cell suspension in a 24 well culture plate.
Note: Monocytes in PBMCs get attached to the plastic in about 2-3 h when incubated at 37 °C. Longer incubation will result in firm attachement. Lymphocytes are not glass adherent and they will be mostly in suspension and can be removed by mildly flushing the wells with medium and/or buffer. Such treatment will keep the monocytes firmly attached to the surface of culture plates.""" ;
    sp:hasExperimentalOutput sub:_1 ;
    a p-plan:Step ;
    bs:bioSampleUsed sub:_2 ;
    bs:labEquipmentUsed sub:_3 .
}
sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com> ;
    prov:generatedAtTime "2021-03-05T10:03:51.750773"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/iannotate> .
}
sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:4qOSOn0pEeu--M96kbDKrw , authority:_gCT6H0pEeuLcj-PNpNm6w , authority:xyHRPn0pEeuaZltHFESkgA .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB" ;
    npx:hasSignature "Hk+Bdv9Ch8RDWxNa6dQ2mT3jXr/tvxfGCqCGMMSIh8cr+B25ZyBMdxWeDhnLKgmCZ20yM5iQNY5Cifimolff49pQozYUH/zvfFFGKjmFn4yVOGB3q7yR6wapt1Wwn0BrKyIKFuJ+FmIT3MeJyPv2YsmxLgerhuvWqPYynX43bAM=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:step ;
    prov:generatedAtTime "2021-03-05T10:03:51.750773"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/iannotate> .
}