@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:get-llm-kg-papers-summary a ; dct:description "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."; dct:license ; rdfs:label "Get summary statistics for assessed LLM-KG papers"; ; """PREFIX np: PREFIX prov: PREFIX cito: PREFIX fabio: PREFIX npx: SELECT (STR(ROUND(AVG(?describedCount) * 100) / 100) AS ?AvgDescribedMethods) (STR(ROUND(AVG(?discussedCount) * 100) / 100) AS ?AvgDiscussedMethods) (CONCAT(STR(ROUND((SUM(?hasUrl) / COUNT(?paper)) * 100)), \"%\") AS ?PercentPapersWithSourceCodeURL) WHERE { { SELECT ?paper (COUNT(DISTINCT ?desc) AS ?describedCount) (COUNT(DISTINCT ?disc) AS ?discussedCount) (MAX(IF(BOUND(?methodUrl), 1, 0)) AS ?hasUrl) WHERE { ?np a np:Nanopublication ; np:hasAssertion ?assertion . FILTER NOT EXISTS { ?newerNp npx:supersedes ?np . } GRAPH ?assertion { ?paper a prov:Entity . OPTIONAL { ?paper cito:describes ?desc . OPTIONAL { ?desc fabio:hasURL ?methodUrl . } } OPTIONAL { ?paper cito:discusses ?disc . } } } GROUP BY ?paper } }""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-3080-0303 . } sub:pubinfo { orcid:0000-0002-3080-0303 foaf:name "Anastasiya Danilenka" . this: dct:created "2026-04-15T14:54:04.769Z"^^xsd:dateTime; dct:creator orcid:0000-0002-3080-0303; dct:license ; npx:embeds sub:get-llm-kg-papers-summary; npx:wasCreatedAt ; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnosJSn16QpO5H1VxOxrwMH/H/b4lqyVo+/w5ri059ZaXR4GFN2l7rDusHTzgbyZ3Ifq2eEntFfnS3XrygI+AoIxoEob8jM1lEJstaCpSi3Kv+v9uD+s61HWL/4J7DyaVgycDcDFG7mOyemtUIU94hV9x5z2kXdFPfoffAlF8BRxKymOBMaCx/uOouxS/CCR4brlG6gXfU2d+13y/4PbiM3SxXdSKVAYaeSEA83ohAgJFhH3oZtZeuPhyENllRGxT5PVzqx59YVr10UV1VudiGIkqKjkcvGbfOoifZB38+uNN5DVBnLN4NcnoqqCAweoODWYUFOsjHTpobqA0+Ss0VwIDAQAB"; npx:hasSignature "g0q/vyBHEDTmjmI0B5Zl3eNhj9ByMbGExP/v3GK2M6VF1iOon8eH795unln6gNX3Kr6XgW7tHV4mUQtgEZCVbwhs6nRldAytywx2omkigg9EFPl23P8erG3ix7IxEeQDrCSrOJQetkYTWvs6bS6ftWAZJ9hsLJyoavjDUAKAojEqY20/RehCEYIlgTK8m10sPYPaQgilZ+DYm8JqGRaRhxfbgRXNyD5pkpg2uYNwDYRIdPJp+P/rB+9d0HLxG4id8bUJsi7/XFOYG2uXswDuimPK8xp9ffttxeQTs3wPCyWpPJU53UCUlC+ZpJsWgfFSTUPUm+8rMzZpIp7+fqwV/g=="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-3080-0303 . }