@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 {
sub:ActionClass a nt:RestrictedChoicePlaceholder;
nt:possibleValue , ,
.
sub:AspectClass a nt:RestrictedChoicePlaceholder;
nt:possibleValue , ,
.
sub:PositivityClass a nt:RestrictedChoicePlaceholder;
nt:possibleValue , ,
.
sub:ReferredMentioning a nt:UriPlaceholder;
rdfs:label "identifier of a thing mentioned in the object that is reviewed" .
sub:ReferredObject a nt:UriPlaceholder;
rdfs:label "identifier of the object that is reviewed (e.g. a text or nanopublication)" .
sub:assertion a nt:AssertionTemplate;
rdfs:label "Making a review comment according to the LinkFlows model";
nt:hasStatement sub:st00, sub:st01, sub:st02, sub:st10, sub:st11, sub:st12, sub:st13,
sub:st20 .
sub:comment a nt:LocalResource;
rdfs:label "This comment" .
sub:impact a nt:LiteralPlaceholder;
rdfs:label "integer value from 1 (low impact) to 5 (high impact)";
nt:hasRegex "[1-5]" .
sub:reviewComment 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:ReferredObject;
rdf:predicate ;
rdf:subject sub:comment .
sub:st02 a nt:OptionalStatement, nt:RepeatableStatement;
rdf:object sub:ReferredMentioning;
rdf:predicate ;
rdf:subject sub:comment .
sub:st10 rdf:object sub:AspectClass;
rdf:predicate rdf:type;
rdf:subject sub:comment .
sub:st11 rdf:object sub:PositivityClass;
rdf:predicate rdf:type;
rdf:subject sub:comment .
sub:st12 rdf:object sub:ActionClass;
rdf:predicate rdf:type;
rdf:subject sub:comment .
sub:st13 rdf:object sub:impact;
rdf:predicate ;
rdf:subject sub:comment .
sub:st20 rdf:object sub:reviewComment;
rdf:predicate ;
rdf:subject sub:comment .
rdf:type rdfs:label "is a" .
rdfs:label "comment that declares that an action is needed" .
rdfs:label "comment about the content" .
rdfs:label "negative comment" .
rdfs:label "neutral comment" .
rdfs:label "comment that does not ask for an action" .
rdfs:label "positive comment" .
rdfs:label "review comment" .
rdfs:label "comment about the style" .
rdfs:label "suggestion" .
rdfs:label "comment about the sytax" .
rdfs:label "has the comment text" .
rdfs:label "has impact level" .
rdfs:label "refers to" .
rdfs:label "refers to the mentioning of" .
}
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 "DpJ+JCHvfIOBD75/MLCtQmoYSJDyuOHtFX9kWzhEKw50h7nXJi5N5irbLQJbnHj9GEt0NcuADWLH64wy0AJkIqDuCB79zrVFM6lTlYOBc1np3y9qrTu0dUzQk/QCKgF3yhgJ2LhfUAx5u75Tr7NrYt0upi0/UymtIIKDbwEgVig=";
npx:hasSignatureTarget this: .
this: dc1:created "2021-06-10T14:27:24.855+02:00"^^xsd:dateTime;
dc1:creator orcid:0000-0002-1267-0234;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}