rdf_core 0.1.0
rdf_core: ^0.1.0 copied to clipboard
A type-safe, modular Dart library for modeling, parsing, and serializing RDF data (Turtle, JSON-LD, and more). Clean separation of RDF and serialization concerns. Extensible, standards-compliant, and [...]
Changelog #
All notable changes to this project will be documented in this file.
0.1.0 #
- Initial release of rdf_core: type-safe, extensible Dart library for RDF data manipulation.
- Implements RDF graph, triple, term, and serialization/parsing for Turtle and JSON-LD.
- Plugin architecture for formats and adapters.
- Comprehensive test coverage.