rdf_vocabulary_to_dart 0.9.0 copy "rdf_vocabulary_to_dart: ^0.9.0" to clipboard
rdf_vocabulary_to_dart: ^0.9.0 copied to clipboard

A build_runner for generating type-safe Dart classes from RDF vocabulary namespace IRIs to simplify working with RDF data in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rdf_vocabulary_to_dart

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

dependencies:
  rdf_vocabulary_to_dart: ^0.9.0

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

Import it

Now in your Dart code, you can use:

import 'package:rdf_vocabulary_to_dart/rdf_vocabulary_to_dart.dart';
3
likes
150
points
88
downloads

Publisher

unverified uploader

Weekly Downloads

A build_runner for generating type-safe Dart classes from RDF vocabulary namespace IRIs to simplify working with RDF data in Dart.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#rdf #linked-data #semantic-web

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

build, build_config, build_runner, dart_style, http, logging, mustache_template, package_config, path, pub_semver, rdf_core, rdf_xml, source_gen, yaml

More

Packages that depend on rdf_vocabulary_to_dart