Skip to main content

validate_shacl

Function validate_shacl 

Source
pub fn validate_shacl<G: GraphView>(
    data: &G,
    shapes: &ShaclShapes,
) -> ValidationReport
Expand description

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).