g3-toolkit API Reference
    Preparing search index...

    Interface QualifiedEdgeMeta

    Qualified Edge metadata (R3.2, D1).

    Unifies RDF named-graph/RDF* provenance and LPG edge-properties into a single metadata bag. All fields are optional; adapters populate what the source provides.

    interface QualifiedEdgeMeta {
        asserted?: boolean;
        confidence?: number;
        provenance_iri?: string;
        temporal_end?: string;
        temporal_start?: string;
    }
    Index

    Properties

    asserted?: boolean

    Whether this edge is asserted (true) or inferred (false).

    confidence?: number

    Confidence score, 0..1.

    provenance_iri?: string

    IRI of the provenance source.

    temporal_end?: string

    Temporal validity end.

    temporal_start?: string

    Temporal validity start.