Sord 0.8.0
drobilla.net ⋅Sord 0.8.0 has been released. Sord is a lightweight C library for storing RDF statements in memory. For more information, see http://drobilla.net/software/sord.
Changes:
- Add SordInserter for writing to a model via Serd sink functions.
- Add convenient sord_search(), sord_ask(), and sord_count()
- Add sord_iter_get_node()
- Add sord_new_relative_uri()
- Add sord_validate tool for validating data against RDF/OWL schemas
- Fix comparison of typed literals
- Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
- Refuse to intern relative URIs in sord_new_uri*()
- Support compilation as C++ under MSVC++.
- Take advantage of interning in sord_node_equals()
- Tolerate serd passing NULL nodes to reader callback (serd 0.6.0)
- Use path variables in pkgconfig files