This project has a twofold goal:
- To explore the potential for the Gemini "small web" protocol to publish and manage Linked Data.
- For me to start studying the Rust language :)
Particularly, I want to explore:
- A convenient way of rendering Linked Data as Gemtext, or annotationg any Gemtext as you would RDFa or Microdata.
- Using
gemini://URIs for identifying things, and their relation tohttp://URI. - Bridging between the two protocols: should dereferencing
gemini://deliver RDF formatted usinggemini://URIs or make the leap tohttp://? - Gemini protocol bindings for Linked Data platforms, knowing there are no POST, PUT etc. request types and implementing a REST interface can be a daunting task.