pub fn validate_shacl<G: GraphView>( data: &G, shapes: &ShaclShapes, ) -> ValidationReport
Validate data against shapes. data is any GraphView — an in-memory DataGraph (eager) or a ReteGraph that routes lookups as range reads (lazy / remote, fetching only the shapes’ targets).
data
shapes
GraphView
DataGraph
ReteGraph