# 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
```