pchampin / sophia_rs

Sophia: a Rust toolkit for RDF and Linked Data
Other
210 stars 23 forks source link

`bool` should implement `Term` #159

Closed pchampin closed 3 months ago

pchampin commented 5 months ago

along with other primitive types (i32, f64...), bool should probably implement the Term trait, as literals of type xsd:bool.