shape-trees-in-solidbench-generator
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i shape-trees-in-solidbench-generator

Weekly Downloads

1

Version

0.0.2

License

none

Unpacked Size

40.7 kB

Total Files

33

Last publish

Collaborators

  • bryan_elliott_tam_ugent