@prefix this: <https://w3id.org/np/RAfHEPyEytqn7AzO_mOEgdZsDgPvA87FHQRP_eWqDb1Ag> .
@prefix sub: <https://w3id.org/np/RAfHEPyEytqn7AzO_mOEgdZsDgPvA87FHQRP_eWqDb1Ag#> .
@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 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:BIO <http://schema.org/url> <http://vocab.org/bio/0.1/> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Semantic-model ;
    rdfs:comment "BIO (Biographical Ontology) is an ontology/vocabulary specifically created to represent biographical information, including relationships like biological parents, birth, death, marriage, etc. More information can be found in the paper titled An OWL Ontology for Biographical Knowledge. Representing Time-Dependent Factual Knowledge. " ;
    rdfs:label "BIO | Biographical Ontology" ;
    fip:has-description-source <https://ceur-ws.org/Vol-1399/paper16.pdf> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1261-9930 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "cbfNmJl7+5HNZ6mvHLZCTwIc4pSQTyPHaTnhRZbu53DrLZUUP/05NerC1SdhciUUyIdOaHBtCBcjqUF0JP+RqxnPDgmGOgVgagjudp6ScJZRqNTpqWgC0/qu1sG8A3m9Jul6m4t7ZkceUEXJgBUiNMlak9B0gOjbkqzHnK2In/E=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-04-25T07:09:12Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:BIO ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/da2498d2-4d3b-4b1d-a760-77d8fb762343> .
}