Nanopublication

< Home

ID

http://purl.org/np/RAXEDCCyy2FDF6axw-YgShI1xZ11SW8qSaINf04K1JurM

Formats

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

Content

@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAXEDCCyy2FDF6axw-YgShI1xZ11SW8qSaINf04K1JurM> .
@prefix sub: <http://purl.org/np/RAXEDCCyy2FDF6axw-YgShI1xZ11SW8qSaINf04K1JurM#> .
@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 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 part: <http://purl.org/nanopub/temp/#> .
@prefix linkflows: <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#> .

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

sub:assertion {
  sub:AspectClass a nt:RestrictedChoicePlaceholder;
    nt:possibleValue linkflows:ContentComment, linkflows:StyleComment, linkflows:SyntaxComment .
  
  sub:assertion a nt:AssertionTemplate;
    rdfs:label "Making a review comment";
    nt:hasStatement sub:st0, sub:st1, sub:st2 .
  
  sub:reviewComment a nt:LiteralPlaceholder .
  
  sub:st0 a rdf:Statement;
    rdf:object linkflows:ReviewComment;
    rdf:predicate rdf:type;
    rdf:subject part:comment;
    nt:statementOrder "0"^^xsd:integer .
  
  sub:st1 a rdf:Statement;
    rdf:object sub:reviewComment;
    rdf:predicate dct:description;
    rdf:subject part:comment;
    nt:statementOrder "1"^^xsd:integer .
  
  sub:st2 a rdf:Statement;
    rdf:object sub:AspectClass;
    rdf:predicate rdf:type;
    rdf:subject part:comment;
    nt:statementOrder "2"^^xsd:integer .
}

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 "faFv1jGKFSCTR5wpTCxJEFBMefHKDjqHgr3rQn+MgOuBKY90jM0Zf2JcYT/caCf3y+Eyj+SD2sjPwFY2FBEzr4DnEuN3C/Zt1/UtOtPjJPo1XDMoSiYts9P6iOXKZ6yIMAi8pAzRtpAUnGqHOCe6vOdqCH6Lbg6jtq30Ujf0kvo=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2020-02-17T21:58:52.796+01:00"^^xsd:dateTime;
    npx:supersedes <http://purl.org/np/RACuYtt6HXB2pWSfpT27C9-HqjIoHfx1xcovTcJALKREM>;
    pav:createdBy orcid:0000-0002-1267-0234 .
}