rdf_mapper 0.1.1 copy "rdf_mapper: ^0.1.1" to clipboard
rdf_mapper: ^0.1.1 copied to clipboard

ORM-like mapping between plain Dart classes and RdfGraph from rdf_core. Companion library for https://pub.dev/packages/rdf_core.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.1 - 2025-04-30 #

Added #

  • Support for constant namespace construction, enabling compile-time safety and improved performance

Changed #

  • Updated roadmap with new planned features and milestones
  • Improved code formatting for better readability and consistency

0.1.0 - 2025-04-29 #

Added #

  • Initial release with core functionality for bidirectional mapping between Dart objects and RDF
  • Support for IriNodeMapper, BlankNodeMapper, IriTermMapper, and LiteralTermMapper
  • SerializationContext and DeserializationContext for handling RDF conversions
  • Fluent NodeBuilder and NodeReader APIs
  • Default registry with built-in mappers for common Dart types (String, int, double, bool, DateTime, Uri)
  • String-based API for RDF format serialization and deserialization
  • Graph-based API for direct RDF graph manipulation
  • Comprehensive error handling with specific exception types
  • Extension methods for collection handling
  • Comprehensive documentation and examples
3
likes
0
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

ORM-like mapping between plain Dart classes and RdfGraph from rdf_core. Companion library for https://pub.dev/packages/rdf_core.

Homepage
Repository (GitHub)
View/report issues

Topics

#rdf #orm #linked-data #semantic-web

Documentation

Documentation

License

unknown (license)

Dependencies

logging, rdf_core

More

Packages that depend on rdf_mapper