# @datagica/ontology

> Ontology for Datanote or other projects

Latest version **0.0.1** (published 2018-06-06) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install @datagica/ontology
pnpm add @datagica/ontology
yarn add @datagica/ontology
bun add @datagica/ontology
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2018-06-06 |
| First published | 2018-06-06 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 54 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Julian Bilcke |
| Maintainers | datagica |

## Links

- npm: https://www.npmjs.com/package/@datagica/ontology
- Repository: https://github.com/datagica/ontology
- Homepage: https://github.com/datagica/ontology#readme
- Issues: https://github.com/datagica/ontology/issues
- npm.io page: https://npm.io/package/@datagica/ontology

## Dependencies (1)

- [@datagica/fast-index](https://npm.io/package/@datagica/fast-index.md) ^0.0.5

## Recent versions

- 0.0.1 (latest) — 2018-06-06
- 0.0.0 — 2018-06-06

## README

# Ontology

This is a work in progress, an ontology for Datanote or other projects.

## Guidelines

### Do not use matching groups

Do not use matching groups (`(foo|bar)`), use non-matching groups instead (`(?:foo|bar)`), or else you will break everything.

### Be wary of the order of words

If two patterns begin by the same sequence of characters or words, you should put the longest one first.

### Some accents are already being taken care of

Some accents are already converted to their non-accentuated form.
See `@datagica/parse-facts/lib/utils/normalize.js` for more information.

---
_Source: https://npm.io/package/@datagica/ontology · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
