Commit graph

1 commit

Author SHA1 Message Date
asonix 86198d903b Create triplestore! It doesn't do anything yet, but...
There are two collections for storing our triple information
- Triple: keeps track of Subject, Predicate, Object relationships
- Object: keeps contents of Subject, Predicate, and Object

We have a single API implementation for fetching triples related to a specific Subject
In the future, building out more APIs should be simpler since we already have an example
TODO: handle errors in the TriplesBySubject API
2023-05-13 16:16:30 -05:00