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 nodes - [
SRDF]: Definitions on RDF graphs FocusRDF: 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::neighs_rdf::*;pub use crate::query_rdf::*;pub use crate::rdf::*;pub use crate::rdf_data_config::*;pub use bnode::*;pub use iri::*;pub use iri_or_blanknode::*;pub use literal::*;pub use object::*;pub use oxrdf_impl::*;pub use query_result_format::*;pub use rdf_format::*;pub use regex::*;pub use shacl_path::*;pub use sliteral::*;pub use sparql_query::*;pub use srdf_builder::*;pub use srdf_error::*;pub use srdf_graph::*;pub use srdf_parser::*;pub use srdf_sparql::*;pub use subject::*;pub use term::*;pub use triple::*;pub use uml_converter::*;pub use vocab::*;pub use xsd_datetime::*;
Modules§
- async_
srdf - bnode
- iri
- iri_
or_ blanknode - lang
- literal
- matcher
- neighs
- neighs_
rdf - numeric_
literal - object
- oxrdf_
impl - query_
rdf - query_
result_ format - rdf
- rdf_
data_ config - rdf_
format - rdf_
visualizer - regex
- shacl_
path - sliteral
- sparql_
query - srdf_
builder - srdf_
error - srdf_
graph - Implementation of the SRDF traits using OxRDF.
- srdf_
parser - srdf_
sparql - Implementation of [
SRDF] traits based on SPARQL endpoints - subject
- term
- triple
- uml_
converter - vocab
- xsd_
datetime
Macros§
- combine_
parsers - combine_
rdf_ parser_ impl - Auxiliary macro that is invoked from
rdf_parserSupports different templates - int
- Creates an integer literal
- opaque
- Convenience macro over [
opaque][]. This macro can be useful to combine parsers which can have some underlying different opaque types In this way, we can avoid some compiler performance problems when usingcombine_parsers!over a large number of parsers that are implemented asimpl RDFNodeParse - rdf_
parser - Declares a named RDF parser which can be reused.
Enums§
- Term
Kind - Concrete representation of the kind of RDF terms, which can be IRIs, blank nodes, literals or triples
Constants§
- PLANTUML
- Name of Environment variable where we search for plantuml JAR