. . . . "Given a glossary term (a SKOS concept, typically identified by its Wikidata URI), this query returns its details as property-value rows: its type, label, and definition, the resources that reference it in their glossary via dct:references, and the statements (AIDA sentences) that are about it. Recognized properties get human-readable labels and are shown first." . . . "Get term details" . . "prefix rdf: \nprefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix skos: \nprefix hycl: \n\nselect ?property ?property_label ?value (min(?vlabel) as ?value_label) where {\n {\n graph npa:graph { ?np np:hasAssertion ?a ; npa:hasValidSignatureForPublicKey ?pk . }\n filter not exists { graph npa:graph { ?inv npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pk . } }\n graph ?a { ?_term_iri ?property ?value . }\n bind(if(?value = skos:Concept, \"Concept\", ?xu) as ?vlabel)\n bind(\n if(?property = rdf:type, \"Type\",\n if(?property = rdfs:label, \"Label\",\n if(?property = skos:definition, \"Definition\",\n str(?property)))) as ?property_label)\n bind(\n if(?property = rdf:type, 0,\n if(?property = rdfs:label, 1,\n if(?property = skos:definition, 2,\n 40))) as ?sort)\n } union {\n graph npa:graph { ?rnp np:hasAssertion ?ra ; npa:hasValidSignatureForPublicKey ?rpk . }\n filter not exists { graph npa:graph { ?rinv npx:invalidates ?rnp ; npa:hasValidSignatureForPublicKey ?rpk . } }\n graph ?ra { ?value dct:references ?_term_iri . }\n bind(dct:references as ?property)\n bind(\"Referenced by\" as ?property_label)\n bind(50 as ?sort)\n optional {\n graph npa:graph { ?lnp np:hasAssertion ?la ; npa:hasValidSignatureForPublicKey ?lpk . }\n filter not exists { graph npa:graph { ?linv npx:invalidates ?lnp ; npa:hasValidSignatureForPublicKey ?lpk . } }\n graph ?la { ?value rdfs:label ?vlabel . }\n }\n } union {\n graph npa:graph { ?snp np:hasAssertion ?sa ; npa:hasValidSignatureForPublicKey ?spk . }\n filter not exists { graph npa:graph { ?sinv npx:invalidates ?snp ; npa:hasValidSignatureForPublicKey ?spk . } }\n graph ?sa {\n ?value ?aboutProp ?_term_iri .\n ?value a hycl:AIDA-Sentence .\n }\n filter(?aboutProp in (, ))\n bind(?aboutProp as ?property)\n bind(\"Topic of statement\" as ?property_label)\n bind(60 as ?sort)\n optional { graph npa:graph { ?snp rdfs:label ?vlabel . } }\n }\n}\ngroup by ?property ?property_label ?value ?sort\norder by ?sort str(?value)" . . "Tobias Kuhn" . "2026-07-06T14:36:37Z"^^ . . . . "Get term details" . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "mgpf0/e19sP97X2PSbql4Ts330t2b5IaLgCo1QioMdsUFLQPUdVFhjojvyRZEz6zbDOtzNmLoQ3rlPXpNQQE2Qpw0CvdvV30sTehyvP/8M70s7DoCR9Nbgw8nSdfYGOOjtE31VYKKJK1SqppGs9SxC1ewY99UVTo1OvpsZGKSY0=" . . .