pchampin / sophia_rs

Sophia: a Rust toolkit for RDF and Linked Data
Other
228 stars 24 forks source link

Real Examples #100

Closed hoijui closed 3 years ago

hoijui commented 3 years ago

Looking at these examples: https://docs.rs/sophia_api/0.6.2/sophia_api/graph/trait.Graph.html#examples

I ask myself.. how to actual do something there? Though I am a seasoned C/C++/Java/... dev, I am new to rust. I got some stuff running that I wrote myself, but trying to use this library knocked me out. everything I try in this for loop, fails. I do not think it is meaningful to ask for specific things, as I would just run into the next one directly. It would be nice to have an example that actually does something with the data, like store into a vec or map. Even better, a full tutorial!

.. or at least pointers to code - anywhere - that uses the library.

pchampin commented 3 years ago

Thanks for your interest in Sophia. Indeed, documentation is not Sophia's strong suit at the moment, unfortunately.

I propose to close this issue as a duplicate of #14, but I promise to try and make some proper documentation soon.