pchampin / sophia_rs

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

Make BlankNode a public, own type #48

Closed MattesWhite closed 4 years ago

MattesWhite commented 4 years ago

Continuation of turning kinds of term into own, public types (see #34 )

[1] This is a significant change but this is more aligned to the way variables are handled.


I think the next parts IRI and literal will take longer as they are way more complex as variables and blank nodes (in terms of implementation). Probably, I will create a WIP-PR so you can watch the progress and we can discuss certain changes.