triplestoreJS enables web applications to store triples subject-property-value
into web browsers via WebStorage.
This library API looks like an extension of W3C RDFa API.
triplestoreJS reduces development cost of web applications
which store triples subject-property-value
into WebStorage.
- WebStorage API doesn't fit to store triples well because handing triples requires applications to manage two keys of subject and property for the corresponding value though WebStorage API supports only one key.
- triplestoreJS conceals the routine work to resolve CURIE syntax.
- Save semantic data as triples into WebStorage
- Get/Edit/Remove triples stored in WebStorage
library web site describing how to use.
triplestoreJS depends on only HTML5 WebStorage API
Install
yuidoc
Execute a script under $LIBRARY_ROOT:
$ ./yuidoc.sh
API specification is serialized under
$LIBRARY_ROOT/doc/html
- Chrome Extension Semantic Spider
- Nominated as one of best papers in ISWC2014
W3C Software Notice and License
Hitoshi Uchida <[email protected]>