@prefix this: . @prefix sub: . @prefix xsd: . @prefix dcterms: . @prefix rdfs: . @prefix ns2: . @prefix ns1: . @prefix prov: . @prefix ns4: . @prefix ns3: . sub:Head { this: a ns1:Nanopublication; ns1:hasAssertion sub:assertion; ns1:hasProvenance sub:provenance; ns1:hasPublicationInfo sub:pubinfo . } sub:assertion { a ; dcterms:isPartOf ; rdfs:label "How many nanopublications have been published?"; ns4:hasContent """

As of mid-2026, the current (second-generation) Nanopub Registry tracks roughly 80,000 signed nanopublications, with the count growing continuously; the live total is shown on the registry's homepage. Different registry instances may report slightly different totals depending on which nanopublications they accept (for example, by trusted agents or by type), so a single number should be understood as a snapshot of one particular registry. In addition, the earlier first-generation nanopub-server network still preserves the historical, mostly unsigned nanopublications accumulated over the past decade — currently around 11 million. This legacy network no longer plays an active role in the current ecosystem but remains accessible as an archive.

""" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dcterms:created "2026-07-16T11:40:38Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; ns3:hasNanopubType ; ns3:introduces ; ns3:supersedes ; rdfs:label "FAQ: How many nanopublications have been published?"; ns2:wasCreatedFromProvenanceTemplate ; ns2:wasCreatedFromPubinfoTemplate , , ; ns2:wasCreatedFromTemplate . sub:sig ns3:hasAlgorithm "RSA"; ns3:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; ns3:hasSignature "S3oJqHbtI34bI7wgDcP+L7i7rinF4XrspvT+S1sa7nm3R0co2xXFH52z/QQSl/vUo0AtbT1aRc/54k3/wmmEYLFtdT20deNQNH0RVl15a2DJlt9aqssxnXDObBLWyILh/+4XyZ5yzttFEXf2I13AfMOqiLZGOE71rfUxP0IulCc="; ns3:hasSignatureTarget this:; ns3:signedBy . }