relay-knowledge 1.1.17

Graph-database-based knowledge graph project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Versioned software ontology occurrences, statements, validation, and queries.

mod materialize;
mod query;
mod schema;

pub(super) use materialize::refresh_projection;
pub(super) use query::{
    diagnostics_for_request, diagnostics_for_scope, entities_by_keys_for_scope, entities_for_scope,
    statements_for_scope,
};
pub(super) use schema::{delete_scope, initialize_schema};