Nanopublication

< Home

ID

https://w3id.org/np/RAWDFdbuQxoc9NE7suv9ZPpGeQJ4h_QVL67iJy5ZFaCYA

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix sub: <https://w3id.org/np/RAWDFdbuQxoc9NE7suv9ZPpGeQJ4h_QVL67iJy5ZFaCYA/> .
@prefix this: <https://w3id.org/np/RAWDFdbuQxoc9NE7suv9ZPpGeQJ4h_QVL67iJy5ZFaCYA> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

sub:assertion {
  sub:biochementity-bot a npx:Bot, npx:SoftwareAgent;
    frbr:owner orcid:0000-0001-8327-0142;
    foaf:name "Biochementity bot" .
  
  sub:keydecl npx:declaredBy sub:biochementity-bot;
    npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArwKYgWZTyvZqlmCnnhp2LFM62fX6ZMq4EJ92Oea5H7vHoPOftYej+zS3Vi95eMLZ+RCGd0mNZ0x2+n2rYdGqf/R+9VesqVAjrhGECXLwF3t84VbysGYgiOd5m4YPpzzcgRHpBjYjK86+hR7hqc+y0ai36tYp165WhuaXbnWY5apw8aUN9Q5e1Daid70PST0Hri9dV/Eq4mxbogXlzJbgduIVOwQMyYlGLrb+NyLDpFT+8VpPs+vblnFTF0xwIrcA11O0Mv/WqCfyrtA77nxtc4gY9RkES+2vaEUuCzxbDleUL/JmxOxSI8Cl0LtgBcRZpD7wppe4sIp3CsuK4a5J2QIDAQAB" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-8327-0142 .
}

sub:pubinfo {
  orcid:0000-0001-8327-0142 foaf:name "Gertjan Bisschop" .
  
  this: dcterms:creator sub:biochementity-bot;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType npx:declaredBy;
    npx:introduces sub:biochementity-bot;
    prov:generatedAtTime "2026-06-29T19:47:41.656771+02:00"^^xsd:dateTime;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAbn04KkfbV5PK2UDGkp-j7RUghs_y75DL4qWl_8zQQ3w> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArwKYgWZTyvZqlmCnnhp2LFM62fX6ZMq4EJ92Oea5H7vHoPOftYej+zS3Vi95eMLZ+RCGd0mNZ0x2+n2rYdGqf/R+9VesqVAjrhGECXLwF3t84VbysGYgiOd5m4YPpzzcgRHpBjYjK86+hR7hqc+y0ai36tYp165WhuaXbnWY5apw8aUN9Q5e1Daid70PST0Hri9dV/Eq4mxbogXlzJbgduIVOwQMyYlGLrb+NyLDpFT+8VpPs+vblnFTF0xwIrcA11O0Mv/WqCfyrtA77nxtc4gY9RkES+2vaEUuCzxbDleUL/JmxOxSI8Cl0LtgBcRZpD7wppe4sIp3CsuK4a5J2QIDAQAB";
    npx:hasSignature "dQxfLjCAH6isED4pUHH4GrGB7tyevbNEKtxhqOuAC7Z/j32TcoXVLIy78L4WqBdfv0sumCaUaZQdXXFIt6ekrpKbl8cgEB3cvF8XSDub/wv/9yoVPjQNUaFqe7kW/9pcw823vl231YqKxjsnFCSNRi128llOdM1B8g62i6OEeEACxKOniwkhsqYPkZu30DxFbWdeYQhq1tVhc6W6d+kqBL9ZZfwaDX83MSdrg6g/IKxEADON8b/fPPtEnisnNd78Bkdy1WJyqJWgyRVmoxndOmgCIpiaK/N4Pa1RGwXIqinhq1jOqTEphnQVo/M34n5oAHbX4nHcWLaVma2audYBYQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy sub:biochementity-bot .
}