UNPKG

rechtspraak-nl

Version:

Utility functions for consuming Rechtspraak.nl open data for Dutch court judgments and generating well-formed linked data

4 lines (3 loc) 257 B
import { SchemaTypeDefinition } from "./schema-type-definition"; declare function resourceObject(idIsUri?: boolean, hasLabels?: boolean, extraMandatoryProperties?: any, extraOptionalProperties?: any): SchemaTypeDefinition; export default resourceObject;