https://w3id.org/np/RAv7cG6tjMGiEywkVC16BG-pnF24KJr2vBkFT5_KQo8j4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAv7cG6tjMGiEywkVC16BG-pnF24KJr2vBkFT5_KQo8j4> .
@prefix sub: <https://w3id.org/np/RAv7cG6tjMGiEywkVC16BG-pnF24KJr2vBkFT5_KQo8j4/> .
@prefix schema: <http://schema.org/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
<https://w3id.org/np/RAl0rAdoqYC1A9Ixc2n62kKCoKX6S4rhGHCWHbLF9cWo8/faq-entry> a schema:Question;
dct:isPartOf <https://w3id.org/spaces/nanopub/r/faq>;
rdfs:label "How can I have my name displayed instead of (or in addition to) my ORCID?";
gen:hasContent """<p>By default, tools that present nanopublication authorship (such as <a href=\"https://github.com/knowledgepixels/nanodash\">Nanodash</a>) identify authors by their <a href=\"https://orcid.org/\">ORCID</a>. To have a human-readable name shown alongside or in place of the ORCID, you need to publish a small nanopublication that declares a <code>foaf:name</code> for your ORCID.</p>
<p>The easiest way to do this is through the <a href=\"https://nanodash.knowledgepixels.com/profile\">Nanodash profile page</a>. After logging in with your ORCID, this page lets you enter your display name and publish an <em>introduction nanopublication</em> in a single step. The introduction nanopublication contains a triple of the form <code>orcid:0000-0000-0000-0000 foaf:name \"Your Name\"</code> in its assertion, and at the same time registers the public key you use to sign nanopublications.</p>
<p>Once published, any tool that resolves authorship through the nanopublication network — Nanodash, resource pages, query results, and so on — will display your name in place of (or together with) the bare ORCID. You can update the displayed name at any time by publishing a new introduction nanopublication that supersedes the previous one.</p>""" .
}
sub:provenance {
sub:assertion prov:wasDerivedFrom <https://w3id.org/np/RAl0rAdoqYC1A9Ixc2n62kKCoKX6S4rhGHCWHbLF9cWo8> .
}
sub:pubinfo {
this: dct:created "2026-05-20T15:05:17Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
npx:introduces <https://w3id.org/np/RAl0rAdoqYC1A9Ixc2n62kKCoKX6S4rhGHCWHbLF9cWo8/faq-entry>;
rdfs:label "FAQ: How can I have my name displayed instead of (or in addition to) my ORCID?";
nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8>;
nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
<https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
nt:wasCreatedFromTemplate <https://w3id.org/np/RAWVrrZFodmZwbu78C0jwIcbdPo-GKNsXI5N1Ckroo_u4> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "hWG6NyTV5VN99W1qNXXkl6lQVVheOwpvkU1+1nIIfGC42h05batF7oaVYJFgbgBS/SUIcLKbqQO1BjAmzbF1VDemj3uY7o2F//Cs1avKLr8yeuQHbiO6qIohFqG1jfGNJ1Ma8RomWxOdMBlPS52gJsVlDpND2JwymXH+zcsX+iw=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}