@prefix this: . @prefix sub: . @prefix schema: . @prefix gen: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:paragraph a gen:Paragraph; schema:about ; schema:title "One network, several repositories"; gen:hasContent "

Nanopub Query, the service behind every page and API call, does not keep all nanopublications in one database. It keeps several repositories, each holding a slice of the network suited to a kind of question, and a query template names the one it runs against. Choosing the right repository is the difference between a query that answers in a moment and one that times out.

"; gen:hasPositionString "010" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T12:16:34Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "One network, several repositories"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl8cMusqtNyKA6UIsi3f7BAcZmHQXWxU0qk0PLsboMWQxYrGBfGgHTgRHJrBRxL+Zn9kJHKVmz2smDcjCBptXi/OwWy80gjsx+Pbe6IWz3zFPWF1UoFIKfPnC0slV67CQgdM853zW7Bmk9/uflCtK4EtZKmPdRGtUHVC7DTVvDBMDzLRGdE2KCBVN29EbM5GGVNvijYbaZQ9OFQPBkQshayqSIyGRr6rreJdkrRVLIzu3uuAjKYydaeXZWSN2JLnVBwrClKUxaEdCwhb5nXpMtKOMD+R+LgaXLeJUWM8BdRSYnta9ZqI5pHY4y3v+eW7J+HHeTvRbHvlik+Z4hFUXmQIDAQAB"; npx:hasSignature "egb9WggCn+xKbAWI8uHJEqIDWHoY47P2QkEKr9vCuecHfUj9wmSJg7es+2faPDvVxrrsVI2OZWjwjExEnjPXkR1nxjf/4irQmZ5aODzKkJZmiqtx6haNrVHj6q7pE/3gGfzBICmk0g4ltYEaohvPgvknwn0vMDt+zp0wRx6UIDl4wrorTyyfF5jcfWYHghI34LrnTrbf2koWDKPRbF3mSxnEETLVecpGtLFWUi/sSdu49xxfj/NJk+Ij2VnR0Jy9Bj0dTyUFBWtPo4j+7lLFHt6daGMgPdBJjC9DtlfAp4gmZ28R+PTYhh8C3cCjqaeyWmHvAcgzYlSJYuyI+EReqw=="; npx:hasSignatureTarget this:; npx:signedBy . }