@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix nsug: . @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 { a schema:Statement, nsug:Nanosuggestion; rdfs:comment "Example assignment, so that the per-assignee view has something to show."; schema:agent orcid:0000-0002-1267-0234 . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-08-26T14:53:43Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:hasNanopubType npx:ExampleNanopub; rdfs:label "Example: nanosuggestion assigned to Tobias Kuhn"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "G2byG134NbHRBpsgsKPPeHXKGH4wk7mJzzAYfD17M/zNuQ/xD4jfF6aJzvJ268zVaiGxhTdj9xCr7ogPP8/QgQgaIJjnF01rsffPi3ZENwiVeWGhIrLW9wL7rV5YPhoRJcjbEdXkTUHn+4JuRWLCKej5uJwa2n2EipHtNtUFgX0="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }