Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

deep-taxonomy-benchmark

jeswr5.8kMIT2.0.0TypeScript support: included

Generate the Deep Taxonomy Benchmark for testing RDF Reasoners

RDF, Reasoning, Deep, Taxonomy

readme

Deep Taxonomy Benchmark

Generates the data for the deep taxonomy benchmark

Usage

import { generateDeepTaxonomy, getTimbl, getFoaf, getOwl, getRdfs } from 'deep-taxonomy-benchmark'

const taxonomy = generateDeepTaxonomy(5);
const extendedTaxonomy = generateDeepTaxonomy(5, true);

// Gets TimBLs profile card
const timbl = await getTimbl();

// Gets the foaf vocab
const foaf = await getFoaf();

// Gets the ow2rl reasoning rules
const owl = await getOwl();

// Gets the rdfs reasoning rules
const rdfs = await getRdfs();

License

©2022–present Jesse Wright, MIT License.