@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-intro-recommendations a ; dct:description "Returns recommended introduction actions for a given user, but only when the viewer is that user themselves (owner gate via ?__CURRENTUSER_multi_iri = ?_user_iri). Emits one row per applicable recommendation: 'Create Introduction' when the viewer's local key (?__LOCALPUBKEY_multi) is in none of the user's introductions (localCount=0; carries the local-key bundle to prefill the create action), and 'Get approved' when the local key is in exactly one introduction that is not yet approved (localCount=1 and no loaded AccountState, checked by federating to the trust repo; carries the intro nanopub to link to). No rows for non-owners or logged-out viewers. local_pubkey/short/site_url are action-mapping data (hidden from display)."; dct:license ; rdfs:label "Get introduction recommendations"; ; """prefix np: prefix npx: prefix npa: select ?recommendation ?intro_np ?local_pubkey ?local_pubkey_short ?site_url where { values ?__CURRENTUSER_multi_iri {} filter(?_user_iri = ?__CURRENTUSER_multi_iri) { values ?__LOCALPUBKEY_multi {} values ?__SITEURL_multi {} filter(bound(?__LOCALPUBKEY_multi)) { 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)) } } filter(?localCount = 0) bind(coalesce(str(?__LOCALPUBKEY_multi), \"\") as ?local_pubkey) bind(if(strlen(?local_pubkey) >= 45, concat(substr(?local_pubkey, 1, 1), \"..\", substr(?local_pubkey, 41, 5), \"..\"), \"\") as ?local_pubkey_short) bind(coalesce(str(?__SITEURL_multi), \"\") as ?site_url) bind(\"The local key from this site is not part of an introduction yet. Create one to link it to your identity.\" as ?recommendation) } union { values ?__LOCALPUBKEY_multi {} filter(bound(?__LOCALPUBKEY_multi)) { select (count(distinct ?lnp) as ?localCount) (sample(?lnp) as ?localIntroNp) 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)) } } filter(?localCount = 1) bind(lcase(sha256(str(?__LOCALPUBKEY_multi))) as ?lpkHash) filter not exists { service { graph npa:graph { npa:thisRepo npa:hasCurrentTrustState ?tg . } graph ?tg { ?acct npa:agent ?_user_iri ; npa:pubkey ?lpkHash ; npa:trustStatus npa:loaded . } } } bind(\"Your introduction with the local key is not approved yet. Share it so a maintainer can approve it:\" as ?recommendation) bind(?localIntroNp as ?intro_np) } }""" . } 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:39:01Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-intro-recommendations; npx:supersedes ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "J4fRrXywYHhfz8RleG095ymnjD8NqNBXU8dCyJIydKJimCPY/n2OvYp6Itcp9kyc4w/ryB/JhxN54Hc9R2ZXdf89Mx5apsAavA9L6Wl9wnrt1ofEtDZbHpMSoLPo3/4G7FJFtAMckKtrmIBM9I+OtcaBk+X4mLpFkOvzmQWE5jA="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }