@faubulous/mentor-rdf
Version:
A library for working with RDF vocabularies with support for basic RDFS and OWL inference.
11 lines (7 loc) • 368 B
Markdown
# Mentor RDF API
A library for working with RDF vocabularies based on the [N3.js](https://github.com/rdfjs/N3.js#readme) library. It provides basic OWL and RDFS inference for retrieving classes, propertis and individuals.
## Installation
For Node.js, Mentor RDF comes as an [npm package](https://npmjs.org/package/n3).
```bash
npm install @faubulous/mentor-rdf
```