@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 "Your introduction"; gen:hasContent """

An introduction is a nanopublication that links a key to you: it names you, states your public key, and is signed with that very key. Nanodash creates and publishes it from your profile page when you make a key. It is the one nanopublication everything else depends on, since it is how the network learns which signatures are yours.

Each key gets its own introduction. A person with a key in Nanodash and another on their laptop has two introductions, and both keys count as them once approved.

"""; gen:hasPositionString "030" . } 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 "Your introduction"; 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 "gMwyZI11AHCzjDHNStRHgXI3cXjCA5WQhJdyTZHliZwKXBMK/MDiESNGjAVuAnPtDUBFHf1VwHNlug/7D4Keakh86PP1nWEU4AwCwjq+ShrIKItlb2Oy4IZHSBmgaVh83rBlfX2zEWZtB/XRe8cePosoIAy67Gs+hQX58Y4RBKU6JOBsF/5S0xm3L7MHK46okRXySmmcHwAoAPFvM3F23iKdXuOTltkx5rOm18BLol/Ldx526ROo0F4UBluThW8ewJ+yk1Qlft8uoFsM6jSP5X0PaO1g4XlNM/ftIouFax5UiwKHeqzRffxtgyPMOu5Gu+qy3NJRJt+PbyihtT8n/w=="; npx:hasSignatureTarget this:; npx:signedBy . }