Nanopublication

< Home

ID

http://purl.org/np/RAL1O7w4r9TuHj6O-HgUVYGYUk4E6aVFc1wH9LWqOvPEM

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAL1O7w4r9TuHj6O-HgUVYGYUk4E6aVFc1wH9LWqOvPEM> .
@prefix sub: <http://purl.org/np/RAL1O7w4r9TuHj6O-HgUVYGYUk4E6aVFc1wH9LWqOvPEM#> .
@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/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:ActionClass a nt:RestrictedChoicePlaceholder;
    nt:possibleValue <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#ActionNeededComment>,
      <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#NoActionNeededComment>,
      <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#SuggestionComment> .
  
  sub:AspectClass a nt:RestrictedChoicePlaceholder;
    nt:possibleValue <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#ContentComment>,
      <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#StyleComment>,
      <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#SyntaxComment> .
  
  sub:PositivityClass a nt:RestrictedChoicePlaceholder;
    nt:possibleValue <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#NegativeComment>,
      <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#NeutralComment>,
      <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#PositiveComment> .
  
  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:st00, sub:st01, sub:st02, sub:st03, sub:st04, sub:st05, sub:st10 .
  
  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;
    rdfs:label "The content of this comment as free text" .
  
  sub:st00 rdf:object <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#ReviewComment>;
    rdf:predicate rdf:type;
    rdf:subject sub:comment .
  
  sub:st01 rdf:object sub:ReferredObject;
    rdf:predicate <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#refersTo>;
    rdf:subject sub:comment .
  
  sub:st02 rdf:object sub:AspectClass;
    rdf:predicate rdf:type;
    rdf:subject sub:comment .
  
  sub:st03 rdf:object sub:PositivityClass;
    rdf:predicate rdf:type;
    rdf:subject sub:comment .
  
  sub:st04 rdf:object sub:ActionClass;
    rdf:predicate rdf:type;
    rdf:subject sub:comment .
  
  sub:st05 rdf:object sub:impact;
    rdf:predicate <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#hasImpact>;
    rdf:subject sub:comment .
  
  sub:st10 rdf:object sub:reviewComment;
    rdf:predicate <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#hasCommentText>;
    rdf:subject sub:comment .
  
  rdf:type rdfs:label "is a" .
  
  <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#ActionNeededComment>
    rdfs:label "comment that declares that an action is needed" .
  
  <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#ContentComment>
    rdfs:label "comment about the content" .
  
  <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#NegativeComment>
    rdfs:label "negative comment" .
  
  <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#NeutralComment>
    rdfs:label "neutral comment" .
  
  <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#NoActionNeededComment>
    rdfs:label "comment that does not ask for an action" .
  
  <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#PositiveComment>
    rdfs:label "positive comment" .
  
  <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#ReviewComment>
    rdfs:label "review comment" .
  
  <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#StyleComment>
    rdfs:label "comment about the style" .
  
  <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#SuggestionComment>
    rdfs:label "suggestion" .
  
  <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#SyntaxComment>
    rdfs:label "comment about the sytax" .
  
  <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#hasCommentText>
    rdfs:label "has the comment text" .
  
  <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#hasImpact>
    rdfs:label "has impact level" .
  
  <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#refersTo> rdfs:label
      "refers to" .
}

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 "X7CdX8ZavvXqeeoaO8G2Iob4+t5QEvvfkvDh8NM67eSnA6nBUXvThJJrLOwaJdkP23sk78J5zG6FL9F1oYSuf5X1EekBiOON4u2e+pqFVnbb6ZFkUteOUVN0aFdlyhbNMkyR3Br+L0sNEjkBiYWqw54xvaegL2IrKPDUNJS66f0=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2021-05-11T13:59:00.955+02:00"^^xsd:dateTime;
    dcterms:creator orcid:0000-0002-1267-0234;
    npx:supersedes <http://purl.org/np/RAheN7BaxuDiTtIr9kIYb_5523djue1ZZwAloxIZ4y8og>;
    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/RALLkvoulW5DSScfQ2gDQzki9-8Tl-xV9MCmW7btOTHEM> .
}