@prefix this: . @prefix sub: . @prefix gen: . @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 { gen:MaintainedResource rdfs:label "maintained resource" . gen:isMaintainedBy rdfs:label "is maintained by" . a gen:MaintainedResource, nt:AssertionTemplate; dct:description "Template for declaring the profile picture of a user, given either as the URL of an image file or as SVG markup in a quoted literal (nanodash issues #632 and #634)."; rdfs:label "Define the profile picture of a User"; gen:isMaintainedBy . } 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-24T13:54:33Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces ; rdfs:label "Define the profile picture of a User"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "pYtZLRJA13o3uTx9SSgzWoqoV9PeTmeVP/9GbqhaYrfxZlJE+yWYfFjY2jGhmcBRpgJfYs2s4t+3tf3jM2pzePjezV/1LdXrGv+199/nvjrzQ4n7LD9XNsTuj6J+1yGwLm9FAO2MaC8xOkF7w2URFacnIIMNaoXLHGM4uM8L1xg="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }