# Artefact v0.1.5 - Table of Contents

Arrows JSON ↔ Cypher — knowledge graph fragments made in relationship

## Pages

- [Artefact](readme.md)
- [Changelog](changelog.md)
- [License (MIT)](mit.md)

## Modules

- [Artefact](Artefact.md): A knowledge graph fragment — a small, self-contained piece of knowledge
expressed as a property graph.
- [Artefact.Arrows](Artefact.Arrows.md): Encode and decode between `%Artefact{}` and Arrows JSON.
- [Artefact.Binding](Artefact.Binding.md): A declared equivalence between nodes across two artefacts.
- [Artefact.Cypher](Artefact.Cypher.md): Derives Cypher from an `%Artefact{}`.
- [Artefact.Graph](Artefact.Graph.md): The property graph inside an `%Artefact{}` — a list of nodes and relationships.
- [Artefact.Mermaid](Artefact.Mermaid.md): Derives Mermaid diagram source from an `%Artefact{}`.
- [Artefact.Node](Artefact.Node.md): A node in an `%Artefact{}` graph.
- [Artefact.Relationship](Artefact.Relationship.md): A directed relationship between two nodes in an `%Artefact{}` graph.

