Type Alias ShowOntologyBeta

ShowOntology: {
    concept: string;
    description: string | undefined;
    inheritance: string | undefined;
    inheritance_level: number;
    label_keys: string | undefined;
    primary_keys: string | undefined;
    properties: string | undefined;
    query: string | undefined;
    query_json: string | undefined;
}

Type representing the details of an ontology to be shown.

Type declaration

  • Betaconcept: string

    The concept of the ontology.

  • Betadescription: string | undefined

    The description of the ontology.

  • Betainheritance: string | undefined

    The inheritance of the ontology.

  • Betainheritance_level: number

    The inheritance level of the ontology.

  • Betalabel_keys: string | undefined

    The label keys of the ontology.

  • Betaprimary_keys: string | undefined

    The primary keys of the ontology.

  • Betaproperties: string | undefined

    The properties of the ontology.

  • Betaquery: string | undefined

    The query associated with the ontology.

  • Betaquery_json: string | undefined

    The JSON representation of the query.