UNPKG

rechtspraak-nl

Version:

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

5 lines (4 loc) 244 B
import { subjectTypes } from "../json-ld/context"; export declare type Subject = keyof typeof subjectTypes; export declare function isSubject(s: string): s is Subject; export declare function getSubject(sub: any[], id?: string): Subject[];