index
:
gn-transform-databases
master
Data transformers for GeneNetwork (particularly to RDF)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dump
Age
Commit message (
Expand
)
Author
2023-07-30
Make define-dump take extra args as key
Munyoki Kilyungi
2023-07-30
Dump prefixes correctly when auto-generating docs
Munyoki Kilyungi
2023-07-30
Use a min of 4 should the schema triples be many
Munyoki Kilyungi
2023-07-30
Only document a triple if it exists
Munyoki Kilyungi
2023-07-30
Rename 'gn-id' prefix to 'gn'
Munyoki Kilyungi
2023-07-30
Replace :gn with :gn-id and :gn-term
Munyoki Kilyungi
2023-07-30
Make the default ontology "gn-id:"
Munyoki Kilyungi
2023-07-30
Use size of the results set to come up with sparql example
Munyoki Kilyungi
2023-07-30
Convert symbol to a string when show-casing triples in doc
Munyoki Kilyungi
2023-07-30
Add string-capitalize-first
Munyoki Kilyungi
2023-07-30
Make string->identifier take optional keyword args
Munyoki Kilyungi
2023-07-30
Make dump-data? default to #f when dumping data
Munyoki Kilyungi
2023-07-30
Rewrite dump-with-documentation to be order-agnostic
Munyoki Kilyungi
2023-07-30
Conditionally dump documentation
Munyoki Kilyungi
2023-07-30
Make prefix function have an optional ttl?
Munyoki Kilyungi
2023-07-30
Revert "Pass port as an optional argument"
Munyoki Kilyungi
2023-07-30
Add missing srfi-26 import
Munyoki Kilyungi
2023-07-30
Create a new procedure for shadowing a file port
Munyoki Kilyungi
2023-07-30
Rename auto-documentation-port -> path
Munyoki Kilyungi
2023-07-30
Move dump-configuration record type to (dump documentation)
Munyoki Kilyungi
2023-07-30
Construct example SQL query and expected results
Munyoki Kilyungi
2023-07-30
Pass port to scm->triples
Munyoki Kilyungi
2023-07-30
Pass port as an optional argument
Munyoki Kilyungi
2023-07-30
Print out triples with the from Table.Name or Table.Alias
Munyoki Kilyungi
2023-07-30
Add table metadata to triple dump
Munyoki Kilyungi
2023-07-30
Add a section sub-heading for schema triples
Munyoki Kilyungi
2023-07-30
Wrap the dump title in quotes
Munyoki Kilyungi
2023-07-30
Replace #` with #'when fetching the name of the defined dump
Munyoki Kilyungi
2023-07-30
Use call-with-target-database when dumping schema annotations
Munyoki Kilyungi
2023-07-30
Conditionally autogenerate schema triples during dump
Munyoki Kilyungi
2023-07-30
Rename dump-configuration slots
Munyoki Kilyungi
2023-07-30
Make dumping optional, defaulting to #t
Munyoki Kilyungi
2023-07-30
Add table-dump? option to dump-configuration record
Munyoki Kilyungi
2023-07-30
Optionally self-document while dumping
Munyoki Kilyungi
2023-07-30
Add a configuration record-type for for the define macro
Munyoki Kilyungi
2023-06-21
Fix failing tests
Munyoki Kilyungi
2023-05-26
Replace broken char-sets with an empty string
Munyoki Kilyungi
2023-05-26
Re-organize dumping macros and associated functions
Munyoki Kilyungi
2023-05-26
Always use "~a" to output like "display"
Munyoki Kilyungi
2023-05-26
Return an empty string if args passed to ontology is empty
Munyoki Kilyungi
2023-05-26
Fix how a symbol is displayed in the final RDF
Munyoki Kilyungi
2023-04-05
Simplify pattern matching when checking for a node
Munyoki Kilyungi
2023-04-05
Use match syntax to print object correctly during dump
Munyoki Kilyungi
2023-04-05
Allow running raw queries in field form
Munyoki Kilyungi
2023-04-05
Annotate fields with a custom scheme such as "^^xsd:datetime"
Munyoki Kilyungi
2023-04-05
Add a method to transform epoch time to a human readable format
Munyoki Kilyungi
2023-04-05
Create a method to define ontologies as symbols
Munyoki Kilyungi
2023-04-05
Add ability to have operations such as GROUP_CONCAT in SELECT clause
Munyoki Kilyungi
2022-10-30
Move triple utilities to new module.
Arun Isaac
2022-10-30
Move string-blank? to (dump utils).
Arun Isaac
[next]