type alias Philosopherimport { 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; }