Nanopublication

< Home

ID

https://w3id.org/np/RAV986aA1kG4nGbARjKWIt8SgHS0wPqJUI0qPgUs_F2Es

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RAV986aA1kG4nGbARjKWIt8SgHS0wPqJUI0qPgUs_F2Es> .
@prefix sub: <https://w3id.org/np/RAV986aA1kG4nGbARjKWIt8SgHS0wPqJUI0qPgUs_F2Es#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/np/RAh5QYlaCRbJP8vblFSqUng8HHf7ZU-9uD8tVML7l9tzA#VO> a fip:Available-FAIR-Supporting-Resource,
      fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary;
    <http://schema.org/url> <https://github.com/vaccineontology/VO>;
    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 "EZ+SlBqqPNJoZ8/z7amkhp71sJ5YoEHG0JbMyVCiMMw9OMjN4zJWgSkNG2jHLRjDFWvdW30CrDVAPPA9rIQ+3AEMw9MMLMe5GI/uOOWFCRJ93e/cIIjiinRcDZkuX7YsqGXEsj5IGDZfUdaSp0SaAeoalSE5sT8lcyb5rHmgAFw=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-03-28T22:35:52Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/np/RAh5QYlaCRbJP8vblFSqUng8HHf7ZU-9uD8tVML7l9tzA#VO>;
    npx:supersedes <https://w3id.org/np/RAh5QYlaCRbJP8vblFSqUng8HHf7ZU-9uD8tVML7l9tzA>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/f30cfbd6-40d2-4e26-930e-a339b036e798> .
}