README
@canyala/rdf-graph
An in-memory rdf-graph triple store implementation!
1.0.0 Initial version, do not use, still being hammered out. All 1.0.* will be like this.
1.0.1 Added index.js and rdf-graph.js in order to encapulate the module properly.
An implementation of a local triple store.
<script type="module">
import canyalaRdfGraph from 'https://cdn.skypack.dev/@canyala/rdf-graph';
</script>
An in-memory rdf-graph triple store implementation!
1.0.0 Initial version, do not use, still being hammered out. All 1.0.* will be like this.
1.0.1 Added index.js and rdf-graph.js in order to encapulate the module properly.