@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 can I see nanopublications in action?"; ns4:hasContent "

The most direct way is via Nanodash, the public web interface to the nanopublication ecosystem. Nanodash renders individual nanopublications in a readable form, lets you browse the latest contributions across the network, and organizes domain-specific content into spaces — curated areas covering topics from FAIR workflows and biomedical datasets to community FAQs. Within a space, dashboards aggregate related nanopublications and the resources they describe, making it easy to see what kinds of statements are being made, by whom, and how they connect to each other.

" . } 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 can I see nanopublications in action?"; ns2:wasCreatedFromProvenanceTemplate ; ns2:wasCreatedFromPubinfoTemplate , , ; ns2:wasCreatedFromTemplate . sub:sig ns3:hasAlgorithm "RSA"; ns3:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; ns3:hasSignature "jaUCzGefRRqGrjAypqKKlX/DLdCSbw1bqY80MGA1REVnHzLPgBflDHFB65qaOr0xpewr/GY5Bf/BnPK6bWewmArrkgOX77c7Se74Q2Ulngsu6UCJUEAm3wwgrocxr0FnJcY2p87Yb/NeTx11OfF5K6ZmhbYnefZjBjfwpJ00F1Q="; ns3:hasSignatureTarget this:; ns3:signedBy . }