0.0.2 • Published 3 months ago

shape-trees-in-solidbench-generator v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

shape-tree-in-solid-bench

A library to add RDF shape and shape trees into SolidBench

Installation

bun install

Usage

import * as STG from 'shape-tree-in-solid-bench';


const config: STG.Config = {
    pods_folder: "{path of the pods}", // example "out-fragments/http/localhost_3000/pods"
    shape_folders: "{folder of the shapes}", // example at `./shapes` in this repository
    generate_shape: STG.getShapeFromPath,
    generate_shape_trees: STG.generateShapeTreesFile,
};
STG.walkSolidPods(config);

TO DO

Make a better build file

0.0.2

3 months ago

0.0.1

3 months ago

0.0.0

3 months ago