ttl3d demo pages
Every page below is one HTML file that ttl3d
generated from an RDF file. It embeds all of its JavaScript, so it works offline and sends nothing anywhere.
Drag to rotate, scroll to zoom, click the legend to filter, click a node for its card, and switch between 3D and 2D at the top.
- Solar System — the two-file demo from the repository, coloured by file (48 links)
- Solar System, named graphs — the same data as one TriG file: the schema in the default graph, the bodies and the missions in two named graphs, each a legend row
- FOAF — the Friend of a Friend vocabulary, coloured by type (89 nodes)
- SKOS — Simple Knowledge Organization System (32 nodes)
- PROV-O — the W3C provenance ontology (96 nodes)
- Pizza ontology — the classic OWL tutorial ontology (121 nodes)
Make your own: pip install ttl3d, then ttl3d your-file.ttl; the
five-minute tutorial walks through the Pizza ontology.
Sources and licences of the vocabularies: docs/demo/SOURCES.md.