Skip to main content
Go to Latest
method DataFactory.prototype.fromQuad
Re-export
import { DataFactory } from "https://deno.land/x/ldkit@v0.5.0/rdf.ts";

Create a deep copy of the given quad using this data factory.

Parameters

original: Q

An RDF quad.

Returns

Q

A deep copy of the given quad.