. . . . "Given a resource, this query returns the glossary of terms it references: SKOS concepts linked from the resource via dct:references. Each row reports the term (identified by its Wikidata URI) with its preferred label, the human-readable definition, and a link to the nanopublication that defines the concept." . . . "Get glossary for a resource" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix skos: \n\nselect distinct (?concept as ?term) ?term_label ?definition ?np (\"^\" as ?np_label) where {\n graph npa:graph { ?np np:hasAssertion ?a . }\n graph ?a {\n ?_resource_iri dct:references ?concept .\n ?concept a skos:Concept ;\n rdfs:label ?term_label ;\n skos:definition ?definition .\n }\n graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pk . }\n filter not exists { graph npa:graph { ?inv npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pk . } }\n}\norder by ?term_label" . . "Tobias Kuhn" . "2026-06-02T11:32:08Z"^^ . . . . "Get glossary for a resource" . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "Dqb3TXnoz0goMpgNIXyEcSdqEud2dem0m8hyZeQY9bqPanqhiq8+ogdt/vplkOFKfD64q+lJRdCP4TjSx78sGC2CCci42pZINRHD0EZh7r0fxrz6JIhQ41v0VOZ/QdYpUbfALlxjcvcSb4DD02hZcZNFUzzugeKJr9PMJ67gr1w=" . . .