. . . . "Returns key-value facts about a space-governed template kind given as the resource, for display on its maintained-resource page: the label, description, tag, governing space, current governed version nanopub (shown as its short artifact code), and its last-modified date and author, all read off the current governed winner of the (kind, space) pair (newest non-invalidated version signed by a current member+ of the governing space, with the kind validated as maintained by that space -- mirroring get-latest-governed-version). It also yields a 'Use this template' row: a root-relative link (/publish?template=...) that opens the current version's template node on the Nanodash /publish page as a fillable form, with the template's title as the link text. Governed winners are materialized once per kind in a self-contained sub-select. Both columns use the '_noheader' convention so the redundant header row is dropped." . . . "Get template info" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix nt: \nprefix gen: \n\nselect ?Property_noheader ?Value_noheader ?Value_label where {\n values ?_resource_multi_iri {}\n {\n select ?gKind (max(concat(str(?gDate), '>', str(?gNp))) as ?maxW) where {\n graph npa:graph {\n ?gNp npa:hasValidSignatureForPublicKeyHash ?gPubkeyhash ;\n dct:created ?gDate ; npx:embeds ?gVersion ; np:hasAssertion ?gA .\n filter not exists { ?gInv npx:invalidates ?gNp ; npa:hasValidSignatureForPublicKeyHash ?gPubkeyhash . }\n }\n graph ?gA { ?gVersion dct:isVersionOf ?gKind ; gen:governedBy ?gSpace . }\n service {\n graph npa:graph { npa:hasCurrentSpaceState ?stateG . }\n graph ?stateG {\n ?gKind npa:isMaintainedBy ?gSpace ; npa:hasGoverningSpaceRef ?gRef .\n ?gRi a gen:RoleInstantiation ; npa:forSpace ?gSpace ; npa:forSpaceRef ?gRef ;\n npa:hasRoleType ?gTier ; npa:forAgent ?gAgent .\n filter(?gTier = gen:AdminRole || ?gTier = gen:MaintainerRole || ?gTier = gen:MemberRole)\n ?gAcct a npa:AccountState ; npa:agent ?gAgent ; npa:pubkey ?gPubkeyhash .\n }\n }\n } group by ?gKind\n }\n filter(?gKind = ?_resource_multi_iri)\n bind(iri(strafter(?maxW, '>')) as ?np)\n graph npa:graph {\n ?np npx:embeds ?tmpl ; dct:created ?dateVal ; np:hasAssertion ?a .\n optional { ?np npx:signedBy ?authorVal . }\n }\n graph ?a { ?tmpl dct:isVersionOf ?_resource_multi_iri ; gen:governedBy ?spaceVal . }\n optional { graph ?a { ?tmpl rdfs:label ?labelVal } }\n optional { graph ?a { ?tmpl dct:description ?descVal } }\n optional { graph ?a { ?tmpl nt:hasTag ?tagVal } }\n bind(concat('', coalesce(?labelVal, str(?tmpl)), '') as ?formLink)\n values (?ord ?Property_noheader) {\n (1 'Label:')\n (2 'Description:')\n (3 'Tag:')\n (4 'Governed by:')\n (5 'Current version:')\n (6 'Last modified:')\n (7 'Last modified by:')\n (8 'Use this template:')\n }\n bind(if(?ord=1, ?labelVal, if(?ord=2, ?descVal, if(?ord=3, ?tagVal, if(?ord=4, ?spaceVal, if(?ord=5, ?np, if(?ord=6, str(?dateVal), if(?ord=7, ?authorVal, if(?ord=8, ?formLink, '')))))))) as ?Value_noheader)\n filter(bound(?Value_noheader))\n bind(if(?ord=5, concat(substr(strafter(str(?np), '/np/'), 1, 10), '…'), '') as ?Value_label)\n}\norder by ?ord" . . "Tobias Kuhn" . "2026-07-13T15:09:17Z"^^ . . . . . "Get template info" . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "Na2S9isaGzEJeIjnil+CEQebDrVQC8GdfHdaGmWy9NMkW7+eMBbIrw8yArPQHjqBP8fb0UcTaOPvlJ3gLsBIxFqJ+MZejWhi2MpFLazym6Ca5d+aNhompVHNVEjsIwOtL4BdrkZW8gNkRpcf1ct4+ATZDwZe0fapGCchJ4ASpXE=" . . .