@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @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 { sub:assertion a nt:AssertionTemplate; dct:description "This template is used to define the profile picture of a User"; rdfs:label "Define the profile picture of a User"; nt:hasStatement sub:st . sub:imageUrl a nt:ExternalUriPlaceholder . sub:st rdf:object sub:imageUrl; rdf:predicate ; rdf:subject sub:user . sub:user a nt:AgentPlaceholder . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0001-8492-0354 . } sub:pubinfo { orcid:0000-0001-8492-0354 foaf:name "Ashley Caselli" . this: dct:created "2026-03-05T12:18:31.275Z"^^xsd:dateTime; dct:creator orcid:0000-0001-8492-0354; dct:license ; npx:wasCreatedAt ; rdfs:label "Define the profile picture of a User"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5UOkzo9Q9GboI8qZcCcp80YE+VXXGmFXjpgjAS2EqCyqmikYselt4Dvfz6sTSPcqz05O9r9OkyfKG9W4Hr0HrWe1Ahn6Zlr/kjh07I2J1PQyrbNf2sG5ecJSpGlDQ8YiboTOuRxKsvBTcpzWSRQn1V4uKorWRp74AoHr84N8ijrDp2buFNJR9nREhfmycE/UdNfxoksRvTfmsJlPdXyN+uQnS1AT9doxOurSVa/sPDY6E36EtxwzLEeeLCvrTIQhD+j/H1JwA4L7xKSoNlzzpb5zr4RheGWDnlqAFnDd3DhDFKKJ0wf4x9ppE01Fc0ODh+jlRDcqOg1kE1Fvp2TRAQIDAQAB"; npx:hasSignature "gl1HQtrQbATDv6569SyXIHWSDD055uH+RnCUJ/7aLkYh16TaER8KUoBANEPhgYjK9NEN9oTrma31NmeYWoj24utmEGgb1cRUm8Z3E/mZbPDw8JnvZ7Sh8tsaTqQQUuZpRl6LvtHc1aMCFmlzcFOWdxD9QVDwrzBXHBwLgsqSiX+qyqLdjKpJnOfYYg2+lEoKMC9U/iPCKlG+V9aTFcDmYxH/23PymlSLPo16PCy0iyGPFmIOKewp/2E0pSwuce1PhTHS7KYwNprh1E9gquUpqM9HEK6WekdwoLTVQw/eIzUf+IGKuw68L/7Iv7AMAYsnY7LODqKJUeiUoEX4PU8eKQ=="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0001-8492-0354 . }