@prefix this: <http://purl.org/np/RA8LEnftbzA9WzQ1jKgNePuXYbVMHsYQ8At-W44gk_azE> .
@prefix sub: <http://purl.org/np/RA8LEnftbzA9WzQ1jKgNePuXYbVMHsYQ8At-W44gk_azE#> .
@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:_3 rdfs:label "100-mm-diameter dishes" .
  sub:_4 rdfs:label "IBV" .
  sub:step dc:description "Cells were seeded in 100-mm-diameter dishes and infected with either 2 PFU of live IBV per cell or the same amount of UV-inactivated IBV (UV-IBV) at 37 °C. Excess virus in the medium was removed by replacing with fresh medium at 1 h post-infection." ;
    sp:hasExperimentalInput sub:_1 ;
    a p-plan:Step ;
    bs:bioSampleUsed sub:_2 ;
    bs:labEquipmentUsed sub:_3 ;
    bs:reagentUsed sub:_4 .
}
sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com> ;
    prov:generatedAtTime "2021-03-05T15:54:57.145343"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/iannotate> .
}
sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:ESZe5n3wEeuG_iOZyxwl9A , authority:IvH36H3wEeuom8fOtAnG8g , authority:VjmXeH3wEeuY-Z94JvSeVg , authority:_OZnPH3vEeuJxp87cTA9Mg .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB" ;
    npx:hasSignature "Nbaalo+6CqkJCQjClOYf+JW/t4mHux3RL7cPvyYxGWFA/+3aK41L7L70Zz3uhCYabZSsAxCcYisyRe07zwo1l3Uem0LdFjzUUpiahDGg6sGJXglc4F+t6cE2wOtjiHf9AdG4T0e0K3851WxTxkOLEWSA5XYNMqhGtrbIDPZg6EA=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:step ;
    prov:generatedAtTime "2021-03-05T15:54:57.145343"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/users/iannotate> .
}