Nanopublication

< Home

ID

https://w3id.org/np/RAIQc9TIk59lX41qKafGWZeQ7n8wTqAtboqVNIplCL86c

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAIQc9TIk59lX41qKafGWZeQ7n8wTqAtboqVNIplCL86c> .
@prefix sub: <https://w3id.org/np/RAIQc9TIk59lX41qKafGWZeQ7n8wTqAtboqVNIplCL86c/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://purl.org/nanopub/x/> .
@prefix ns1: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix ns4: <https://w3id.org/kpxl/gen/terms/> .
@prefix ns3: <https://w3id.org/np/o/ntemplate/> .

sub:Head {
  this: a ns1:Nanopublication;
    ns1:hasAssertion sub:assertion;
    ns1:hasProvenance sub:provenance;
    ns1:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/np/RAl0rAdoqYC1A9Ixc2n62kKCoKX6S4rhGHCWHbLF9cWo8/faq-entry> a <http://schema.org/Question>;
    dcterms: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?";
    ns4: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:wasAttributedTo <https://orcid.org/0000-0002-1267-0234> .
}

sub:pubinfo {
  this: dcterms:created "2026-07-16T11:40:38Z"^^xsd:dateTime;
    dcterms:creator <https://orcid.org/0000-0002-1267-0234>;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/>;
    ns2:hasNanopubType <http://schema.org/Question>;
    ns2:introduces <https://w3id.org/np/RAl0rAdoqYC1A9Ixc2n62kKCoKX6S4rhGHCWHbLF9cWo8/faq-entry>;
    ns2:supersedes <https://w3id.org/np/RAv7cG6tjMGiEywkVC16BG-pnF24KJr2vBkFT5_KQo8j4>;
    rdfs:label "FAQ: How can I have my name displayed instead of (or in addition to) my ORCID?";
    ns3:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    ns3:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    ns3:wasCreatedFromTemplate <https://w3id.org/np/RAUneCxaT_JQhs4XK8yFhSm5JGmAMgn8k6zBkWB2pp3BI> .
  
  sub:sig ns2:hasAlgorithm "RSA";
    ns2:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    ns2:hasSignature "ac5DWFEPfLyfnqevwvsoYo+J32zFJOSXBgoj9z+Az3y20DfhlXnuu/OGFq57IuWLATmVM07n6R2QVygDuYi92+4MSwOnwBYnYV+mJkzHB9ORwwawXPddJBUF6KvHfCGxSEcqXm9pBkwWA1ug1Gln010Ni9docATJxl+UEnVARO8=";
    ns2:hasSignatureTarget this:;
    ns2:signedBy <https://orcid.org/0000-0002-1267-0234> .
}