g3-toolkit API Reference
    Preparing search index...

    Interface ShaclShape

    interface ShaclShape {
        constraints: {
            datatype?: string;
            maxCount?: number;
            minCount?: number;
            path: string;
        }[];
        id: string;
        targetClass: string;
    }
    Index

    Properties

    constraints: {
        datatype?: string;
        maxCount?: number;
        minCount?: number;
        path: string;
    }[]
    id: string
    targetClass: string