aboutsummaryrefslogtreecommitdiff
path: root/dump.scm
AgeCommit message (Expand)Author
2022-11-04Add comment with URI to GeneRIF data.Arun Isaac
2022-11-04Unite importing GeneRIF with dumping SQL data.Arun Isaac
2022-10-30Move triple utilities to new module.Arun Isaac
2022-10-30Move string-blank? to (dump utils).Arun Isaac
2022-10-30Special case Yohan Bossé's last name.Arun Isaac
2022-10-30Do not deduplicate the AvgMethod table.Arun Isaac
2022-08-20Add gn:traitId and gn:publicationId.Munyoki Kilyungi
2022-06-24Delete vertical tab character in publication abstracts.Arun Isaac
2022-06-23Dump groups.BonfaceKilz
2022-06-23Dump case-attributes.BonfaceKilz
2022-06-23Remove "." if it occurs at the end of a turtle identifier.BonfaceKilz
2022-05-05Prefix SQL connection parameters with sql-.Arun Isaac
2022-05-04Special case investigator ID for "Yohan Bossé".Arun Isaac
2022-03-10Ignore 0th command-line argument.Arun Isaac
2022-03-10Accept connection parameters and dump directory as arguments.Arun Isaac
2022-01-04Eval macro helper functions at macro expansion time.Arun Isaac
2021-12-24Do not add to load path in script.Arun Isaac
2021-12-24Document define-dump.Arun Isaac
2021-12-24Introduce syntax-let abstraction.Arun Isaac
2021-12-23Automatically create domain triples for predicates.Arun Isaac
2021-12-23Dump metadata about the dump itself.Arun Isaac
2021-12-23Disambiguate user and User tables in RDF identifier.Arun Isaac
2021-12-23Abstract column id generation to separate function.Arun Isaac
2021-12-23Do not register dumped tables and columns to %dumped.Arun Isaac
2021-12-23Specify range of gn:inbredSetOfSpecies.Arun Isaac
2021-12-23Use foaf:Person instead of gn:investigator.Arun Isaac
2021-12-23Add Literal range triples.Arun Isaac
2021-12-23Remove duplicate predicates for gn:phenotype.Arun Isaac
2021-12-23Rename gn:authors predicate to gn:author.Arun Isaac
2021-12-23Add runtime type checking for triple.Arun Isaac
2021-12-20Move schema visualization to separate script.Arun Isaac
2021-12-20Capture full column type.Arun Isaac
2021-12-20Move <table> and <column> types to separate module.Arun Isaac
2021-12-17Indent define-dump better.Arun Isaac
2021-12-17Document RDF schema during dumping.Arun Isaac
2021-12-17Make order of clauses in define-dump unspecified.Arun Isaac
2021-12-16Make define-dump syntax more concise.Arun Isaac
2021-12-15Move string similarity functions to separate module.Arun Isaac
2021-12-14Camel case gn:binomialName.Arun Isaac
2021-12-14Use node ports to indicate foreign key relations precisely.Arun Isaac
2021-12-14Specify appearance using HTML table.Arun Isaac
2021-12-14Take advantage of bug fixes in bleeding edge (ccwl graphviz).Arun Isaac
2021-12-13Abstract out table to graphviz edge conversion.Arun Isaac
2021-12-13Abstract out table to graphviz node conversion.Arun Isaac
2021-12-13Color table headers by size.Arun Isaac
2021-12-13Implement human units conversion in terms of log1024.Arun Isaac
2021-12-13Use sxml to construct graphviz HTML strings.Arun Isaac
2021-12-11Highlight dumped tables and columns.Arun Isaac
2021-12-11Fix HTML string handling in dot output.Arun Isaac
2021-12-11Log dumped tables and columns.Arun Isaac