Comunica

    Interface IQuerySourceSerialized

    interface IQuerySourceSerialized {
        baseIRI?: string;
        context?: IActionContext;
        mediaType: string;
        type?: "serialized";
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    baseIRI?: string
    context?: IActionContext
    mediaType: string
    type?: "serialized"
    value: string
    MMNEPVFCICPMFPCPTTAAATR