Interface PropertyBeta

Represents a property of a concept.

interface Property {
    concept: string;
    property_name: string;
    property_type: string;
}

Properties

concept: string

The concept to which the property belongs.

property_name: string

The name of the property.

property_type: string

The type of the property.