Tripledoc

Tripledoc

  • Docs
  • API reference
  • Cheatsheet
Note: while Tripledoc still works, it was superseded by Inrupt's solid-client, its spiritual successor.
Project Logo

TripledocThe easiest way to get started writing Solid apps

Get started

Easy to learn

No need to know RDF

Well documented

Extensive documentation to help get you on your feet in no time

Quick start

It is recommended to install Tripledoc together with:

  • rdf-namespaces for easy access to common vocabularies and their terms.
  • solid-auth-client to handle authentication.
npm install --save tripledoc rdf-namespaces solid-auth-client

The two primary data structures in Tripledoc are:

  • TripleDocument, representing an RDF Document.
  • TripleSubject. a node in the RDF graph that can be queried for Triples in which it occurs as the Subject.

For a more thorough introduction, read our guide to writing Solid Apps.

Tripledoc
Docs
Writing a Solid AppAPI ReferenceCheatsheet
More
Source codeRelease notes
Copyright © 2021 Inrupt