@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 "The general repositories"; gen:hasContent "

full holds every nanopublication with all its content; it answers anything, but slowly for broad questions. meta holds only the information about each nanopublication — who published it, when, what it supersedes or introduces — and is the fast choice for questions that do not need the content. text supports full-text search over the content, and last30d holds only recent nanopublications, for feeds and dashboards.

"; gen:hasPositionString "020" . } 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 "The general 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 "aF+O+Pp+peVUKReip+Oxz5B4L3bux1YLecn6J989y7WYq9pZpb8EgHhFY3a946Vi0slfbvtW8/edA0lrFZsrFy5OUi41cJIFEfEkRYyUeh2G98Z3s5vhO0YQLsHNaYjfzT8EgUqBMOJleh3kYxJTxskI6qG/Blm82W+OWImN/BZXqYwYZwr2YzZq7ud4Qo1aRSfkJmmUD+T+IFDtLxnQX+CfaKJMO6c6kLNk+wVPvQUFIyRZjT82yUAyAsrnaD+y6aswTzxsB+45vOXP7dzLE+metBbjpHxf+ACzNTaSk2NieXm4+hHQMmtwybvhReI6CeN97RBLQg2g7GBVi1Lf2g=="; npx:hasSignatureTarget this:; npx:signedBy . }