Nanopublication

< Home

ID

http://purl.org/np/RA14htDLKgbDV4y9q5LH5stzSfZUpw5PE2XP0H0b0OWNs

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/RA14htDLKgbDV4y9q5LH5stzSfZUpw5PE2XP0H0b0OWNs> .
@prefix sub: <http://purl.org/np/RA14htDLKgbDV4y9q5LH5stzSfZUpw5PE2XP0H0b0OWNs#> .
@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 sp: <http://purl.org/net/SMARTprotocol#> .
@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 "UV-inactivated IBV" .
  
  sub:_2 rdfs:label "IBV" .
  
  sub:_3 rdfs:label "Cells" .
  
  sub:_4 rdfs:label "Cells" .
  
  sub:_5 rdfs:label "IBV" .
  
  sub:_6 rdfs:label "UV-inactivated IBV" .
  
  sub:_7 rdfs:label "100-mm-diameter dishes" .
  
  sub:_8 rdfs:label "medium" .
  
  sub:step a pplan: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, sub:_2, sub:_3;
    bs:bioSampleUsed sub:_4, sub:_5, sub:_6;
    bs:labEquipmentUsed sub:_7;
    bs:reagentUsed sub:_8 .
}

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

sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:9wksFnE7EeuVIqvYfYWhcg, authority:V3A1mnE8EeuR5n_LDgp7nA,
      authority:Y22XbHE7EeuNu6ti6pzHHg, authority:vOG58nH2Eeu4X_NNN02iog, authority:v_WsVHE7EeuNwJMqEC032A,
      authority:zHZoKoNGEeuMA7M1iSYlyA .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB";
    npx:hasSignature "NC8nR1/Q+l6VVVgmWx6KXHXEdvyGIurHIZaKq/NcMj29jl455cNq82E6gZaplcEUersUK2wut5s4LOg5CpWYmuemlsH9doSa78KX30vt4ECaKId8QwVq0/XBFDDaN4C79G/+r7W0p7SqJ4DFXxrXIMVUn2DZQKa/7YNtsh2HJb8=";
    npx:hasSignatureTarget this: .
  
  this: npx:introduces sub:step;
    prov:generatedAtTime "2021-03-12T10:26:15.758668"^^xsd:dateTime;
    prov:wasAttributedTo <https://hypothes.is/users/alejandra.sandoval> .
}