g3-toolkit API Reference
    Preparing search index...

    Interface ShaclReportResult

    One result in a versioned SHACL report document.

    interface ShaclReportResult {
        focusNode: string;
        message?: string;
        path?: string;
        severity: ShaclSeverity;
        sourceShape?: string;
        value?: string;
    }
    Index

    Properties

    focusNode: string

    Focus node id (must match the data-graph node id to render).

    message?: string
    path?: string

    Result path string (sh:resultPath), when the violation is property-scoped; used for path-edge emphasis.

    severity: ShaclSeverity
    sourceShape?: string

    Source shape id/IRI (sh:sourceShape), for cross-linking.

    value?: string

    Offending value (sh:value), optional.