locorda_rdf_mapper 0.12.2 copy "locorda_rdf_mapper: ^0.12.2" to clipboard
locorda_rdf_mapper: ^0.12.2 copied to clipboard

ORM-like mapping between Dart classes and RDF graphs. Declarative object-to-RDF mapping for linked data and knowledge graph applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add locorda_rdf_mapper

With Flutter:

 $ flutter pub add locorda_rdf_mapper

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  locorda_rdf_mapper: ^0.12.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:locorda_rdf_mapper/mapper.dart';
0
likes
160
points
418
downloads

Documentation

Documentation
API reference

Publisher

verified publisherlocorda.dev

Weekly Downloads

ORM-like mapping between Dart classes and RDF graphs. Declarative object-to-RDF mapping for linked data and knowledge graph applications.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

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

License

MIT (license)

Dependencies

locorda_rdf_core, locorda_rdf_terms_core, logging

More

Packages that depend on locorda_rdf_mapper