@prefix this: <https://w3id.org/np/RAh5QYlaCRbJP8vblFSqUng8HHf7ZU-9uD8tVML7l9tzA> .
@prefix sub: <https://w3id.org/np/RAh5QYlaCRbJP8vblFSqUng8HHf7ZU-9uD8tVML7l9tzA#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:VO <http://schema.org/url> <https://github.com/vaccineontology/VO> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Semantic-model ;
    rdfs:comment "The Vaccine Ontology (VO) is a community-based biomedical ontology in the domain of vaccine and vaccination. VO aims to standardize vaccine types and annotations, integrate various vaccine data, and support computer-assisted reasoning. The VO supports basic vaccine R&D and clincal vaccine usage. VO is being developed as a community-based ontology with support and collaborations from the vaccine and bio-ontology communities." ;
    rdfs:label "Vaccine Ontology" ;
    rdfs:seeAlso <https://violinet.org/vaccineontology/> ;
    skos:closeMatch <https://obofoundry.org/ontology/vo.html> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0009-0004-2157-1408 ;
    prov:wasDerivedFrom <https://obofoundry.org/ontology/vo.html> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "EtGDFvBSZP543T/BaScbIZSbHyFIDw3sPa+Af98UG4yenygNsPCjAIbdApW/vr3K9pMKn9M1RStuen+5cGgjXpbtsgRFu6j458m76MnclzVmNxH0asLivDsL4tNb2psI2lhH/yTMjk51TyVMqkUeSXzFx6tCBj6QRk7FZrD769I=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-03-26T02:22:49Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:VO ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/f30cfbd6-40d2-4e26-930e-a339b036e798> .
}