@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:ReferredObject a nt:UriPlaceholder;
rdfs:label "the URL of the paper or text this review comment is about" .
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:st03, sub:st04, sub:st05, sub:st10 .
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 rdf:object sub:AspectClass;
rdf:predicate rdf:type;
rdf:subject sub:comment .
sub:st03 rdf:object sub:PositivityClass;
rdf:predicate rdf:type;
rdf:subject sub:comment .
sub:st04 rdf:object sub:ActionClass;
rdf:predicate rdf:type;
rdf:subject sub:comment .
sub:st05 rdf:object sub:impact;
rdf:predicate ;
rdf:subject sub:comment .
sub:st10 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" .
}
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 "W0c/uTt34QcQn2I8bic3AGQNUJSmnOcgSv0A54/t0ixnjy+3op3PUx3NxGUiHWpy80pfyM8HpnYhc1ygeLrTPALBHGLy9JKyDx8THiB62HsB1Pw1FP6NL4jREXwh2nBgtojeJHlD21JIxWJhEM28mXAzBwquzCEXfWRoHHyo5zE=";
npx:hasSignatureTarget this: .
this: dc1:created "2021-06-10T14:15:39.948+02:00"^^xsd:dateTime;
dc1:creator orcid:0000-0002-1267-0234;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}