Skip to content

Vaccine Design Patterns

jie zheng edited this page Nov 7, 2024 · 1 revision

Vaccine Design Pattern

Vaccine by disease/health

  • allergy vaccine
    • EquivalentTo
      ‘vaccine’ and (’immunizes against disease’ some ‘allergic disease’)

      (note: check if the relation and the disease term are in VO)

    • SubClassOf
    • Annotation
  • Alzheimer vaccine
  • cancer vaccine
  • contraceptive vaccine
  • marker vaccine
  • profertility vaccine

Vaccine by vaccine function

  • prophylactic vaccine
  • therapeutic vaccine

Vaccine against pathogen

  • bacterial vaccine](https://github.com/e4ong1031/VO/wiki/bacterial-vaccine)
    • EquivalentTo
      ‘vaccine’ and (’immunizes against pathogen’ some ‘Bacteria’)
    • SubClassOf
    • Annotation
  • fungal vaccine](https://github.com/e4ong1031/VO/wiki/fungal-vaccine)
    • EquivalentTo
      ‘vaccine’ and (’immunizes against pathogen’ some ‘Fungi’)
    • SubClassOf
    • Annotation
  • protozoan vaccine
    • EquivalentTo
    • SubClassOf
      ‘vaccine’
      ‘immunizes against pathogen‘ some ‘Eukaryota’
    • Annotation
  • viral vaccine
    • EquivalentTo
      ‘vaccine’ and (’immunizes against pathogen’ some ‘Viruses’)
    • SubClassOf
    • Annotation

Vaccine by vaccine platform

  • conjugate vaccine
    • EquivalentTo
    • SubClassOf
      ‘vaccine’
      ‘has role‘ some ‘conjugate vaccine role’
    • Annotation
  • DNA vaccine
    • EquivalentTo
      ‘vaccine’ and (’has role’ some ‘DNA vaccine role’)
    • SubClassOf
    • Annotation
  • edible vaccine
    • EquivalentTo
      ‘vaccine’ and (’has quality’ some ‘edible’)
    • SubClassOf
      ‘vaccine’
      ’has quality’ some ‘edible’
    • Annotation
  • inactivated vaccine
    • EquivalentTo
      ‘vaccine’ and (’has quality’ some ‘vaccine organism inactivated’)
    • SubClassOf
      ‘vaccine’
      ’has quality’ some ‘vaccine organism inactivated’
    • Annotation
  • live attenuated vaccine
  • live virulent vaccine
    • EquivalentTo
      ‘vaccine’ and (’has quality’ some ‘vaccine organism virulent’)
    • SubClassOf
    • Annotation
  • recombinant vector vaccine
    • EquivalentTo
      ’has role’ some ‘recombinant vector vaccine role’
    • SubClassOf
      ‘vaccine’
      ’has part’ some ‘recombinant vaccine vector’
    • Annotation
  • RNA vaccine
    • EquivalentTo
      ’has role’ some ‘RNA vaccine role’
    • SubClassOf
      ‘vaccine’
    • Annotation
  • subunit vaccine
    • EquivalentTo
      ’has role’ some ‘subunit vaccine role’
    • SubClassOf
      ‘vaccine’
    • Annotation
  • toxoid vaccine
    • EquivalentTo
      ’has role’ some ‘toxoid vaccine role’
    • SubClassOf
      ‘vaccine’
    • Annotation
  • whole organism vaccine
    • EquivalentTo
    • SubClassOf
      ‘vaccine’
      ’has role’ some ‘whole organism vaccine role’
    • Annotation

Vaccine contains multiple vaccines

  • cocktail vaccine
    • EquivalentTo
    • SubClassOf
      ‘vaccine’
    • Annotation
  • combination vaccine
    • EquivalentTo
    • SubClassOf
      ‘vaccine’
      `immunizes against pathogen' min 2 ‘organism’
    • Annotation
  • prime-boost vaccine
    • EquivalentTo
    • SubClassOf
      ‘vaccine’
    • Annotation

Vaccine by recipient

  • veterinary vaccine
  • human vaccine