Skip to main content

Module rdf_core

Module rdf_core 

Source

Modules§

parser
query
term
utils
visualizer
vocabs
Vocabulary constants and accessors for several languages.

Structs§

Any
A wildcard matcher that matches any RDF component.
EndpointDescription
Description of a SPARQL endpoint for querying RDF data.
NeighsIterator
An iterator over the neighborhood of a node in an RDF graph.
RdfDataConfig
Configuration for RDF data readers and visualization settings.

Enums§

Neigh
Represents a single neighborhood relationship in an RDF graph.
RDFError
Represents all possible errors that can occur during RDF operations.
RDFFormat
Represents RDF serialization formats
SHACLPath
Represents a SHACL property path for navigating RDF graphs.

Traits§

AsyncRDF
An asynchronous trait for querying RDF graphs.
BuildRDF
Trait for building and modifying RDF graphs.
FocusRDF
A trait for RDF graphs that maintain a focus node for context-aware parsing.
Matcher
A trait for pattern matching against RDF components.
NeighsRDF
Trait for navigating RDF graphs and querying triples.
Rdf
A trait representing an RDF graph implementation with its associated types and operations.