Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T1752
Change Details
Change Details
Old
New
Diff
FANTOIR uses SQARQL to query data from Wikidata. Did you know there is no standalone SPARQL client crate currently available in Rust? Our code uses the Tpt library sparesults, from the Oxigraph project, but there is no client component (as of January 2023). Plan is to: - move services/sparql.rs to a standalone crate - add into_bool() method from P308 - add unit test for other methods
FANTOIR uses SQARQL to query data from Wikidata. Did you know there is no standalone SPARQL client crate currently available in Rust? Our code uses the Tpt library sparesults, from the Oxigraph project, but there is no client component (as of January 2023). Plan is to: - move services/sparql.rs to a standalone crate - add into_bool() method from P308 - add unit test for other methods - refactor query to get an iterator, so we can directly apply HOF to `HashMap<Variable, Term>` to another item
FANTOIR uses SQARQL to query data from Wikidata. Did you know there is no standalone SPARQL client crate currently available in Rust? Our code uses the Tpt library sparesults, from the Oxigraph project, but there is no client component (as of January 2023). Plan is to: - move services/sparql.rs to a standalone crate - add into_bool() method from P308 - add unit test for other methods
- refactor query to get an iterator, so we can directly apply HOF to `HashMap<Variable, Term>` to another item
Continue