podd / podd-redesign

The redesigned PODD
http://podd.plantphenomics.org.au/podd/
GNU Affero General Public License v3.0
3 stars 4 forks source link

User defined schema migration scripts using SPARQL #127

Closed ansell closed 7 years ago

ansell commented 10 years ago

The existing schema migration solution implemented for #69 does not make any data changes, and simply fails if the OWLReasoner complains after the update.

A slightly more intelligent method would be to define migration scripts using SPARQL to migrate between given schema ontology versions. For example, the scripts may add default values for new required fields, or remove or migrate old class definitions.