@metreeca/trio
v0.1.0
Published
A lightweight TypeScript library for RDF data modelling, graph assembly and serialisation.
Downloads
83
Maintainers
Readme
@metreeca/trio
A lightweight TypeScript library for RDF data modelling, graph assembly and serialisation.
@metreeca/trio provides the RDF substrate shared by Metreeca packages: the term and graph data model, declarative combinators for assembling graphs from domain objects, and codecs for standard RDF serialisations. It is query-language-agnostic and carries no store or protocol dependencies.
Installation
npm install @metreeca/trio[!WARNING]
TypeScript consumers must use
"moduleResolution": "nodenext"/"node16"/"bundler"intsconfig.json. The legacy"node"resolver is not supported.
Core Usage
[!NOTE]
This section introduces essential concepts and common patterns: see the API reference for complete coverage.
Support
- open an issue to report a problem or to suggest a new feature
- start a discussion to ask a how-to question or to share an idea
License
This project is licensed under the Apache 2.0 License – see LICENSE file for details.
