@prefix this: <https://w3id.org/np/RAR0nyLWjNdvJmVmflQsbq5jLsbUmjfzVCwHKQvFvPzR8> .
@prefix sub: <https://w3id.org/np/RAR0nyLWjNdvJmVmflQsbq5jLsbUmjfzVCwHKQvFvPzR8#> .
@prefix schema: <http://schema.org/> .
@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 {
  <https://doi.org/10.25504/FAIRsharing.6xq0ee> schema:url <http://www.geneontology.org> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:FAIR-Specification , fip:Semantic-model , fip:Structured-vocabulary ;
    rdfs:comment "The Gene Ontology (GO) is a structured vocabulary for use by the research community for the annotation of genes, gene products and sequences. The GO defines concepts/classes used to describe gene function and relationships between these concepts." ;
    rdfs:label "Gene Ontology | GO" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.6xq0ee> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0319-6542 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.6xq0ee> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "OYVvheAA5wpUCriwBzXOm2P+jZFZ1dazADXDvomx2cYR9YCT3rA3QuAEXGrAIGPKjGi6ZhaexyUZyLK/hyYdBjTZCMGII1RKynItY/6MzoalKeYzMTlKTzgpc1vwh8hxBx/NzUEhyVl33pXe4ZAKpID6Hn+8GrLRLRTYg6jUnl4=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-07-29T16:44:11Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.6xq0ee> ;
    npx:supersedes <https://w3id.org/np/RA_zPk7UzGSMf4Fs-BXCMn9jz2ovtU0bDuhOvcVjP1Fas> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/c495996b-fcce-4c4b-88e7-cb6c433d8ca0> .
}