@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } 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" . npx:signedBy rdfs:label "is signed by" . 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:st5 . 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:signer a nt:UriPlaceholder; rdfs:label "the user who signed this nanopublication" . sub:st1 rdf:object nt:NANOPUB; rdf:predicate npx:hasSignatureTarget; rdf:subject sub:signature-element . sub:st2 rdf:object sub:algorithm; rdf:predicate npx:hasAlgorithm; rdf:subject sub:signature-element; a nt:OptionalStatement . sub:st3 rdf:object sub:pubkey; rdf:predicate npx:hasPublicKey; rdf:subject sub:signature-element . sub:st4 rdf:object sub:signature; rdf:predicate npx:hasSignature; rdf:subject sub:signature-element; a nt:OptionalStatement . sub:st5 rdf:object sub:signer; rdf:predicate npx:signedBy; rdf:subject sub:signature-element; a nt:OptionalStatement . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "QN7DK0/xaRWzB0UmHI/T+bkbV1OtYblY1ESA9E8wpd/qHsFZh33CkJg8yPaJuS0xsGXxK9fw5MfOPRUIDnqfsiWj3xV41dNnx6UbIfQzVsYogAhHunHU0mVdMtAp0KxtB/InHR8jtCf3bYphDbA8+DWd9wpdTabzS4vtbb65J5A="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . this: dct:created "2024-02-09T08:56:12.258Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Pubinfo template: Signature"; nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM; nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM, ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90, ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI; nt:wasCreatedFromTemplate ns1:RAdRCvpGWTW0lTGKktdw7JxFinmnVEN0EwFEWHrh7W1Nc . }