@prefix dc1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:AgreementClass a nt:RestrictedChoicePlaceholder;
rdfs:label "specify whether you agree with the point made";
nt:possibleValue , ,
.
sub:OtherComment a nt:UriPlaceholder;
rdfs:label "the comment that this comment is responding to" .
sub:ReferredObject a nt:UriPlaceholder;
rdfs:label "the object where this response is implemented" .
sub:ResponseActionClass a nt:RestrictedChoicePlaceholder;
rdfs:label "specify whether the point has been addressed";
nt:possibleValue , ,
.
sub:assertion a nt:AssertionTemplate;
rdfs:label "Responding to a review comment";
nt:hasStatement sub:st00, sub:st01, sub:st02, sub:st10, sub:st11, sub:st20 .
sub:comment a nt:LocalResource;
rdfs:label "This comment" .
sub:commentText a nt:LiteralPlaceholder, nt:LongLiteralPlaceholder;
rdfs:label "The content of this comment as free text" .
sub:st00 rdf:object ;
rdf:predicate rdf:type;
rdf:subject sub:comment .
sub:st01 rdf:object sub:OtherComment;
rdf:predicate ;
rdf:subject sub:comment .
sub:st02 rdf:object sub:ReferredObject;
rdf:predicate ;
rdf:subject sub:comment .
sub:st10 rdf:object sub:ResponseActionClass;
rdf:predicate rdf:type;
rdf:subject sub:comment .
sub:st11 rdf:object sub:AgreementClass;
rdf:predicate rdf:type;
rdf:subject sub:comment .
sub:st20 rdf:object sub:commentText;
rdf:predicate ;
rdf:subject sub:comment .
rdf:type rdfs:label "is a" .
rdfs:label "comment expressing agreement" .
rdfs:label "comment expressing disagreement" .
rdfs:label "comment expressing partial agreement" .
rdfs:label "comment that declares that the point has been addressed" .
rdfs:label "comment that declares that the point has not been addressed" .
rdfs:label "comment that declares that the point has been partially addressed" .
rdfs:label "response comment" .
rdfs:label "has the comment text" .
rdfs:label "is a response to the comment" .
rdfs:label "refers to" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "R3/F4sOINDxstQEGvtWthrOYAx9bFBr6DIZutJcs7wlUFQKFXLILJGeiCwo5Tt1ZIJ0RNdaxzH9ttuOmpNUPPRcXNh9pMH7em8HviT05QMlIYCzh4v0MQ8WabvaloEaZTQqexbupP9sge3CBAMvHD5E/nl02F2DfvDs0Der05P0=";
npx:hasSignatureTarget this: .
this: dc1:created "2021-07-02T16:12:10.410+02:00"^^xsd:dateTime;
dc1:creator orcid:0000-0002-1267-0234;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}