@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { orcid:0000-0003-4727-9435 . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-4727-9435 . } sub:pubinfo { orcid:0000-0003-4727-9435 foaf:name "Michel Dumontier" . this: dct:created "2026-03-27T11:54:26.496Z"^^xsd:dateTime; dct:creator orcid:0000-0003-4727-9435; dct:license ; npx:wasCreatedAt ; rdfs:label "Michel Dumontier is participant in swat4hcls/2026"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbBH9xG8UvAj2JoYeMSGUPmX8iy7U1Xsc0niHvttMZmTWsbJbegy4Fv7sDf1i8Xq8y7ANdDJ2VDY3Ba4FQBYCQtDO7tdB8G7KTBJa5yyTjGZBnFo72+rXPcCaX2YeylBklYlvOKhocWqOl1tAfMoDmRKIyPVJKyudLB9LMzGYnmwIDAQAB"; npx:hasSignature "Pm1LtZVlkkAzMMCmwD5mnvXFaTCUmCSbnWuQOl2xY+2bKTUc2PHGnZfid6+SO8TkMQQZFUfDPvA0LF2uRSS6ZceJfwQnE8mRQ+HAVrLoee6HJmY2igKI296qHkbwCOTpz0dzWs2ng3NLFVMMNOgTlPRNyHtSrW2D1smAVQ96uZI="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0003-4727-9435 . }