@prefix dc: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RA1ZPg9RXYtgC1skn69E-YphDn2f1QOrfSsmpv2idfm08> .
@prefix sub: <http://purl.org/np/RA1ZPg9RXYtgC1skn69E-YphDn2f1QOrfSsmpv2idfm08#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pav: <http://purl.org/pav/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix linkflows: <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:comment-26 a linkflows:ActionNeededComment , linkflows:ContentComment , linkflows:NegativeComment , linkflows:ReviewComment ;
    linkflows:hasCommentText "The paper is well structured and the use of English language is generally good, but it must be improved. There are errors and typos throughout the paper, including grammatical and wrong lexical choices. Here are some examples" ;
    linkflows:hasImpact "3"^^xsd:positiveInteger ;
    linkflows:refersTo <http://purl.org/nanopub/temp/linkflows/sample-paper-3/v1#ArticleVersion1> .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <http://dx.doi.org/10.3233/SW-180298> ;
    prov:wasAttributedTo <https://orcid.org/0000-0000-0000-0000> .
}
sub:pubinfo {
  this: dc:created "2019-11-26T09:05:11+01:00"^^xsd:dateTime ;
    pav:createdBy <https://orcid.org/0000-0002-7114-6459> .
}