Registry / utility / sophia-term

sophia-term

JSON →
library0.9.0rscratesunverified

Provides in-memory graph and dataset implementations for RDF and Linked Data processing.

# Cargo.toml [dependencies] sophia_term = "0.9.0"
INSTALL
IMPORT
SIG · SOPHIA-TERM
S
sophia-term
utilityrustv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Graph
use sophia_term::graph::Graph;

Create a new in-memory RDF graph.

use sophia_term::graph::Graph; fn main() { let graph = Graph::new(); println!("RDF graph created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
sophia-term — cargo add sophia-term · libregistry