@prefix dc: . @prefix this: . @prefix sub: . @prefix xsd: . @prefix prov: . @prefix pav: . @prefix np: . @prefix linkflows: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:comment-1 a linkflows:ContentComment, linkflows:NeutralComment, linkflows:NoActionNeededComment, linkflows:ReviewComment; linkflows:hasCommentText "This manuscript was submitted as 'full paper' and should be reviewed along the usual dimensions for research contributions which include (1) originality, (2) significance of the results, and (3) quality of writing."; linkflows:hasImpact "2"^^xsd:positiveInteger; linkflows:refersTo . } sub:provenance { sub:assertion prov:hadPrimarySource ; prov:wasAttributedTo . } sub:pubinfo { this: dc:created "2019-11-26T09:05:11+01:00"^^xsd:dateTime; pav:createdBy . }