Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias Philosopher
import { type Philosopher } from "https://deno.land/x/shacl_to_type@v0.0.9/types/Philosopher.ts";
definition: { name: string; type: Array<any>; dbo:wikiPageID: number; alt?: Array<string>; birthPlace?: Array<Location>; birthDate: Date; }