Nanopublication

< Home

ID

http://purl.org/np/RAifMDU4lkcCrPjDnnp74wdr4venhlzUvbMTuHkDBfdTU

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAifMDU4lkcCrPjDnnp74wdr4venhlzUvbMTuHkDBfdTU> .
@prefix sub: <http://purl.org/np/RAifMDU4lkcCrPjDnnp74wdr4venhlzUvbMTuHkDBfdTU#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .

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

sub:assertion {
  <http://purl.org/np/RA9w5UFqU9CQeqfEFF_qzTSiYDtX252wn2dmok_LoAUnA#comment> a <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#ContentComment>,
      <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#NoActionNeededComment>,
      <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#PositiveComment>,
      <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#ReviewComment>;
    <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#hasCommentText>
      "This paper introduces the very interesting and powerful concept of \"lenticular lenses\".";
    <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#hasImpact>
      "5";
    <https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#refersTo> <https://doi.org/10.1145/3148011.3148029> .
}

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 "hILvanMzk55H+0MUKvP2+aLIFtj69W1ru4+3Zqjy00C8y9sRkfbGr7Pd035ZgJ7e91Ufew1BRFERDf8UhhWLRp7sCih/PaChESMrh2Nt5+WJ031sKDWUD2MOIwWRKr1nfSLo42PEZvxQxqp4LbPLcqxtqT14n7LaxMLkf1fU3/M=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2021-05-11T13:47:51.454+02:00"^^xsd:dateTime;
    dcterms:creator orcid:0000-0002-1267-0234;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA9w5UFqU9CQeqfEFF_qzTSiYDtX252wn2dmok_LoAUnA> .
}