@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 gen:IndividualAgent; schema:title "Who you are on the network"; gen:hasContent """

On the nanopublication network a person is identified by their ORCID, the identifier researchers use across publishers and funders. Nanodash logs you in through ORCID, and everything you publish names your ORCID as creator. Your page on Nanodash — reached from your name anywhere — lists your introductions, the spaces you belong to, and what you have published.

ORCID says who you are; it does not by itself let you publish. For that you need a signing key, and the network needs to know that the key is yours.

"""; gen:hasPositionString "010" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T11:57:18Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "Who you are on the network"; 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 "KRtHUpxRMwpRKSsfBH/udgZ5vUQ25TuMaXLeJwZWab+r0gCQsjLBITIubM9trXhDZ/qs6wZLk5hkVx1Escol6Wqe83M62dA3Z1yShV8l47iCOXjNcv3v76snu63tCsZyB60Din14HcKpojJloZKuIXdu/XKjT8CCZPuBFXhCFsivJAFPiozAqYFxpbr4ey8ypokbWJuLRKAsnLaYObSIUuk2H+q6Hr8fq+eQXT+FK7oKVWlFm7lxRYmxPsCiN65a4bSHGzV72BL4kFwUZdtyGG8+cnIvw6/lxEZURgPc7OgQ36w/Lt8H/f0WlK+HZiXXNFYSbLRA/zBAZK6U1bD7FQ=="; npx:hasSignatureTarget this:; npx:signedBy . }