deep-taxonomy-benchmark
Version:
Generate the Deep Taxonomy Benchmark for testing RDF Reasoners
29 lines (20 loc) • 694 B
Markdown
Generates the data for the deep taxonomy benchmark
```ts
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();
```
©2022–present
[](https://github.com/jeswr),
[](https://github.com/jeswr/deep-taxonomy-benchmark/blob/master/LICENSE).