@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 "Where do questions about nanopublications get useful answers in reasonable time frames?"; ns4: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: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: Where do questions about nanopublications get useful answers in reasonable time frames?"; ns2:wasCreatedFromProvenanceTemplate ; ns2:wasCreatedFromPubinfoTemplate , , ; ns2:wasCreatedFromTemplate . sub:sig ns3:hasAlgorithm "RSA"; ns3:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; ns3:hasSignature "eHPBEcELPNmbCrNfE+JzQ7dZdfb2nFhA4sQXdBE8SazY4FFw1RdLUw55jPhWtJ3+M7GYrsWOi42jktOUfh5V2rV+jI+3tqhxfebQqECKoZGxaEmcMKZQjPhBaOOWyCF3eOJfXZt54oiBJZXNwWUuKIOFdMnoBLrsgbxFKRDPLX0="; ns3:hasSignatureTarget this:; ns3:signedBy . }