. . . . "Key-value Info table for a PART (a resource viewed as part of a maintained resource/space/user). Finds the part's latest defining nanopub (npx:introduces/describes/embeds the part 'partid', signed by one of the owning resource's member pubkeys 'pubkey', not invalidated) and shows Type (the part's rdf:type(s)), Belongs to (the owning resource 'context'), and Defined in (the defining nanopub). Mirrors the maintained-resource Info view but sources from the part's definition." . . . "Get part info" . . "prefix rdf: \nprefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix gen: \n\nselect distinct ?Property_noheader ?Property_label ?Value_noheader ?Value_label where {\n values ?__pubkey_multi {}\n graph npa:graph {\n ?dnp npa:hasValidSignatureForPublicKeyHash ?__pubkey_multi ;\n (npx:introduces|npx:describes|npx:embeds) ?_partid_iri ;\n dct:created ?ddate ;\n np:hasAssertion ?da .\n filter not exists { ?inv npx:invalidates ?dnp ; npa:hasValidSignatureForPublicKeyHash ?__pubkey_multi . }\n filter not exists {\n ?dnp2 npa:hasValidSignatureForPublicKeyHash ?pk2 ;\n (npx:introduces|npx:describes|npx:embeds) ?_partid_iri ;\n dct:created ?ddate2 .\n filter not exists { ?inv2 npx:invalidates ?dnp2 ; npa:hasValidSignatureForPublicKeyHash ?pk2 . }\n filter(?ddate2 > ?ddate)\n }\n optional { ?dnp rdfs:label ?dnpLabel . }\n }\n optional { graph ?da { ?_partid_iri a ?typeIri . } }\n values (?key ?Property_noheader ?Property_label ?ord) {\n ('Type' rdf:type 'Type:' 1)\n ('Belongs to' rdf:type 'Belongs to:' 2)\n ('Defined in' rdf:type 'Defined in:' 3)\n }\n bind(if(?key = 'Type', ?typeIri, if(?key = 'Belongs to', ?_context_iri, ?dnp)) as ?Value_noheader)\n filter(bound(?Value_noheader))\n bind(if(?key = 'Type', replace(str(?typeIri), '^.*[/#]', ''),\n if(?key = 'Belongs to', replace(str(?_context_iri), '^.*[/#]', ''),\n coalesce(?dnpLabel, '↗'))) as ?Value_label)\n}\norder by ?ord" . . "Tobias Kuhn" . "2026-06-15T18:45:19Z"^^ . . . . "Get part info" . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "Ji/djVFHeenWjZBWZ7GwI6FISNaRYuIXB23u2xxOlLWlsBQAqu2/GgQjFQcBaFkzjuxjlqRE+Xelg7eHatpKwqrrg8YLPwKOe/HvTQmr25EMrh3bIITsAJzdJg83rz8BE9PlaYiQtc71WcE/rc99UWPCBPS0eFYkDGEwj3iuZmQ=" . . .