Nanopublication

< Home

ID

https://w3id.org/np/RAFqeX7LWdwsVtJ8SMvvYPX1iGTwFkKcSnfbZGDnjeG10

Formats

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

Content

@prefix this: <https://w3id.org/np/RAFqeX7LWdwsVtJ8SMvvYPX1iGTwFkKcSnfbZGDnjeG10> .
@prefix sub: <https://w3id.org/np/RAFqeX7LWdwsVtJ8SMvvYPX1iGTwFkKcSnfbZGDnjeG10#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 ns1: <http://purl.org/np/> .
@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 {
  npx:hasAlgorithm rdfs:label "has the algorithm" .
  
  npx:hasPublicKey rdfs:label "has the public key" .
  
  npx:hasSignature rdfs:label "has the signature" .
  
  npx:hasSignatureTarget rdfs:label "has as target" .
  
  sub:algorithm a nt:LiteralPlaceholder;
    rdfs:label "the algorithm used for the signing" .
  
  sub:assertion a nt:PubinfoTemplate, nt:UnlistedTemplate;
    rdfs:label "Signature";
    nt:hasStatement sub:st1, sub:st2, sub:st3, sub:st4 .
  
  sub:pubkey a nt:LongLiteralPlaceholder;
    rdfs:label "the public key with which the signing is performed" .
  
  sub:signature a nt:LongLiteralPlaceholder;
    rdfs:label "the signature string" .
  
  sub:signature-element a nt:LocalResource, nt:UriPlaceholder;
    rdfs:label "the signature element of this nanopublication" .
  
  sub:st1 rdf:object nt:NANOPUB;
    rdf:predicate npx:hasSignatureTarget;
    rdf:subject sub:signature-element .
  
  sub:st2 a nt:OptionalStatement;
    rdf:object sub:algorithm;
    rdf:predicate npx:hasAlgorithm;
    rdf:subject sub:signature-element .
  
  sub:st3 rdf:object sub:pubkey;
    rdf:predicate npx:hasPublicKey;
    rdf:subject sub:signature-element .
  
  sub:st4 a nt:OptionalStatement;
    rdf:object sub:signature;
    rdf:predicate npx:hasSignature;
    rdf:subject sub:signature-element .
}

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 "onvFMrhjlMTieQ7cwVgmhmJkuSpkc/W/W2vz0c66lCZnGB7dU/4t7EQSnG8BUggiqU+UbmcjjrGrn+NnBhpM2RUY1cZHxdr5iodyE6V7MegB81+GdeTMimHrUvO5C6RSdF2+muPXHMekdomdhqJzCVzZRpio6YAppuuWDF5fmJ8=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-11-13T15:21:43.699+01:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    rdfs:label "Pubinfo template: Signature";
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
    nt:wasCreatedFromTemplate ns1:RAdRCvpGWTW0lTGKktdw7JxFinmnVEN0EwFEWHrh7W1Nc .
}