@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/ns/prov#> .
@prefix this: <http://purl.org/np/RAmIPyDSP2ZrKM3PaAjSOIhkbZJ0CV6lRkh3Mlv7AzFiw> .
@prefix sub: <http://purl.org/np/RAmIPyDSP2ZrKM3PaAjSOIhkbZJ0CV6lRkh3Mlv7AzFiw#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .

<http://purl.org/np/RAmIPyDSP2ZrKM3PaAjSOIhkbZJ0CV6lRkh3Mlv7AzFiw> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dcterms:created "2021-06-29T11:56:48.532+02:00"^^xsd:dateTime;
  dcterms:creator orcid:0000-0002-1267-0234;
  npx:supersedes <http://purl.org/np/RAeGHhPpt1GLzb_tInb87Wdnvep19Efieot9BBGoN_3TM>;
  nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
  nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
    <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI>;
  nt:wasCreatedFromTemplate <http://purl.org/np/RA1eIzGmwi8vumqb17c4t351tspV1H-e5vuK9D8MUu5GU> .

sub:ActionClass a nt:RestrictedChoicePlaceholder;
  rdfs:label "specify whether an action is required";
  nt:possibleValue <https://w3id.org/linkflows/reviews/ActionNeededComment>, <https://w3id.org/linkflows/reviews/NoActionNeededComment>,
    <https://w3id.org/linkflows/reviews/SuggestionComment> .

sub:AspectClass a nt:RestrictedChoicePlaceholder;
  rdfs:label "specify whether it is about syntax, style, or content";
  nt:possibleValue <https://w3id.org/linkflows/reviews/ContentComment>, <https://w3id.org/linkflows/reviews/StyleComment>,
    <https://w3id.org/linkflows/reviews/SyntaxComment> .

sub:PositivityClass a nt:RestrictedChoicePlaceholder;
  rdfs:label "specify whether it is positive, neutral, or negative";
  nt:possibleValue <https://w3id.org/linkflows/reviews/NegativeComment>, <https://w3id.org/linkflows/reviews/NeutralComment>,
    <https://w3id.org/linkflows/reviews/PositiveComment> .

sub:ReferredMentioning a nt:UriPlaceholder;
  rdfs:label "identifier of a thing mentioned in the object that is reviewed" .

sub:ReferredObject a nt:UriPlaceholder;
  rdfs:label "identifier of the object that is reviewed (e.g. a text or nanopublication)" .

sub:assertion a nt:AssertionTemplate;
  rdfs:label "Making a review comment according to the LinkFlows model";
  nt:hasStatement sub:st00, sub:st01, sub:st02, sub:st10, sub:st11, sub:st12, sub:st13,
    sub:st20;
  ns1:wasAttributedTo orcid:0000-0002-1267-0234 .

sub:comment a nt:LocalResource;
  rdfs:label "This comment" .

sub:impact a nt:LiteralPlaceholder;
  rdfs:label "integer value from 1 (low impact) to 5 (high impact)";
  nt:hasRegex "[1-5]" .

sub:reviewComment a nt:LiteralPlaceholder, nt:LongLiteralPlaceholder;
  rdfs:label "The content of this comment as free text" .

sub:st00 rdf:object <https://w3id.org/linkflows/reviews/ReviewComment>;
  rdf:predicate rdf:type;
  rdf:subject sub:comment .

sub:st01 rdf:object sub:ReferredObject;
  rdf:predicate <https://w3id.org/linkflows/reviews/refersTo>;
  rdf:subject sub:comment .

sub:st02 a nt:OptionalStatement, nt:RepeatableStatement;
  rdf:object sub:ReferredMentioning;
  rdf:predicate <https://w3id.org/linkflows/reviews/refersToMentioningOf>;
  rdf:subject sub:comment .

sub:st10 rdf:object sub:AspectClass;
  rdf:predicate rdf:type;
  rdf:subject sub:comment .

sub:st11 rdf:object sub:PositivityClass;
  rdf:predicate rdf:type;
  rdf:subject sub:comment .

sub:st12 rdf:object sub:ActionClass;
  rdf:predicate rdf:type;
  rdf:subject sub:comment .

sub:st13 rdf:object sub:impact;
  rdf:predicate <https://w3id.org/linkflows/reviews/hasImpact>;
  rdf:subject sub:comment .

sub:st20 rdf:object sub:reviewComment;
  rdf:predicate <https://w3id.org/linkflows/reviews/hasCommentText>;
  rdf:subject sub:comment .

rdf:type rdfs:label "is a" .

<https://w3id.org/linkflows/reviews/ActionNeededComment> rdfs:label "comment that declares that an action is needed" .

<https://w3id.org/linkflows/reviews/ContentComment> rdfs:label "comment about the content" .

<https://w3id.org/linkflows/reviews/NegativeComment> rdfs:label "negative comment" .

<https://w3id.org/linkflows/reviews/NeutralComment> rdfs:label "neutral comment" .

<https://w3id.org/linkflows/reviews/NoActionNeededComment> rdfs:label "comment that does not ask for an action" .

<https://w3id.org/linkflows/reviews/PositiveComment> rdfs:label "positive comment" .

<https://w3id.org/linkflows/reviews/ReviewComment> rdfs:label "review comment" .

<https://w3id.org/linkflows/reviews/StyleComment> rdfs:label "comment about the style" .

<https://w3id.org/linkflows/reviews/SuggestionComment> rdfs:label "suggestion" .

<https://w3id.org/linkflows/reviews/SyntaxComment> rdfs:label "comment about the syntax" .

<https://w3id.org/linkflows/reviews/hasCommentText> rdfs:label "has the comment text" .

<https://w3id.org/linkflows/reviews/hasImpact> rdfs:label "has impact level" .

<https://w3id.org/linkflows/reviews/refersTo> rdfs:label "refers to" .

<https://w3id.org/linkflows/reviews/refersToMentioningOf> rdfs:label "refers to the mentioning of" .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
  npx:hasSignature "V4FOeFfUxllejk45XFzvUZ0Lrs58En4fuNs1C/+Lb9Xi7a7bLsKWbvd6dbYCYCAUQSAismtwHIpsvK7Brh8h1yRpHHnYNuFvoywE1Misr1Vn3qkOqaNkpuakDpa6GBqNrAblcfyBGRTlIuOv2694PDBb3IRrmmVcdsqWp0TspM8=";
  npx:hasSignatureTarget <http://purl.org/np/RAmIPyDSP2ZrKM3PaAjSOIhkbZJ0CV6lRkh3Mlv7AzFiw> .

