Federated Cypher Queries Across Wiki Instances: Difference between revisions
Appearance
Content deleted Content added
Importing NeoWiki demo data |
Importing NeoWiki demo data |
||
| neo | |||
|---|---|---|---|
| Line 7: | Line 7: | ||
"statements": { |
"statements": { |
||
"Title": { |
"Title": { |
||
" |
"propertyType": "text", |
||
"value": [ |
"value": [ |
||
"Federated Cypher Queries Across Wiki Instances" |
"Federated Cypher Queries Across Wiki Instances" |
||
| Line 13: | Line 13: | ||
}, |
}, |
||
"Year": { |
"Year": { |
||
" |
"propertyType": "number", |
||
"value": 2025 |
"value": 2025 |
||
}, |
}, |
||
"Venue": { |
"Venue": { |
||
" |
"propertyType": "text", |
||
"value": [ |
"value": [ |
||
"Knowledge-Based Systems" |
"Knowledge-Based Systems" |
||
| Line 23: | Line 23: | ||
}, |
}, |
||
"Authors": { |
"Authors": { |
||
" |
"propertyType": "relation", |
||
"value": [ |
"value": [ |
||
{ |
{ |
||
| Line 36: | Line 36: | ||
}, |
}, |
||
"URL": { |
"URL": { |
||
" |
"propertyType": "url", |
||
"value": [ |
"value": [ |
||
"https://example.org/publications/federated-cypher" |
"https://example.org/publications/federated-cypher" |
||
Latest revision as of 22:06, 27 July 2026
"Federated Cypher Queries Across Wiki Instances" describes an architecture for running Cypher queries that span multiple wiki-hosted graph stores. The paper details a query-planning layer that decomposes a user query into per-instance subqueries and merges the results without a central index.
The approach is a practical step toward cross-institution knowledge graph use cases, where each contributing wiki retains autonomy over its own data and access controls.