@prefix this: . @prefix sub: . @prefix schema: . @prefix gen: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a schema:Question; dct:isPartOf ; rdfs:label "Where do questions about nanopublications get useful answers in reasonable time frames?"; gen:hasContent """

For development-related questions — bugs, feature requests, API specifics — the best place is the GitHub issue tracker of the relevant project, such as Nanopub Registry, Nanopub Query, Nanodash, or one of the client libraries.

For broader questions, discussions, or simply getting in touch with the community, several channels listed at nanopub.net/contact are active: a public Matrix chat, the nanopub-users mailing list, the @nanopub Mastodon account, and the association@nanopub.net email address of the Nanopublication Association.

""" . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-05-13T13:46:54Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces ; rdfs:label "FAQ: Where do questions about nanopublications get useful answers in reasonable time frames?"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "jFb/K7ceax5m12ezDfIitm3/NqkoEtclMjFyZTQL0TJEDPS+d7QIKF08CfbkVlxMn7Llfukje+FoX4OEUZDIgk2oIQF71Eq5yCEErcfCHLtBVnmuDVI/YYHR8sAsPXtOUTUhdJnLmk9+qkvbDVb/NL7fjT9IQdbsjzhmrI5wF7A="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }