@prefix this: <https://w3id.org/np/RAhcLSiYlN-SondgFPMkiThMz_C9j11XLK-7Ne5pTYjto> .
@prefix sub: <https://w3id.org/np/RAhcLSiYlN-SondgFPMkiThMz_C9j11XLK-7Ne5pTYjto/> .
@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.fd6003> schema:url <https://www.uniprot.org/help/accession_numbers> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Identifier-service ;
    rdfs:comment "UniProt protein identifiers are stable identifiers and should be used to cite UniProtKB entries. Upon integration into UniProtKB, each entry is assigned a unique accession number, which is called 'Primary (citable) accession number'. UniProtKB accession numbers consist of 6 or 10 alphanumeric characters in the format." ;
    rdfs:label "UniProt Protein Identifier" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.fd6003> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-5862-6132 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.fd6003> .
}
sub:pubinfo {
  this: dct:created "2025-08-29T14:47:25Z"^^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.fd6003> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/b941b491-d585-4dc5-88d6-cf7ed6e0d737> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "S4bxx0xkCML2s/r4erL8uV2sFLJDp7UGxZJ5Uj4jSs4kmlXBBks1MCRGnuqDjwPCopaP3Brxm5J/xtfXSFfjoVF2vAawLqjeyQHq7krXOGqmIz0AN6Z/MbnaTVhBi1a/XDqhY5iNYFukJEWZs7wPhw1laCLSBFUi1LUoHtI8KQA=" ;
    npx:hasSignatureTarget this: .
}