. . . . "This query summarises statistics for the assessed LLM-KG integration papers, returning the average number of described and discussed methods, along with the % of papers that have the source code link in the text." . . . "Get summary statistics for assessed LLM-KG papers" . . "PREFIX np: \r\nPREFIX prov: \r\nPREFIX cito: \r\nPREFIX fabio: \r\nPREFIX npx: \r\n\r\nSELECT \r\n(STR(ROUND(AVG(?describedCount) * 100) / 100) AS ?AvgDescribedMethods)\r\n(STR(ROUND(AVG(?discussedCount) * 100) / 100) AS ?AvgDiscussedMethods)\r\n (CONCAT(STR(ROUND((SUM(?hasUrl) / COUNT(?paper)) * 100)), \"%\") AS ?PercentPapersWithSourceCodeURL)\r\nWHERE {\r\n {\r\n SELECT ?paper \r\n (COUNT(DISTINCT ?desc) AS ?describedCount) \r\n (COUNT(DISTINCT ?disc) AS ?discussedCount)\r\n\r\n (MAX(IF(BOUND(?methodUrl), 1, 0)) AS ?hasUrl)\r\n WHERE {\r\n ?np a np:Nanopublication ; \r\n np:hasAssertion ?assertion .\r\n \r\n FILTER NOT EXISTS {\r\n \t\t?newerNp npx:supersedes ?np .\r\n \t\t}\r\n \r\n GRAPH ?assertion {\r\n ?paper a prov:Entity .\r\n \r\n OPTIONAL { \r\n ?paper cito:describes ?desc . \r\n OPTIONAL { ?desc fabio:hasURL ?methodUrl . }\r\n }\r\n\r\n OPTIONAL { ?paper cito:discusses ?disc . }\r\n }\r\n }\r\n GROUP BY ?paper\r\n }\r\n}" . . "Anastasiya Danilenka" . "2026-04-15T14:54:04.769Z"^^ . . . . . . . . . . . "RSA" . "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnosJSn16QpO5H1VxOxrwMH/H/b4lqyVo+/w5ri059ZaXR4GFN2l7rDusHTzgbyZ3Ifq2eEntFfnS3XrygI+AoIxoEob8jM1lEJstaCpSi3Kv+v9uD+s61HWL/4J7DyaVgycDcDFG7mOyemtUIU94hV9x5z2kXdFPfoffAlF8BRxKymOBMaCx/uOouxS/CCR4brlG6gXfU2d+13y/4PbiM3SxXdSKVAYaeSEA83ohAgJFhH3oZtZeuPhyENllRGxT5PVzqx59YVr10UV1VudiGIkqKjkcvGbfOoifZB38+uNN5DVBnLN4NcnoqqCAweoODWYUFOsjHTpobqA0+Ss0VwIDAQAB" . "g0q/vyBHEDTmjmI0B5Zl3eNhj9ByMbGExP/v3GK2M6VF1iOon8eH795unln6gNX3Kr6XgW7tHV4mUQtgEZCVbwhs6nRldAytywx2omkigg9EFPl23P8erG3ix7IxEeQDrCSrOJQetkYTWvs6bS6ftWAZJ9hsLJyoavjDUAKAojEqY20/RehCEYIlgTK8m10sPYPaQgilZ+DYm8JqGRaRhxfbgRXNyD5pkpg2uYNwDYRIdPJp+P/rB+9d0HLxG4id8bUJsi7/XFOYG2uXswDuimPK8xp9ffttxeQTs3wPCyWpPJU53UCUlC+ZpJsWgfFSTUPUm+8rMzZpIp7+fqwV/g==" . . .