@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 can I see nanopublications in action?"; gen: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:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-05-13T13:51:39Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces ; rdfs:label "FAQ: Where can I see nanopublications in action?"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "V3xTYS90fAkzbDKJIPDSDv8h0iLA5Ooyq94n/qMKtcSUE/jG/Mvg2+oUvNBTkxpFLzj41JDYSdIEitADdH4tKkYfxe02E2AvDoZOH5eL3ehLlWnu1AWsnq9UJgVfSofJ+RcuZHB5j/tkSRbeTzv0ZnnLO+Zu70SIqaIoh5q9sHc="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }