https://w3id.org/np/RALDm76O97k_fk9TB1XU3R3BSUR7V3-eNYFsd_WQJVdbg
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RALDm76O97k_fk9TB1XU3R3BSUR7V3-eNYFsd_WQJVdbg> .
@prefix sub: <https://w3id.org/np/RALDm76O97k_fk9TB1XU3R3BSUR7V3-eNYFsd_WQJVdbg/> .
@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/RAihQLeEgv1iEYEwUmWXXwnHrZhqNejZJvsAn_Os_gbZE/faq-entry> a schema:Question;
dct:isPartOf <https://w3id.org/spaces/nanopub/r/faq>;
rdfs:label "Who can create nanopublications?";
gen:hasContent """<p>Anyone can create nanopublications. Technically, only a user identifier and an RSA key pair are needed.
In practice, when using a tool like <a href=\"https://nanodash.knowledgepixels.com/\">Nanodash</a>, you don't have to deal with keys yourself — it generates and manages them on your behalf, and you simply sign in. Nanodash currently requires an <a href=\"https://orcid.org/\">ORCID</a>, while the nanopublication format itself accepts any persistent user identifier; using ORCID is strongly recommended in any case, as it makes attribution interoperable across the scholarly ecosystem.
If you publish locally (for example via the nanopub command-line tools), you do need to generate and manage your own key pair.</p>""" .
}
sub:provenance {
sub:assertion prov:wasDerivedFrom <https://w3id.org/np/RAihQLeEgv1iEYEwUmWXXwnHrZhqNejZJvsAn_Os_gbZE> .
}
sub:pubinfo {
this: dct:created "2026-05-09T21:20:34Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
npx:introduces <https://w3id.org/np/RAihQLeEgv1iEYEwUmWXXwnHrZhqNejZJvsAn_Os_gbZE/faq-entry>;
rdfs:label "FAQ: Who can create nanopublications?";
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 "mSgc1hnluglovn24anuFvXXQ85zALY3nh7B9GWk3bmK66HE3HenpmodYnC8q9DFgombwTB054SKuG6l5GmPbjomKE2qD8kpDSQl5WZJPZPgfreSw887wLRnUoLKhR86FgYxgrqmQLs8jMI5xrCXfD09R916x+QtcQjl0lm7oOOU=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}