interface RDF.Variableimport { type RDF } from "https://deno.land/x/ldkit@v0.5.0/rdf.ts"; const { Variable } = RDF; 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