Skip to main content

validate_with_context

Function validate_with_context 

Source
pub fn validate_with_context(
    data: &Graph,
    context: &Graph,
    schema: &Schema,
) -> Result<ValidationOutcome, NonStratifiable>
Expand description

Validate focus nodes from data while evaluating paths, class hierarchy, and SPARQL against context. For split data/shapes inputs, context should be their RDF union.