interface VariableRe-exportimport { type Variable } from "https://deno.land/x/ldkit@v0.6.0/rdf.ts"; A variable name. PropertiestermType: "Variable"Contains the constant "Variable". value: stringThe name of the variable without leading ? (example: a). Methodsequals(other: Term | null | undefined): boolean