. . . . "Given a statement (AIDA sentence), this query returns its details as property-value rows: its type, the topic(s) it is about, the source(s) it was derived from (with titles where available), and the resources that cover it via gen:coversClaim. Recognized properties get human-readable labels and are shown first." . . . "Get statement details" . . "prefix rdf: \nprefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix gen: \nprefix prov: \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 { ?_statement_iri ?property ?value . }\n bind(\"out\" as ?dir)\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|dct:title ?vlabelRaw . }\n }\n } union {\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 { ?value gen:coversClaim ?_statement_iri . }\n bind(gen:coversClaim as ?property)\n bind(\"in\" as ?dir)\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 ?vlabelRaw . }\n }\n }\n bind(coalesce(?vlabelRaw, if(?value = hycl:AIDA-Sentence, \"AIDA sentence\", ?xu)) as ?vlabel)\n bind(\n if(?dir = \"in\", \"Covered by\",\n if(?property = rdf:type, \"Type\",\n if(?property = || ?property = , \"Topic\",\n if(?property = prov:wasDerivedFrom, \"Derived from\",\n str(?property))))) as ?property_label)\n bind(\n if(?dir = \"in\", 50,\n if(?property = rdf:type, 0,\n if(?property = || ?property = , 10,\n if(?property = prov:wasDerivedFrom, 20,\n 40)))) as ?sort)\n}\ngroup by ?property ?property_label ?value ?sort\norder by ?sort str(?value)" . . "Tobias Kuhn" . "2026-07-06T14:36:37Z"^^ . . . . "Get statement details" . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "HQoMqcCp3x262LMq9Wmg92q7jDjYAIrQ8xZliXyAAsDCkKAtD8cvp+7367qxAgMks+4NHuq/Q1lQgwRA09YwuCF4KeV9Adc82i2oAC7tIt13AAckwN5EtTmzRnPkGEAuYOaig1Q5Z5V5ydSFwIzC9azSs2Htvyk5S5m9s4A6zjY=" . . .