@prefix dc1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
dc1:creator rdfs:label "is written by" .
sub:assertion a nt:AssertionTemplate;
dc1:description "Such a nanopublication includes a text that refers to an existing paper or other document, such as stating an agreement or a correction. The reference to the existing paper is based on the Citation Typing Ontology (CiTO).";
rdfs:label "Commenting on or evaluating a paper (using CiTO)";
nt:hasStatement sub:st1, sub:st2, sub:st3;
nt:hasTag "Comments" .
sub:paper a nt:UriPlaceholder;
rdfs:label "URL of paper" .
sub:relation a nt:RestrictedChoicePlaceholder;
rdfs:label "choose relation";
nt:possibleValuesFrom .
sub:st1 rdf:object nt:CREATOR;
rdf:predicate dc1:creator;
rdf:subject nt:ASSERTION .
sub:st2 rdf:object sub:paper;
rdf:predicate sub:relation;
rdf:subject nt:ASSERTION .
sub:st3 a nt:OptionalStatement;
rdf:object sub:text;
rdf:predicate rdfs:comment;
rdf:subject nt:ASSERTION .
sub:text a nt:LongLiteralPlaceholder;
rdfs:label "your text (max. 500 characters)";
nt:hasRegex ".{0,500}" .
rdfs:comment rdfs:label "has the text" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB";
npx:hasSignature "eg+FkKIfc7dTUAlVuf/uBW/gblHovTSK3pgFeXybO1SYfWbF/Fkpp0DdniYM8svQ07ik4ObTYwNvMp9eaa4YUYKS9yMoGnXIUhnfHt3Eb9llKDxshUVkCELcVIV3coHsNLyfw+M+KnBmxHjsx0KvRuIha53N3q6Vo9/5jouYrkg=";
npx:hasSignatureTarget this: .
this: dc1:created "2023-02-22T13:21:29.760Z"^^xsd:dateTime;
dc1:creator orcid:0000-0002-1267-0234;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}