@prefix dc: . @prefix this: . @prefix sub: . @prefix s11: . @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-5 a linkflows:ActionNeededComment, linkflows:ContentComment, linkflows:PositiveComment, linkflows:ReviewComment; linkflows:hasCommentText "The evaluation seems to be sound and is interesting."; linkflows:hasImpact "4"^^xsd:positiveInteger; linkflows:refersTo s11:\#section . } sub:provenance { sub:assertion prov:hadPrimarySource ; prov:wasAttributedTo . } sub:pubinfo { this: dc:created "2019-11-26T09:05:11+01:00"^^xsd:dateTime; pav:createdBy . }