@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 { sub:get-user-introductions a ; dct:description "Returns the introduction nanopublications of a given user (creation date, key location, declared public-key hashes), plus session-relative action targets from the viewer's local key (?__LOCALPUBKEY_multi) and site URL (?__SITEURL_multi): conditional retract/derive targets driving the per-row actions, and the local-key bundle (key string, short name, site URL) used to prefill the derive action. The retract/derive/local columns are action-mapping data (hidden from display by the result builders)."; dct:license ; rdfs:label "Get user introductions"; ; """prefix np: prefix npx: prefix npa: prefix dct: select (max(?date0) as ?date) (sample(str(?keyLocation)) as ?location) (group_concat(distinct ?keyHash; separator=\", \") as ?keys) ?np (\"^\" as ?np_label) (if(sum(?isLocal) > 0 && ?localCount > 1, str(?np), \"\") as ?retract_target) (if(sum(?isLocal) = 0 && ?localCount = 0 && max(?lpkBound) > 0, str(?np), \"\") as ?derive_target) (sample(?lpk) as ?local_pubkey) (sample(?lpkShort) as ?local_pubkey_short) (sample(?siteUrl) as ?site_url) where { values ?__LOCALPUBKEY_multi {} values ?__SITEURL_multi {} graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?introPubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?introPubkey . } ?np dct:created ?date0 . ?np np:hasAssertion ?a . } graph ?a { ?keydeclaration npx:declaredBy ?_user_iri . ?keydeclaration npx:hasPublicKey ?pubkey . optional { ?keydeclaration npx:hasKeyLocation ?keyLocation . } bind(substr(sha256(?pubkey), 1, 10) as ?keyHash) } bind(coalesce(if(str(?pubkey) = str(?__LOCALPUBKEY_multi), 1, 0), 0) as ?isLocal) bind(if(bound(?__LOCALPUBKEY_multi), 1, 0) as ?lpkBound) bind(coalesce(str(?__LOCALPUBKEY_multi), \"\") as ?lpk) bind(if(strlen(?lpk) >= 45, concat(substr(?lpk, 1, 1), \"..\", substr(?lpk, 41, 5), \"..\"), \"\") as ?lpkShort) bind(coalesce(str(?__SITEURL_multi), \"\") as ?siteUrl) { select (count(distinct ?lnp) as ?localCount) where { values ?__LOCALPUBKEY_multi {} graph npa:graph { ?lnp npa:hasValidSignatureForPublicKey ?lk2 . filter not exists { ?lnpx npx:invalidates ?lnp ; npa:hasValidSignatureForPublicKey ?lk2 . } ?lnp np:hasAssertion ?la . } graph ?la { ?lkd npx:declaredBy ?_user_iri ; npx:hasPublicKey ?lpubkey . } filter(coalesce(str(?lpubkey) = str(?__LOCALPUBKEY_multi), false)) } } } group by ?np ?localCount order by desc(max(?date0))""" . } 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-06-08T18:25:03Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-user-introductions; npx:supersedes ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "LaPI57fSh851Mek1UXsI3cQ6qiRzOD3bWloMUGSTtkfUbt2VjuiQrIHiS2Xd3dHrZ6INVZfU54N9y5zy0GSU16iVkgvvHO0oBFRhHrjLP8n7F6Bn57kCd7MfKWQ6saaJAPQreVqJJlaZzlZPFlDP7lKCyhITwqwBuuOlSUoPI8g="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }