@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-category-count a ; dct:description "This query returns the distribution of unique research papers across the two-tier hierarchy of LLM-KG integration, excluding all superseded assessments."; dct:license ; rdfs:label "Get counts of assessed LLM-KG papers per assigned category"; ; """PREFIX npx: PREFIX dct: PREFIX np: PREFIX prov: PREFIX cito: SELECT ?TopCategory ?Category (STR(COUNT(DISTINCT ?paper)) AS ?PaperCount) WHERE { ?np a np:Nanopublication ; np:hasAssertion ?assertionGraph . FILTER NOT EXISTS { ?newerNp npx:supersedes ?np . } GRAPH ?assertionGraph { ?paper a prov:Entity ; cito:describes ?method . ?method dct:subject ?catUri ; ?topUri . BIND(REPLACE(STR(?topUri), \"^.*#\", \"\") AS ?TopCategory) BIND(REPLACE(STR(?catUri), \"^.*#\", \"\") AS ?Category) } } GROUP BY ?TopCategory ?Category ORDER BY ?TopCategory""" . } 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-13T12:53:18.652Z"^^xsd:dateTime; dct:creator orcid:0000-0002-3080-0303; dct:license ; npx:embeds sub:get-llm-kg-category-count; 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 "Sfi7AZDlbkeEqj06CxVWINkUqzWQox91k/7x/YuTQ+E5VV0UTyNIj0O+JsefUEmwyC+sVAOdiTt8vDe5Jc3ftNC+3+3VUrz7qx8gCHnMGtZrTCNibxwZ+EmuQbSDavlEDiS3cfKq8sYHBed/npbWEFVSqAs7u85R7Yj5TWYRMdoI+9v8AeSOwfECfmjUzZVkVTMsdIH8/2qJ47b/i4UnnH3KvfRt1j6/vkFrhLQxMxfqbiU7tGJaK8NjGOAuGHeN5Sat/CtjoYbqliP1jyKbpDkBum4yz6v/RfXuxeESelP0IHJi991tkeOlb4Qu5fT5bsQJ4VfEzIgY3BUivlxZ6w=="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-3080-0303 . }