Package ai.chatur.cortex
package ai.chatur.cortex
-
ClassDescriptionA reviewer's change to a single statement: a deletion, an edit replacing the object, or an addition.A summary of a branch pending review.A reviewer's rename of a subject staged on a branch: every staged statement in which the IRI appears — as subject or as object — is rewritten to use the new IRI.A statement staged on a branch, carrying the raw node values needed to round-trip
editsback to the staged graph.The statements staged on a branch about one subject.Entry point to a Cortex knowledge graph.Exports the approved assertions as a portable RDF document.Snapshots the assertions store to a durable local file.Lists, inspects, edits, and resolves the review branches staged by ingestion.Rebuilds the statements the knowledge graph derives by rule-based inference.Validates and stages incoming RDF assertions, and edits to approved ones, onto a review branch.Validates RDF assertions against the ontology before they are ingested.Exposes the ontology a knowledge graph is built on, and its class hierarchy.Looks up instances and resources in the knowledge graph, including SPARQL access.Finds resources in the knowledge graph by fuzzy full-text search over their labels.Reports size and activity statistics for the knowledge graph.A snapshot of the size and activity of the knowledge graph, as returned byCortexStatistics.getStats().The outcome ofingestingassertions into the knowledge graph.The outcome oflintingassertions against the ontology.One node of the ontology's class hierarchy, as returned byCortexOntology.getClassHierarchy().A statement about a resource together with its provenance, as returned byCortexQuery.describe(String).A proposed edit to an already-approved resource, staged for review byCortexIngestor.revise(ai.chatur.cortex.ResourceEdit).A full-text search hit in the knowledge graph.Where a statement returned byCortexQuery.describe(String)came from.One node of a statement.