pg-rdf-to-json
Version:
Transforms RDF files from rdf-files.tar.bz2 provided by Project Gutenberg into JS/JSON objects.
4 lines • 304 B
TypeScript
import { type UnformattedRDFFile } from '../types.js';
export default function formatAgent(key: string, value: any, path: string, original: UnformattedRDFFile): any;
export declare function postProcessRelators(newObject: any, original: UnformattedRDFFile): void;
//# sourceMappingURL=formatAgent.d.ts.map