UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

10 lines (9 loc) 275 B
import { PropertyDefinition } from "./property-definition"; export declare class SystemPropertyDefinition extends PropertyDefinition { id: string; subPropertyOf: string[]; comment?: string; label?: string; subjectType?: string; objectType?: string; }