@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-template-info a ; dct:description "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, its publication 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 an 'Open as form' row: a link to the viewer's Nanodash instance (?__SITEURL_multi, defaulting to nanodash.knowledgepixels.com) opening the current version's template node on the /publish page as a fillable form. 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."; dct:license ; rdfs:label "Get template info"; ; """prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: prefix nt: prefix gen: select ?Property_noheader ?Value_noheader ?Value_label where { values ?_resource_multi_iri {} values ?__SITEURL_multi {} { select ?gKind (max(concat(str(?gDate), \">\", str(?gNp))) as ?maxW) where { graph npa:graph { ?gNp npa:hasValidSignatureForPublicKeyHash ?gPubkeyhash ; dct:created ?gDate ; npx:embeds ?gVersion ; np:hasAssertion ?gA . filter not exists { ?gInv npx:invalidates ?gNp ; npa:hasValidSignatureForPublicKeyHash ?gPubkeyhash . } } graph ?gA { ?gVersion dct:isVersionOf ?gKind ; gen:governedBy ?gSpace . } service { graph npa:graph { npa:hasCurrentSpaceState ?stateG . } graph ?stateG { ?gKind npa:isMaintainedBy ?gSpace ; npa:hasGoverningSpaceRef ?gRef . ?gRi a gen:RoleInstantiation ; npa:forSpace ?gSpace ; npa:forSpaceRef ?gRef ; npa:hasRoleType ?gTier ; npa:forAgent ?gAgent . filter(?gTier = gen:AdminRole || ?gTier = gen:MaintainerRole || ?gTier = gen:MemberRole) ?gAcct a npa:AccountState ; npa:agent ?gAgent ; npa:pubkey ?gPubkeyhash . } } } group by ?gKind } filter(?gKind = ?_resource_multi_iri) bind(iri(strafter(?maxW, \">\")) as ?np) graph npa:graph { ?np npx:embeds ?tmpl ; dct:created ?dateVal ; np:hasAssertion ?a . optional { ?np npx:signedBy ?authorVal . } } graph ?a { ?tmpl dct:isVersionOf ?_resource_multi_iri ; gen:governedBy ?spaceVal . } optional { graph ?a { ?tmpl rdfs:label ?labelVal } } optional { graph ?a { ?tmpl dct:description ?descVal } } optional { graph ?a { ?tmpl nt:hasTag ?tagVal } } bind(coalesce(?__SITEURL_multi, \"https://nanodash.knowledgepixels.com\") as ?siteRaw) bind(replace(str(?siteRaw), \"/$\", \"\") as ?site) bind(iri(concat(?site, \"/publish?template=\", encode_for_uri(str(?tmpl)))) as ?publishUrl) values (?ord ?Property_noheader) { (1 \"Label:\") (2 \"Description:\") (3 \"Tag:\") (4 \"Governed by:\") (5 \"Current version:\") (6 \"Published:\") (7 \"Author:\") (8 \"Open as form:\") } 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, ?publishUrl, \"\")))))))) as ?Value_noheader) filter(bound(?Value_noheader)) bind(if(?ord=5, \"^\", if(?ord=8, \"open in Nanodash ↗\", \"\")) as ?Value_label) } order by ?ord""" . } 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-07-13T14:55:25Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-template-info; rdfs:label "Get template info"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "HXTwNoMIhUksAvKpq3UQBbVqirRIItaNsVoDbmed5phZOSpkc+GCWP81eGbZeGpmxy1XLKPAwYSK0TgFPTIIB+d/IJxIHYwiWMjUMM/VCj2csPgvM6hmHp4vkbhIcRUJS15rK6RkE1aMsOoZWgNm+N1TbLjWX2enWuUMZC3hgkI="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }