| sidebar_position | 9 |
|---|---|
| title | Mashlib UI |
| description | SolidOS data browser for viewing and editing RDF |
JSS can serve the SolidOS Mashlib data browser for viewing and editing RDF resources.
jss start --mashlib-cdn --connegLoads mashlib from unpkg.com. Zero footprint.
jss start --mashlib --connegServes mashlib from local files. Requires building:
cd src/mashlib-local
npm install && npm run build- Browser requests
/alice/public/data.ttlwithAccept: text/html - Server returns Mashlib HTML wrapper
- Mashlib fetches actual data via content negotiation
- Mashlib renders interactive, editable view
Mashlib works best with --conneg enabled for Turtle support.
Pod profiles (/alice/) use:
- mashlib-jss - Fixed for path-based pods
- solidos-lite - Parses JSON-LD data islands