2.0.0 • Published 11 months ago

deep-taxonomy-benchmark v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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.

2.0.0

11 months ago

1.2.0

1 year ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago