https://github.com/noeldemartin/favorite-movies
Proof of concept for hosting Solid-readable data using Github Pages.
https://github.com/noeldemartin/favorite-movies
Last synced: 8 months ago
JSON representation
Proof of concept for hosting Solid-readable data using Github Pages.
- Host: GitHub
- URL: https://github.com/noeldemartin/favorite-movies
- Owner: NoelDeMartin
- Created: 2021-02-12T09:43:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-12T10:32:51.000Z (over 4 years ago)
- Last Synced: 2025-02-25T13:18:53.340Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Favorite Movies
This is a list of my favorite movies hosted on [Github Pages](https://pages.github.com/), declared with RDF, and allegedly readable by [Solid Apps](https://solidproject.org/).
I don't think this is 100% compliant with the Solid specification. For example, the index is declared with a `.html` extension so that it is served on the root url, and the `Content-Type` header is returned as `text/html` (instead of `text/turtle`). But this is a proof of concept on how this kind of thing is possible. I had [a conversation in Mastodon](https://kosmos.social/@colby/105650506657088266) that sparked this experiment.
If you want to see a Solid Application reading this information, check out the following url: [https://noeldemartin.github.io/media-kraken/viewer?c=https%3A%2F%2Fnoeldemartin.github.io%2Ffavorite-movies%2F](https://noeldemartin.github.io/media-kraken/viewer?c=https%3A%2F%2Fnoeldemartin.github.io%2Ffavorite-movies%2F)