Registry / other / sophia-api

sophia-api

JSON →
library0.10.0rscratesunverified

Core API for the Sophia toolkit for RDF and Linked Data in Rust.

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

Creates an RDF graph and inserts a triple.

use sophia_api::graph::Graph; use sophia_api::ns::rdf; fn main() -> Result<(), Box<dyn std::error::Error>> { let mut graph = Graph::new(); graph.insert_triple((rdf::type_, rdf::type_, rdf::Resource)); println!("Graph created"); Ok(()) }
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
7 hits · last 30 days
node
7
Resources
sophia-api — cargo add sophia-api · libregistry