Registry / other / sophia

sophia

JSON →
library0.10.0rscratesunverified

A Rust toolkit for RDF and Linked Data processing.

# Cargo.toml [dependencies] sophia = "0.10.0"
INSTALL
IMPORT
SIG · SOPHIA
S
sophia
otherrustv0.10.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::graph::Graph;

Create an in-memory RDF graph.

use sophia::graph::Graph; use sophia::inmem::FastGraph; fn main() { let graph = FastGraph::new(); println!("Created an in-memory RDF graph"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Resources
sophia — cargo add sophia · libregistry