@prefix this: <http://purl.org/np/RAGcOiYQLUe3n3exvIJmai1pW42N3gAltx1dYtSo8wOCA> .
@prefix sub: <http://purl.org/np/RAGcOiYQLUe3n3exvIJmai1pW42N3gAltx1dYtSo8wOCA#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix local: <https://w3id.org/np/o/ntemplate/local/> .
@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 {
  dct:description rdfs:label "has the comment text" .
  sub:AspectClass a nt:RestrictedChoicePlaceholder ;
    nt:possibleValue linkflows:ContentComment , linkflows:StyleComment , linkflows:SyntaxComment .
  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:st0 , sub:st1 , sub:st10 , sub:st2 .
  sub:reviewComment a nt:LiteralPlaceholder .
  sub:st0 rdf:object linkflows:ReviewComment ;
    rdf:predicate rdf:type ;
    rdf:subject local:comment ;
    a rdf:Statement ;
    nt:statementOrder 0 .
  sub:st1 rdf:object sub:ReferredObject ;
    rdf:predicate linkflows:refersTo ;
    rdf:subject local:comment ;
    a rdf:Statement ;
    nt:statementOrder 1 .
  sub:st10 rdf:object sub:reviewComment ;
    rdf:predicate dct:description ;
    rdf:subject local:comment ;
    a rdf:Statement ;
    nt:statementOrder 10 .
  sub:st2 rdf:object sub:AspectClass ;
    rdf:predicate rdf:type ;
    rdf:subject local:comment ;
    a rdf:Statement ;
    nt:statementOrder 2 .
  rdf:type rdfs:label "is a" .
  linkflows:ContentComment rdfs:label "comment about the content" .
  linkflows:ReviewComment rdfs:label "review comment" .
  linkflows:StyleComment rdfs:label "comment about the style" .
  linkflows:SyntaxComment rdfs:label "comment about the sytax" .
  linkflows:refersTo rdfs:label "refers to" .
  local:comment rdfs:label "This comment" .
}
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 "bUI+qs+ukyR/o3xi6+mPX0OsmcxjHbOT6VAFe/MbwIzeoPY2jis/LusJT88BhS6HiBBPn79oTSRqaaofDgjNL6rF18yseF2uRMiJ3wMp5GrAHz2aPgnhSpsfHVJ7pVpqvVDIuzcYZuyKl93kWOq/PD8S8qzgX4rqGtGPhNlWHJ4=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-02-19T16:54:18.414+01:00"^^xsd:dateTime ;
    npx:supersedes <http://purl.org/np/RAXEDCCyy2FDF6axw-YgShI1xZ11SW8qSaINf04K1JurM> ;
    pav:createdBy orcid:0000-0002-1267-0234 .
}