https://w3id.org/np/RA-KJ6h_UlEcjgSmbANvvvxCoVfHncjg-G0GUxM8NdmfA
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA-KJ6h_UlEcjgSmbANvvvxCoVfHncjg-G0GUxM8NdmfA> .
@prefix sub: <https://w3id.org/np/RA-KJ6h_UlEcjgSmbANvvvxCoVfHncjg-G0GUxM8NdmfA/> .
@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/RA8uD02NHPQ6DnLEivkHmOntI3TBakjd3Acq65lHF_Dzo/faq-entry> a schema:Question;
dct:isPartOf <https://w3id.org/spaces/nanopub/r/faq>;
rdfs:label "Are nanopublications peer reviewed? If so, how?";
gen:hasContent """<p>Not in the traditional pre-publication sense: there is no gatekeeper who approves a nanopublication before it becomes visible. Anyone with an identity and key pair can publish. Instead of anonymous pre-publication review, the system relies on cryptographic attribution — every nanopublication is signed, so it is always clear who stands behind a claim, and that reputation travels with it.</p>
<p>Review and quality assessment happen after publication, and can themselves take the form of nanopublications: an assessment, endorsement, or dispute is published as a signed nanopublication referring to the one under review. This makes reviews transparent, attributable, and citable first-class citizens of the same ecosystem, rather than hidden reports. Communities can organize whatever review workflow they like on top of this — the nanopublication infrastructure supports such processes but does not prescribe one.</p>
<p>Consumers, in turn, never have to take the network as an undifferentiated whole: queries can filter by author, by community, or by trust relations, so each application can apply exactly the level of scrutiny its use case requires.</p>""" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
this: dct:created "2026-06-11T07:45:33Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
npx:hasNanopubType schema:Question;
npx:supersedes <https://w3id.org/np/RAbom0f425IzZOXGc0OV7UoFr6DjGAhRGEse5GuCo72Ko>;
rdfs:label "FAQ: Are nanopublications peer reviewed? If so, how?";
nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
<https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
nt:wasCreatedFromTemplate <https://w3id.org/np/RAUneCxaT_JQhs4XK8yFhSm5JGmAMgn8k6zBkWB2pp3BI> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "hcC+IKC+2W8hZSh6G7fcujY/n9oLazuKOXETUpqgGp46mApioV0JAArJZIpZ1fyzm9MM1SaeUXht5Ns46FJ2fArRrDFsshu6+x/kCsw8fpdeIVjXl57MdvZuDneWqTRE0rMxA4IxSGMJy6gT/KYgxKtxtmddeosus6FY1oJhZBs=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}