Skip to content

Commit

Permalink
add LDO to dev tools (#873)
Browse files Browse the repository at this point in the history
* add LDO to dev tools

* Update _posts/developers/apps/tools/2019-01-01-00_overview.md

Co-authored-by: Ted Thibodeau Jr <[email protected]>

---------

Co-authored-by: Jeff Zucker <[email protected]>
Co-authored-by: Ted Thibodeau Jr <[email protected]>
Co-authored-by: Michiel de Jong <[email protected]>
  • Loading branch information
4 people authored Jun 11, 2024
1 parent 257f11d commit d6d0c2e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _posts/developers/apps/tools/2019-01-01-00_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ Beginning developers may want to start with one of the interface libraries which
* [Solid Node Client](https://github.com/solid/solid-node-client) - nodejs login/sesseion for Pods & Solid access to local file systems, and other backends

* <a name="linked_data">**Linked Data Libraries**</a>
* [LDflex for Solid](https://github.com/solid/query-ldflex) A library for making RDF querying easy
* [GraphQL-LD for Solid](https://github.com/rubensworks/graphql-ld-comunica-solid.js) A way to query Linked Data using GraphQL
* [rdflib](https://github.com/linkeddata/rdflib.js/) - A library for advanced manipulation of RDF
* [Soukai-solid](https://github.com/NoelDeMartin/soukai-solid) - A [Soukai ODM](https://soukai.js.org/) extension adapting Solid to the engine
* [LDflex for Solid](https://github.com/solid/query-ldflex) — A library for making RDF querying easy
* [LDO](https://ldo.js.org) — Solid and RDF without the Complexity
* [GraphQL-LD for Solid](https://github.com/rubensworks/graphql-ld-comunica-solid.js) — A way to query Linked Data using GraphQL
* [rdflib](https://github.com/linkeddata/rdflib.js/) — A library for advanced manipulation of RDF
* [Soukai-solid](https://github.com/NoelDeMartin/soukai-solid) — A [Soukai ODM](https://soukai.js.org/) extension adapting Solid to the engine
* [Tripledoc](https://vincenttunru.gitlab.io/tripledoc/) - A library for easy manipulation of RDF

See also this [cheat sheet](https://vincenttunru.gitlab.io/tripledoc/docs/cheatsheet) for a handy comparison between three commonly used linked data libraries.
Expand Down

0 comments on commit d6d0c2e

Please sign in to comment.