close fullscreen

Knowledge Representations+DAS (Distributed AtomSpace)+examples

help edit space_dashboard
</> Example Implementation
Distributed query
Shows how DAS queries leverage the Attention Broker to efficiently search across distributed Atomspaces.
; DAS distributed hypergraph query ; Attention Broker constrains search !(das-query (pattern (Inheritance $x Animal)) (importance-threshold 0.7) (max-results 10)) ; Returns atoms with STI > 0.7 ; matching the inheritance pattern