. . . . "Key-value Info table for a PART. Finds the part's latest defining nanopub (npx:introduces/describes/embeds the part 'partid', signed by an owning-resource member pubkey 'pubkey', not invalidated) and shows Type (rdf:type), Subclass of (rdfs:subClassOf), Part of (the owning resource 'context', via dct:partOf), and Defined in (the defining nanopub, labelled by a shortened artifact code, linking to the nanopub). Type and Subclass-of allow multiple values (one row each)." . . . "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 }\n optional { graph ?da { ?_partid_iri a ?typeIri . } }\n optional { graph ?da { ?_partid_iri rdfs:subClassOf ?superClass . } }\n bind(substr(replace(str(?dnp), \"^.*/np/\", \"\"), 1, 10) as ?npCode)\n values (?key ?Property_noheader ?Property_label ?ord) {\n ('Type' rdf:type 'Type:' 1)\n ('Subclass of' rdfs:subClassOf 'Subclass of:' 2)\n ('Belongs to' dct:partOf 'Part of:' 3)\n ('Defined in' 'Defined in:' 'Defined in:' 4)\n }\n bind(if(?key = 'Type', ?typeIri,\n if(?key = 'Subclass of', ?superClass,\n 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 = 'Subclass of', replace(str(?superClass), '^.*[/#]', ''),\n if(?key = 'Belongs to', replace(str(?_context_iri), '^.*[/#]', ''),\n ?npCode))) as ?Value_label)\n}\norder by ?ord" . . "Tobias Kuhn" . "2026-06-16T07:58:51Z"^^ . . . . . "Get part info" . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "HJoK6VPaOJpI7LgV3jy/2CtdT6m7exhjkGkTXnW39WVpI9ZABSavi/fVvIzLsZxtmB/fWEk688gUCljWDJMDkjq7+/MAw51Fdo/NWIa3lB41GGJ4aprKPkPi/kMybXnrNkdN7UG8Pi2q+sulGct824Qn5HJufwUhfFLwZkhvijc=" . . .