@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix pav: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix wd: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:a-formal-framework-for-graphrag-architectures a wd:Q604733; dct:description "

Knowledge graphs and ontologies are frequently proposed as essential components of GraphRAG architectures for grounding large language models, improving retrieval, and providing a semantic layer. However, discussions of these concepts often remain informal, with terms such as context, semantic layer, and even knowledge graph used without precise definitions. This ambiguity makes it difficult to compare approaches, evaluate implementations, or reason about their capabilities.

This session proposes a formal framework for defining context and the semantic layer in GraphRAG systems. Drawing on principles from knowledge representation and ontology engineering, this framework characterizes context as a structured, formally defined set of entities, relationships, constraints, and inferential mechanisms that govern the interpretation of retrieved information. The semantic layer then serves as the ontological foundation that enables consistent interpretation, integration, and reasoning across heterogeneous data sources.

We conclude by demonstrating how these formal definitions support the design and implementation of GraphRAG deployments, thus yielding systems that are more explainable, interoperable, and semantically robust than approaches based solely on unstructured retrieval.

"; dct:isPartOf ; pav:authoredBy sub:michael-pool; rdfs:label "A Formal Framework for GraphRAG Architectures"; rdfs:seeAlso ; wd:P823 sub:michael-pool; schema:endDate "2026-10-01T16:45:00-04:00"^^xsd:dateTime; schema:location "New York Hilton Midtown Hotel"; schema:startDate "2026-10-01T16:15:00-04:00"^^xsd:dateTime . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { foaf:name "Ashley Caselli" . this: dct:created "2026-09-16T10:39:16Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:a-formal-framework-for-graphrag-architectures; rdfs:label "Presentation: A Formal Framework for GraphRAG Architectures"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:michael-pool foaf:name "Michael Pool" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+i9DV8ynzO944pYkYsDwtlqJHuk+b7FQt6Bb4TIQSDX3jGUURn6WpaNwESHmgMLWSydaH5XlabMzuqpPL4iyB+IAzvwIxdJBLhe39EQMu2j+FZ/5d/xu/gO3nZw2KoEvJ7cJisabuI05OylIRSJ+OG5CmzFxnjojUEJeCFi1njY1InhXrb0yHud9b1ifzweoN6YYOBecKs1gTOaT2bf+t4Wgzg3M0PmRVZ4F0OALsnh4T5+x7kFtiPcDKNpORi585JjKCZ4kczIF6oUKcwgC0kmIY97jtLqSLcXRkxHx5CDI6qz4XlRFs1ZbCUdSlzjdPZAkaBcNem1gIhWzkHkEnQIDAQAB"; npx:hasSignature "wRy9glom4cCdexmUOpBWYLpdPybsVPKWtuOhPA1R4odqPAgkP3cgRM1PH3u6GX0bEhhpF2hqt99gV5BXOPMl3QcMKmcjdJKiqYFzFgQGmbPR0bdEHkSL4Xfm9mAmlGuSu9f8v+AqdzDcpApwzc2KBb/hspXGcEA8Y3DYIECeOB7JHkygVl5ifPfN4azw0BQKWJY4cx5uA3b1Po/uAmqE2KQqzs1fFD3I/1uIv8HfI7ZEby5zegOo63Q2lA0UYk5BYWOdfmfZjKrg+1Tju6KPGMxitbynw7Oooicxj/sHjeBFZ0naAOvhdJYI7eybt/1UVezxZE7DXivsnrXWVNNtuw=="; npx:hasSignatureTarget this:; npx:signedBy . }