@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-11 a linkflows:ContentComment, linkflows:NegativeComment, linkflows:NoActionNeededComment, linkflows:ReviewComment; linkflows:hasCommentText "The tested quality issues are somehow unbalanced: while the incorrect object extraction or the incorrect links can be related to the entities' \"meaning\", the incorrect datatypes or language tags are more \"structural\" mistakes; as a consequence, it is not surprising that the latter is the case in which the paid workers performed worst."; linkflows:hasImpact "4"^^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 . }