Looking up RDF libraries for other programming languages than Javascript, PHP, Python and Java (I know these). Any great examples for i.e. Rust, C#, Golang, etc.?
@pietercolpaert oxigraph has a lot of things covered for rust.
@jerven Sophia seems to be better documented though? – was just looking into that one
@pietercolpaert could well be. I don't really do rust programming or go or c#
@pietercolpaert @jerven Oxigraph Rust documentation is here: https://docs.rs/oxigraph/latest/oxigraph/ (feedbacks on it much welcome!)
oxigraph - Rust

Oxigraph

@pietercolpaert @jerven Compared to Sophia, Oxigraph has SPARQL support but a simpler API around basic RDF manipulations. Sophia also relies on the Oxigraph Turtle and RDF/XML parsers
@pietercolpaert Out of curiosity, or do you have concrete projects? For example, I'm still looking for a better lightweight C++ library than smallrdf for microcontrollers. Or an SDK to write Go/Rust code for microcontrollers...
@bergi just links of decent libraries to point my students to

@pietercolpaert was about to say there's almost nothing for Rust as I looked very recently and found only an HFT (?) crate, but also that I was planning to look into compiling JS packages to WASM for use from Rust.

Not sure why my search didn't turn up oxigraph but I will be looking into it.

Thanks to those mentioning it.

@pietercolpaert I haven't used it for about 5 years, but https://dotnetrdf.org/ did a good job for C# projects.
dotNetRDF

An Open Source .NET Library for RDF

@pietercolpaert https://github.com/ruby-rdf/rdf never used. Was just curious if there was any up to date one for Ruby
GitHub - ruby-rdf/rdf: RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.

RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data. - ruby-rdf/rdf

GitHub