Meshpocalypse Semantic
    Preparing search index...

    Interface SparqlResult

    MeshGraph abstraction interface (Phase 0 — Task 0.11) Provides a stable API over any SPARQL-compatible graph backend.

    interface SparqlResult {
        head: { vars: string[] };
        results: { bindings: Record<string, { type: string; value: string }>[] };
    }
    Index

    Properties

    Properties

    head: { vars: string[] }
    results: { bindings: Record<string, { type: string; value: string }>[] }