Expand description
This crate contains a Simple RDF wrapper which can be useful to work with RDF data
It contains several traits that handle RDF data:
SRDFBasic
: Basic comparisons on RDF nodesSRDF
: Definitions on RDF graphsFocusRDF
: RDF graphs with a focus nodeRDFNodeParse
: RDF graphs that can be parsed
Re-exports§
pub use crate::async_srdf::*;
pub use crate::neighs::*;
pub use crate::query_srdf::*;
pub use crate::rdf_data_config::*;
pub use crate::srdf::*;
pub use crate::srdf_basic::*;
pub use bnode::*;
pub use object::*;
pub use rdf::*;
pub use rdf_format::*;
pub use shacl_path::*;
pub use srdf_builder::*;
pub use srdf_graph::*;
pub use srdf_parser::*;
pub use srdf_sparql::*;
pub use subject::*;
pub use triple::*;
pub use vocab::*;
Modules§
- Implementation of the SRDF traits using OxRDF.
- Implementation of [
SRDF
] traits based on SPARQL endpoints
Macros§
- Auxiliary macro that is invoked from
rdf_parser
which supports different templates - Creates an integer literal
- Declares a named RDF parser which can be reused.