Any of the add/remove/delete methods in ActsAsRdfable::MigrationAnnotations::RdfConfig could create/update a db/seeds/rdf_annotations.rb file in our application (maybe seed_dump) with the current dump of the database.
We could check this in along with our db/schema.rb. Then load it from our db/seeds.rb to faciliate with database setup and tests.
Any of the add/remove/delete methods in ActsAsRdfable::MigrationAnnotations::RdfConfig could create/update a db/seeds/rdf_annotations.rb file in our application (maybe seed_dump) with the current dump of the database.
We could check this in along with our db/schema.rb. Then load it from our db/seeds.rb to faciliate with database setup and tests.
https://github.com/ualbertalib/acts_as_rdfable/issues/12